The table below gives the depth of water across a river measured at one metre intervals between banks. Distance (m) 0 1 2 3 4, water depth (m) 0 0.5 1.6 0.9 0. Use the trapezium rule to estimate the cross-sectional area of the river. A river hydrologist estimates that at the place where this cross sectional data was measured the average speed of water flow is 0.6m/s . Estimate the volume of water which passes this section of the river in one minute.
Solution.

The cross-sectional area of the water is shown on the graph:

Total area is: S=S1+S2+S3+S4
Points of 1st triangle: (0,0) , (1,0) , (1,0.5) .
Area of 1st triangle: S1=21⋅(1−0)⋅(0.5−0)=0.25(m2)
2nd trapezium points: (1,0) , (2,0) , (1,0.5) , (2,1.6) .
2nd trapezium area: S2=2(0.5−0)+(1.6−0)⋅(2−1)=1.05(m2)
3rd trapezium points: (2,0) , (3,0) , (2,1.6) , (3,0.9) .
3rd trapezium area: S3=2(1.6−0)+(0.9−0)⋅(3−2)=1.25(m2)
Points of 4th triangle: (3,0) , (4,0) , (3,0.9) .
Area of 4th triangle: S4=21⋅(4−3)⋅(0.9−0)=0.45(m2)
So, total area is: S=0.25+1.05+1.25+0.45=3(m2)
The volume of water passes this section of the river in one minute is:
V=S⋅v⋅t=3m2⋅0.6sm⋅60s=108(m3)
Answer: S=3m2 , V=108m3 .