Next: Proof
Up: Modified Euler Method
Previous: Modified Euler Method
The modified Euler method starts with an Euler step, giving a
provisional value for
at the next time
:
The step actually taken looks like an Euler step, but with
replaced by the average of
at the starting point of the step and
at the provisional point:
![\begin{displaymath}
w_{i+1} = w_i + \frac{h}{2}\left[f(t_i,w_i) +
f(t_{i+1},w_{i+1}^\prime)\right]
\end{displaymath}](img43.gif) |
(6) |
This strategy has the effect of building in the curvature term in the
Taylor series expansion of the solution (5), leaving an
error of
per step, so a net error of
in the approximation to
- hence a second
order method.
Carleton DeTar
2008-12-01