Q 3.6-7E
Question
Use the improved Euler’s method subroutine with step size h = 0.1 to approximate the solution to the initial value problem , at the points x = 1.1, 1.2, 1.3, 1.4, and 1.5. (Thus, input N = 5.) Compare these approximations with those obtained using Euler’s method (see Exercises 1.4, Problem 5, page 28).
Step-by-Step Solution
Verified Answer
xn | yn |
1.1 | 0.10450 |
1.2 | 0.21668 |
1.3 | 0.33382 |
1.4 | 0.4530 |
1.5 | 0.57135 |
1Step 1: Find the equation of approximation value
Here , for
For h=0.1,x=1,y=0,N=5
Apply initial points
2Step 2: Solve for x 1 and x 2
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
6Step 6: Evaluate the value of x 5 and y 5
Hence the solution is
xn | yn |
1.1 | 0.10450 |
1.2 | 0.21668 |
1.3 | 0.33382 |
1.4 | 0.4530 |
1.5 | 0.57135 |
Other exercises in this chapter
Q 3.6-3E
Show that when the trapezoid scheme given in formula (8) is used to approximate the solution f(x)=ex of y'=y,y(0)=1 , at x = 1, then we get yn+1=
View solution 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-8E
Use the improved Euler’s method subroutine with step size h = 0.2 to approximate the solution to the initial value problem y'=1x(y2+y),y(1)=1 &n
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