
68 5. Linear Multistep Methods—II
As discussed in Section 4.3, LMMs are constructed from Taylor expansions
in such a manner that their associated linear difference operators have the
property
L
h
z(t) = C
p+1
h
p+1
z
(p+1)
(t) + ··· ,
where z is any (p + 1)-times continuously differentiable function.
The LTE, denoted by T
n+2
, is defined to be the value of the left-hand side
of this expression when we replace z by x, the exact solution of our IVP. So,
for our two-step method we define, at t = t
n+2
,
T
n+2
= L
h
x(t
n
). (5.12)
When x(t) is a (p + 1)-times continuously differentiable function we have
T
n+2
= C
p+1
h
p+1
x
(p+1)
(t) + ··· ,
so that T
n+2
= O(h
p+1
). Let y
n
= x(t
n
) (for all n) denote the exact solution of
the IVP (5.11) at a typical grid p oint t
n
. The general two-step LMM applied
to the IVP (5.11) leads to
x
n+2
+ α
1
x
n+1
+ α
0
x
n
=
hλ
β
2
x
n+2
+ β
1
x
n+1
+ β
0
x
n
+ h(β
2
g(t
n+2
) + β
1
g(t
n+1
) + β
0
g(t
n
)). (5.13)
With Definition 4.2 for L
h
and equation (5.12) we find that the exact solution
satisfies the same equation with the addition of T
n+2
on the right:
y
n+2
+ α
1
y
n+1
+ α
0
y
n
=
hλ
β
2
y
n+2
+ β
1
y
n+1
+ β
0
y
n
+ h(β
2
g(t
n+2
) + β
1
g(t
n+1
) + β
0
g(t
n
)) + T
n+2
. (5.14)
Subtracting (5.13) from (5.14), the GE e
n
= x(t
n
) − x
n
≡ y
n
− x
n
is found to
satisfy the difference equation
(1 − hλβ
2
)e
n+2
+ (α
1
− hλβ
1
)e
n+1
+ (α
0
− hλβ
0
)e
n
= T
n+2
, (5.15)
with the starting values e
0
= 0 and e
1
= x(t
1
)−η
1
, which may be assumed to be
small (the definition of convergence stipulates that the error in starting values
must tend to zero as h → 0). This is the equation that governs the way “local”
errors T
n+2
accumulate into the “global” error {e
n
}. Usage of the terms “local”
and “global” reflects the fact that the LTE T
n+2
can be calculated locally (for
each time t
n
) via Equation (5.12), whereas the GE results from the overall
accumulation of all LTEs—a global process.
In order to simplify the next stage of the analysis, let us assume that the
LTE terms T
n+2
are constant: T
n+2
= T , for all n. As discussed in Appendix D,
the general solution of (5.15) is then comprised of two components: