Section 4.3 Derivative Rules
¶Using the definition of the derivative of a function is quite tedious. In this section we introduce a number of different shortcuts that can be used to compute the derivative. Recall that the definition of derivative is:
Given any number \(x\) for which the limit
exists, we assign to \(x\) the number \(f'(x)\text{.}\)
Next, we give some basic Derivative Rules for finding derivatives without having to use the limit definition directly.
Theorem 4.24. Derivative of a Constant Function.
Let \(c\) be a constant, then \(\ds{\frac{d}{dx}(c)=0}\text{.}\)
Proof.
Let \(f(x)=c\) be a constant function. By the definition of derivative:
We can also see the above theorem from a geometric point of view. Recall that the graph of a constant function is a horizontal straight line in the standard Cartesian coordinate system (see ¹ó¾±²µ³Ü°ù±ðÌý4.4). Now the tangent line to a horizontal straight line at any point on this line coincides with the line itself. But a horizontal line has slope zero, and therefore the slope of the tangent line must be zero as well.
Example 4.25. Derivative of a Constant Function.
The derivative of \(f(x)=17\) is \(f'(x)=0\) since the derivative of a constant is \(0\text{.}\)
Theorem 4.26. Power Rule.
If \(n\) is a positive integer, then \(\ds{\frac{d}{dx}(x^n)=nx^{n-1}}\text{.}\)
Proof.
We use the formula:
which can be verified by multiplying out the right side. Let \(f(x)=x^n\) be a power function for some positive integer \(n\text{.}\) Then at any number \(a\) we have:
It turns out that the Power Rule holds for any real number \(n\text{;}\) however, the proof of the Power Rule for the general case is a bit more difficult to prove and will be omitted.
Theorem 4.27. Power Rule (General).
If \(n\) is any real number, then \(\ds{\frac{d}{dx}(x^n)=nx^{n-1}}\text{.}\)
Example 4.28. Derivative of a Power Function.
By the Power Rule, the derivative of \(g(x)=x^4\) is \(g'(x)=4x^3\text{.}\)
Theorem 4.29. Constant Multiple Rule.
If \(c\) is a constant and \(f\) is a differentiable function, then
Proof.
For convenience let \(g(x)=cf(x)\text{.}\) Then:
where \(c\) can be moved in front of the limit by the Limit Rules.
Example 4.30. Derivative of a Multiple of a Function.
Find the derivative of
Using the Constant Multiple Rule, we obtain
From the Power Rule, we have
Putting together, we get that
Example 4.31. Derivative of a Multiple of a Function.
Find the derivative of
Rewrite \(\frac{1}{\sqrt{x}}\) as \(x^{-1/2}\text{.}\) Now, we can again use the Constant Multiple and Power Rules:
Theorem 4.32. Sum and Difference Rules.
If \(f\) and \(g\) are both differentiable functions, then
and
Proof.
We demonstrate the proof for the Sum Rule and leave the proof for the Difference Rule to the reader.
For convenience, let \(r(x)=f(x)+g(x)\text{.}\) Then by the Limit Rules:
Example 4.33. Derivative of a Sum and Difference of Functions.
Find the derivative of
Example 4.34. Tangent Line.
Find the slope and an equation of the tangent line to the graph of \(f(x) = 2x + \frac{1}{\sqrt{x}}\) at the point \((1,3)\text{.}\)
The slope of the tangent line at any point on the graph of \(f\) is given by
In particular, the slope of the tangent line to the graph of \(f\) at \((1,3)\) (where \(x=1\)) is
Using the point-slope form of the equation of a line with slope \(m = \tfrac{3}{2}\) and the point \((x_{1},y_{1}) = (1,3)\text{,}\) we see that an equation of the tangent line is
or, upon simplification,
Example 4.35. Rate of Change Application.
The demand function for a certain product is given by
where \(p\) is the price measured in dollars and the quantity \(x\) is measured in units.
Find the rate of change of price \(p\) per thousand products with respect to quantity \(x\text{.}\)
How fast is the price changing with respect to \(x\) when \(x=25\) and \(x=400\text{?}\) Interpret your result.
-
The rate of change of the price with respect to quantity is given by
\begin{equation*} \begin{split} p'(x)\amp = \frac{d}{dx} \left(\frac{\sqrt{x}}{2} - \frac{x}{40} + 2000\right)\\[1ex] \amp =\frac{d}{dx} \left(\frac{1}{2}x^{1/2} - \frac{1}{40} x + 2000\right)\\[1ex] \amp = \frac{1}{2}\frac{d}{dx}(x^{1/2}) - \frac{1}{40}\frac{d}{dx}(x) \\[1ex] \amp =\frac{1}{2}\left(\frac{1}{2}x^{-1/2}\right) - \frac{1}{40}\\[1ex] \amp = \frac{1}{4} x^{-1/2} - \frac{1}{40}. \end{split} \end{equation*} -
When \(x=25\text{,}\) we have
\begin{equation*} p'(25)=\frac{1}{4}(25)^{-1/2} - \frac{1}{40} = \frac{1}{20}-\frac{1}{40} = \frac{1}{40} = 0.025\text{.} \end{equation*}This means that when \(25\) products are demanded, one additional product demanded by consumers increases the price by $\(0.025\text{.}\) When \(x=400\text{,}\) we have
\begin{equation*} p'(400) = \frac{1}{4}(400)^{-1/2} - \frac{1}{40} = \frac{1}{80}-\frac{1}{40} = -\frac{1}{80} = -0.0125\text{.} \end{equation*}This means that when \(400\) products are demanded, one additional product demanded by consumers decreases the price by $\(0.0125\text{.}\) The graph of \(p\) is shown below. Notice that although the price is decreasing for large numbers of products demanded, the decrease is minimal.
Example 4.36. Second Derivative.
Find the second derivative of \(f(x)=5x^3+3x^2\text{.}\)
We must differentiate \(f(x)\) twice:
Theorem 4.37. Product Rule.
If \(f\) and \(g\) are both differentiable functions, then
Proof.
For convenience let \(r(x)=f(x)\cdot g(x)\text{.}\) Then:
As in the previous proof, we want to separate the functions \(f\) and \(g\text{.}\) The trick is to add and subtract \(f(x+h)g(x)\) in the numerator. Then by Limit Rules:
Note: we have just proven that the derivative of the product of two functions is not given by the product of the derivatives of the functions. In other words,
Example 4.38. Derivative of a Product of Functions.
Find the derivative of \(\ds h(x)=(3x-1)(2x+3)\text{.}\)
One way to do this question is to expand the expression. Alternatively, we use the Product Rule with \(f(x)=3x-1\) and \(g(x)=2x+3\text{.}\) Note that \(f'(x)=3\) and \(g'(x)=2\text{,}\) so,
Theorem 4.39. Quotient Rule.
If \(f\) and \(g\) are both differentiable functions, then
Proof.
The proof is similar to the previous proof but the trick is to add and subtract the term \(f(x)g(x)\) in the numerator. We omit the details.
Example 4.40. Derivative of a Quotient of Functions.
Find the derivative of \(\ds h(x)=\frac{3x-1}{2x+3}\text{.}\)
By the Quotient Rule (using \(f(x)=3x-1\) and \(g(x)=2x+3\)) we have:
Example 4.41. Rate of Change Application.
The sales (in millions of dollars) of a DVD recording of a hit movie \(t\) years from the date of release is given by
Find the rate at which the sales are changing at time \(t\text{.}\)
How fast are the sales changing at the time the DVDs are relased (\(t=0\))? Two years from the date of release?
-
The rate at which the sales are changing at time \(t\) is given by \(S'(t)\text{.}\) Using the Quotient Rule, we obtain
\begin{equation*} \begin{split} S'(t) \amp = \frac{d}{dt}\left(\frac{5t}{t^{2}+1}\right) = 5\frac{d}{dt}\left(\frac{t}{t^{2}+1}\right) \\[1ex] \amp = 5\left(\frac{(t^{2}+1)(1) - t(2t)}{(t^{2}+1)^{2}}\right) \\[1ex] \amp = 5\left(\frac{t^{2}+1-2t^{2}}{(t^{2}+1)^{2}}\right)\\[1ex] \amp = \frac{5(1-t^{2})}{(t^{2}+1)^{2}}. \end{split} \end{equation*} -
The rate at which the sales are changing at the time the DVDs are released is given by
\begin{equation*} S'(0)= \frac{5(1-0)}{(0+1)^{2}}=5\text{.} \end{equation*}That is, they are increasing at the rate of $\(5\) million per year. Two years from the date of release, the sales are changing at the rate of
\begin{equation*} S'(2)= \frac{5(1-4)}{(4+1)^{2}}=-0.6\text{.} \end{equation*}That is, they are decreasing at the rate of $\(600,000\) per year.
The graph of the function \(S\) is shown below where \(S(t)\) is in millions of dollars and \(t\) is in years. Notice that after a spectacular rise, sales of the DVD begin to taper off.
Exercises for Section 4.3.
Exercise 4.3.1.
Find the derivatives of the following functions.
-
\(\ds f(x) = x^{100}\)
AnswerSolution\(\ds 100x^{99}\)\(\begin{aligned}f'(x) = \diff{}{x} x^{100} = 100 x^{100-1} = 100x ^{99} \end{aligned}\) -
\(\ds f(t) = t^{-100}\)
AnswerSolution\(\ds -100t^{-101}\)\(\begin{aligned}f'(t) = \diff{}{t} t^{-100} = (-100) t^{-100 -1} = -100t^{-101} \end{aligned}\) -
\(\ds g(x) = {1\over x^5}\)
AnswerSolution\(\ds -5x^{-6}\)\(\begin{aligned}g'(x) = \diff{}{x} \frac{1}{x^5} = \diff{}{x} x^{-5} = -5 x^{-5-1} = -5 x^{-6} = - \frac{5}{x^6} \end{aligned}\) -
\(\ds f(x) = x^\pi\)
AnswerSolution\(\ds \pi x^{\pi-1}\)\(\begin{aligned}f'(x) = \diff{}{x} x^{\pi} = \pi x^{\pi -1} \end{aligned}\) -
\(\ds h(x) = x^{3/4}\)
AnswerSolution\(\ds (3/4)x^{-1/4}\)\(\begin{aligned}h'(x) = \diff{}{x} x^{3/4} = \frac{3}{4} x^{3/4 -1 } = \frac{3}{4} x^{-1/4} \end{aligned}\) -
\(\ds g(s) = s^{-9/7}\)
AnswerSolution\(\ds -(9/7)s^{-16/7}\)\(\begin{aligned}g'(s) = \diff{}{s} s^{-9/7} = -\frac{9}{7} s^{-9/7 -1} = -\frac{9}{7} s^{-16/7} \end{aligned}\) -
\(\ds f(x) = 5x^3+12x^2-15\)
AnswerSolution\(\ds 15x^2+24x\)\(\begin{aligned}f'(x) \amp = \diff{}{x} \left(5x^3+12x^2-15\right)\\ \amp = \diff{}{x} 5x^3 + \diff{}{x} 12x^2 - \diff{}{x} 15 \\ \amp = 5\diff{}{x} x^3 + 12 \diff{}{x} x^2 - 0 \\ \amp = 5 (3x^{3-1}) + 12 (2x^{2-1}) \\ \amp = 15x^2 + 24x \end{aligned}\) -
\(\ds f(s) = -4s^5 + 3s^2 - 5/s^2\)
AnswerSolution\(\ds -20s^4+6s+10/s^3\)\(\begin{aligned}f'(s) \amp = \diff{}{s} \left(-4s^5+3s^2-\frac{5}{s^2}\right)\\ \amp = \diff{}{s} (-4s^5) + \diff{}{s} 3s^2 - \diff{}{s} \frac{5}{s^2}\\ \amp = -4 \diff{}{s} s^5 + 3 \diff{}{s} s^2 - 5 \diff{}{s} s^{-2} \\ \amp = -4 (5s^{5-1}) + 3 (2s^{2-1}) - 5(-2 s^{-2-1})\\ \amp = -20 s^4 + 6s + 10 s^{-3} \\ \amp = -20s^4 +6s + \frac{10}{s^3} \end{aligned}\) -
\(\ds f(x) = 5(-3x^2 + 5x + 1)\)
AnswerSolution\(\ds -30x+25\)\(\begin{aligned}f'(x) \amp = \diff{}{x} 5\left(-3x^2+5x+1\right)\\ \amp = 5\diff{}{x} \left(-3x^2+5x+1\right) \\ \amp = 5 \left( -3 \diff{}{x} x^2 + 5\diff{}{x} x + \diff{}{x} 1 \right)\\ \amp = 5\left(-3(2x) + 5 (1) + 0\right)\\ \amp = 5\left(-6x + 5\right)\\ \amp = -30x+25 \end{aligned}\) -
\(\ds f(t) = (t+1)(t^2+2t-3)\)
AnswerSolution\(\ds 3t^2+6t-1\)\(\begin{aligned}f'(t) \amp = \diff{}{x} (t+1)(t^2+2t-3) \\ \amp = (t^2+2t-3) \diff{}{t} (t+1) + (t+1) \diff{}{t} (t^2+2t-3)\\ \amp = (t^2+2t-3) \left(\diff{}{t} t + \diff{}{t} 1\right) + (t+1) \left( \diff{}{t} t^2 + \diff{}{t} 2t - \diff{}{t} 3 \right)\\ \amp = (t^2+2t-3) (1 + 0) + (t+1) (2t+2-0) \\ \amp = (t^2+2t-3) + (t+1)(2t+2) \end{aligned}\) -
\(\ds h(x) = (x+1)(x^2+2x-3)^{-1}\)
AnswerSolution\(\ds -\frac{x^2+2x+5}{(x^2+2x-3)^2}\)\(\begin{aligned}h'(x) \amp = \diff{}{x} (x+1)(x^2+2x-3)^{-1} \\ \amp = \diff{}{x} \frac{x+1}{x^2+2x-3}\\ \amp = \frac{(x^2+2x-3) \diff{}{x} (x+1) - (x+1) \diff{}{x} (x^2+2x-3)}{(x^2+2x-3)^2}\\ \amp = \frac{(x^2+2x-3) (1+0) - (x+1) (2x+2-0)}{(x^2+2x-3)^2}\\ \amp = \frac{(x^2+2x-3) - (x+1)(2x+2)}{(x^2+2x-3)^2} \end{aligned}\) -
\(\ds g(x) = x^3(x^3-5x+10)\)
AnswerSolution\(\ds 3x^2(x^3-5x+10)+x^3(3x^2-5)\)\(\begin{aligned}g'(x) \amp = \diff{}{x} x^3(x^3-5x+10) \\ \amp = (x^3-5x+10)\diff{}{x} x^3 + x^3 \diff{}{x} (x^3 - 5x + 10) \\ \amp = (x^3-5x+10) (3x^{3-1}) + x^3 \left(\diff{}{x} x^3 - 5\diff{}{x}x + \diff{}{x} 10\right)\\ \amp = (x^3-5x+10) (3x^2) + x^3 (3x^2-5+0) \\ \amp = 3x^3(x^3-5x+10) + x^3(3x^2-5) \end{aligned}\) -
\(\ds g(s) = (s^2+5s-3)(s^5)\)
AnswerSolution\(\ds s^4(7s^2+30s-15)\)\(\begin{aligned}g'(s) \amp = \diff{}{s} (s^2+5s-3)(s^5)\\ \amp = s^5 \diff{}{s} (s^2+5s-3) + (s^2+5s-3) \diff{}{s} s^5 \\ \amp = s^5 \left(\diff{}{s} s^2 + 5\diff{}{s} s - \diff{}{s} 3 \right) + (s^2+5s-3) (5s^{5-1}) \\ \amp = s^5 \left(2s^{2-1} + 5(1)- 0 \right) + (s^2+5s-3) (5s^4) \\ \amp = s^5 \left(2s+5\right) + (s^2+5s-3)(5s^4) \end{aligned}\) -
\(\ds f(x) = (x^2+5x-3)(x^{-5})\)
AnswerSolution\(\ds\frac{-3x^2-20x+15}{x^6}\)\(\begin{aligned}f'(x) \amp = \diff{}{x} (x^2+5x-3)(x^{-5})\\ \amp = \diff{}{x} \frac{x^2+5x-3}{x^{5}} \\ \amp = \frac{ x^5 \diff{}{x} (x^2+5x-3) - (x^2+5x-3)\diff{}{x} x^5}{(x^5)^2} \\ \amp = \frac{x^5 \left(\diff{}{x} x^2 + 5\diff{}{x} x - \diff{}{x} 3\right) - (x^2+5x-3) (5x^{5-1})}{x^{10}} \\ \amp = \frac{x^5 (2x^{2-1} + 5x^{1-1} - 0) - (x^2+5x-3)(5x^4)}{x^{10}} \\ \amp = \frac{x^5 (2x + 5) - (x^2+5x-3)(5x^4)}{x^{10}} \\ \amp = \frac{x(2x+5) - 5(x^2+5x-3)}{x^6} \end{aligned}\) -
\(\ds h(x) = (5x^3+12x^2-15)^{-1}\)
AnswerSolution\(\ds -\frac{3x(5x+8)}{(5x^3+12x^2-15)^2}\)\(\begin{aligned}h'(x) \amp = \diff{}{x} (5x^3+12x^2-15)^{-1} \\ \amp = \diff{}{x} \frac{1}{5x^3 + 12x^2 - 15} \\ \amp = \frac{(5x^3+12x^2-15) \diff{}{x} (1) - (1)\diff{}{x}(5x^3+12x^2-15)}{(5x^3+12x^2-15)^2}\\ \amp = \frac{(5x^3+12x^2-15) (0) - \left(5\diff{}{x} x^3 + 12\diff{}{x} x^2 - \diff{}{x} 15\right)}{(5x^3+12x^2-15)^2}\\ \amp = \frac{-\left(5(3x^2) + 12(2x) - 0\right)}{(5x^3+12x^2-15)^2}\\ \amp = \frac{-\left(15x^2+24x\right)}{(5x^3+12x^2-15)^2} \end{aligned}\)
Exercise 4.3.2.
Find an equation for the tangent line to \(\ds f(x) = x^3/4 - 1/x\) at \(x=-2\text{.}\)
AnswerUsing the power rule, we find the derivative of \(f\) to be
Therefore,
which gives the slope of the tangent line at \(x=-2\text{.}\) We further know that the tangent line passes throught the point \((-2, f(-2)) = \left(-2,-\frac{3}{2}\right)\text{:}\)
or
Exercise 4.3.3.
Find an equation for the tangent line to \(\ds f(x)= 3x^2 - \pi ^3\) at \(x= 4\text{.}\)
AnswerLet's first find the slope of the tangent line to \(f(x)=3x^{2}-\pi^{3}\) at \(x=4\text{.}\)
Thus, \(f'(4) = 6(4) = 24\text{.}\)
The tangent line will pass through the point \(\left(4,f(4)\right) = \left(4,48-\pi^{3}\right)\text{.}\) We can now use the point-slope formula to find the equation of the tangent line to \(f\) at \(x=4\text{:}\)
Exercise 4.3.4.
Suppose the position of an object at time \(t\) is given by \(\ds f(t)=-49 t^2/10+5t+10\text{.}\) Find a function giving the speed of the object at time \(t\text{.}\) The acceleration of an object is the rate at which its speed is changing, which means it is given by the derivative of the speed function. Find the acceleration of the object at time \(t\text{.}\)
AnswerThe position of an object is given by \(f(t)\text{.}\) Therefore, the speed \(s(t)\) of the object is
Furthermore, the acceleration of the object is
Exercise 4.3.5.
Let \(\ds f(x) =x^3\) and \(c= 3\text{.}\) Sketch the graphs of \(f\text{,}\) \(cf\text{,}\) \(f'\text{,}\) and \((cf)'\) on the same diagram.
SolutionWe are given \(f(x)=x^3\) and \(c=3\text{.}\) Therefore,
We plot \(f\text{,}\) \(cf\text{,}\) \(f'\) and \((cf)'\) below.
Exercise 4.3.6.
The general polynomial \(P\) of degree \(n\) in the variable \(x\) has the form \(\ds P(x)= \sum _{k=0 } ^n a_k x^k = a_0 + a_1 x + \ldots + a_n x^n\text{.}\) What is the derivative (with respect to \(x\)) of \(P\text{?}\)
AnswerLet \(P(x) = \sum_{k=0}^{n} a_k x^k\) be the general polynomial of degree \(n\text{.}\) To find the derivative \(P'(x)\text{,}\) we use first use the sum rule:
The \(a_{k}\) are constants, and so by the constant multiple rule we have
We can now apply the power rule to each term. This gives us
Exercise 4.3.7.
Find a cubic polynomial whose graph has horizontal tangents at \((-2 , 5)\) and \((2, 3)\text{.}\)
AnswerWe wish to find a cubic polynomial whose graph has horizontal tangents at \((-2,5)\) and \((2,3)\text{.}\) We let \(f(x) = ax^3 + bx^2 + cx + d\) be a general cubic polynomial. Then
Our function \(f\) has the desired horizontal tangents if both \(f'(-2) = 0\) and \(f'(2) = 0\text{.}\) Therefore, we require:
This leaves 3 unknowns but only 2 equations. However, we further require that \(f(-2) =5\) and \(f(2) = 3\text{.}\) This means that:
We now have 4 equations and 4 unknowns. So we solve the system of equations. First, we take:
Therefore, we require \(d = 4\text{.}\) This leaves us with three unknowns. Now, notice that
Hence, \(b=0\text{.}\) Next, we have
And so \(a = \dfrac{1}{16}\text{.}\) Finally we require
Altogether, we found that the cubic polynomial
has the desired tangent lines.
Exercise 4.3.8.
Prove that \(\ds{d\over dx}(cf(x))= cf'(x)\) using the definition of the derivative.
SolutionWe use the definition of the derivative.
Exercise 4.3.9.
Suppose that \(f\) and \(g\) are differentiable at \(x\text{.}\) Show that \(f-g\) is differentiable at \(x\) using the two linearity properties from this section.
SolutionIf both \(f\) and \(g\) are differentiable, then both
exist. Since
by the difference rule, this means that \(\diff{}{x}(f-g)\) must also be differentiable.
Exercise 4.3.10.
Use the Product Rule to compute the derivative of \(\ds f(x)=(2x-3)^2\text{.}\) Sketch the function. Find an equation of the tangent line to the curve at \(x=2\text{.}\) Sketch the tangent line at \(x=2\text{.}\)
AnswerWe rewrite
Therefore, by the product rule,
At \(x=2\text{,}\) the slope of the tangent line is therefore
Since the point of tangency is \((2,f(2)) = (2,1)\text{,}\) the equation of the tangent line is
We sketch \(f(x)\) and the tangent line at \(x=2\) below.
Exercise 4.3.11.
Suppose that \(f\text{,}\) \(g\text{,}\) and \(h\) are differentiable functions. Show that \((fgh)'(x) = f'(x) g(x)h(x) + f(x)g'(x) h(x) + f(x) g(x) h'(x)\text{.}\)
SolutionWe wish to show that
First, let \(p(x)=(gh)(x)\text{.}\) Then, by the product rule, \(p'(x) = (gh)'(x) = g'(x)h(x) + g(x)h'(x)\text{.}\)
We also note that \((fgh)'(x) = (fp)'(x)\text{,}\) which we can again expand using the product rule:
Finally, to show the desired equality (4.3.1), we simply need to substitute \(p(x) = (gh)(x) = g(x)h(x)\) and our result for \(p'(x)\) into (4.3.2). We obtain,
which is exactly the identity (4.3.1).
Exercise 4.3.12.
Compute the derivative of \(\ds {x^3\over x^3-5x+10}\text{.}\)
AnswerWe first apply the quotient rule:
Next, we apply the sum/difference rule and the power rule:
After simplifying, we find that
Exercise 4.3.13.
Compute the derivative of \(\ds {x^2+5x-3\over x^5-6x^3+3x^2-7x+1}\text{.}\)
AnswerLet
Now use the quotient rule:
Now, using the sum/difference rule and constant multiple rule, we rewrite
Now using the power rule, we calculate:
Altogether, we find that
Exercise 4.3.14.
Compute the derivative of \(\ds {x\over(x-625)^2}\text{.}\)
AnswerWe first apply the quotient rule:
From the power rule, we know that
but we cannot immediately use the power rule to deduce
Therefore, we rewrite \((x-625)^2=(x-625)(x-625)\) and apply the product rule:
Therefore, we have
Exercise 4.3.15.
Compute the derivative of \(\ds {(x-5)^2\over x^{20}}\text{.}\)
AnswerApplying the quotient rule gives
Next, using the power rule, we have
and using the product rule, we see that
Putting together and simplifying, we see that
Exercise 4.3.16.
Find an equation for the tangent line to \(\ds f(x) = (x^2 - 4)/(5-x)\) at \(x= 3\text{.}\)
AnswerWe first differentiate \(f(x)\text{:}\)
Therefore, at the point \((3,f(3)) = \left(3,\frac{5}{2}\right)\text{,}\) the slope of the tangent line is
Hence, an equation of the tangent line is
Exercise 4.3.17.
Find an equation for the tangent line to \(\ds f(x) = (x-2)/(x^3 + 4x - 1)\) at \(x=1\text{.}\)
AnswerWe first differentiate:
The point of tangency at \(x=1\) is \((1, f(1)) = \left(1, \frac{-1}{4}\right)\text{,}\) and the slope of the tangent line is
Therefore, an equation of the tangent line is
Exercise 4.3.18.
If \(f'(4) = 5\text{,}\) \(g'(4) = 12\text{,}\) \((fg)(4)= f(4)g(4)=2\text{,}\) and \(g(4) = 6\text{,}\) compute \(f(4)\) and \(\ds{d\over dx}{f\over g}\) at 4.
AnswerWe are given that \(f(4)\cdot g(4) = 2\) and \(g(4) = 6\text{,}\) and so we conclude that \(f(4)=\frac{1}{3}\text{.}\) We now use the quotient rule:
Exercise 4.3.19.
Let \(f(x)=x^{3}\text{.}\) Find the point on the graph of \(f\) where the tangent line is horizontal. Sketch the graph of \(f\) and draw the horizontal tangent line.
SolutionSince \(f'(x) = 3x^2\) (by the power rule), we see that \(f'(x) = 0 \iff x = 0\text{.}\) Therefore, the tangent line to \(f\) is horizontal at the point \((0,0)\text{:}\)
Exercise 4.3.20.
Let \(f(x)=x^{3}+1\text{.}\)
-
Find the point(s) on the graph of \(f\) where the slope of the tangent line is equal to 12.
AnswerSolution\((-2,-7)\) and \((2,9)\text{.}\)The slope of the tangent line an any point \((x,f(x))\) on the graph of \(f=x^{3}+1\) is given by
\begin{equation*} f'(x) = 3x^{2}\text{.} \end{equation*}At the point(s) where the slope is equal to \(12\text{,}\) we have \(3x^{2} = 12\text{,}\) or \(x = \pm 2\text{.}\) So, we get two points: \((-2,f(-2)) = (-2,-7)\) and \((2,f(2)) = (2,9)\text{.}\)
-
Find the equation(s) of the tangent line(s) of part (a).
AnswerSolution\(y=12x+17\) and \(y=12x-15\text{.}\)The equation of the tangent line at \((-2,-7)\) is
\begin{equation*} \frac{y+7}{x+2} = 12 \implies y = 12x + 17\text{,} \end{equation*}and the equation of the tangent line at \((2,9)\) is
\begin{equation*} \frac{y-9}{x-2} = 12 \implies y = 12x -15\text{.} \end{equation*} -
Sketch the graph of \(f\) showing the tangent line(s).
AnswerWe sketch the graph of \(f(x)\) and the two tangent lines found above:
Exercise 4.3.21.
Let \(f(x)=\frac{2}{3}x^{3}+x^{2}-12x+6\text{.}\) Find the values of \(x\) for which
-
\(f'(x)=-12\)
AnswerSolution\(x=0\) or \(x=-1\text{.}\)\(\begin{aligned}-12 \amp = 2(x^2+x-6) \\ 0 \amp = x^2 + x \\ 0 \amp = x(x+1) \\ \implies x \amp =0,-1 \end{aligned}\) -
\(f'(x)=0\)
AnswerSolution\(x=-3\) or \(x=2\text{.}\)\(\begin{aligned}0 \amp = 2(x^2+x-6) \\ 0 \amp = (x+3)(x-2) \\ \implies x \amp = -3,2 \end{aligned}\) -
\(f'(x)=12\)
AnswerSolution\(x=-4\) or \(x=3\text{.}\)\(\begin{aligned}12 \amp = 2(x^2+x-6) \\ 0 \amp = x^2+x-12 \\ 0 \amp = (x+4)(x-3) \\ \implies x \amp = -4,3 \end{aligned}\)
Exercise 4.3.22.
An economy's consumer price index (CPI) is described by the function
where \(t=0\) corresponds to \(1994\text{.}\)
-
At what rate was the CPI changing in \(1999\text{?}\) In \(2001\text{?}\) In \(2004\text{?}\)
AnswerSolution\(12.6\) pts/yr; \(0\) pts/yr.We compute the derivative using the power rule:
\begin{equation*} I'(t) = \diff{}{t} \left(-0.2t^3+3t^2+100\right) = -0.2(3)t^2+3(2)t+ 0 = -0.6t^2+6t = 6t\left(1-\frac{t}{10}\right) \end{equation*}Therefore, in 1999, \(t=5\) and \(I'(5) = \frac{30}{2} = 15\text{.}\) That is, the CPI was increasing at a rate of \(15\) points per year. In 2001, \(t=7\) and \(I'(7) = 12.6\text{.}\) That is, the CPI was increasing at a rate of \(12.6\) points per year. In 2004, \(t=10\) and \(I'(10) = 0\) points per year. That is, the CPI was stationary.
-
What was the average rate of increase in the CPI over the period from \(1999\) to \(2004\text{?}\)
AnswerSolution\(10\) pts/yrThe average rate of increase from 1999 to 2004 was
\begin{equation*} \frac{I(10) - I(5)}{5} = \frac{200-150}{5} = 10\text{.} \end{equation*}points per year.
Exercise 4.3.23.
The demand function for the Luminar desk lamp is given by
where \(x\) is the quantity demanded (measured in thousands) and \(p\) is the unit price in dollars.
-
Find \(f'(x)\text{.}\)
AnswerSolution\(f'(x)=-0.2x-0.4\text{.}\)We differentiate:
\begin{equation*} \begin{split} f'(x) \amp = \diff{}{x} \left(-0.1x^2-0.4x + 35 \right)\\ \amp = -0.1 \diff{}{x} x^2 - 0.4 \diff{}{x} x + \diff{}{x} 35 \\ \amp = -0.1 (2x) - 0.4 (1) + 0 \\ \amp = -\frac{1}{10} \left(2x + 4\right) \end{split} \end{equation*} -
What is the rate of change of the unit price when the quantity demanded is \(10,000\) units (\(x=10\))? What is the unit price at that level of demand?
AnswerSolution$\(2.40\) per \(1000\) lamps; $\(21\)When \(x=10\text{,}\) \(p'(10) = -\dfrac{24}{10} = -2.4\text{.}\) The unit price when \(x=10\) is set at \(p(10) = -10-4+35 = 21\text{.}\) Therefore, when 10,000 lamps are demanded, the unit price is decreasing at a rate of $2.40 per 10,000 lamps from $21.
Exercise 4.3.24.
The supply function for a certain make of transistor radio is given by
where \(x\) is the quantity supplied and \(p\) is the unit price in dollars.
-
Find \(f'(x)\text{.}\)
AnswerSolution\(f'(x)=0.000125x^{1/4}\text{.}\)We differentiate:
\begin{equation*} f'(x) = \diff{}{x} \left(0.00001x^{5/4} + 10\right) = 0.0000125 x^{1/4}\text{.} \end{equation*} -
What is the rate of change of the unit price if the quantity supplied is \(10,000\) radios?
AnswerSolution$\(2.08\)million/yr.When the unit price is 10,000 radios, \(x=10,000\text{.}\) So
\begin{equation*} f'(10,000) = 0.0000125(10,000)^{1/4} = 0.000125, \text{ and } \end{equation*}\begin{equation*} f(10,000) = 11\text{.} \end{equation*}That is, the unit price is increasing at a rate of approximately 0.000125 per 10,000 radios from a value of $11.
Exercise 4.3.25.
Despite efforts at cost containment, the cost of medical care is increasing. Two major reasons for this increase are an aging population and extensive use by physicians of new technologies. Health-care spending through the year \(2000\) may be approximated by
where \(S(t)\) is the spending in millions of dollars and \(t\) is measured in years, with \(t=0\) corresponding to the beginning of \(1965\text{.}\)
-
Find an expression for the rate of change of health-care spending at any time \(t\text{.}\)
AnswerSolution\(S'(t)=0.08508t^{2}-0.10334t+9.60881\)The rate of change of health-care spending with respect to time is \(S'(t)\text{:}\)
\begin{equation*} S'(t) = 3(0.02836)t^2 - 2(0.05167)t + 9.60881 = 0.08508 t^2 - 0.10334t + 9.60881 \end{equation*} -
How fast was health-care spending changing at the beginning of \(1980\text{?}\) At the beginning of \(2000\text{?}\)
AnswerSolution$\(27.20171\) million/yr; $\(110.21491\) million/yrThe year \(1980\) corresponds to \(t=15\text{,}\) therefore
\begin{equation*} S'(15) = 27.2017\text{.} \end{equation*}That is, health-care spending was increasing at a rate of about 27.2 million dollars per year at the beginning of 1980. Similarly, at the beginning of the year 2000, \(t=35\) and
\begin{equation*} S'(35) = 110.215\text{.} \end{equation*}That is, health-care spending was increasing at a rate of about 110.2 million dollars per year.
-
What was the amount of health-care spending at the beginning of \(1980\text{?}\) At the beginning of \(2000\text{?}\)
AnswerSolution$\(270.1214\) million; $\(1530.8476\) millionHealth-care spending at the beginning of 1980 was
\begin{equation*} S(15) = 270.121\text{,} \end{equation*}or about 270.121 million dollars. At the beginning of 2000, health-care spending was
\begin{equation*} S(35) = 1530.85\text{,} \end{equation*}or about 1.5 billion dollars.
Exercise 4.3.26.
Find the point(s) on the graph of the function
where the slope of the tangent line is equal to \(-2\text{.}\)
AnswerWe rewrite \(f(x)=(x^2+6)(x-5)\) as \(f(x)=x^3-5x^2+6x-30\text{.}\) Then we differentiate using the power rule:
So, the slope of the tangent line is equal to -2 when
Using the quadratic formula, we find
Therefore, the slope of the tangent line to \(f\) is equal to -2 at the point
and at the point
Exercise 4.3.27.
A straight line perpendicular to and passing through the point of tangency of the tangent line is called the normal to the curve. Find the equation of the tangent line and the normal to the curve \(y = \frac{1}{1+x^{2}}\) at the point \((1,\frac{1}{2})\text{.}\)
AnswerWe first find the equation of the tangent line. We differentiate:
So at the point \((1,1/2)\text{,}\) the slope of the tangent line is
And so an equation of the tangent line is
Now to find an equation of the normal line, we use the fact that it is perpendicular to the tangent line. Therefore, it has slope \(2\text{.}\) Since this line also passes through the point \((1,1/2)\text{,}\) an equation of the normal line is
Exercise 4.3.28.
The total revenue in dollars for a video game is given by
where \(x\) is the number of units sold. What is the rate of change of revenue with respect to \(x\) when \(600\) units are sold? Interpret your result.
AnswerWe differentiate the total revenue with respect to \(x\text{:}\)
Therefore, when \(x=600\text{,}\) \(R'(600) = -16\text{.}\) So the revenue is decreasing at a rate of $16 per unit sold.
Exercise 4.3.29.
A city's main well was recently found to be contaminated with trichloroethylene, a cancer-causing chemical, as a result of an abandoned chemical dump leaching chemicals into the water. A proposal submitted to the city's council members indicates that the cost, measured in millions of dollars, of removing \(x\)% of the toxic pollutant is given by
Find \(C'(80), C'(90), C'(95), C'(99)\text{.}\) What do your results tell you about the cost of removing all of the pollutant?
AnswerWe first find \(C'(x)\text{.}\)
Therefore, \(C'(80) = \dfrac{50}{20^{2}} = 0.125\text{,}\) \(C'(90) = \dfrac{50}{10^{2}} = 0.5\text{,}\) \(C'(95) = \dfrac{50}{5^{2}} = 2\) and \(C'(99) = \dfrac{50}{1} = 50\text{.}\) I.e., the cost to remove \(80\)% of the toxic waste is $\(0.125\) million, to remove \(90\)% of the waste is $\(0.5\) million, etc. Notice that, as \(x\) gets closer and closer to \(100\)%, the cost to remove the pollutant is increasing at an increasingly faster rate. In particular, we see that it would cost approximately $\(50\) million dollars to remove just over \(99\)% of the waste.
Exercise 4.3.30.
The total worldwide box-office receipts for a long-running movie are approximated by the function
where \(T(x)\) is measured in millions of dollars and \(x\) is the number of years since the movie's release. How fast are the total receipts changing \(1\text{,}\) \(3\) and \(5\) years after its release?
AnswerExercise 4.3.31.
Grand & Toy makes a line of executive desks. It is estimated that the total cost for making \(x\) units of their Senior Executive model is
dollars/year
-
Find the average cost function, \(\overline{C}\text{.}\)
Solution\(\displaystyle{\overline{C}(x) = \frac{C(x)}{x} = \frac{100x+200,000}{x} = 100 + \frac{200,000}{x}.}\) -
Find the marginal average cost function, \(\overline{C}'\text{.}\)
Solution\(\displaystyle{\overline{C'}(x) = \diff{}{x} \left(100 + \frac{200,000}{x}\right) = -\frac{200,000}{x^2}.}\) -
What happens to \(\overline{C}(x)\) when \(x\) is very large? Interpret your results.
SolutionWe compute
\begin{equation*} \lim_{x\to\infty} \overline{C}(x) = \lim_{x\to\infty} \left(100+\frac{200,000}{x}\right) = 100\text{.} \end{equation*}Therefore, if the production levels are very high, then the average cost of the desks approaches $100 per year per unit.
Exercise 4.3.32.
The quantity of Sicard wristwatches demanded each month is related to the unit price by the equation
where \(p\) is measured in dollars and \(x\) in units of a thousand.
-
Find the revenue function \(R\text{.}\)
Solution\(R(x) = px = \dfrac{50x}{0.01x^{2}+1}\text{.}\) -
Find the marginal revenue function \(R'\text{.}\)
Solution\(R'(x) = \dfrac{0.01x^{2}+1)(50)-(50x)(0.02x)}{(0.01x^{2}+1)^{2}} = \dfrac{50-0.5x^{2}}{(0.01x^{2}+1)^{2}} \cdot\) -
Compute \(R'(2)\) and interpret your result.
Solution\(R'(2) = \dfrac{50-0.5(4)}{(0.01(4)+1)^{2}} \approx 44.379\text{.}\) We see that, when sales are at a level of \(2000\) units, the revenue is increasing at a rate of approximately $\(44,379\) per \(1000\) units.