Plotting
as a function of
, Figure 3 shows
that the behavior
is evident for even the modest
values
. This plot suggests a very powerful method of
finding much better estimates for the integral
: simply
extrapolate the data in the plot to
. In general, we will
not know a priori the analytic derivatives
and
and thus the slope
of the approach to the origin in the plot.
But, with two values of
we can determine a very good estimate.
Algebraically, we simply solve

The extrapolation (16) translates directly into an
uniform-interval method. From the definition of the trapezoid rule
(13),
![]() |
![]() |
||
![]() |
![]() |
Understanding this relationship allows us to rapidly determine the
error in Simpson's from the error in the trapezoid rule
(16):
![]() |
|||
![]() |
|||
![]() |
(16) | ||
![]() |
|||
![]() |

One may proceed in this manner to methods of arbitrarily high order.
For instance, extrapolating
to
as a quadratic function
using the information which
,
and
provide
results in the sixth-order approach known as Bode's rule.
The idea of extracting an exact analytic result by extrapolating several calculations at finite values of a parameter to the result at zero value is an extremely powerful tool in scientific computing, where it is known as Richardson extrapolation. (The same idea occurs in statistical mechanics where it is often known as finite-size scaling.)
Tomas Arias 2004-01-26