
118 8. Linear Multistep Methods—V
EXERCISES
8.1.
??
Solve the quadratic equation (8.7) for x
n+1
in terms of x
n
and h.
Discuss the behaviour of these solutions as h → 0.
8.2.
?
Extend the calculation in Example 8.2 to determine x
2
. What is the
improved value given by Milne’s device?
8.3.
?
Calculate E
[`]
(= u
[`]
− x
1
) for the data in Table 8.1 for ` = 0 : 3
on the basis that x
1
= 0.236 07. Show that these values have the
property that E
[`+1]
/E
[`]
is approximately constant and the value
of this constant is approximately hB, where B is an appropriate
Jacobian evaluated at x = x
1
, thus confirming the approximation
(8.6). Deduce that successive iterates gain approximately one extra
digit of accuracy.
8.4.
?
Apply the backward Euler method with h = 0.1 to solve the IVP de-
scribed in Example 8.3. Calculate the first two fixed-point iterations
in the determination of x
1
from a starting guess of u
[0]
= x
0
.
8.5.
?
For the system of ODEs in Example 8.3, show that
d
dt
x(t)
2
+
1
2
y(t)
4
= −2y(t)
6
.
The quantity V (t) ≡ x(t)
2
+
1
2
y(t)
4
is an example of a Lyapunov
function. Its time derivative is negative e xcept when y(t) = 0, in
which case, x
0
(t) = 0 and y
0
(t) = 2x(t)—so the motion is vertical and
counterclockwise in the phase plane. V (t) is therefore a decreasing
function of t, from which it can be concluded that, in the long term,
the solution spirals to the origin.
8.6.
??
Apply the forward and backward Euler methods as a predictor-
corrector pair to approximate x
1
for the IVP described in Exam-
ple 8.3 with h = 0.1. Compare your answers with those given in
Table 8.2.
Use Milne’s device to produce a revised estimate of the solution at
t = t
1
.
8.7.
??
Apply the forward and backward Euler methods as a predictor-
corrector pair to solve the model equation x
0
(t) = λx(t) and show
that
x
n+1
= (1 +
b
h +
b
h
2
)x
n
,
where
b
h = hλ. Hence, show that the interval of absolute stability of
this method is
b
h ∈ (−1, 0). The region of absolute stability is shown
in Figure 8.2 (left).