Ghlen Livid edited untitled.tex  almost 8 years ago

Commit id: aee55a9fd37aea0f7209bd958bf900e1b7cbcf0b

deletions | additions      

       

Basic form of Velocity Verlet is as follows:  $$\vec{x}(t + \Delta t) = \vec{x}(t) + \vec{v}(t)\, \vec{v}(t)  \Delta t + \frac{1}{2} \,\vec{a}(t) \vec{a}(t)  \Delta t^2$$ $$\vec{v}(t + \Delta t) = \vec{v}(t) + \frac{\vec{a}(t) + \vec{a}(t + \Delta t)}{2} \Delta t$$