Next: The Runge-Kutta Family (RK)
Up: The INITIAL VALUE PROBLEM
Previous: Trapezoidal Rule
  Contents
This method is also known as the weighted method.
Both Euler and Trapezoidal rules fit an equation of the form
where
. When
(explicit), where
(implicit). Note that
is Euler,
is
Trapezoidal.
Order of Method:
(Exercise) Show that the difference between the exact solution and
the above approximation at
is
hence method is order 2 for
(corresponding to
Trapezoidal) and otherwise is of order 1.
If we go through the usual argument (exercise), for
and
sufficiently small, then
Now, take
as an unknown and apply implicit function
theorem.
Ok, since
is analytic and for
sufficiently small, the matrix
Then, using the implicit function theorem one can can show (try it!)
Why bother with the Theta Method i.e. with
taking any value
in
, not just
and
?
- 1)
- The concept of order is based on assumption that error is concentrated on
the leading order of Taylor series expansion (on real computers,
is small, but finite). e.g.
gets rid of
while retaining
. Hence, for different types
of
one can tune
to control whether
and higher order terms or
and higher order terms
contribute to the overall error when
is finite. It may be
possible to choose a
that generates a more optimal or smaller
error
.
- 2)
- Theta Method is an example of a general approach to designing
algorithms in which geometric intuition is replaced by Taylor series
expansion. Invariably the implicit function theorem is also used in
the design and analysis of scheme.
- 3)
- The
Case is very practical:
This is the ``Backward Euler'' or ``Implicit Euler'' scheme, a simple yet
robust method for solving STIFF ODES (Stiffness will be discussed
later in detail).
- 4)
- Comparison of the Trapezoidal and Euler methods (see
reftreu) will be done later, but the Euler method is more
dissipative than the trapezoidal and in some problems a little more or a
little less dissipation is appropriate or wanted.
Next: The Runge-Kutta Family (RK)
Up: The INITIAL VALUE PROBLEM
Previous: Trapezoidal Rule
  Contents
Juan Restrepo
2003-05-02