Next: About this document ...
EULER's METHOD
- Euler's Method:
- given
, with
, use
where
is some fixed stepsize, and we want
.
Note: we do not get
; only
.
Issues: accuracy? efficiency?
- Motivations:
-
- If
, then
is the slope of the tangent
line to the solution at
, so if
is small enough, we can approximate
near
using the tangent line,
and then
.
- The integrated form of the DE is
so, using rectangle approximation for integral,
EXISTENCE and UNIQUENESS THEORY
- General DE:
, given
.
- Solution Theorem:
- if
and
are continuous for
, then there exists
an
, such that, for all
, there exists
a unique solution
for
.
- Picard's Proof
-
- Any solution
must satisfy
- Iteration: make an initial guess
, for
, and use
for
until approximations
converge.
- Need to show convergence to a unique limit
.
- Key argument shows convergence of the series
using
where
.
Next: About this document ...
2006-09-11