- #1
MaxManus
- 277
- 1
Homework Statement
h is the timestep
Y' = F(Y)
Mk,1 = F(Yk)
Mk,2 = F(Yk + 0.5*Mk,1)
Mk,3 = F(Yk + h*Mk,2)
Mk,4 = F(Yk + h*Mk,3)
Yk+1 = Yk + (h/6)*(Mk,1 + 4Mk,2 + Mk,4)
Show that the local error is of fourth order
The Attempt at a Solution
I have written down the fourth order tayler series of Y
and the equation for Runge Kutta k = 0
What I need help with is what order I am supposed to write the tayler series for M4, M3 and M2