Next: BOUNDARY VALUE PROBLEMS (BVP)
Up: Stability and Stiff Equations
Previous: A-Stability of Multistep Methods
  Contents
In Figure (12), which is taken from ``Spectral Methods'' book from
Hussaini, et al, we reproduce the stability boundaries for several
AB and AM methods...
Figure 12:
Stability Boundaries for several AM and AB schemes
|
|
Remember that a
-step multistep method requires
values,
including the initial condition, i.e. the ``initial values.'' Since
we only have 1 of these values, we must recast the stability issue in
terms that are much stronger than is practically-necessary: We
require linear stability FOR ALL POSSIBLE VALUES OF
:
Write multi-step method as
|
(64) |
 |
when applied to
.
(64) written as
|
(65) |
 |
Get linear difference equation (see notes on linear-diff equations for
a brush-up on topic).
To solve (64), form characteristic polynomial
Let
be the zeros of
with multiplicatives
where
. Then the general
solution of (64)
|
(66) |
 |
The constants are
uniquely determined by the
starting
values
.
Lemma (A-Stability for Multi-Step): Suppose the zeros (as a
function of w) of
are
and their multiplicatives
respectively. Then the multi-step method (1)
is A-stable if and only if
|
(67) |
 |
Proof
Examining (65) we see that
behavior is determined by magnitude
of
. If they all reside
inside complex unit disk then their powers decay faster than any
polynomial in
, thus,
Hence (67) is sufficient for A-Stability.
On the other hand, if
, say, then there exist
starting values such that
it is impossible for
as
. We deduce that
(66) is necessary for A-Stability.
Example
Is the AB
solution for
A-Stable?
The characteristic equation
The roots are:
Region of absolute stability are such that
so
. Thus not A-Stable.
General Comments comparing
and
:
- 1)
- Find that for both, region of absolute stability becomes
smaller the higher the order.
- 2)
- For a given order, region of absolute stability is larger for
AM.
- 3)
- Size of region usually acceptable from the point of view of
practicality.
- 4)
- The Adams family is very easy to adapt to variable order
(DEABM is a popular fortran code that does this).
- 5)
- No Adams scheme is A-Stable. Also, in general, the higher
the order, the smaller the region of stability, but with higher order
you get to include more of the right hand side of the eigenvalue
plane. Hence, for mildly stiff problems and slightly unstable problems
one can use a high order Adams, provided
is small enough.
Next: BOUNDARY VALUE PROBLEMS (BVP)
Up: Stability and Stiff Equations
Previous: A-Stability of Multistep Methods
  Contents
Juan Restrepo
2003-05-02