Local Truncation Error
Local truncation error (LTE) is the error introduced in a single integration step, arising from truncating the Taylor series representation of the exact solution.
For the Explicit Euler method applied to , the exact solution satisfies
so the local truncation error per step is .
The LTE is one order higher than the Global truncation error because the global error accumulates the local error over all steps. If the integration interval has length and step size , then there are steps, so
This is why the Explicit Euler method is first-order overall, even though its local error is .
Global truncation error | Order of a method | Explicit Euler method | Order of magnitude