A-Stable
Buildup
Multistep methods including the midpoint method might have parasitic solutions when is not sufficiently small. Being not sufficiently small refers to situations such as when there is a problem like and it fails to meet conditions like .
When we say and represent the condition on the complex plane, it looks like the figure below.
If does not belong to this region, the method does not work properly, and in cases where the magnitude is extremely large like , cannot be used unless it is substantially small. However, mindlessly reducing makes the computational cost too high to be practical.
Therefore, it’s preferable for such regions to be as large as possible, but with methods like the Adams-Moulton method, increasing the order makes the calculation more accurate but narrows the region guaranteed for stability.
Definition 1
On the other hand, methods that guarantee stability for all are called A-Stable. These methods do not impose any limitation on , therefore they can solve many problems stably, which is an advantage.
Theorems
- [1]: There do not exist A-stable multistep methods of order higher than .
- [2]: For every order of convergence, there exists an A-stable one-step method.
A-Stable methods are known for these two facts.
Atkinson. (1989). An Introduction to Numerical Analysis(2nd Edition): p408. ↩︎