next up previous
Next: The fourth order Runge Up: Finite difference methods for Previous: Solution by forward differences

Physical systems described by sets of ordinary differential equations - accurate solutions.

Euler's method of solving the initial value problem is conceptually important. One way or another all practical methods come down to the same idea: Add small increments to your functions corresponding to derivatives multiplied by step sizes.

displaymath293

where the tex2html_wrap_inline297 are the first time derivatives of the tex2html_wrap_inline283 .

The Euler method is not very accurate (compared to others discussed below), sometimes unstable and generally not recommended for any practical use. This is because the derivative is computed at the start of the interval h and assumed to hold over the whole interval. In fact then,

displaymath294

Where the error term tex2html_wrap_inline303 is only one order down on the increment term hf tex2html_wrap_inline305 .



Keith Jones
Sun Jan 23 14:17:38 EST 2000