Q 3.6-8E
Question
Use the improved Euler’s method subroutine with step size h = 0.2 to approximate the solution to the initial value problem at the points x = 1.2, 1.4, 1.6, and 1.8. (Thus, input N = 4.) Compare these approximations with those obtained using Euler’s method (see Exercises 1.4, Problem 6, page 28).
Step-by-Step Solution
Verified Answer
xn | yn |
1.2 | 1.48 |
1.4 | 2.24788 |
1.6 | 3.6518 |
1.8 | 6.88733 |
1Step 1: Find the equation of approximation value
Here, for
For h=0.2, x=1, y=1, N=4
2Step 2: Solve for x 1 and y 1
Apply initial points
3Step 3: Evaluate the value of x 2 and y 2
4Step 4: Determine the value of x 3 and y 3
5Step 5: Determine the value of x 4 and y 4
Hence the solution is
xn | yn |
1.2 | 1.48 |
1.4 | 2.24788 |
1.6 | 3.6518 |
1.8 | 6.88733 |
Other exercises in this chapter
Q 3.6-5E
Show that when the improved Euler’s method is used to approximate the solution of the initial value problem y'=4y,y(0)=13, at x=12 , then the approxi
View solution Q 3.6-7E
Use the improved Euler’s method subroutine with step size h = 0.1 to approximate the solution to the initial value problem y'=x=y2,y(1)=0 ,
View solution Q 3.6-9E
Use the improved Euler’s method subroutine with step size h = 0.2 to approximate the solution to at the points x = 0, 0.2, 0.4, …., 2.0.
View solution Q 3.6-11E
Use the improved Euler’s method with tolerance to approximate the solution to dxdt=1+t sin(tx),x(0)=0, at t = 1. For a tolerance of&n
View solution