0% found this document useful (0 votes)
101 views13 pages

Simpson S Rule

1) The document summarizes Simpson's 1/3rd rule for numerical integration, which approximates the integrand by a second-order polynomial over intervals. 2) It explains that Simpson's rule extends the trapezoidal rule by using a quadratic rather than linear approximation of the function. 3) An example application calculates the distance covered by a rocket using Simpson's rule, finding the true error and absolute relative true error compared to the exact integral value.

Uploaded by

Junaid Ahmed
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)
101 views13 pages

Simpson S Rule

1) The document summarizes Simpson's 1/3rd rule for numerical integration, which approximates the integrand by a second-order polynomial over intervals. 2) It explains that Simpson's rule extends the trapezoidal rule by using a quadratic rather than linear approximation of the function. 3) An example application calculates the distance covered by a rocket using Simpson's rule, finding the true error and absolute relative true error compared to the exact integral value.

Uploaded by

Junaid Ahmed
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/ 13

Simpson’s 1/3 rd Rule of

Integration

Prepared By:
Miss Shaista Rais
What is Integration?
b
Integration  f ( x )dx
a
f(x)
y
The process of measuring
the area under a curve.

b
I   f ( x )dx
a

Where:
f(x) is the integrand
a= lower limit of integration
a b x
b= upper limit of integration
2
Simpson’s 1/3rd Rule

3
Basis of Simpson’s 1/3rd Rule
Trapezoidal rule was based on approximating the integrand by a first
order polynomial, and then integrating the polynomial in the interval of
integration. Simpson’s 1/3rd rule is an extension of Trapezoidal rule
where the integrand is approximated by a second order polynomial.

Hence
b b
I   f ( x )dx   f 2 ( x )dx
a a

Where f2( x ) is a second order polynomial.

f 2 ( x )  a0  a1 x  a2 x 2
4
Basis of Simpson’s 1/3rd Rule

Choose

 a  b  a  b 
( a , f ( a )),  ,f  , and ( b , f ( b ))
 2  2 
as the three points of the function to evaluate a0, a1 and a2.

f ( a )  f 2 ( a )  a0  a1a  a2 a 2

a  b a  b a  b a  b
2
f   f2    a0  a1    a2  
 2   2   2   2 

f ( b )  f 2 ( b )  a0  a1b  a2 b 2
5
Basis of Simpson’s 1/3rd Rule

Solving the previous equations for a0, a1 and a2 give

a  b
a f ( b )  abf ( b )  4abf 
2
  abf ( a )  b f ( a )
2

a0   2 
a 2  2ab  b 2
a  b a  b
af ( a )  4af    3af ( b )  3bf ( a )  4bf    bf ( b )
a1    2   2 
a 2  2ab  b 2
 a  b 
2 f ( a )  2 f    f ( b ) 
  2  
a2 
a 2  2ab  b 2 6
Basis of Simpson’s 1/3rd Rule

Then
b
I   f 2 ( x )dx
a

  a0  a1 x  a 2 x 2 dx
b

b
 x x 
2 3
 a0 x  a1  a2 
 2 3 a

b2  a2 b3  a3
 a0 ( b  a )  a1  a2
2 3
7
Basis of Simpson’s 1/3rd Rule

Substituting values of a0, a1, a 2 give

b
ba a  b 
 f 2 ( x )dx   f ( a )  4 f    f ( b )
a 6   2 

Since for Simpson’s 1/3rd Rule, the interval [a, b] is broken


into 2 segments, the segment width

ba
h
2
8
Basis of Simpson’s 1/3rd Rule

Hence

b
h a  b 
 2
f ( x )dx   f ( a )  4 f    f ( b )
a 3  2 

Because the above form has 1/3 in its formula, it is called Simpson’s 1/3rd Rule.

9
Example 1

The distance covered by a rocket from t=8 to t=30 is given by

30
  140000  
x    2000 ln    9.8t dt
8 140000  2100t  

a) Use Simpson’s 1/3rd Rule to find the approximate value of x

b) Find the true error, Et

c) Find the absolute relative true error, t

10
Solution

a) 30
x  f (t )dt
8
 b  a  a  b 
x  f ( a )  4 f    f ( b )
 6   2 
 30  8 
  f ( 8 )  4 f ( 19 )  f ( 30 )
 6 

 22 
  177.2667  4( 484.7455 )  901.6740
6
 11065.72 m
11
Solution (cont)

b) The exact value of the above integral is


30
 140000  
x    2000 ln    9.8t dt
8 140000  2100t  

 11061.34 m
True Error

Et  11061.34  11065.72
 4.38 m
12
Solution (cont)

a)c) Absolute relative true error,

11061.34  11065.72
t   100%
11061.34

 0.0396%

13

You might also like