Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Runge–Kutta methods
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Examples=== The simplest example of an implicit Runge–Kutta method is the [[backward Euler method]]: :<math>y_{n + 1} = y_n + h f(t_n + h,\ y_{n + 1}). \,</math> The Butcher tableau for this is simply: :<math> \begin{array}{c|c} 1 & 1 \\ \hline & 1 \\ \end{array} </math> This Butcher tableau corresponds to the formulae :<math> k_1 = f(t_n + h,\ y_n + h k_1) \quad\text{and}\quad y_{n+1} = y_n + h k_1, </math> which can be re-arranged to get the formula for the backward Euler method listed above. Another example for an implicit Runge–Kutta method is the [[trapezoidal rule (differential equations)|trapezoidal rule]]. Its Butcher tableau is: :<math> \begin{array}{c|cc} 0 & 0& 0\\ 1 & \frac{1}{2}& \frac{1}{2}\\ \hline & \frac{1}{2}&\frac{1}{2}\\ & 1 & 0 \\ \end{array} </math> The trapezoidal rule is a [[collocation method]] (as discussed in that article). All collocation methods are implicit Runge–Kutta methods, but not all implicit Runge–Kutta methods are collocation methods.<ref>{{harvnb|Iserles|1996|pp=43–44}}</ref> The [[Gauss–Legendre method]]s form a family of collocation methods based on [[Gauss quadrature]]. A Gauss–Legendre method with ''s'' stages has order 2''s'' (thus, methods with arbitrarily high order can be constructed).<ref>{{harvnb|Iserles|1996|p=47}}</ref> The method with two stages (and thus order four) has Butcher tableau: :<math> \begin{array}{c|cc} \frac12 - \frac16 \sqrt3 & \frac14 & \frac14 - \frac16 \sqrt3 \\ \frac12 + \frac16 \sqrt3 & \frac14 + \frac16 \sqrt3 & \frac14 \\ \hline & \frac12 & \frac12 \\ & \frac12+\frac12 \sqrt3 & \frac12-\frac12 \sqrt3 \end{array} </math> <ref name="Süli 2003 353"/>
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)