The most often used method of the Runge-Kutta family is the Fourth-Order one, which extends the idea of the mid-point method, by jumping 1/4th of the way first, then going half-way, a la the mid-point method, then going 3/4th of the way and finally juping all the way.
The formula for this method looks as follows:
| k1 | = | ||
| k2 | = | ||
| k3 | = | ||
| k4 | = | ||
| xn+1 | = | ![]() |