1.
Using Euler method solve the equation
dy 2 2
=x + y , y (0)=1, in five steps , i. e . h=0 . 2
dx
2. Find y(0.5) if y is the solution of Initial Value Problem, y' = -2x-y,
y(0) = -1 using Euler's method with step length 0.1.
3.
, and using a step size of h =0.3, find the best estimate of
dy/dx (0.9) using Euler’s Method.
4.
5.
6. Find y(0.5) if y is the solution of IVP y’ = -2x-y , y(0) = -1 using euler’s method with
step length 0.1.
7. Use Euler’s method to solve for y[0.1] from y’ = x+y+xy, y(0) = 1 with h=0.01.
8. Solve the IVP ( Initial Value Problem) y’ = x+y+xy, y(0) =1 by Euler’s Method for y
at x = .5
9.
10. Find the solution of the following differential equation by Euler’s method for x=1 by
taking h=0.2, dy/dx = x+y with y=1 when x=0.
11. Solve by Euler’s method , the equation dy/dx = x+y , y(0) =0. Choose h=0.2 and
compute y(0.6)
12. Using Euler’s method, obtain the solution of dy/dx = x-y, y(0) =1 and h =0.1 at x=0.5
13. Approximate y(π) for y=cos(y)(2−y) with time steps h=π/4 and y(0)=0 using Euler’s
method.
14. Use the Euler method to approximate y(3) for y′=5y, given that y(0)=4, using a time
step of h=1.
15. Use two steps of Euler's Method with h=0.1 on y′=x√ y , y(1)=4 to three decimal
places.
16. Given
and using a step size of h=0.3, Find the value of y(0.9) using Euler’s method.
17. Given
and using a step size of h=0.3, Find the best estimate of dy/dx(0.9) using Euler’s
method.
Ans 9:
Ans 3: 0. 36288