| |
| | Verlet integration . Numerical stability |
 | | is now easier due to using verlet integration rather than Newtonian is that constraints between particles are very easy to do. |
 | | Here is the usual Newtonian method of doing this: :x_2=x_1+v_1 t :v_2=v_1+a t where x_2 is the new position of the point, x_1 is the current position, v_2 is the new velocity, v_1 is the old velocity, and t is the time step. |
 | | Here is the verlet method: :x_3=2x_2-x_1 + a t^2 Where x_3 is the new position for the point, x_2 is the current position, x_1 is the old position, a is the acceleration, and t is the timestep. |
| www.uk.kunsimuna.net /Verlet_integration_UK_862688_go (611 words) |
|