Verlet integration

From Wiki @ Karl Jones dot com
Revision as of 14:19, 13 August 2015 by Karl Jones (Talk | contribs) (etc)

Jump to: navigation, search

Verlet integration (French pronunciation: ​[vɛʁˈlɛ]) is a numerical method used to integrate Newton's equations of motion.

It is frequently used to calculate trajectories of particles in molecular dynamics simulations and computer graphics.

The algorithm was first used in 1791 by Delambre, and has been rediscovered many times since then, most recently by Loup Verlet in the 1960s for use in molecular dynamics.

It was also used by Cowell and Crommelin in 1909 to compute the orbit of Halley's Comet, and by Carl Størmer in 1907 to study the motion of electrical particles in a magnetic field.

The Verlet integrator provides good numerical stability, as well as other properties that are important in physical systems such as time-reversibility and preservation of the symplectic form on phase space, at no significant additional computational cost over the simple Euler method.

Verlet integration was used by Carl Størmer to compute the trajectories of particles moving in a magnetic field (hence it is also called Störmer's method) and was popularized in molecular dynamics by French physicist Loup Verlet in 1967.

See also

External links