Chapter 7 Exercises

7.6. Chapter 7 Exercises#

You should try the following exercise questions first, then check with the answers.

For detailed solutions, please find them in the Moodle area for this Unit.

Exercise 7.1

Show that the method

\[ y_{j+1} = y_j + hf_{j+1} \]

is absolutely stable for all \(h\lambda \not\in (0,2)\).

Exercise 7.2

For the method

\[ \begin{aligned} y_{j+2} ~=~ y_j + \frac{h}{2}(f_{j+1} + 3f_j) \end{aligned} \]

show that

  • it has a stability interval of of \(\left(-\frac{4}{3},0\right)\), and

  • its region of stability is the circle on this interval as diameter.

Exercise 7.3

Find the stability interval and region for the following methods:

  1. Third-order Adams–Bashforth method \(\displaystyle y_{j+1} = y_j + \frac{h}{12}\bigl[\,23f_j - 16f_{j-1} + 5f_{j-2}\,\bigr]\)

  2. Third-order Adams–Moulton method \(\displaystyle y_{j+1} = y_j + \frac{h}{12}\bigl[\,5f_{j+1} + 8f_j - f_{j-1}\,\bigr]\)

Solution to

Exercise 7.4

Show that the method

\[ \begin{aligned} y_{j+2} ~=~ y_{j+1} + \frac{h}{2}(f_{j+2} + f_{j+1}) \end{aligned} \]

has an interval of absolute stability of \((-\infty,0]\). Explain how you can verify your results.

Exercise 7.5

Show that the Simpson’s rule:

\[ \begin{aligned} y_{j+2} ~=~ y_j + \frac{h}{3}(f_{j+2} + 4f_{j+1} + f_j) \end{aligned} \]

has no interval of absolute stability. Try to verify your results by plotting the region of absolute stability.