Processing math: 100%

 

 

 

The velocity Verlet method

We note that the truncation error goes like O(h4) since all the odd terms cancel when we add the two Taylor expansions. We see also that the velocity is not directly included in the equation since the function x(2)=a(x,t) is supposed to be known. If we need the velocity however, we can compute it using the well-known formula x(1)i=xi+1xi12h+O(h2). We note that the velocity has a truncation error which goes like O(h2). In for example so-called Molecular dynamics calculations, since the acceleration is normally known via Newton's second law, there is seldomly a need for computing the velocity.

We note also that the algorithm for the position is not self-starting since, for i=0 it depends on the value of x at the fictitious value x1.

We can amend this by introducing the velocity Verlet method.