Leapfrog integration

In numerical analysis, leapfrog integration is a method for numerically integrating differential equations of the form

particularly in the case of a dynamical system of classical mechanics.

The method is known by different names in different disciplines.

Leapfrog integration is equivalent to updating positions

at different interleaved time points, staggered in such a way that they "leapfrog" over each other.

Leapfrog integration is a second-order method, in contrast to Euler integration, which is only first-order, yet requires the same number of function evaluations per step.

Unlike Euler integration, it is stable for oscillatory motion, as long as the time-step

[1] Using Yoshida coefficients, applying the leapfrog integrator multiple times with the correct timesteps, a much higher order integrator can be generated.

In leapfrog integration, the equations for updating position and velocity are where

These equations can be expressed in a form that gives velocity at integer steps as well:[2] However, in this synchronized form, the time-step

[3] The synchronised form can be re-arranged to the 'kick-drift-kick' form; which is primarily used where variable time-steps are required.

The separation of the acceleration calculation onto the beginning and end of a step means that if time resolution is increased by a factor of two (

), then only one extra (computationally expensive) acceleration calculation is required.

One use of this equation is in Newtonian gravity simulations, since in that case the acceleration depends only on the positions of the gravitating masses (and not on their velocities).

There are two primary strengths to leapfrog integration when applied to mechanics problems.

One can integrate forward n steps, and then reverse the direction of integration and integrate backwards n steps to arrive at the same starting position.

The second strength is its symplectic nature, which implies that it conserves the (slightly modified; see symplectic integrator) energy of a Hamiltonian dynamical system.

[4] This is especially useful when computing orbital dynamics, as many other integration schemes, such as the (order-4) Runge–Kutta method, do not conserve energy and allow the system to drift substantially over time.

Because of its time-reversibility, and because it is a symplectic integrator, leapfrog integration is also used in Hamiltonian Monte Carlo, a method for drawing random samples from a probability distribution whose overall normalization is unknown.

[5] The leapfrog integrator can be converted into higher order integrators using techniques due to Haruo Yoshida.

In this approach, the leapfrog is applied over a number of different timesteps.

It turns out that when the correct timesteps are used in sequence, the errors cancel and far higher order integrators can be easily produced.

The position and velocity are computed at different times.

Only three (computationally expensive) acceleration calculations are required.

The equations for the 4th order integrator to update position and velocity are where

are the final position and velocity under one 4th order Yoshida step.

are derived in [7] (see the equation (4.6)) All intermediary steps form one

step which implies that coefficients sum up to one:

Please note that position and velocity are computed at different times and some intermediary steps are backwards in time.

To illustrate this, we give the numerical values of

Comparison of Euler's and Leapfrog integration energy conserving properties for N bodies orbiting a point source mass. Same time-step used in both simulations.