Classic Runge-Kutta method

from Wikipedia, the free encyclopedia

The classic Runge-Kutta method (according to Carl Runge and Martin Wilhelm Kutta ) is a special, explicit 4-stage Runge-Kutta method for the numerical solution of initial value problems ( ordinary differential equations ). An abbreviation of this procedure is RK4 . Runge was the first (1895) to specify a multi-stage process and Kutta the general form of explicit s-stage processes.

The classic Runge-Kutta method uses - like most of the numerical solution methods for differential equations - the approach of approximating derivatives ( differential quotients ) by difference quotients. The errors that necessarily occur with non-linear functions (all higher terms of the Taylor expansion are neglected) can be reduced by suitable combinations of different difference quotients. The classic Runge-Kutta method is such a combination that compensates for discretization errors up to the third derivative.

Details

The classic Runge-Kutta method averages four auxiliary slopes (red) in each step

Be

a first order initial problem.

With the step size , the classic Runge-Kutta method for calculating the approximation has the procedural function

With

The recursion equation for calculating the approximation is then

The procedure requires four evaluations of the function in each step of the recursion . For something that is continuously differentiable at least four times , a Taylor expansion according to the step size shows that the classic Runge-Kutta method is a method with a consistency order of 4.

The characteristic coefficients of the method can be summarized in a Butcher tableau as follows:

literature

  • Ernst Hairer, Nørsett, Syvert P., Gerhard Wanner: Solving Ordinary Differential Equations . Volume 1: Nonstiff Problems . 2nd revised edition. Springer Verlag, Berlin et al. 1993, ISBN 3-540-56670-8 ( Springer series in computational mathematics 8), (also reprint: ibid 2008, ISBN 978-3-642-05163-0 ).
  • Peter Deuflhard , Folkmar Bornemann : Numerical Mathematics . Volume 2: Ordinary Differential Equations . 2nd completely revised and enlarged edition. de Gruyter, Berlin 2002, ISBN 3-11-017181-3 .