Rung A
Rung A
(Taylor’s Methods)
Numerical Solution of ODEs
Idea of Runge-Kutta:
We can think of the values k1 and k2 as estimates of the change in y when x
advances by h, because they are the product of the change in x and a value for the slope
of the curve, y’.
The Runge-Kutta methods always use the simple Euler estimate as the first estimate of h.