Euler-Heun Method

The Euler-Heun method’s increment function is .

  1. Set up the truncation error formula:

  2. 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:

  3. 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.