Assignment - 2 Numerical Solutions of Ordinary and Partial Differential Equations
Assignment - 2 Numerical Solutions of Ordinary and Partial Differential Equations
Assignment - 2 Numerical Solutions of Ordinary and Partial Differential Equations
2021
ASSIGNMENT - 2
Numerical Solutions of Ordinary and Partial Differential Equations
1. Determine the interval by absolute stability of the following implicit method when
applied to the test equation y ′ = λy, λ < 0;
( )
h h h
un+1 = un + (K1 + 3K2 ); K1 = f (tn , un ); K2 = f tn + , un + (K1 + K2 )
4 3 3
2. Determine the interval of absolute stability of the following implicit method when
applied to the test equation y ′ = λy, λ < 0;
1 h K1
un+1 = un + (3K1 + K2 ); K1 = hf (tn + , un + ); K2 = hf (tn + h, un + K1 ).
4 3 3
Using this method, find y(1.1) from y ′ = t2 + y 2 , y(1.0) = 2, h = 0.1(use Newton-
Raphson iteration wherever required).
3. Solve numerically the equation y ′ = x + y with the initial conditions x(0) = 0, y(0) = 1
by Milne’s method for x = 0.4 with h = 0.1.
6. Given y ′ = 2 − xy 2 and y(0) = 10. Show by Milne’s method, that y(1) = 1.6505 taking
h = 0.2.
7. Solve y ′ = −y with y(0) = 1 by using Milne’s method from x = 0.5 to x = 0.8 with
h = 0.1
dy
8. Solve the initial value problem dx = x − y 2 , y(0) = 1 to find y(0.4) by Adams-Moulton
method. With y(0.1) = 0.9117, y(0.2) = 0.8494, y(0.3) = 0.8061.
9. Using the Adams-Bashforth formula, determine y(0.4) given the differential equation
dy
dx
= 12 xy, and the data
x 0 0.1 0.2 0.3
y 1 1.0025 1.0101 1.0228
10. Find the value of α with which the linear multistep method
h
un+1 = un + (5u′n + αu′n−1 )
2
is consistent.
1/1