0% found this document useful (0 votes)
65 views1 page

NSOPDE-Assignment 1

The document provides 13 numerical problems to solve ordinary differential equations using various numerical methods like Taylor series, Euler's method, modified Euler's method, and Runge-Kutta methods of orders 2 and 4. The problems cover solving initial value problems for first order ODEs and computing solutions at specified values of x. Students are asked to submit a PDF file with their solutions by a given deadline.

Uploaded by

Manish Meena
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
65 views1 page

NSOPDE-Assignment 1

The document provides 13 numerical problems to solve ordinary differential equations using various numerical methods like Taylor series, Euler's method, modified Euler's method, and Runge-Kutta methods of orders 2 and 4. The problems cover solving initial value problems for first order ODEs and computing solutions at specified values of x. Students are asked to submit a PDF file with their solutions by a given deadline.

Uploaded by

Manish Meena
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

ASSIGNMENT – 1

Last date for submission is 29-01-2021


Submit the pdf file in the MS Teams-
File name: Rollnumber_A1

dy 1
1. Given = 2 , y(4) = 4, find y(4.2) by Taylor’s series method of order 2, taking
dx x + y
h=0.1.
dy
2. Solve = 3 x + y 2 , y(0) = 1 in the interval [0, 0.4] by taking h=0.2 using the 3rd
dx
orderTaylor’s series method.
dy
3. Solve the differential equation = 2 y + 3e x with x0 =
0, y0 =
0, using Taylor’s series
dx
method of order 2 to obtain the value of y at x = 0.1, 0.2.
dy
4. Given = y − x ,where y(0) = 2, find y(0.1) and y(0.2) by Euler’s method up to two
dx
decimal places.

5. Solve y′= x − y 2 , y(0) = 1 using the forward Euler method for in [0, 0.6] by taking h =
0.2.
dy
6. Given that = x + y 2 , y(0)=1, find y(0.2), using the backward Euler’s method.
dx
dy y−x
7. Given = − , with initial condition y(0) = 1, find approximately y for x = 0.1,
dx 1+ x
by backward Euler’s method in two steps.
8. Use modified Euler’s method with one step to find the value of y at x = 0.1 to five
dy
significant figures, where = x 2 + y , y=0.94, when x = 0.
dx
9. Using modified Euler’s method, solve numerically the equation
dy
= x + | y | with the initial condition y = 1 at x = 0 in the interval [0, 0.6] in steps of
dx
0.2.
10. Use Runge-Kutta method of order 2 to solve y′ = xy , y(1) = 1, in [1, 1.4] by taking
step-length h = 0.2.
dy 1
11. Solve the differential equation = , y(0) = 1, in [0, 2] using the fourth-order
dx x + y
Runge-Kutta method, step length h = 0.5.
dy y 2 − x 2
12. Use fourth-order Runge-Kutta method to solve = , 0.1, with y(0)=1, find y
dx y 2 + x 2
at x = 0.2, 0.4.
13. Using fourth-order Implicit Runge-Kutta method compute y(0.2), y(0.4) from
dy
= x 2 + y 2 , y(0)=1, taking h=0.2.
dx

You might also like