Numerical Analysis/Order of RK methods/Derivation of a third order RK method

From Wikiversity
Jump to navigation Jump to search


Let the recurrence equation of a method be given by the following of Runge Kutta type with three slope evaluations at each step


 

 

 

 

(2.1)


with



Taylor series expansion of about is the same as in Example 1. Therefore, we will just use the final expression (1.7), since the procedure of the derivation is the same. For convenience, the final expression is repeated, which is going to be a reference equation for the comparison with the method's recurrence equation. Since the formulas for the given form of recurrence equation will get complicated, we will use the compact symbolic notation for the derivatives, which is shown in Example 1.


 

 

 

 

(2.2)


The Taylor expansion of the terms in (2.2) is shown up to , rather then up to , as we should in order to check that eventually next higher order terms cancel out, but we will assume that the method cannot achieve better local accuracy then fourth order, or equivalently, the global error of the third order. This will save us getting into the third level expansion of the two variable function f, which has 18 terms and would not be appropriate due to its length (even if the compact symbolic notation is used).

After we prepared the Taylor series expansion, we need to adjust the method's recurrence equation such that it can be compared with the Taylor series (2.2).



Now, we need to group the terms in the similar way they are grouped in the Taylor series (2.2), such that we can establish the conditions on the parameters that will yield the same terms as in the Taylor expansion up to the terms containing .

 

 

 

 

()

 

 

 

 

()


 

 

 

 

(2,4)


By comparing the two expressions (2,4) and (2,2), the following system of equations is obtained.

 

 

 

 

(2.5)

 

 

 

 

(2.6)

 

 

 

 

(2.7)

 

 

 

 

(2.8)

 

 

 

 

(2.9)

 

 

 

 

(2.10)

 

 

 

 

(2.11)

 

 

 

 

(2.12)


At the first glance, the system is closed, the number of equations is (2.5 through 2.12) which matches the number of undetermined parameters. However, only 6 equations are independent, the rest of them can be obtained from those 6 equations. By dividing (2.10) with (2.12), we can obtain that . Similarly, by substracting (2.11) from (2.9) equation, we see that . When we replace these two results into the rest of the equations, it is evident that the (2.6) and the (2.7) are the same, and (2.8) and the (2.9) equations are the same. Therefore, two equations can be obtained from other six, and we have to choose two variables in order to obtain a solution for the parameters.

For example, we can choose that , then we obtain the following recurrence equation.

 

 

 

 

(2.13)

where


The recurrence equation (2.13) is known Runge Kutta third order method [1,3] (List of Runge–Kutta methods), which indicates that our approach was correct.