full Taylor method
Update for positions:
- xim+1
= xim
+ h vim
+ h2/2 aim
Update for velocities:
- vim+1
= vim
+ h aim
This is the lowest order Nystrom method for an ODE where the accleration only
depends on the primary variable (and not its derivative).
References
- not in the Burden and Faires "Numerical Analysis" textbook
- in Hairer, Norsett, and Wanner's "Solving Ordinary Differential Equations I:
Nonstiff Problems": Section II.14
- not in the Silly-pedia (and
beware: this
article is *not* the same thing though it is related)