1. A researcher has four equally spaced data points for a rate function $r(t)$ (in litres per minute) measured at $t = 0, 2, 4, 6$ minutes: $r(0) = 5$, $r(2) = 8$, $r(4) = 6$, $r(6) = 3$. Using a left Riemann sum, what is the approximate total volume of fluid collected over the $6$-minute period?
- A.$34$ litres
- B.$38$ litres
- C.$44$ litres
- D.$22$ litres
View Answer
Answer: $38$ litres
Identify the setup: We have $n = 3$ subintervals: $[0,2], [2,4], [4,6]$ with $\Delta t = 2$ minutes. Since $r(t)$ is a rate (litres/min), the integral $\int_0^6 r(t)\,dt$ gives total volume. Compute the left sum: Left endpoints are $t = 0, 2, 4$. $L_3 = \Delta t \cdot [r(0) + r(2) + r(4)] = 2(5 + 8 + 6) = 2 \times 19 = 38$ litres. Why distractors fail: Option A ($34$) is the right sum: $2(8+6+3)=34$. Option C ($44$) results from using all four data values as if there were four subintervals: $2(5+8+6+3)=44$. Option D ($22$) is the sum of left-endpoint function values without multiplying by $\Delta t$.