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