Global Truncation Error

Global truncation error (GTE) is the total accumulated error after integrating over the entire interval, and it determines the Order of a method.

For a method with Local truncation error per step, integrating over steps gives

so the method is order .

MethodLTE per stepGTE (order)
Explicit Euler method - first order
Midpoint method, Ralston method, Implicit Trapezoid Method - second order
Fourth order Runge-Kutta - fourth order

The GTE is what we measure in practice by comparing numerical solutions at different step sizes.

Local truncation error | Order of a method | Order of convergence | Convergence