Midpoint Method

The midpoint method is a second-order Runge-Kutta method that evaluates the gradient at the midpoint of the step interval.

The method estimates at using one Euler half-step, then uses that midpoint gradient to advance the full step.

Order

Second-order: Global truncation error , Local truncation error .

The midpoint method achieves second-order accuracy with only two evaluations of per step (compared to four for Fourth order Runge-Kutta).

Runge-Kutta methods | Ralston method | Fourth order Runge-Kutta | Order of a method | Explicit Euler method