Euler's Method
Euler's Method is obtained by truncating the series after the second term, i.e.
,
with
and
in the interval
.
>
The algorithm can then be written as:
1
;
2 repeat for increasing
until
:
.
>
Worksheet 8 contained examples of use of Euler's method and also illustrates the graphical interpretation. Here, we discuss some of the theoretical aspects. First we need some preliminary results.
>
Lemma
Lemma
Theorem 21
Example
Theorem 22 (Round-off error)
Example
>