3.3 Differentiation Rules
Finding derivatives of functions by using the definition of the derivative can be a lengthy and, for certain functions, a rather challenging process. For example, previously we found that \(\frac{d}{dx}\left( \sqrt{x} \right) = \frac{1}{2\sqrt{x}}\) by using a process that involved multiplying an expression by a conjugate prior to evaluating a limit. The process that we could use to evaluate \(\frac{d}{dx}\left( \sqrt[3]{x} \right)\) using the definition, while similar, is more complicated. In this section, we develop rules for finding derivatives that allow us to bypass this process. We begin with the basics.
3.3.1 The Basic Rules
The functions \(f(x) = c\) and \(g(x) = x^{n}\) where \(n\) is a positive integer are the building blocks from which all polynomials and rational functions are constructed. To find derivatives of polynomials and rational functions efficiently without resorting to the limit definition of the derivative, we must first develop formulas for differentiating these basic functions.
The Constant Rule
We first apply the limit definition of the derivative to find the derivative of the constant function, \(f(x) = c.\) For this function, both \(f(x) = c\) and \(f\left( {x + h} \right) = c,\) so we obtain the following result:
\[\begin{array}{cl} {f'(x)} & {= \underset{h\rightarrow 0}{\text{lim}}\frac{f\left( {x + h} \right) - f(x)}{h}} \\ & {= \underset{h\rightarrow 0}{\text{lim}}\frac{c - c}{h}} \\ & {= \underset{h\rightarrow 0}{\text{lim}}\frac{0}{h}} \\ & {= \underset{h\rightarrow 0}{\text{lim}}0 = 0.} \end{array} \tag{1}\]
The rule for differentiating constant functions is called the constant rule. It states that the derivative of a constant function is zero; that is, since a constant function is a horizontal line, the slope, or the rate of change, of a constant function is \(0.\) We restate this rule in the following theorem.
3.3.2 The Power Rule
We have shown that
\[\frac{d}{dx}\left( x^{2} \right) = 2x\ \text{and}\ \frac{d}{dx}\left( x^{1\text{/}2} \right) = \frac{1}{2}x^{\text{−}{1\text{/}2}}. \tag{4}\]
At this point, you might see a pattern beginning to develop for derivatives of the form \(\frac{d}{dx}\left( x^{n} \right).\) We continue our examination of derivative formulas by differentiating power functions of the form \(f(x) = x^{n}\) where \(n\) is a positive integer. We develop formulas for derivatives of this type of function in stages, beginning with positive integer powers. Before stating and proving the general rule for derivatives of functions of this form, we take a look at a specific case, \(\frac{d}{dx}(x^{3}).\) As we go through this derivation, note that the technique used in this case is essentially the same as the technique used to prove the general case.
As we shall see, the procedure for finding the derivative of the general form \(f(x) = x^{n}\) is very similar. Although it is often unwise to draw general conclusions from specific examples, we note that when we differentiate \(f(x) = x^{3},\) the power on \(x\) becomes the coefficient of \(x^{2}\) in the derivative and the power on \(x\) in the derivative decreases by 1. The following theorem states that the power rule holds for all positive integer powers of \(x.\) We will eventually extend this result to negative integer powers. Later, we will see that this rule may also be extended first to rational powers of \(x\) and then to arbitrary powers of \(x.\) Be aware, however, that this rule does not apply to functions in which a constant is raised to a variable power, such as \(f(x) = 3^{x}.\)
Proof
For \(f(x) = x^{n}\) where \(n\) is a positive integer, we have
\[f'(x) = \underset{h\rightarrow 0}{\text{lim}}\frac{{(x + h)}^{n} - x^{n}}{h}. \tag{8}\]
\[\text{Since}\ {(x + h)}^{n} = x^{n} + nx^{n - 1}h + \begin{pmatrix} n \\ 2 \end{pmatrix}\ x^{n - 2}h^{2} + \begin{pmatrix} n \\ 3 \end{pmatrix}\ x^{n - 3}h^{3} + \text{…} + nxh^{n - 1} + h^{n}, \tag{9}\]
we see that
\[{(x + h)}^{n} - x^{n} = nx^{n - 1}h + \begin{pmatrix} n \\ 2 \end{pmatrix}\ x^{n - 2}h^{2} + \begin{pmatrix} n \\ 3 \end{pmatrix}\ x^{n - 3}h^{3} + \text{…} + nxh^{n - 1} + h^{n}. \tag{10}\]
Next, divide both sides by \(h\):
\[\frac{\left( {x + h} \right)^{n} - x^{n}}{h} = \frac{nx^{n - 1}h + \begin{pmatrix} n \\ 2 \end{pmatrix}\ x^{n - 2}h^{2} + \begin{pmatrix} n \\ 3 \end{pmatrix}\ x^{n - 3}h^{3} + \text{…} + nxh^{n - 1} + h^{n}}{h}. \tag{11}\]
Thus,
\[\frac{\left( {x + h} \right)^{n} - x^{n}}{h} = nx^{n - 1} + \begin{pmatrix} n \\ 2 \end{pmatrix}\ x^{n - 2}h + \begin{pmatrix} n \\ 3 \end{pmatrix}\ x^{n - 3}h^{2} + \text{…} + nxh^{n - 2} + h^{n - 1}. \tag{12}\]
Finally,
\[\begin{array}{cl} {f'(x)} & {= \underset{h\rightarrow 0}{\text{lim}}\left( {nx^{n - 1} + \begin{pmatrix} n \\ 2 \end{pmatrix}\ x^{n - 2}h + \begin{pmatrix} n \\ 3 \end{pmatrix}\ x^{n - 3}h^{2} + \text{…} + nxh^{n - 2} + h^{n - 1}} \right)} \\ & {= nx^{n - 1}.} \end{array} \tag{13}\]
□
3.3.3 The Sum, Difference, and Constant Multiple Rules
We find our next differentiation rules by looking at derivatives of sums, differences, and constant multiples of functions. Just as when we work with functions, there are rules that make it easier to find derivatives of functions that we add, subtract, or multiply by a constant. These rules are summarized in the following theorem.
Proof
We provide only the proof of the sum rule here. The rest follow in a similar manner.
For differentiable functions \(f(x)\) and \(g(x),\) we set \(j(x) = f(x) + g(x).\) Using the limit definition of the derivative we have
\[j'(x) = \underset{h\rightarrow 0}{\text{lim}}\frac{j\left( {x + h} \right) - j(x)}{h}. \tag{21}\]
By substituting \(j\left( {x + h} \right) = f\left( {x + h} \right) + g\left( {x + h} \right)\) and \(j(x) = f(x) + g(x),\) we obtain
\[j'(x) = \underset{h\rightarrow 0}{\text{lim}}\frac{\left( {f\left( {x + h} \right) + g\left( {x + h} \right)} \right) - \left( {f(x) + g(x)} \right)}{h}. \tag{22}\]
Rearranging and regrouping the terms, we have
\[j'(x) = \underset{h\rightarrow 0}{\text{lim}}\left( {\frac{f\left( {x + h} \right) - f(x)}{h} + \frac{g\left( {x + h} \right) - g(x)}{h}} \right). \tag{23}\]
We now apply the sum law for limits and the definition of the derivative to obtain
\[j'(x) = \underset{h\rightarrow 0}{\text{lim}}\left( \frac{f\left( {x + h} \right) - f(x)}{h} \right) + \underset{h\rightarrow 0}{\text{lim}}\left( \frac{g\left( {x + h} \right) - g(x)}{h} \right) = f'(x) + g'(x). \tag{24}\]
□
3.3.4 The Product Rule
Now that we have examined the basic rules, we can begin looking at some of the more advanced rules. The first one examines the derivative of the product of two functions. Although it might be tempting to assume that the derivative of the product is the product of the derivatives, similar to the sum and difference rules, the product rule does not follow this pattern. To see why we cannot use this pattern, consider the function \(f(x) = x^{2},\) whose derivative is \(f'(x) = 2x\) and not \(\frac{d}{dx}(x) \cdot \frac{d}{dx}(x) = 1 \cdot 1 = 1.\)
Proof
We begin by assuming that \(f(x)\) and \(g(x)\) are differentiable functions. At a key point in this proof we need to use the fact that, since \(g(x)\) is differentiable, it is also continuous. In particular, we use the fact that since \(g(x)\) is continuous, \(\underset{h\rightarrow 0}{\text{lim}}g\left( {x + h} \right) = g(x).\)
By applying the limit definition of the derivative to \(j(x) = f(x)g(x),\) we obtain
\[j'(x) = \underset{h\rightarrow 0}{\text{lim}}\frac{f\left( {x + h} \right)g\left( {x + h} \right) - f(x)g(x)}{h}. \tag{33}\]
By adding and subtracting \(f(x)g(x + h)\) in the numerator, we have
\[j'(x) = \underset{h\rightarrow 0}{\text{lim}}\frac{f\left( {x + h} \right)g\left( {x + h} \right) - f(x)g\left( {x + h} \right) + f(x)g\left( {x + h} \right) - f(x)g(x)}{h}. \tag{34}\]
After breaking apart this quotient and applying the sum law for limits, the derivative becomes
\[j'(x) = \underset{h\rightarrow 0}{\text{lim}}\left( \frac{f\left( {x + h} \right)g\left( {x + h} \right) - f(x)g\left( {x + h} \right)}{h} \right) + \underset{h\rightarrow 0}{\text{lim}}\left( \frac{f(x)g\left( {x + h} \right) - f(x)g(x)}{h} \right). \tag{35}\]
Rearranging, we obtain
\[j'(x) = \underset{h\rightarrow 0}{\text{lim}}\left( {\frac{f\left( {x + h} \right) - f(x)}{h} \cdot g(x + h)} \right) + \underset{h\rightarrow 0}{\text{lim}}\left( {\frac{g\left( {x + h} \right) - g(x)}{h} \cdot f(x)} \right). \tag{36}\]
By using the continuity of \(g(x),\) the definition of the derivatives of \(f(x)\) and \(g(x),\) and applying the limit laws, we arrive at the product rule,
\[j'(x) = f'(x)g(x) + g'(x)f(x). \tag{37}\]
□
3.3.5 The Quotient Rule
Having developed and practiced the product rule, we now consider differentiating quotients of functions. As we see in the following theorem, the derivative of the quotient is not the quotient of the derivatives; rather, it is the derivative of the function in the numerator times the function in the denominator minus the derivative of the function in the denominator times the function in the numerator, all divided by the square of the function in the denominator. In order to better grasp why we cannot simply take the quotient of the derivatives, keep in mind that
\[\frac{d}{dx}\left( x^{2} \right) = 2x,\text{not}\ \frac{\frac{d}{dx}\left( x^{3} \right)}{\frac{d}{dx}(x)} = \frac{3x^{2}}{1} = 3x^{2}. \tag{41}\]
The proof of the quotient rule is very similar to the proof of the product rule, so it is omitted here. Instead, we apply this new rule for finding derivatives in the next example.
It is now possible to use the quotient rule to extend the power rule to find derivatives of functions of the form \(x^{k}\) where \(k\) is a negative integer.
Proof
If \(k\) is a negative integer, we may set \(n = \text{−}k,\) so that \(n\) is a positive integer with \(k = \text{−}n.\) Since for each positive integer \(n,x^{\text{−}n} = \frac{1}{x^{n}},\) we may now apply the quotient rule by setting \(f(x) = 1\) and \(g(x) = x^{n}.\) In this case, \(f'(x) = 0\) and \(g'(x) = nx^{n - 1}.\) Thus,
\[\frac{d}{dx}\left( x^{\text{−}n} \right) = \frac{0\left( x^{n} \right) - 1\left( {nx^{n - 1}} \right)}{\left( x^{n} \right)^{2}}. \tag{47}\]
Simplifying, we see that
\[\frac{d}{dx}\left( x^{\text{−}n} \right) = \frac{\text{−}nx^{n - 1}}{x^{2n}} = \text{−}nx^{{({n - 1})} - 2n} = \text{−}nx^{\text{−}n - 1}. \tag{48}\]
Finally, observe that since \(k = \text{−}n,\) by substituting we have
\[\frac{d}{dx}\left( x^{k} \right) = kx^{k - 1}. \tag{49}\]
□
3.3.6 Combining Differentiation Rules
As we have seen throughout the examples in this section, it seldom happens that we are called on to apply just one differentiation rule to find the derivative of a given function. At this point, by combining the differentiation rules, we may find the derivatives of any polynomial or rational function. Later on we will encounter more complex combinations of differentiation rules. A good rule of thumb to use when applying several rules is to apply the rules in reverse of the order in which we would evaluate the function.
For the following exercises, find \(f'(x)\) for each function.
1. \(f(x) = x^{7} + 10\)
2. \(f(x) = 5x^{3} - x + 1\)
Solution (click to reveal)
\(f'(x) = 15x^{2} - 1\)
3. \(f(x) = 4x^{2} - 7x\)
4. \(f(x) = 8x^{4} + 9x^{2} - 1\)
Solution (click to reveal)
\(f'(x) = 32x^{3} + 18x\)
5. \(f(x) = x^{4} + \frac{2}{x}\)
6. \(f(x) = 3x\left( {18x^{4} + \frac{13}{x + 1}} \right)\)
Solution (click to reveal)
\(f'(x) = 270x^{4} + \frac{39}{\left( {x + 1} \right)^{2}}\)
7. \(f(x) = \left( {x + 2} \right)\left( {2x^{2} - 3} \right)\)
8. \(f(x) = x^{2}\left( {\frac{2}{x^{2}} + \frac{5}{x^{3}}} \right)\)
Solution (click to reveal)
\(f'(x) = \frac{-5}{x^{2}}\)
9. \(f(x) = \frac{x^{3} + 2x^{2} - 4}{3}\)
10. \(f(x) = \frac{4x^{3} - 2x + 1}{x^{2}}\)
Solution (click to reveal)
\(f'(x) = \frac{4x^{4} + 2x^{2} - 2x}{x^{4}}\)
11. \(f(x) = \frac{x^{2} + 4}{x^{2} - 4}\)
12. \(f(x) = \frac{x + 9}{x^{2} - 7x + 1}\)
Solution (click to reveal)
\(f'(x) = \frac{\text{−}x^{2} - 18x + 64}{\left( {x^{2} - 7x + 1} \right)^{2}}\)
For the following exercises, find an equation of the tangent line \(T(x)\) to the graph of the given function at the indicated point. Use a graphing calculator to graph the function and the tangent line.
13. [T] \(y = 3x^{2} + 4x + 1\) at \(\left( {0,1} \right)\)
14. [T] \(y = \frac{2}{x^{2}} + 1\) at \(\left( {1,3} \right)\)
Solution (click to reveal)

\(T(x) = –4x + 7\)
15. [T] \(y = \frac{2x}{x - 1}\) at \(\left( {-1,1} \right)\)
16. [T] \(y = \frac{2}{x} - \frac{3}{x^{2}}\) at \(\left( {1,-1} \right)\)
Solution (click to reveal)

\(T(x) = 4x - 5\)
For the following exercises, assume that \(f(x)\) and \(g(x)\) are both differentiable functions for all \(x.\) Find the derivative of each of the functions \(h(x).\)
17. \(h(x) = 4f(x) + \frac{g(x)}{7}\)
18. \(h(x) = x^{3}f(x)\)
Solution (click to reveal)
\(h'(x) = 3x^{2}f(x) + x^{3}f'(x)\)
19. \(h(x) = \frac{f(x)g(x)}{2}\)
20. \(h(x) = \frac{3f(x)}{g(x) + 2}\)
Solution (click to reveal)
\(h'(x) = \frac{3f'(x)\left( {g(x) + 2} \right) - 3f(x)g'(x)}{\left( {g(x) + 2} \right)^{2}}\)
For the following exercises, assume that \(f(x)\) and \(g(x)\) are both differentiable functions with values as given in the following table. Use the following table to calculate the following derivatives.
| \(x\) | \(1\) | \(2\) | \(3\) | \(4\) |
| \(f(x)\) | \(3\) | \(5\) | \(-2\) | \(0\) |
| \(g(x)\) | \(2\) | \(3\) | \(-4\) | \(6\) |
| \(f'(x)\) | \(-1\) | \(7\) | \(8\) | \(-3\) |
| \(g'(x)\) | \(4\) | \(1\) | \(2\) | \(9\) |
21. Find \(h'(1)\) if \(h(x) = xf(x) + 4g(x).\)
22. Find \(h'(2)\) if \(h(x) = \frac{f(x)}{g(x)}.\)
Solution (click to reveal)
\(\frac{16}{9}\)
23. Find \(h'(3)\) if \(h(x) = 2x + f(x)g(x).\)
24. Find \(h'(4)\) if \(h(x) = \frac{1}{x} + \frac{g(x)}{f(x)}.\)
Solution (click to reveal)
Undefined
For the following exercises, use the following figure to find the indicated derivatives, if they exist.

25. Let \(h(x) = f(x) + g(x).\) Find
- \(h'(1),\)
- \(h'(3),\) and
- \(h'(4).\)
26. Let \(h(x) = f(x)g(x).\) Find
- \(h'(1),\)
- \(h'(3),\) and
- \(h'(4).\)
Solution (click to reveal)
- \(2,\) b. does not exist, c. \(2.5\)
27. Let \(h(x) = \frac{f(x)}{g(x)}.\) Find
- \(h'(1),\)
- \(h'(3),\) and
- \(h'(4).\)
For the following exercises,
- evaluate \(f'(a),\) and
- graph the function \(f(x)\) and the tangent line at \(x = a.\)
28. [T] \(f(x) = 2x^{3} + 3x - x^{2},a = 2\)
Solution (click to reveal)
- 23, b. \(y = 23x - 28\)

29. [T] \(f(x) = \frac{1}{x} - x^{2},a = 1\)
30. [T] \(f(x) = x^{2} - x^{12} + 3x + 2,a = 0\)
Solution (click to reveal)
- 3, b. \(y = 3x + 2\)

31. [T] \(f(x) = \frac{1}{x} - x^{2},a = -1\)
32. Find an equation of the tangent line to the graph of \(f(x) = 2x^{3} + 4x^{2} - 5x - 3\) at \(x = -1.\)
Solution (click to reveal)
\(y = -7x - 3\)
33. Find an equation of the tangent line to the graph of \(f(x) = x^{2} + \frac{4}{x} - 10\) at \(x = 8.\)
34. Find an equation of the tangent line to the graph of \(f(x) = (3x - x^{2})(3 - x - x^{2})\) at \(x = 1.\)
Solution (click to reveal)
\(y = -5x + 7\)
35. Find the point on the graph of \(f(x) = x^{3}\) such that the tangent line at that point has an \(x\) intercept of 6.
36. Find an equation of the line passing through the point \(P(3,3)\) and tangent to the graph of \(f(x) = \frac{6}{x - 1}.\)
Solution (click to reveal)
\(y = - \frac{3}{2}x + \frac{15}{2}\)
37. Determine all points on the graph of \(f(x) = x^{3} + x^{2} - x - 1\) for which
- the tangent line is horizontal
- the tangent line has a slope of \(-1.\)
38. Find a quadratic polynomial such that \(f(1) = 5,f'(1) = 3\) and \(f^{''}(1) = -6.\)
Solution (click to reveal)
\(y = -3x^{2} + 9x - 1\)
39. A car driving along a freeway with traffic has traveled \(s(t) = t^{3} - 6t^{2} + 9t\) meters in \(t\) seconds.
- Determine the time in seconds when the velocity of the car is 0.
- Determine the acceleration of the car when the velocity is 0.
40. [T] A herring swimming along a straight line has traveled \(s(t) = \frac{t^{2}}{t^{2} + 2}\) feet in \(t\) seconds.
Determine the velocity of the herring when it has traveled 3 seconds.
Solution (click to reveal)
\(\frac{12}{121}\) or 0.0992 ft/s
41. The population in millions of arctic flounder in the Atlantic Ocean is modeled by the function \(P(t) = \frac{8t + 3}{0.2t^{2} + 1},\) where \(t\) is measured in years.
- Determine the initial flounder population.
- Determine \(P'(10)\) and briefly interpret the result.
42. [T] The concentration of antibiotic in the bloodstream \(t\) hours after being injected is given by the function \(C(t) = \frac{2t^{2} + t}{t^{3} + 50},\) where \(C\) is measured in milligrams per liter of blood.
- Find the rate of change of \(C(t).\)
- Determine the rate of change for \(t = 8,12,24,\) and \(36.\)
- Briefly describe what seems to be occurring as the number of hours increases.
Solution (click to reveal)
- \(\frac{-2t^{4} - 2t^{3} + 200t + 50}{\left( {t^{3} + 50} \right)^{2}}\) b. \(-0.02395\) mg/L-hr, −0.01344 mg/L-hr, −0.003566 mg/L-hr, −0.001579 mg/L-hr c. The rate at which the concentration of drug in the bloodstream decreases is slowing to 0 as time increases.
43. A book publisher has a cost function given by \(C(x) = \frac{x^{3} + 2x + 3}{x^{2}},\) where \(x\) is the number of copies of a book in thousands and \(C\) is the cost, per book, measured in dollars. Evaluate \(C'(2)\) and explain its meaning.
44. [T] According to Newton’s law of universal gravitation, the force \(F\) between two bodies of constant mass \(m_{1}\) and \(m_{2}\) is given by the formula \(F = \frac{Gm_{1}m_{2}}{d^{2}},\) where \(G\) is the gravitational constant and \(d\) is the distance between the bodies.
- Suppose that \(G,m_{1},\text{and}\ m_{2}\) are constants. Find the rate of change of force \(F\) with respect to distance \(d.\)
- Find the rate of change of force \(F\) with gravitational constant \(G = 6.67\ \times \ 10^{-11}\) \(\text{Nm}^{2}\text{/}\text{kg}^{2},\) on two bodies 10 meters apart, each with a mass of 1000 kilograms.
Solution (click to reveal)
- \(F'(d) = \frac{-2Gm_{1}m_{2}}{d^{3}}\) b. \(-1.33\ \times \ 10^{-7}\) N/m



