请输入您要查询的字词:

 

单词 Runge–Kutta methods
释义
Runge–Kutta methods

Mathematics
  • A numerical method of solving differential equations in the form dydx=f(x,y) which uses the midpoint of interval(s) to improve accuracy. So if the value of the function is known at (xn,yn), and the estimate yn + 1 of y is required at xn + 1 = xn + h, the second-order Runge–Kutta formula is

    k1=h×f(xn,yn)k2=h×f(xn+12h,yn+12k1)yn+1=yn+k2

    and the fourth-order Runge–Kutta formula is

    k1=h×f(xn,yn)k2=h×f(xn+12h,yn+12k1)k3=h×f(xn+12h,yn+12k2)k4=h×f(xn+h,yn+k3)yn+1=yn+16k1+13k2+13k3+16k4


Computer
  • A widely used class of methods for the numerical solution of ordinary differential equations. For the initial-value problem

    y=f(x,y),y(x0)=y0,
    the general form of the m-stage method is
    ki=f(xn+cih,yn+hΣj=1maijkj)i=1,2,,myn+1=yn+hΣi=1mbiki)xn+1=xn+h
    The derivation of suitable parameters aij, bi, and ci requires extremely lengthy algebraic manipulations, except for small values of m.

    Some early examples were developed by Runge and a systematic treatment was initiated by Kutta about 1900. Recently, significant advances have been made in the development of a general theory and in the derivation and implementation of efficient methods incorporating error estimation and control.

    Except for stiff equations (see ordinary differential equations), explicit methods

    withaij=0,ji
    are used. These are relatively easy to program and are efficient compared with other methods unless evaluations of f(x,y) are expensive.

    To be useful for practical problems, the methods should be implemented in a form that allows the stepsize h to vary across the range of integration. Methods for choosing the steps h are based on estimates of the local error. A Runge–Kutta formula should also be derived with a local interpolant that can be used to produce accurate approximations for all values of x, not just at the grid-points xn. This avoids the considerable extra cost caused by artificially restricting the stepsize when dense output is required.


随便看

 

科学参考收录了60776条科技类词条,基本涵盖了常见科技类参考文献及英语词汇的翻译,是科学学习和研究的有利工具。

 

Copyright © 2000-2023 Sciref.net All Rights Reserved
京ICP备2021023879号 更新时间:2024/7/1 15:08:22