10069lec 5 - Simpson Rule
10069lec 5 - Simpson Rule
2 Simpson’s Rule
Aside from applying the trapezoidal rule with finer segmentation,
another way to obtain a more accurate estimate of an integral is to
use higher-order polynomials to connect the points. For example, if
there is an extra point midway between f (a) and f (b), the three
points can be connected with a parabola (Fig. 3.1 a). If there are two
points equally spaced between f (a) and f (b), the four points can be
connected with a third-order polynomial (Fig. 3.1b). The formulas
that result from taking the integrals under these polynomials
are called Simpson’s rules.
• 3.1.2.2 Simpson’s 1/3 Rule
• Simpson’s 1/3 rule results when a second-order interpolating
polynomial is substituted into the following equation:
Then,
FIGURE 3.2
Graphical representation of the multiple application of Simpson’s 1/3 rule.
Note that the method can be employed only if the number of segments is
even.
• Notice that, as illustrated in Fig. 3.2, an even number of
segments must be utilized to implement the method. In
addition, the coefficients “4” and “2” might seem peculiar at
first glance. However, they follow naturally from Simpson’s
1/3 rule. The odd points represent the middle term for each
application and hence carry the weight of 4. The even points
are common to adjacent applications and hence are counted
twice. An error estimate for the multiple-application
Simpson’s rule is obtained in the same fashion as for the
trapezoidal rule by summing the individual errors for the
segments and averaging the derivative to yield:
Then,
• By comparing the solution error of this method (multiple
application) to the single application, it is clear that, the
multiple application rule gives accurate solution : 1.0403%
error to 16.64 %.
.