Next: Theta Method
Up: The INITIAL VALUE PROBLEM
Previous: Taylor-series Method
  Contents
Adopt the ''integral'' interpretation of problem (see
0.1.3).
Recall Forward Euler approximates derivative by a constant at
The Trapezoidal rule estimates ``height'' of box by average of
at
and
:
|
(30) |
![$\displaystyle \fbox{\parbox {8.5cm} {$y_{n+1}=y_n+\frac12 h \big[f(x_n, y_n)+f(x_{n+1}, y_{n+1})\big]$}}$](img445.png) |
|
|
i.e.
To find the order of method, take an exact solution
and subtract (30):
Hence, trapezoidal is Order-2 Method. Before inferring that the error decays
globally as
, we need to prove the method is convergent:
Theorem.
The Trapezoidal Rule is convergent.
Proof.
Exercise (use strategy of multistep method considered later).
Consider trapezoidal on model
|
(31) |
 |
or more generally, on
where
and
complex.
|
(32) |
![% latex2html id marker 21691
$\displaystyle \therefore \left\{\begin{array}{ll} ...
..._n + g(x_n) +\lambda y_{n+1} +g(x_{n+1})] & n\ge 0 y_0=Y_0 \end{array}\right.$](img457.png) |
and perturbed case
let
. Subtracting:
i.e. Trapezoidal rule again! Solution is what's obtained by
trapezoidal on (31) except
.
Can look at (31) to assess stability:
Apply trapezoidal on (31):
Consider
In this case we expect the limiting value of the approximation to be the
same as that of the solution, i.e.
.
So
thus, by induction,
since
.
with
. What we want to check is to see if there are any
limits imposed on
for the scheme to deliver an approximation that
has the same asymptotic quality as the exact solution.
For
|
(33) |
 |
no limitations on
in order to have boundedness of
stability of method on model equation (30)
assured for
and all
with
.
Remark.
This is stronger then in most methods were stability is assured
for sufficiently small
. (33) property
and
is called ``
-Stability
important in stiff problems. (More later.)
Remark.
Two asumptions lead to Trapezoidal: (A) approximate derivative by
constant (B) average (not discriminate) endpoints.
another possibility:
leads to ``implicit midpoint'' method:
Exercise: show that this scheme is
order and convergent.
Next: Theta Method
Up: The INITIAL VALUE PROBLEM
Previous: Taylor-series Method
  Contents
Juan Restrepo
2003-05-02