What is Integration Using Simpson's Rule?

1 Answer
Aug 17, 2014

Simpson's Rule will give you a better approximation of the integral than the other basic methods.

The other methods are Rectangular Approximation Method (RAM) - left, middle, and right; and the Trapezoidal Rule.

Numerical integration is used when we are given a set of data (evenly spaced on the independent variable) rather than an explicit function. This happens when data is collected from some measuring device.

Numerical integration is also used when it is difficult to find the antiderivative of the integrand.

And of course numerical integration is used on integrable functions to learn how it works.

Simpson's Rule is more accurate than the other methods because they use linear structures (rectangles and trapezoids) to approximate. Simpson's Rule uses quadratics (parabolas) to approximate. Most real-life functions are curves rather than lines, so Simpson's Rule gives the better result, unless the function that you are approximating is actually linear.

Simpson's Rule requires that the data set have an odd number of elements which gives you an even number of intervals. The other methods do not have this restriction.

Explains the subject in plain English can be found here: http://www.dummies.com/how-to/content/how-to-approximate-area-with-simpsons-rule.html