Google Classroom
GeoGebraGeoGebra Classroom

Runge Kutta 4

Background information: First order differential equations with initial values of the form may or may not have specific algebraic solutions depending on the form of . Special forms of that admit algebraic solutions include, linear, exact, and separable. This list is not exhaustive. Regardless of the form of however, numerical methods of solving these types of first order initial value problems are always available. The most well known method of advancing through the independent variable systematically is Euler's Method. Euler's Method for advancing from is plotted in orange in the applet below. Euler's Method, however, frequently makes systematic errors by "overshooting" important information contained in . For instance, below, the differential equation has algebraic solutions , circles, but Euler's Method will generate outward spirals because it always "overshoots" . A famous improvement on Euler's Method is known as the Runge Kutta (RK) family of methods. There are infinitely many methods in the RK Family, and in fact Euler's Method is the "first" member of family. The most widely used member method of the RK family is version 4, and it is plotted as the blue arrow below. This interactive activity illustrates one step of the RK4 method for estimating the forward value, , of a first order initial value problem like above. In order to advance further, RK4 is repeated with using the forward value as new initialization data to produce . The process then repeats for as long as the user demands. To use this illustrative applet: Adjust (or don't) the differential equation in the input box in the top right. Adjust (or don't) the step size, and the initial condition . Initial conditions should be entered as points (i.e. in parentheses, separated by a comma). The initial condition can also be adjusted by dragging in the graphics pane on the left. What you're looking at: The four component equations of the Runge Kutta method, , and are illustrated in orange, purple, pink and red, respectively. These four components can be thought of as 4 "soundings" of the differential equation's slope field starting from . The 4 soundings are systematically made according to the RK4 equations. The RK Trajectory (blue) illustrates the RK4 estimate of how to advance from initial condition to using a weighted average of the four soundings. For those who wish to know a little more: The horizontal displacement of RK Trajectory, like Euler's Method, is the step size. The vertical displacement is the weighted average of the vertical components of the 4 soundings, .
Check back later for an additional applet illustrating the process by which RK4 is iterated to advance to additional forward values .