Calculation of area of irregular plane surfaces - Simpson’s II

Unit 6- Calculation of area and volume

Calculation of area of irregular plane surfaces

Calculation of area of irregular surfaces can be calculated using the following formulae.

Simpson's second rule

fig4

Let us consider a curvilinear figure. It can be divided into number of strips by covering it with “n” equally spaced ordinates, which are at a distance “h” apart. The breadth of the ordinates in the order of Y1, Y2, Y3, Y4…………………Yn .
Simpson’s second rule for four evenly spaced ordinates becomes
a1= 3/8 h (Y1+3Y2+3Y3+Y4)
a2= 3/8 h (Y4+3Y5+3Y6+Y7)
a3= 3/8 h (Y7+3Y8+3Y9+Y10)
a4= 3/8 h (Y10+3Y11+3Y12+Y13)
In general
A = a1 + a2 + a3 + a4 + a5 + ........
A = 3/8 h (Y1+3Y2+3Y3+Y4) +3/8 h (Y4+3Y5+3Y6+Y7) +3/8 h (Y7+3Y8+3Y9+Y10) +
3/8 h (Y10+3Y11+3Y12+Y13) + .....
A=3/8h (Y1+3Y2+3Y3+2Y4+3Y5+3Y6+2Y7+3Y8+3Y9+2Y10+……………………..+Yn)
Thus the common multiplier in this case is 3/8 times the common internal “h” and the individual multipliers 1,3,3,2,3,3,2,3,3,1. It is suitable for 4, 7, 10, 13, 16, 19, 22 etc., ordinates.

Last modified: Tuesday, 26 April 2011, 8:39 AM