Convergence

A numerical algorithm converges if the numerical solution approaches the exact solution as the step size .

Formally, a method converges if

The rate at which this occurs is the Order of convergence.

Consistency

A method is consistent if the exact solution satisfies the numerical scheme as . Informally, the discretisation must become exact in the limit of infinitely fine resolution.

Relationship to Stability

Convergence, consistency, and stability are linked by the Lax Equivalence Theorem:

This is useful because consistency and stability are often easier to check individually than convergence directly. Proving stability via the amplification factor and checking that the Local truncation error vanishes as (consistency) together guarantee convergence.

Lax Equivalence Theorem | Stability of a method | Order of convergence | Local truncation error | Global truncation error