The numerical integration technique known as "Simpson's 3/8 rule" is credited
to the mathematician
Thomas Simpson (1710-1761) of Leicestershire,
England. His also worked in the areas of numerical interpolation and probability
theory.
Theorem (Simpson's
3/8 Rule) Consider
over
,
where
,
,
and
. Simpson's
3/8 rule is
.
This is an numerical approximation to the integral of
over
and we have the expression
.
The remainder term for Simpson's 3/8 rule is , where
lies somewhere between
,
and have the equality
.
Composite Simpson's
3/8 Rule
Our next method of finding the area under a
curve
is by approximating that curve with a series of
cubic segments that lie above the intervals . When
several cubics are used, we call it the
composite Simpson's 3/8 rule.
Theorem (Composite
Simpson's 3/8 Rule) Consider
over
. Suppose
that the interval
is subdivided into
subintervals of
equal width by
using the equally spaced sample points for . The
composite Simpson's 3/8 rule
for
subintervals is
.
This is an numerical approximation to the integral of
over
and we write
.
Remainder term for
the Composite Simpson's 3/8 Rule
Corollary (Simpson's 3/8
Rule: Remainder term) Suppose that
is subdivided into
subintervals of
width . The
composite Simpson's 3/8 rule
.
is an numerical approximation to the integral, and
.
Furthermore, if
, then
there exists a value
with so
that the error term has
the form
.
This is expressed using the "big
"
notation .
Remark. When the step size is reduced by
a factor of
the remainder term
should be reduced by approximately
.
Algorithm Composite Simpson's 3/8 Rule. To
approximate the integral
,
by sampling at
the equally
spaced sample points
for , where . Notice
that and .
Mathematica Subroutine (Simpson's 3/8 Rule).
Object oriented programming.
|