
80 6. Linear Multistep Methods—III
in which λ may be complex
2
and has negative real part: <(λ) < 0. The general
solution has the form x(t) = c e
λt
in which c is an arbitrary constant. Hence,
x(t) → 0 as t → ∞, regardless of the value of c.
Our aim is to determine those LMMs which, when applied to (6.1), give
solutions {x
n
} that also tend to zero as t
n
→ ∞ with a given fixed step size
h. Note that this property is different from that used by convergence theory,
which also required the limit n → ∞, since h is now fixed. This notion has
proved, perhaps surprisingly, to be both important and useful over many years
and we formalize our aspirations by the following definition.
Definition 6.3 (Absolute Stability)
An LMM is said to be absolutely stable if, when applied to the test problem
x
0
(t) = λx(t) with <(λ) < 0 and a given value of
b
h = hλ,
3
its solutions tend to
zero as n → ∞ for any choice of starting values.
Our definition of absolute stability is motivated by the idea of asking for
the numerical method to reproduce the long-term behaviour of the model ODE
(6.1). However, from Section 5.3 it should be clear that this condition is very
similar to the requirement that the GE should be damped as time increases—
this is the property that we looked at in Example 6.1. Hence, absolute stability
is an important factor in the control of the GE. Applying the general two-step
LMM (see Equation (4.13)) to the ODE x
0
(t) = λx(t) we have
x
n+2
+ α
1
x
n+1
+ α
0
x
n
= hλ(β
2
x
n+2
+ β
1
x
n+1
+ β
0
x
n
),
which can be rearranged to give the two-step linear difference equation
(1 −
b
hβ
2
)x
n+2
+ (α
1
−
b
hβ
1
)x
n+1
+ (α
0
−
b
hβ
0
)x
n
= 0. (6.2)
This equation is relatively easy to analyse since it is a homogeneous linear
difference equation with constant coefficients (see Appendix D). It has solutions
of the form x
n
= ar
n
, where r is a root of the auxiliary equation
(1 −
b
hβ
2
)r
2
+ (α
1
−
b
hβ
1
)r + (α
0
−
b
hβ
0
) = 0. (6.3)
We denote the polynomial on the left-hand side by p(r). Notice that
p(r) = ρ(r) −
b
hσ(r).
2
The reason for allowing λ to be complex will become clear in Chapter 7 during
the application to systems of differential equations.
3
We introduce the single parameter
b
h since the parameters h and λ occur only as
the product hλ.