Verlet integration

From MaRDI portal
Formula:6674268

Community: MathModDB

discrete-time expression mathematical expression

Available identifiers

WikidataQ2984997 ScholiaQ2984997MaRDI QIDQ6674268

FDOQ6674268 sympletic, reversible time-discretization of Newton's equations of motion, named after Carl Størmer, Loup Verlet

Also known as Stoermer-Verlet integration



Originally discovered already by Newton: Essentially a symmetric (and symplectic!) combination of Euler forward and backward methods.

Defining Formula: q(t+τ)=2q(t)q(tτ)+τ2F(q(t))/M
F represents force acting on a particle
τ represents time step
m represents mass
q represents particle position
t represents time

List of contained entities

Euler forward method yn+1=yn+hf(tn,yn)
f represents right hand side of differential equation
h represents time step
t represents time
y represents unknown function
backward Euler method yn+1=yn+hf(tn+1,yn+1)
y represents unknown function
f represents right hand side of differential equation
h represents time step
t represents time


Described at:

https://en.wikipedia.org/wiki/Verlet_integration

Computer "Experiments" on Classical Fluids. I. Thermodynamical Properties of Lennard-Jones Molecules


Similar mathematical expressions

second order differencing method


Further items linking to Verlet integration

Item Property
Newton second law of motion for constant mass discretized by
second order differencing method similar to

This page was built for formula: Verlet integration