Difference between revisions of "Verlet integration"
Karl Jones (Talk | contribs) (equations of motion) |
Karl Jones (Talk | contribs) |
||
Line 1: | Line 1: | ||
'''Verlet integration''' (French pronunciation: [vɛʁˈlɛ]) is a [[Numerical analysis|numerical method]] used to integrate Newton's [[equations of motion]]. | '''Verlet integration''' (French pronunciation: [vɛʁˈlɛ]) is a [[Numerical analysis|numerical method]] used to integrate Newton's [[equations of motion]]. | ||
+ | |||
+ | == Description == | ||
It is frequently used to calculate trajectories of particles in molecular dynamics simulations and computer graphics. | It is frequently used to calculate trajectories of particles in molecular dynamics simulations and computer graphics. | ||
Line 16: | Line 18: | ||
* [[Equations of motion]] | * [[Equations of motion]] | ||
* [[Euler method]] | * [[Euler method]] | ||
+ | * [[Mathematical physics]] | ||
* [[Numerical analysis]] | * [[Numerical analysis]] | ||
Revision as of 03:15, 7 February 2016
Verlet integration (French pronunciation: [vɛʁˈlɛ]) is a numerical method used to integrate Newton's equations of motion.
Description
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.