Question

How to estimate a derivative, use the Intermediate Value Theorem, and compute trapezoidal and accumulation approximations

Original question: 3. A student starts reading a book at time $t=0$ minutes and continues reading for the next 10 minutes. The rate at which the student reads is modeled by the differentiable function $R$, where $R(t)$ is measured in words per minute. Selected values of $R(t)$ are given in the table shown. $$ \begin{array}{c|cccc} t\, (\text{minutes}) & 0 & 2 & 8 & 10 \\ \hline R(t)\, (\text{words per minute}) & 90 & 100 & 150 & 162 \end{array} $$ A. Approximate $R'(1)$ using the average rate of change of $R$ over the interval $0\le t\le 2$. Show the work that leads to your answer. Indicate units of measure. B. Must there be a value $c$, for $0<c<10$, such that $R(c)=155$? Justify your answer. C. Use a trapezoidal sum with the three subintervals indicated by the data in the table to approximate the value of $\int_0^{10} R(t)\,dt$. Show the work that leads to your answer. D. A teacher also starts reading at time $t=0$ minutes and continues reading for the next 10 minutes. The rate at which the teacher reads is modeled by the function $W$ defined by $W(t)=-\frac{3}{10}t^2+8t+100$, where $W(t)$ is measured in words per minute. Based on the model, how many words has the teacher read by the end of the 10 minutes? Show the work that leads to your answer.

Expert Verified Solution

thumb_up100%(1 rated)

Key concept: This is the kind of free-response problem where each part tests a different skill. The trick is to stay organized: local rate, existence, numerical integration, then a model-based accumulation calculation.

Step by step

A. Approximate R(1)R'(1)

Use the average rate of change of RR on [0,2][0,2]:

R(1)R(2)R(0)20=100902=5.R'(1)\approx \frac{R(2)-R(0)}{2-0}=\frac{100-90}{2}=5.

So

R(1)5 words per minute2\boxed{R'(1)\approx 5\text{ words per minute}^2}

B. Must there be a value cc such that R(c)=155R(c)=155?

Yes.

From the table:

R(8)=150andR(10)=162.R(8)=150 \quad\text{and}\quad R(10)=162.

Because RR is differentiable, it is continuous on [8,10][8,10]. Since 155 lies between 150 and 162, the Intermediate Value Theorem guarantees at least one value cc in (8,10)(8,10) with

R(c)=155.R(c)=155.

So the answer is

Yes, by the Intermediate Value Theorem.\boxed{\text{Yes, by the Intermediate Value Theorem.}}

C. Trapezoidal sum for 010R(t)dt\int_0^{10}R(t)\,dt

Use the intervals [0,2][0,2], [2,8][2,8], and [8,10][8,10].

T=22[R(0)+R(2)]+62[R(2)+R(8)]+22[R(8)+R(10)]T=\frac{2}{2}[R(0)+R(2)] + \frac{6}{2}[R(2)+R(8)] + \frac{2}{2}[R(8)+R(10)]

=1(90+100)+3(100+150)+1(150+162)=1(90+100)+3(100+150)+1(150+162)

=190+750+312=1252.=190+750+312=1252.

So

010R(t)dt1252 words\boxed{\int_0^{10}R(t)\,dt\approx 1252\text{ words}}

D. Words read by the teacher

The teacher's rate is

W(t)=310t2+8t+100.W(t)=-\frac{3}{10}t^2+8t+100.

The total words read in 10 minutes is

010W(t)dt.\int_0^{10}W(t)\,dt.

Compute:

=\left[-\frac{1}{10}t^3+4t^2+100t\right]_0^{10}.$$ At $t=10$: $$-\frac{1}{10}(1000)+4(100)+100(10)=-100+400+1000=1300.$$ At $t=0$: $$0.$$ So the teacher read $$\boxed{1300\text{ words}}.$$ ### Final answers - $\boxed{R'(1)\approx 5}$ - $\boxed{\text{Yes, by IVT}}$ - $\boxed{1252\text{ words}}$ - $\boxed{1300\text{ words}}$ ### Pitfall alert For part A, don't divide by 1 just because you are asked for $R'(1)$; the table only gives an estimate, so you use the slope over the nearest interval. For part C, another frequent mistake is forgetting to multiply each trapezoid average by its interval width. That changes the answer a lot. ### Try different conditions If the table had included more points, a Simpson's Rule estimate might be more accurate than the trapezoidal sum. If part D had asked for the average reading rate instead of total words, you would divide the integral by 10 after computing it. ### Further reading Intermediate Value Theorem, trapezoidal sum, accumulation function

FAQ

How do you estimate R'(1) from a table?

Use the average rate of change on the nearest interval, here [0,2], giving (100-90)/2 = 5.

Why does the Intermediate Value Theorem apply in part B?

Because R is differentiable, it is continuous, and 155 lies between the table values 150 and 162.

chat