
62 5. Linear Multistep Methods—II
The values x
k
, x
k+1
, ..., x
N
are then calculated from (5.2) with n = 0 : N − k,
where Nh = t
f
− t
0
.
Our aim is to develop methods with as wide a range of applicability as
possible; that is, we expect the methods we develop to b e capable of solving
all IVPsof the form (5.1) that have unique solutions. We have no interest in
methods that can solve only particular IVPsor particular types of IVP.
In addition to the issues related to convergence that we previously discussed
in Section 2.4 (for Euler’s method) and Section 3.4 (for TS(p) methods), the
main point to be borne in mind when dealing with k-step LMMs concerns the
additional starting values (5.3). These will generally contain some leve l of error
1
which must tend to zero as h → 0, so that
lim
h→0
η
j
= η, j = 0 : k − 1. (5.4)
In practice, the additional starting values x
1
, . . . , x
k−1
would be calculated
using an appropriate numerical method. For example, condition (5.4) would be
satisfied if we used k − 1 steps of Euler’s method.
Definition 5.1 (Convergence)
The LMM (5.2) with starting values satisfying (5.4) is said to be convergent if,
for all IVPs (5.1) that possess a unique solution x(t) for t ∈ [t
0
, t
f
],
lim
h→0
nh=t
∗
−t
0
x
n
= x(t
∗
) (5.5)
holds for all t
∗
∈ [t
0
, t
f
].
The next objective is to establish conditions on the coefficients of the general
LMM that will ensure convergence. Theorem 4.8 shows that consistency is a
necessary prerequisite, but Example 4.11 strongly suggests that, on its own, it
is not sufficient. Recall that consistency implies that ρ(1) = 0 and ρ
0
(1) = σ(1):
k
X
j=0
α
j
= 0,
k
X
j=0
jα
j
=
k
X
j=0
β
j
, (5.6)
with our normalizing condition α
k
= 1.
Example 5.2
Explain the the non-convergence of the two-step LMM
x
n+2
+ 4x
n+1
− 5x
n
= h(4f
n+1
+ 2f
n
)
1
Although it is natural to choose η
0
= η, the given starting value for the ODE,
this is not necessary for convergence.