Q. 48

Question

The National Oceanic and Atmospheric Administration tabulates flow data from many American rivers. From this data they compute and plot median annual flows. The flows are given by functions whose closed form is not known, but for which we can read off values for any day of the year we like. The following table describes the flow f(t) in cubic feet per second for Idaho’s Lochsa River, t days after January 1: 

t060120180    240     300               360
f(t)700100063004000    500      650               700


(a) Keeping in mind that the data are periodic with period 365, compute the left Riemann sum for the function that these data have sampled. 

(b) What is the relation between the numbers you computed and the total amount of water that flows down the Lochsa annually? Estimate the total amount of water that flows down the Lochsa each year.

(c) Most of the flow down the river takes place from April to July. We can get a better idea of the total flow if we add a few data points. Recompute the left Riemann sum, adding the data points (90, 2100), (150, 11000), and (210, 1000). 

(d) What would you need to do to get an even better estimate of the total flow? 

Step-by-Step Solution

Verified
Answer

Total amount of water that flows down the Riverannually is 7,89,000.

left -Riemann sum is 8,73,000.

1Step 1. Given information is.

The following table shows the flow f(n) in cubic feet per second for River, t days after January 1.

                    t             0            60                 120              180              240            300      360
                f(t )         700      1000      6300     4000       500          650     700
2Step 2. Calculating Left Reimann sum

Left Riemann sum is the approximation of the total amount of water that flow sdown, the refore it will give almost slightly more or less than the actual total amount. The actual water flow is calculated by finding the average of left Riemann sum and right Riemann sum.The right Riemann sum is given by sum k=16f(tk+1)t.k=16f(tk+1)t= t[f(t2)+f(t3)+f(t4)+f(t5)+f(t6)+f(t7)]                    =60(1000+6300+4000+500+650+700)                   =7,89,000And the left Riemann sum for the function that given data have sampled is also the same value 7,89,000.  Thus, the actual water flow is 7,89,000.  Hence, the total amount of water that flows down the Riverannually is 7,89,000.

3Step 3. Part (c)

Given information: The following table shows the flow f(t) in cubic feet per second for Idaho's Lochsa River, t  days after January 1.                     t             0            60           120         180         240       300      360                                     f(t )         700      1000         6300       4000        500       650      700The more data points are given by (90,2100), (150,11000) and (210,1000).Calculation:From the table,we can write as (t1.f(t1))=(0,700)(t2,f(t2))=(60,1000)(t3,f(t3))=(90,2100)(t4.f(t4))=(120,6300)(t5.f(t5))=(150,11000)(t6,f(t6))=(180,4000)(t7.f(t7))=(210,1000)(t8.f(t8))=(240,500)(t9.f(t9))=(300,650)(t10.f(t10))=(360,700)Here we use the left end points of 9 rectangles on the interval [0,360].The width of each rectangle is differ by 30 or 60.The right Riemann sum is given by sum k=19f(tk)t.k=19f(tk)tk= [t1f(t1)+t2f(t2)+t3f(t3)+t4f(t4)+t5f(t5)+t6f(t6)+t7f(t7)+t8f(t8)+t9f(t9)]                    =60(700)+30(1000)+30(2100)+30(6300)+30(11000)+30(4000)  +30 (1000)  60(500) + 60(650)                      =8,73,000  Hence, the left Riemann sum for the function that given data have sampled is 8, 73, 000.

4Step 4. The way to get a better estimation .

For a better estimation of the total flow, we need to subdivide the number of days into more number of intervals.So that we can add few more data points that leads to an even better approximation.