8 Area by Offsets From A Straight Line
8 Area by Offsets From A Straight Line
TRAPEZOIDAL RULE
- ends of the offsets in the boundary line are assumed to be connected by straight
lines, forming a series of trapezoids
- offsets are assumed to be spaced at regular intervals and the area of the whole
tract is equal to the enclosed trapezoids.
FORMULA:
hi + hn
A = d( + h2 + h3 + h4 + ⋯ + hn−1 )
2
where:
A = summation of the areas of the trapezoids comprising the total area
d = common interval between offsets
h1 = end (first) offset
hn = end (last) offset
h2, h3, etc = intermediate offset
hn-1 = last intermediate offset
FORMULA:
FORMULA:
d
A= [(h1+hn) + 2(h3+h5+…+hn-2) + 4(h2+h4+…+hn-1)]
3
where:
A = area bounded by the tract
d = common interval between offsets
n = number of offsets
h1 = end (first) offset
hn = end (last) offset
h3, h5, etc = odd-numbered intermediate offsets
h2, h4, etc = even-numbered intermediate offsets
hn-1 = last even-numbered intermediate offset
hn-2 = last odd-numbered intermediate offset
ILLUSTRATIVE PROBLEMS
E1] A series of perpendicular offsets were taken from a base line to a curved boundary
line. These offsets were taken 3.5 m apart and were measured in the following order:
0.8, 3.6, 4.7, 5.3, 3.9, 2.7, 4.6, 5.5, 4.9, 7.6, 8.8, 5.4 and 6.0 m. Using the
trapezoidal rule, determine the area included between the baseline, the curved
boundary and the end offsets.
FIG:
d = 3.5 m
n = 13
Solution:
hi + h n
A = d( + h2 + h3 + h4 + ⋯ + hn−1 )
2
0.8+6.0
= 3.5[( )+3.6+4.7+5.3+3.9+2.7+4.6+5.5+4.9+7.6+8.8+5.4]
2
A = 211.4 sq. m.
E2] For problem 1, determine the area bounded by the baseline, curved boundary and the
end offsets using the Simpson’s-third Rule
FIG:
d = 3.5 m
n = 13
Solution:
d
A= [(h1+hn) + 2(h3+h5+h7+h9+h11) + 4(h2+h4+h6+h8+h10+h12)]
3
3.5
= [(0.3+6.0) + 2(4.7+3.9+4.6+4.9+8.8) + 4(3.6+5.3+2.7+5.5+7.6+5.4)]
3
A = 211.17 sq. m.
E3] Vertical offsets or measurements were taken at varying distances along a section of a
stream as illustrated in the accompanying figure, determine the area of the cross-
section.
FIG:
Solution:
2A = d1(h1+h2) + d2(h2+h3) + d3(h3+h4)+…+d12(h12+h13)
2A = 151.19
A = 75.595 sq. m