Verlet integration

From MaRDI portal
(Redirected from Formula:6674268)

Community: MathModDB

discrete-time expression mathematical expression

Available identifiers

WikidataQ2984997 ScholiaQ2984997MaRDI QIDQ6674268 FDOQ6674268

Also known as Stoermer-Verlet integration

Named after

Carl Størmer, Loup Verlet



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

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

Contained entities

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
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


References

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



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


Edit Verlet integration item

This page was built for formula: Verlet integration