3.2E: The Improved Euler Method and Related Methods (Exercises)
- Last updated
- Jul 20, 2020
- Save as PDF
- Page ID
- 44237
( \newcommand{\kernel}{\mathrm{null}\,}\)
Most of the following numerical exercises involve initial value problems considered in the exercises in Section 3.1. You’ll find it instructive to compare the results that you obtain here with the corresponding results that you obtained in Section 3.1.
Q3.2.1
In Exercises 3.2.1–3.2.5 use the improved Euler method to find approximate values of the solution of the given initial value problem at the points xi=x0+ih, where x0 is the point where the initial condition is imposed and i=1, 2, 3.
1. y′=2x2+3y2−2,y(2)=1;h=0.05
2. y′=y+√x2+y2,y(0)=1;h=0.1
3. y′+3y=x2−3xy+y2,y(0)=2;h=0.05
4. y′=1+x1−y2,y(2)=3;h=0.1
5. y′+x2y=sinxy,y(1)=π;h=0.2
Q3.2.2
6. Use the improved Euler method with step sizes h=0.1, h=0.05, and h=0.025 to find approximate values of the solution of the initial value problem y′+3y=7e4x,y(0)=2 at x=0, 0.1, 0.2, 0.3, …, 1.0. Compare these approximate values with the values of the exact solution y=e4x+e−3x, which can be obtained by the method of Section 2.1. Present your results in a table like Table 3.2.2.
7. Use the improved Euler method with step sizes h=0.1, h=0.05, and h=0.025 to find approximate values of the solution of the initial value problem y′+2xy=3x3+1,y(1)=1 at x=1.0, 1.1, 1.2, 1.3, …, 2.0. Compare these approximate values with the values of the exact solution y=13x2(9lnx+x3+2) which can be obtained by the method of Section 2.1. Present your results in a table like Table 3.2.2.
8. Use the improved Euler method with step sizes h=0.05, h=0.025, and h=0.0125 to find approximate values of the solution of the initial value problem y′=y2+xy−x2x2,y(1)=2, at x=1.0, 1.05, 1.10, 1.15, …, 1.5. Compare these approximate values with the values of the exact solution y=x(1+x2/3)1−x2/3 obtained in Example [example:2.4.3}. Present your results in a table like Table 3.2.2.
9. In Example [example:3.2.2} it was shown that y5+y=x2+x−4 is an implicit solution of the initial value problem y′=2x+15y4+1,y(2)=1. Use the improved Euler method with step sizes h=0.1, h=0.05, and h=0.025 to find approximate values of the solution of (A) at x=2.0, 2.1, 2.2, 2.3, …, 3.0. Present your results in tabular form. To check the error in these approximate values, construct another table of values of the residual R(x,y)=y5+y−x2−x+4 for each value of (x,y) appearing in the first table.
10. You can see from Example 2.5.1 that x4y3+x2y5+2xy=4 is an implicit solution of the initial value problem y′=−4x3y3+2xy5+2y3x4y2+5x2y4+2x,y(1)=1. Use the improved Euler method with step sizes h=0.1, h=0.05, and h=0.025 to find approximate values of the solution of (A) at x=1.0, 1.14, 1.2, 1.3, …, 2.0. Present your results in tabular form. To check the error in these approximate values, construct another table of values of the residual R(x,y)=x4y3+x2y5+2xy−4 for each value of (x,y) appearing in the first table.
11. Use the improved Euler method with step sizes h=0.1, h=0.05, and h=0.025 to find approximate values of the solution of the initial value problem (3y2+4y)y′+2x+cosx=0,y(0)=1(Exercise 2.2.13) at x=0, 0.1, 0.2, 0.3, …, 1.0.
12. Use the improved Euler method with step sizes h=0.1, h=0.05, and h=0.025 to find approximate values of the solution of the initial value problem y′+(y+1)(y−1)(y−2)x+1=0,y(1)=0(Exercise 2.2.14) at x=1.0, 1.1, 1.2, 1.3, …, 2.0.
13. Use the improved Euler method and the improved Euler semilinear method with step sizes h=0.1, h=0.05, and h=0.025 to find approximate values of the solution of the initial value problem y′+3y=e−3x(1−2x),y(0)=2, at x=0, 0.1, 0.2, 0.3, …, 1.0. Compare these approximate values with the values of the exact solution y=e−3x(2+x−x2), which can be obtained by the method of Section 2.1. Do you notice anything special about the results? Explain.
Q3.2.3
The linear initial value problems in Exercises 3.2.14-3.2.19 can’t be solved exactly in terms of known elementary functions. In each exercise use the improved Euler and improved Euler semilinear methods with the indicated step sizes to find approximate values of the solution of the given initial value problem at 11 equally spaced points (including the endpoints) in the interval.
14. y′−2y=11+x2,y(2)=2; h=0.1,0.05,0.025 on [2,3]
15. y′+2xy=x2,y(0)=3; h=0.2,0.1,0.05 on [0,2] (Exercise 2.1.38)
16. y′+1xy=sinxx2,y(1)=2, h=0.2,0.1,0.05 on [1,3] (Exercise 2.1.39)
17. y′+y=e−xtanxx,y(1)=0; h=0.05,0.025,0.0125 on [1,1.5] (Exercise 2.1.40),
18. y′+2x1+x2y=ex(1+x2)2,y(0)=1; h=0.2,0.1,0.05 on [0,2] (Exercise 2.1.41)
19. xy′+(x+1)y=ex2,y(1)=2; h=0.05,0.025,0.0125 on [1,1.5] (Exercise 2.1.42)
Q3.2.4
In Exercises 3.2.20-3.2.22 use the improved Euler method and the improved Euler semilinear method with the indicated step sizes to find approximate values of the solution of the given initial value problem at 11 equally spaced points (including the endpoints) in the interval.
20. y′+3y=xy2(y+1),y(0)=1; h=0.1,0.05,0.025 on [0,1]
21. y′−4y=xy2(y+1),y(0)=1; h=0.1,0.05,0.025 on [0,1]
22. y′+2y=x21+y2,y(2)=1; h=0.1,0.05,0.025 on [2,3]
Q3.2.5
23. Do Exercise 3.2E.7 with “improved Euler method” replaced by “midpoint method.”
24. Do Exercise 3.2E.7 with “improved Euler method” replaced by “Heun’s method.”
25. Do Exercise 3.2E.8 with “improved Euler method” replaced by “midpoint method.”
26. Do Exercise 3.2E.8 with “improved Euler method” replaced by “Heun’s method.”
27. Do Exercise 3.2E.11 with “improved Euler method” replaced by “midpoint method.”
28. Do Exercise 3.2E.11 with “improved Euler method” replaced by “Heun’s method.”
29. Do Exercise 3.2E.12 with “improved Euler method” replaced by “midpoint method.”
30. Do Exercise 3.2E.12 with “improved Euler method” replaced by “Heun’s method.”
31. Show that if f, fx, fy, fxx, fyy, and fxy are continuous and bounded for all (x,y) and y is the solution of the initial value problem y′=f(x,y),y(x0)=y0, then y″ and y‴ are bounded.
32. Numerical Quadrature (see Exercise 3.1.23).
- Derive the quadrature formula ∫baf(x)dx≈0.5h(f(a)+f(b))+hn−1∑i=1f(a+ih) (where h=(b−a)/n) by applying the improved Euler method to the initial value problem y′=f(x),y(a)=0.
- The quadrature formula (A) is called the trapezoid rule. Draw a figure that justifies this terminology.
- For several choices of a, b, A, and B, apply (A) to f(x)=A+Bx, with n=10,20,40,80,160,320. Compare your results with the exact answers and explain what you find.
- For several choices of a, b, A, B, and C, apply (A) to f(x)=A+Bx+Cx2, with n=10, 20, 40, 80, 160, 320. Compare your results with the exact answers and explain what you find.