Q. How to control error in Runge Kutta Fehlberg Method?
1
Expert's answer
2018-05-01T08:30:08-0400
Answer on Question #76731 – Math – Quantitative Methods
Question
How to control error in Runge Kutta Fehlberg Method?
Solution
To approximate the solution to the 1st order IVP:
y′=f(x,y),y(x0)=y0
we seek:
yn+1=yn+hi=1∑sbiki+O(hs+1)
The adaptive method is designed to produce an estimate of the local truncation error of a single Runge-Kutta step. Let γpn+1 and γqn+1 be the approximations of γ{xn+1} computed using the methods of order p and q respectively. The local truncation error in these two methods is given by
If they differ by no more than ε - the required error, then the approximation is accepted. This method estimates the error of the lower order scheme.
The Runge-Kutta-Fehlberg method is a one-step method with the approximations calculated using the Runge-Kutta method of order 4 and 5. For this method each step requires the use of the following six values:
Comments