Newton Raphson Method Questions
Newton Raphson Method Questions
y 0 = (cos y) , 0 x 1, y(0) = 0.
(B)
y0 =
20
, 0 x 1, y(0) = 1.
1 + 19ex/4
dy
= x + y, y(0.4) = 0.41
dx
with step length h = 0.2.
8. Use the Runge-Kutta fourth-order method to solve the following IVP
y0
xz + 1, y(0) = 0,
xy, z(0) = 1
z
with h = 0.1 and 0 x 0.2.
9. Apply the Taylors method of order three to obtain approximate value of y at x = 0.2 for the differential
equation
y 0 = 2y + 3ex , y0 = 0.
Compare the numerical solution with the exact solution.
CONTINUED
y 00 = xy 0 y 2 , y(0) = 1, y 0 (0) = 0
for x = 0.2 with stepsize 0.2.
11. Consider the Lotka-Volterra system
du
dt
dv
dt
Use Eulers method with step size 0.5 to approximate the solution at t = 2.
12. The following system represent a much simplified model of nerve cells
dx
dt
dy
dt
= x + y x3 , x(0) = 0.5
x
= , y(0) = 0.1
2
where x(t) represents voltage across the boundary of nerve cell and y(t) is the permeability of the cell wall
at time t. Solve this system using Runge-Kutta fourth-order method to generate the profile up to t = 0.2
with step size 0.1.