0% found this document useful (0 votes)
5 views6 pages

Lecture 18 Num Integr Simpsons

Uploaded by

naveendeswal180
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views6 pages

Lecture 18 Num Integr Simpsons

Uploaded by

naveendeswal180
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Lecture

Chapter: Numerical Integration


Simpson’s 1/3 Rule
Simpson’s 1/3 Rule is more accurate approximation than a
Trapezoidal Rule.
The idea: to connect three points on the curve by a second-degree
interpolating polynomial and then use the area under the parabola to
approximate the area under the curve.

Let us consider a second degree Lagrange interpolating polynomial,


with equally spaced points,

1
Taking the integral on both sides of the equation with respect to x
between limits

We can rewrite as:

where

2
After integration and algebraic manipulations, we obtain the values:

The formula results:

Simplifying gives:

3
Example:
Use the Simpson’s 1/3 rule to approximate the following integral:

4
Composite Simpson’s 1/3 Rule
We will derive the composite Simpson’s 1/3 rule by dividing the integration
interval into a number of segments of equal width.

Substituting simple Simpson’s 1/3 rule for each individual integral:

The composite Simpson’s 1/3 rule for n subintervals:

Note: n - number of subintervals should be an even number.


The total number of (n +1) distinct points should be odd.

5
Example:

Evaluate the following integral

Using Simpson’s 1/3 rule with n=2 and n=4.

You might also like