Next: The Fourth-Order Runge-Kutta Method
Up: Pushing Particles
Previous: Euler Method
One of the remedies to the problem that we have with
the Euler method is to sample more frequently.
Consider, for example, the following scheme:
We can combine all those three equations together to obtain
the following expression:
 |
(4.77) |
In other words, in this scheme we make a simple Euler step
to the mid-point of the interval
,
find the corresponding
xn + 1/2 and evaluate
,
and then use that
value in order to jump from tn to tn+1.
The mid-point method is second-order accurate.
The mid-point method is the simplest example of the family
of Runge-Kutta methods. It is also referred to as
the second-order Runge-Kutta method.
Next: The Fourth-Order Runge-Kutta Method
Up: Pushing Particles
Previous: Euler Method
Zdzislaw Meglicki
2001-02-26