Euler's method

Update for positions:

xim+1 = xim + h vim
Update for velocities:
vim+1 = vim + h aim

References