assignment 2
assignment 2
1. By means of Taylor’s series expansion, find y at x = 0.1 and x = 0.2 correct to three
dy
decimals places, given 2 y 3e x , y(0) = 0.
dx
2. Using R.K. Method, solve y x y ,y(0)=1 to find y(0.1) & y(0.2).
3. Using Adam- Bashforth predictor corrector method to find y(4.4) given that
5 xy y 2 2 given that y ( 4) 1, y ( 4.1) 1.0049 , y ( 4.2) 1.0097 , y ( 4.3) 1.0143 .
dy
4. Given x 3 y, y(0) 2 . The values of
dx
y (0.2) 2.443214 , y (0.4) 2.990578 , y (0.6) 3.823516 are got by R.K.Method of
order 4. Find y(0.8) by Milne’s predictor-corrector method taking h = 0.2.
SET B
1. Using Runge-Kutta method of fourth order, find the value of y at x=0.1, 0.2 if y
dy
satisfies the equation x y 2 Given that y=1 when x=0, correct to 3 decimal
dx
places.
2. Using Taylor method, compute y(0.2) , y(0.4) correct to 4 decimal places
dy
given 1 2xy and y(0)=0 by taking h=0.2.
dx
3. Using Milne’s Predictor-Corrector method formula to find y(0.4), given
dy (1 x 2 ) y 2
, y (0) 1 ,y(0.1)=1.06 ,y(0.2)=1.12 & y(0.3)=1.21.
dx 2
4. Using Adam- Bashforth predictor corrector method to find y(4.4) given that
5 xy y 2 2 given that y ( 4) 1, y ( 4.1) 1.0049 , y ( 4.2) 1.0097 , y ( 4.3) 1.0143 .
5. Given y' x x 2 y 2 e x , y0 1 , find y at x 0.1 and 0.2 by Euler’s method and
0.3 by Taylor’s series method and compute y 0.4 by Milne’s method.
SET C
SET D