Processing math: 100%

EXAMPLE 5Using the Trapezoidal Rule with Empirical Data

A 140-foot (ft) tree trunk is cut into 20-ft logs. The diameter of each cross-sectional cut is measured and its area A recorded in the table below. (x is the distance in feet of the cut from the top of the trunk.)

x(ft) 0 20 40 60 80 100 120 140
A(ft2) 120 124 128 130 132 136 144 158

Find the approximate volume of the tree trunk.

Solution The volume of the tree trunk is V=1400A(x)dx, where A(x) is the area of a slice at x. Since only eight data points are given, the function A(x) is not explicitly known. To approximate the volume, we partition the interval [0,140] into seven subintervals, each of width Δx=1407=20. This partition corresponds to the given data. Using the Trapezoidal Rule, the approximate volume of the tree trunk is V=1400A(x)dx12(20)[A(0)+2A(20)+2A(40)+2A(60)+2A(80)+2A(100)+2A(120)+A(140)] V10[120+2(124)+2(128)+2(130)+2(132)+2(136)+2(144)+158]=18,660

514

The volume of the tree trunk is approximately 18,660ft3.