Order of a Method

The order of a method is determined by how the Global truncation error varies with step size . A method is order if the global truncation error is .

MethodOrderGlobal truncation error
Explicit Euler method1
Midpoint method2
Ralston method2
Implicit Trapezoid Method2
Fourth order Runge-Kutta4

Higher order means that reducing the step size gives a much greater reduction in error. A method of order roughly multiplies error by when the step size is changed from to .

The order is related to how many terms of the Taylor expansion are matched by the method’s increment function. See Local truncation error for the single-step version of this.

Global truncation error | Local truncation error | Order of magnitude | Order of convergence | Runge-Kutta methods