Everipedia Logo
Everipedia is now IQ.wiki - Join the IQ Brainlist and our Discord for early access to editing on the new platform and to participate in the beta testing.
List of Runge–Kutta methods

List of Runge–Kutta methods

Runge–Kutta methods are methods for the numerical solution of the ordinary differential equation

Explicit Runge-Kutta methods take the form

Stages for implicit methods of s stages take the more general form

Each method listed on this page is defined by its Butcher tableau, which puts the coefficients of the method in a table as follows:

Explicit methods

The explicit methods are those where the matrixis lowertriangular.

Forward Euler

The Euler method is first order. The lack of stability and accuracy limits its popularity mainly to use as a simple introductory example of a numeric solution method.

Explicit midpoint method

The (explicit) midpoint method is a second-order method with two stages (see also the implicit midpoint method below):

Heun's method

Heun's method is a second-order method with two stages. It is also known as the explicit trapezoid rule, improved Euler's method, or modified Euler's method. (Note: The "eu" is pronounced the same way as in "Euler", so "Heun" rhymes with "coin"):

Ralston's method

Ralston's method is a second-order method[1] with two stages and a minimum local error bound:

Generic second-order method

Kutta's third-order method

Heun's third-order method

Ralston's third-order method

Ralston's third-order method[2] is used in the embedded Bogacki–Shampine method.

Third-order Strong Stability Preserving Runge-Kutta (SSPRK3)

Classic fourth-order method

The "original" Runge–Kutta method.

Ralston's fourth-order method

This fourth order method[3] has minimum truncation error.

3/8-rule fourth-order method

This method doesn't have as much notoriety as the "classical" method, but is just as classical because it was proposed in the same paper (Kutta, 1901).

Embedded methods

The embedded methods are designed to produce an estimate of the local truncation error of a single Runge-Kutta step, and as result, allow to control the error with adaptive stepsize. This is done by having two methods in the tableau, one with order p and one with order p-1.

The lower-order step is given by

where theare the same as for the higher order method. Then the error is
which is. The Butcher Tableau for this kind of method is extended to give the values of

Heun–Euler

The simplest adaptive Runge–Kutta method involves combining Heun's method, which is order 2, with the Euler method, which is order 1. Its extended Butcher Tableau is:

The error estimate is used to control the stepsize.

Fehlberg RK1(2)

The Fehlberg method[4] has two methods of orders 1 and 2. Its extended Butcher Tableau is:

0
1/21/2
11/256255/256
1/256255/2560
1/512255/2561/512

The first row of b coefficients gives the first-order accurate solution, and the second row has order two.

Bogacki–Shampine

The Bogacki–Shampine method has two methods of orders 3 and 2. Its extended Butcher Tableau is:

0
1/21/2
3/403/4
12/91/34/9
2/91/34/90
7/241/41/31/8

The first row of b coefficients gives the third-order accurate solution, and the second row has order two.

Fehlberg

The Runge–Kutta–Fehlberg method has two methods of orders 5 and 4. Its extended Butcher Tableau is:

0
1/41/4
3/83/329/32
12/131932/2197−7200/21977296/2197
1439/216−83680/513−845/4104
1/2-8/272−3544/25651859/4104−11/40
16/13506656/1282528561/56430−9/502/55
25/21601408/25652197/4104−1/50

The first row of b coefficients gives the fifth-order accurate solution, and the second row has order four.

Cash-Karp

Cash and Karp have modified Fehlberg's original idea. The extended tableau for the Cash–Karp method is

0
1/51/5
3/103/409/40
3/53/10−9/106/5
1−11/545/2−70/2735/27
7/81631/55296175/512575/1382444275/110592253/4096
37/3780250/621125/5940512/1771
2825/27648018575/4838413525/55296277/143361/4

The first row of b coefficients gives the fifth-order accurate solution, and the second row has order four.

Dormand–Prince

The extended tableau for the Dormand–Prince method is

0
1/51/5
3/103/409/40
4/544/45−56/1532/9
8/919372/6561−25360/218764448/6561−212/729
19017/3168−355/3346732/524749/176−5103/18656
135/3840500/1113125/192−2187/678411/84
35/3840500/1113125/192−2187/678411/840
5179/5760007571/16695393/640−92097/339200187/21001/40

The first row of b coefficients gives the fifth-order accurate solution and the second row gives the fourth-order accurate solution.

Implicit methods

Backward Euler

The backward Euler method is first order. Unconditionally stable and non-oscillatory for linear diffusion problems.

Implicit midpoint

The implicit midpoint method is of second order. It is the simplest method in the class of collocation methods known as the Gauss-Legendre methods. It is a symplectic integrator.

Crank-Nicolson method

The Crank-Nicolson method corresponds to the implicit trapezoidal rule and is a second-order accurate and A-stable method.

Gauss–Legendre methods

These methods are based on the points of Gauss–Legendre quadrature. The Gauss–Legendre method of order four has Butcher tableau:

The Gauss–Legendre method of order six has Butcher tableau:

Diagonally Implicit Runge Kutta methods

Diagonally Implicit Runge-Kutta (DIRK) formulae have been widely used for the numerical solution of stiff initial value problems. The simplest method from this class is the order 2 implicit midpoint method.

Kraaijevanger and Spijker's two-stage Diagonally Implicit Runge Kutta method:

Qin and Zhang's two-stage, 2nd order, symplectic Diagonally Implicit Runge Kutta method:

Pareschi and Russo's two-stage 2nd order Diagonally Implicit Runge Kutta method:

This Diagonally Implicit Runge Kutta method is A-stable if and only if. Moreover, this method is L-stable if and only ifequals one of the roots of the polynomial, i.e. if. Qin and Zhang's Diagonally Implicit Runge Kutta method corresponds to Pareschi and Russo's Diagonally Implicit Runge Kutta method with.

Two-stage 2nd order Diagonally Implicit Runge Kutta method:

Again, this Diagonally Implicit Runge Kutta method is A-stable if and only if. As the previous method, this method is again L-stable if and only ifequals one of the roots of the polynomial, i.e. if.

Crouzeix's two-stage, 3rd order Diagonally Implicit Runge Kutta method:

Three-stage, 3rd order, L-stable Diagonally Implicit Runge Kutta method:

with

Nørsett's three-stage, 4th order Diagonally Implicit Runge Kutta method has the following Butcher tableau:

withone of the three roots of the cubic equation. The three roots of this cubic equation are approximately,, and. The rootgives the best stability properties for initial value problems.

Four-stage, 3rd order, L-stable Diagonally Implicit Runge Kutta method

Lobatto methods

There are three main families of Lobatto methods, called IIIA, IIIB and IIIC (in classial mathematical literature, the symbols I and II are reserved for two types of Radau methods). These are named after Rehuel Lobatto. All are implicit methods, have order 2s − 2 and they all have c1 = 0 and c**s = 1. Unlike any explicit method, it's possible for these methods to have the order greater than the number of stages. Lobatto lived before the classic fourth-order method was popularized by Runge and Kutta.

Lobatto IIIA methods

The Lobatto IIIA methods are collocation methods. The second-order method is known as the trapezoidal rule:

The fourth-order method is given by

This methods are A-stable, but not L-stable and B-stable.

Lobatto IIIB methods

The Lobatto IIIB methods are not collocation methods, but they can be viewed as discontinuous collocation methods (Hairer, Lubich & Wanner 2006, §II.1.4). The second-order method is given by

The fourth-order method is given by

Lobatto IIIB methods are A-stable, but not L-stable and B-stable.

Lobatto IIIC methods

The Lobatto IIIC methods also are discontinuous collocation methods. The second-order method is given by

The fourth-order method is given by

They are L-stable. They are also algebraically stable and thus B-stable, that makes them suitable for stiff problems.

Lobatto IIIC* methods

The Lobatto IIIC* methods are also known as Lobatto III methods (Butcher, 2008), Butcher’s Lobatto methods (Hairer et al, 1993), and Lobatto IIIC methods (Sun, 2000) in the literature.[5] The second-order method is given by

Butcher's three-stage, fourth-order method is given by

These methods are not A-stable, B-stable or L-stable. The Lobatto IIIC* method foris sometimes called the explicit trapezoidal rule.

Generalized Lobatto methods

One can consider a very general family of methods with three real parametersby considering Lobatto coefficients of the form
,

where

.

For example, Lobatto IIID family introduced in (Nørsett and Wanner, 1981), also called Lobatto IIINW, are given by

and

These methods correspond to,,, and. The methods are L-stable. They are algebraically stable and thus B-stable.

Radau methods

Radau methods are fully implicit methods (matrix A of such methods can have any structure). Radau methods attain order 2s − 1 for s stages. Radau methods are A-stable, but expensive to implement. Also they can suffer from order reduction. The first order Radau method is similar to backward Euler method.

Radau IA methods

The third-order method is given by

The fifth-order method is given by

Radau IIA methods

The ci of this method are zeros of

whereis the Legendre polynomial of degree s. The third-order method is given by

The fifth-order method is given by

References

[1]
Citation Linkopenlibrary.orgRalston, Anthony (1962). "Runge-Kutta Methods with Minimum Error Bounds". Math. Comput. 16: 431–437.
Oct 1, 2019, 3:41 AM
[2]
Citation Linkopenlibrary.orgRalston, Anthony (1962). "Runge-Kutta Methods with Minimum Error Bounds". Math. Comput. 16: 431–437.
Oct 1, 2019, 3:41 AM
[3]
Citation Linkopenlibrary.orgRalston, Anthony (1962). "Runge-Kutta Methods with Minimum Error Bounds". Math. Comput. 16: 431–437.
Oct 1, 2019, 3:41 AM
[4]
Citation Linkntrs.nasa.govFehlberg, E. (1969-07-01). "Low-order classical Runge-Kutta formulas with stepsize control and their application to some heat transfer problems". Cite journal requires |journal= (help)
Oct 1, 2019, 3:41 AM
[5]
Citation Linkhomepage.math.uiowa.eduhttp://homepage.math.uiowa.edu/~ljay/publications.dir/Lobatto.pdf
Oct 1, 2019, 3:41 AM
[6]
Citation Linkntrs.nasa.gov"Low-order classical Runge-Kutta formulas with stepsize control and their application to some heat transfer problems"
Oct 1, 2019, 3:41 AM
[7]
Citation Linkhomepage.math.uiowa.eduhttp://homepage.math.uiowa.edu/~ljay/publications.dir/Lobatto.pdf
Oct 1, 2019, 3:41 AM
[8]
Citation Linken.wikipedia.orgThe original version of this page is from Wikipedia, you can edit the page right here on Everipedia.Text is available under the Creative Commons Attribution-ShareAlike License.Additional terms may apply.See everipedia.org/everipedia-termsfor further details.Images/media credited individually (click the icon for details).
Oct 1, 2019, 3:41 AM