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 .
| Method | Order | Global truncation error |
|---|---|---|
| Explicit Euler method | 1 | |
| Midpoint method | 2 | |
| Ralston method | 2 | |
| Implicit Trapezoid Method | 2 | |
| Fourth order Runge-Kutta | 4 |
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