Q 3.6-9E
Question
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. Use your answers to make a rough sketch of the solution on [0, 2].
Step-by-Step Solution
Verified Answer
xn | yn |
0.2 | 0.617843 |
0.4 | 1.238642 |
0.6 | 1.736531 |
0.8 | 1.981106 |
1.0 | 1.997052 |
1.2 | 1.884609 |
1.4 | 1.724472 |
1.6 | 1.561836 |
1.8 | 1.417318 |
2.0 | 1.297794 |
1Step 1: Find the equation of approximation value
Here , for
For h=0.2, x=0, y=0, N=10
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 all other values
Apply the same procedure for all other values and the values are
5Step 5: Plot a graph
Hence the solution is
xn | yn |
0.2 | 0.617843 |
0.4 | 1.238642 |
0.6 | 1.736531 |
0.8 | 1.981106 |
1.0 | 1.997052 |
1.2 | 1.884609 |
1.4 | 1.724472 |
1.6 | 1.561836 |
1.8 | 1.417318 |
2.0 | 1.297794 |
Other exercises in this chapter
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-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-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 Q 3.6-12E
Use the improved Euler’s method with tolerance to approximate the solution to y'=1-sin y, y (0)=0, at x=π. For a toler
View solution