Derivation: implicit Euler
Approximating the derivative at the new node with a backward difference produces the implicit Euler method and the nonlinear equation to solve at each step.
Backward difference at the new node
Instead of approximating the derivative at looking forward, approximate it at looking backward, with the backward difference:
Substitute into the differential equation evaluated at the new node, , and solve:
The same scheme follows from the integral form of the IVP, approximating the integrand by its value at the right endpoint (right-hand rectangle), in exact parallel to Route 3 of the explicit Euler derivation.
Since appears inside , each step requires solving an (in general nonlinear) equation in the unknown , for instance with the Newton-Raphson method: