1 | Midpoint Method is ?1 = f(ti,X(ti)) ?2 = f(ti+0.5*h,X(ti+0.5*h)) Xi+1 = Xi + h * ?2 |
2 | ti |
3 | ti+1 |
4 | Xi = Yi |
5 | Exact Yi+1 |
6 | ?2 Approximate Tangent at Midpoint |
7 | Approximate Tangent at Midpoint through ti |
8 | ?1 Tangent at ti |
9 | Midpoint Approximation Xi+1 |
10 | Global Error is O(h2)) Second Order Method |