Ghlen Livid edited untitled.tex  almost 8 years ago

Commit id: 504459cdc34db71267fc3a8fe2d37b6faac7a69f

deletions | additions      

       

\textit{Oh, an empty article!} Let us show that Velocity Verlet is equivalent to regular Verlet method.  You can get started by \textbf{double clicking} this text block and begin editing. You can also click the \textbf{Text} button below to add new block elements. Or you can \textbf{drag and drop an image} right onto this text. Happy writing! Basic form of Velocity Verlet is as follows:  $$\vec{x}(t + \Delta t) = \vec{x}(t) + \vec{v}(t)\, \Delta t + \frac{1}{2} \,\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$$