Paul's Online Notes
Paul's Online Notes
Home / Calculus I / Derivatives / The Definition of the Derivative
Show Mobile Notice Show All Notes Hide All Notes
Mobile Notice
You appear to be on a device with a "narrow" screen width (i.e. you are probably on a mobile phone). Due to the nature of the mathematics on this site it is best views in landscape mode. If your device is not in landscape mode many of the equations will run off the side of your device (should be able to scroll to see them) and some of the menu items will be cut off due to the narrow screen width.

Section 3.1 : The Definition of the Derivative

4. Use the definition of the derivative to find the derivative of,

\[Q\left( t \right) = 10 + 5t - {t^2}\]

Show All Steps Hide All Steps

Start Solution

First we need to plug the function into the definition of the derivative.

\[Q'\left( t \right) = \mathop {\lim }\limits_{h \to 0} \frac{{Q\left( {t + h} \right) - Q\left( t \right)}}{h} = \mathop {\lim }\limits_{h \to 0} \frac{{10 + 5\left( {t + h} \right) - {{\left( {t + h} \right)}^2} - \left( {10 + 5t - {t^2}} \right)}}{h}\]

Make sure that you properly evaluate the first function evaluation. This is one of the more common errors that students make with these problems.

Also watch for the parenthesis on the second function evaluation. You are subtracting off the whole function and so you need to make sure that you deal with the minus sign properly. Either put in the parenthesis as we’ve done here or make sure the minus sign get distributed through properly. This is another very common error and one that if you make will often make the problem impossible to complete.

Show Step 2

Now all that we need to do is some algebra (and it might get a little messy here, but that is somewhat common with these types of problems) and we’ll be done.

\[\begin{align*}Q'\left( t \right) & = \mathop {\lim }\limits_{h \to 0} \frac{{10 + 5t + 5h - {t^2} - 2th - {h^2} - 10 - 5t + {t^2}}}{h}\\ & = \mathop {\lim }\limits_{h \to 0} \frac{{h\left( {5 - 2t - h} \right)}}{h} = \mathop {\lim }\limits_{h \to 0} \left( {5 - 2t - h} \right) = 5 - 2t\end{align*}\]

The derivative for this function is then,

\[\require{bbox} \bbox[2pt,border:1px solid black]{{Q'\left( t \right) = 5 - 2t}}\]