168k views
0 votes
Find the average rate of change of the function over the given interval.f(t) = 2t^2 − 3, [3, 3.1]Compare this average rate of change with the instantaneous rates of change at the endpoints of the interval.left endpoint right endpoint

Find the average rate of change of the function over the given interval.f(t) = 2t-example-1

1 Answer

3 votes

The average change of rate of a function in an interval is given by:


A(t)=(f(b)-f(a))/(b-a)

Where a and b are the left and right endpoints, respectively.

The endpoints are a = 3 and b = 3.1

Then, we do:


\begin{gathered} f(3)=2\cdot3^2-3=2\cdot9-3=18-3 \\ f(a)=15 \\ f(3.1)=2\cdot(3.1)^2-3 \\ f(b)=16.22 \end{gathered}

Then the average change of rate is:


A=(16.22-15)/(3.1-3)=(1.22)/(0.1)=12.2

The average change of rate is 12.2

Now we need to find the instantaneous change of rate at the endpoints. This is the same as evaluate the derivative in the endpoints.

Then, the derivative of f(t) is:


\begin{gathered} f(t)=2t^2-3 \\ f^(\prime)(t)=4t \end{gathered}

Then we evaluate f'(t) for t = 3 and t = 3.1:


\begin{gathered} f^(\prime)(3)=4\cdot3=12 \\ f^(\prime)(3.1)=4\cdot3.1=12.4 \end{gathered}

The rates of change are:

left endpoint = 12

right endpoint = 12.4

User Randyaa
by
3.4k points