Euler-Heun Method
The Euler-Heun method’s increment function is .
-
Set up the truncation error formula:
-
Use Taylor Series for all terms:
-
Left Part: We expand to a higher order: . This gives:
-
Right Part: We use a multivariate Taylor expansion for the second term:
So the full increment function is:
-
-
Substitute and Simplify: Using and , the increment function becomes:
Now, we substitute everything back into the truncation error formula:
The local truncation error is of the second order in . Therefore, the Euler-Heun method has an order of consistency of 2.