Runge Kutta is a Ordinary Differential Equation approximation method known for its accuracy to efficiency ratio. It is a type of single-step method, meaning it only uses information from the current point to estimate the next point, rather than relying on multiple previous points.
It is a much better approximation method than Eulers Method, as it uses multiple evaluations of the derivative within each step to achieve higher accuracy.
Forms and Formula
The general Runge Kutta formula can be defined as:
where the slopes are:
There are two popular forms of Runge Kutta, namely and .