Surveying & Geomatics
Advanced

Area by Simpson's Rule

Area under an irregular boundary using parabolic strips.

Formula

A=h3(y0+4Σodd+2Σeven+yn)A = \frac{h}{3}(y_0 + 4\Sigma_{odd} + 2\Sigma_{even} + y_n)

Variables

AArea
hStrip width
y_iOffset ordinates

Example

Weighted sum of offsets × h/3 gives the plot area

Did You Know?

Simpson's rule needs an even number of strips and is more accurate than the trapezoidal method.

Share this formula