We've updated our
Privacy Policy effective December 15. Please read our updated Privacy Policy and tap

TEXT

Study Guides > Calculus Volume 1

Differentiation Rules

[latexpage]

Learning Objectives

  • State the constant, constant multiple, and power rules.
  • Apply the sum and difference rules to combine derivatives.
  • Use the product rule for finding the derivative of a product of functions.
  • Use the quotient rule for finding the derivative of a quotient of functions.
  • Extend the power rule to functions with negative exponents.
  • Combine the differentiation rules to find the derivative of a polynomial or rational function.

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 [latex]\frac{d}{dx}\left(\sqrt{x}\right)=\frac{1}{2\sqrt{x}}[/latex] 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.

The Basic Rules

The functions \(f\left(x\right)=c\) and \(g\left(x\right)={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\left(x\right)=c.\) For this function, both \(f\left(x\right)=c\) and \(f\left(x+h\right)=c,\) so we obtain the following result:

\(\begin{array}{cc}\hfill {f}^{\prime }\left(x\right)& =\underset{h\to 0}{\text{lim}}\frac{f\left(x+h\right)-f\left(x\right)}{h}\hfill \\ & =\underset{h\to 0}{\text{lim}}\frac{c-c}{h}\hfill \\ & =\underset{h\to 0}{\text{lim}}\frac{0}{h}\hfill \\ & =\underset{h\to 0}{\text{lim}}0=0.\hfill \end{array}\)

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.

The Constant Rule

Let \(c\) be a constant.

If \(f\left(x\right)=c,\) then \({f}^{\prime }\left(c\right)=0.\)

Alternatively, we may express this rule as

\(\frac{d}{dx}\left(c\right)=0.\)
Applying the Constant Rule

Find the derivative of \(f\left(x\right)=8.\)

This is just a one-step application of the rule:

\({f}^{\prime }\left(8\right)=0.\)

Find the derivative of \(g\left(x\right)=-3.\)

0

Hint

Use the preceding example as a guide.

The Power Rule

We have shown that

\(\frac{d}{dx}\left({x}^{2}\right)=2x\phantom{\rule{0.2em}{0ex}}\text{and}\phantom{\rule{0.2em}{0ex}}\frac{d}{dx}\left({x}^{1\text{/}2}\right)=\frac{1}{2}{x}^{\text{−}1\text{/}2}.\)

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\left(x\right)={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}\left({x}^{3}\right).\) As we go through this derivation, pay special attention to the portion of the expression in boldface, as the technique used in this case is essentially the same as the technique used to prove the general case.

Differentiating \({x}^{3}\)

Find \(\frac{d}{dx}\left({x}^{3}\right).\)

\(\begin{array}{ccccc}\hfill \frac{d}{dx}\left({x}^{3}\right)& =\underset{h\to 0}{\text{lim}}\frac{{\left(x+h\right)}^{3}-{x}^{3}}{h}\hfill & & & \\ & =\underset{h\to 0}{\text{lim}}\frac{{x}^{3}+3{x}^{2}h+3x{h}^{2}+{h}^{3}-{x}^{3}}{h}\hfill & & & \begin{array}{c}\text{Notice that the first term in the expansion of}\hfill \\ {\left(x+h\right)}^{3}\phantom{\rule{0.2em}{0ex}}\text{is}\phantom{\rule{0.2em}{0ex}}{x}^{3}\phantom{\rule{0.2em}{0ex}}\text{and the second term is}\phantom{\rule{0.2em}{0ex}}3{x}^{2}h.\phantom{\rule{0.2em}{0ex}}\text{All}\hfill \\ \text{other terms contain powers of}\phantom{\rule{0.2em}{0ex}}h\phantom{\rule{0.2em}{0ex}}\text{that are two or}\hfill \\ \text{greater.}\hfill \end{array}\hfill \\ & =\underset{h\to 0}{\text{lim}}\frac{3{x}^{2}h+3x{h}^{2}+{h}^{3}}{h}\hfill & & & \begin{array}{c}\text{In this step the}\phantom{\rule{0.2em}{0ex}}{x}^{3}\phantom{\rule{0.2em}{0ex}}\text{terms have been cancelled,}\hfill \\ \text{leaving only terms containing}\phantom{\rule{0.2em}{0ex}}h.\hfill \end{array}\hfill \\ & =\underset{h\to 0}{\text{lim}}\frac{h\left(3{x}^{2}+3xh+{h}^{2}\right)}{h}\hfill & & & \text{Factor out the common factor of}\phantom{\rule{0.2em}{0ex}}h.\hfill \\ & =\underset{h\to 0}{\text{lim}}\left(3{x}^{2}+3xh+{h}^{2}\right)\hfill & & & \begin{array}{c}\text{After cancelling the common factor of}\phantom{\rule{0.2em}{0ex}}h,\text{the}\hfill \\ \text{only term not containing}\phantom{\rule{0.2em}{0ex}}h\phantom{\rule{0.2em}{0ex}}\text{is}\phantom{\rule{0.2em}{0ex}}3{x}^{2}.\hfill \end{array}\hfill \\ & =3{x}^{2}\hfill & & & \text{Let}\phantom{\rule{0.2em}{0ex}}h\phantom{\rule{0.2em}{0ex}}\text{go to 0.}\hfill \end{array}\)

Find \(\frac{d}{dx}\left({x}^{4}\right).\)

\(4{x}^{3}\)

Hint

Use \({\left(x+h\right)}^{4}={x}^{4}+4{x}^{3}h+6{x}^{2}{h}^{2}+4x{h}^{3}+{h}^{4}\) and follow the procedure outlined in the preceding example.

As we shall see, the procedure for finding the derivative of the general form \(f\left(x\right)={x}^{n}\) is very similar. Although it is often unwise to draw general conclusions from specific examples, we note that when we differentiate \(f\left(x\right)={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\left(x\right)={3}^{x}.\)

The Power Rule

Let \(n\) be a positive integer. If \(f\left(x\right)={x}^{n},\) then

\({f}^{\prime }\left(x\right)=n{x}^{n-1}.\)

Alternatively, we may express this rule as

\(\frac{d}{dx}{x}^{n}=n{x}^{n-1}.\)

Proof

For \(f\left(x\right)={x}^{n}\) where \(n\) is a positive integer, we have

\({f}^{\prime }\left(x\right)=\underset{h\to 0}{\text{lim}}\frac{{\left(x+h\right)}^{n}-{x}^{n}}{h}.\)
\(\text{Since}\phantom{\rule{0.2em}{0ex}}{\left(x+h\right)}^{n}={x}^{n}+n{x}^{n-1}h+\left(\begin{array}{c}n\\ 2\end{array}\right)\phantom{\rule{0.2em}{0ex}}{x}^{n-2}{h}^{2}+\left(\begin{array}{c}n\\ 3\end{array}\right)\phantom{\rule{0.2em}{0ex}}{x}^{n-3}{h}^{3}+\text{…}+nx{h}^{n-1}+{h}^{n},\)

we see that

\({\left(x+h\right)}^{n}-{x}^{n}=n{x}^{n-1}h+\left(\begin{array}{c}n\\ 2\end{array}\right)\phantom{\rule{0.2em}{0ex}}{x}^{n-2}{h}^{2}+\left(\begin{array}{c}n\\ 3\end{array}\right)\phantom{\rule{0.2em}{0ex}}{x}^{n-3}{h}^{3}+\text{…}+nx{h}^{n-1}+{h}^{n}.\)

Next, divide both sides by h:

\(\frac{{\left(x+h\right)}^{n}-{x}^{n}}{h}=\frac{n{x}^{n-1}h+\left(\begin{array}{c}n\\ 2\end{array}\right)\phantom{\rule{0.2em}{0ex}}{x}^{n-2}{h}^{2}+\left(\begin{array}{c}n\\ 3\end{array}\right)\phantom{\rule{0.2em}{0ex}}{x}^{n-3}{h}^{3}+\text{…}+nx{h}^{n-1}+{h}^{n}}{h}.\)

Thus,

\(\frac{{\left(x+h\right)}^{n}-{x}^{n}}{h}=n{x}^{n-1}+\left(\begin{array}{c}n\\ 2\end{array}\right)\phantom{\rule{0.2em}{0ex}}{x}^{n-2}h+\left(\begin{array}{c}n\\ 3\end{array}\right)\phantom{\rule{0.2em}{0ex}}{x}^{n-3}{h}^{2}+\text{…}+nx{h}^{n-2}+{h}^{n-1}.\)

Finally,

\(\begin{array}{cc}\hfill {f}^{\prime }\left(x\right)& =\underset{h\to 0}{\text{lim}}\left(n{x}^{n-1}+\left(\begin{array}{c}n\\ 2\end{array}\right)\phantom{\rule{0.2em}{0ex}}{x}^{n-2}h+\left(\begin{array}{c}n\\ 3\end{array}\right)\phantom{\rule{0.2em}{0ex}}{x}^{n-3}{h}^{2}+\text{…}+nx{h}^{n-1}+{h}^{n}\right)\hfill \\ & =n{x}^{n-1}.\hfill \end{array}\)

Applying the Power Rule

Find the derivative of the function \(f\left(x\right)={x}^{10}\) by applying the power rule.

Using the power rule with \(n=10,\) we obtain

\(f\prime \left(x\right)=10{x}^{10-1}=10{x}^{9}.\)

Find the derivative of \(f\left(x\right)={x}^{7}.\)

\({f}^{\prime }\left(x\right)=7{x}^{6}\)

Hint

Use the power rule with \(n=7.\)

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.

Sum, Difference, and Constant Multiple Rules

Let \(f\left(x\right)\) and \(g\left(x\right)\) be differentiable functions and \(k\) be a constant. Then each of the following equations holds.

Sum Rule. The derivative of the sum of a function \(f\) and a function \(g\) is the same as the sum of the derivative of \(f\) and the derivative of \(g.\)

\(\frac{d}{dx}\left(f\left(x\right)+g\left(x\right)\right)=\frac{d}{dx}\left(f\left(x\right)\right)+\frac{d}{dx}\left(g\left(x\right)\right);\)

that is,

\(\text{for}\phantom{\rule{0.2em}{0ex}}j\left(x\right)=f\left(x\right)+g\left(x\right),{j}^{\prime }\left(x\right)={f}^{\prime }\left(x\right)+{g}^{\prime }\left(x\right).\)

Difference Rule. The derivative of the difference of a function f and a function g is the same as the difference of the derivative of f and the derivative of \(g\text{:}\)

\(\frac{d}{dx}\left(f\left(x\right)-g\left(x\right)\right)=\frac{d}{dx}\left(f\left(x\right)\right)-\frac{d}{dx}\left(g\left(x\right)\right);\)

that is,

\(\text{for}\phantom{\rule{0.2em}{0ex}}j\left(x\right)=f\left(x\right)-g\left(x\right),{j}^{\prime }\left(x\right)={f}^{\prime }\left(x\right)-{g}^{\prime }\left(x\right).\)

Constant Multiple Rule. The derivative of a constant c multiplied by a function f is the same as the constant multiplied by the derivative: \(\)

\(\frac{d}{dx}\left(kf\left(x\right)\right)=k\frac{d}{dx}\left(f\left(x\right)\right);\)

that is,

\(\text{for}\phantom{\rule{0.2em}{0ex}}j\left(x\right)=kf\left(x\right),{j}^{\prime }\left(x\right)=k{f}^{\prime }\left(x\right).\)

Proof

We provide only the proof of the sum rule here. The rest follow in a similar manner.

For differentiable functions \(f\left(x\right)\) and \(g\left(x\right),\) we set \(j\left(x\right)=f\left(x\right)+g\left(x\right).\) Using the limit definition of the derivative we have

\({j}^{\prime }\left(x\right)=\underset{h\to 0}{\text{lim}}\frac{j\left(x+h\right)-j\left(x\right)}{h}.\)

By substituting \(j\left(x+h\right)=f\left(x+h\right)+g\left(x+h\right)\) and \(j\left(x\right)=f\left(x\right)+g\left(x\right),\) we obtain

\({j}^{\prime }\left(x\right)=\underset{h\to 0}{\text{lim}}\frac{\left(f\left(x+h\right)+g\left(x+h\right)\right)-\left(f\left(x\right)+g\left(x\right)\right)}{h}.\)

Rearranging and regrouping the terms, we have

\({j}^{\prime }\left(x\right)=\underset{h\to 0}{\text{lim}}\left(\frac{f\left(x+h\right)-f\left(x\right)}{h}+\frac{g\left(x+h\right)-g\left(x\right)}{h}\right).\)

We now apply the sum law for limits and the definition of the derivative to obtain

\({j}^{\prime }\left(x\right)=\underset{h\to 0}{\text{lim}}\left(\frac{f\left(x+h\right)-f\left(x\right)}{h}\right)+\underset{h\to 0}{\text{lim}}\left(\frac{g\left(x+h\right)-g\left(x\right)}{h}\right)={f}^{\prime }\left(x\right)+{g}^{\prime }\left(x\right).\)

Applying the Constant Multiple Rule

Find the derivative of \(g\left(x\right)=3{x}^{2}\) and compare it to the derivative of \(f\left(x\right)={x}^{2}.\)

We use the power rule directly:

\({g}^{\prime }\left(x\right)=\frac{d}{dx}\left(3{x}^{2}\right)=3\frac{d}{dx}\left({x}^{2}\right)=3\left(2x\right)=6x.\)

Since \(f\left(x\right)={x}^{2}\) has derivative \({f}^{\prime }\left(x\right)=2x,\) we see that the derivative of \(g\left(x\right)\) is 3 times the derivative of \(f\left(x\right).\) This relationship is illustrated in [link].

The derivative of \(g\left(x\right)\) is 3 times the derivative of \(f\left(x\right).\)
Two graphs are shown. The first graph shows g(x) = 3x2 and f(x) = x squared. The second graph shows g’(x) = 6x and f’(x) = 2x. In the first graph, g(x) increases three times more quickly than f(x). In the second graph, g’(x) increases three times more quickly than f’(x).
Applying Basic Derivative Rules

Find the derivative of \(f\left(x\right)=2{x}^{5}+7.\)

We begin by applying the rule for differentiating the sum of two functions, followed by the rules for differentiating constant multiples of functions and the rule for differentiating powers. To better understand the sequence in which the differentiation rules are applied, we use Leibniz notation throughout the solution:

\(\begin{array}{ccccc}\hfill {f}^{\prime }\left(x\right)& =\frac{d}{dx}\left(2{x}^{5}+7\right)\hfill & & & \\ & =\frac{d}{dx}\left(2{x}^{5}\right)+\frac{d}{dx}\left(7\right)\hfill & & & \text{Apply the sum rule.}\hfill \\ & =2\frac{d}{dx}\left({x}^{5}\right)+\frac{d}{dx}\left(7\right)\hfill & & & \text{Apply the constant multiple rule.}\hfill \\ & =2\left(5{x}^{4}\right)+0\hfill & & & \text{Apply the power rule and the constant rule.}\hfill \\ & =10{x}^{4}.\hfill & & & \text{Simplify.}\hfill \end{array}\)

Find the derivative of \(f\left(x\right)=2{x}^{3}-6{x}^{2}+3.\)

\({f}^{\prime }\left(x\right)=6{x}^{2}-12x.\)

Hint

Use the preceding example as a guide.

Finding the Equation of a Tangent Line

Find the equation of the line tangent to the graph of \(f\left(x\right)={x}^{2}-4x+6\) at \(x=1.\)

To find the equation of the tangent line, we need a point and a slope. To find the point, compute

\(f\left(1\right)={1}^{2}-4\left(1\right)+6=3.\)

This gives us the point \(\left(1,3\right).\) Since the slope of the tangent line at 1 is \({f}^{\prime }\left(1\right),\) we must first find \({f}^{\prime }\left(x\right).\) Using the definition of a derivative, we have

\({f}^{\prime }\left(x\right)=2x-4\)

so the slope of the tangent line is \({f}^{\prime }\left(1\right)=-2.\) Using the point-slope formula, we see that the equation of the tangent line is

\(y-3=-2\left(x-1\right).\)

Putting the equation of the line in slope-intercept form, we obtain

\(y=-2x+5.\)

Find the equation of the line tangent to the graph of \(f\left(x\right)=3{x}^{2}-11\) at \(x=2.\) Use the point-slope form.

\(y=12x-23\)

Hint

Use the preceding example as a guide.

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\left(x\right)={x}^{2},\) whose derivative is \({f}^{\prime }\left(x\right)=2x\) and not \(\frac{d}{dx}\left(x\right)·\frac{d}{dx}\left(x\right)=1·1=1.\)

Product Rule

Let \(f\left(x\right)\) and \(g\left(x\right)\) be differentiable functions. Then

\(\frac{d}{dx}\left(f\left(x\right)g\left(x\right)\right)=\frac{d}{dx}\left(f\left(x\right)\right)·g\left(x\right)+\frac{d}{dx}\left(g\left(x\right)\right)·f\left(x\right).\)

That is,

\(\text{if}\phantom{\rule{0.2em}{0ex}}j\left(x\right)=f\left(x\right)g\left(x\right),\text{then}\phantom{\rule{0.2em}{0ex}}{j}^{\prime }\left(x\right)={f}^{\prime }\left(x\right)g\left(x\right)+{g}^{\prime }\left(x\right)f\left(x\right).\)

This means that the derivative of a product of two functions is the derivative of the first function times the second function plus the derivative of the second function times the first function.

Proof

We begin by assuming that \(f\left(x\right)\) and \(g\left(x\right)\) are differentiable functions. At a key point in this proof we need to use the fact that, since \(g\left(x\right)\) is differentiable, it is also continuous. In particular, we use the fact that since \(g\left(x\right)\) is continuous, \(\underset{h\to 0}{\text{lim}}g\left(x+h\right)=g\left(x\right).\)

By applying the limit definition of the derivative to \(j\left(x\right)=f\left(x\right)g\left(x\right),\) we obtain

\({j}^{\prime }\left(x\right)=\underset{h\to 0}{\text{lim}}\frac{f\left(x+h\right)g\left(x+h\right)-f\left(x\right)g\left(x\right)}{h}.\)

By adding and subtracting \(f\left(x\right)g\left(x+h\right)\) in the numerator, we have

\({j}^{\prime }\left(x\right)=\underset{h\to 0}{\text{lim}}\frac{f\left(x+h\right)g\left(x+h\right)-f\left(x\right)g\left(x+h\right)+f\left(x\right)g\left(x+h\right)-f\left(x\right)g\left(x\right)}{h}.\)

After breaking apart this quotient and applying the sum law for limits, the derivative becomes

\({j}^{\prime }\left(x\right)=\underset{h\to 0}{\text{lim}}\left(\frac{f\left(x+h\right)g\left(x+h\right)-f\left(x\right)g\left(x+h\right)}{h}\right)+\underset{h\to 0}{\text{lim}}\left(\frac{f\left(x\right)g\left(x+h\right)-f\left(x\right)g\left(x\right)}{h}\right).\)

Rearranging, we obtain

\({j}^{\prime }\left(x\right)=\underset{h\to 0}{\text{lim}}\left(\frac{f\left(x+h\right)-f\left(x\right)}{h}·g\left(x+h\right)\right)+\underset{h\to 0}{\text{lim}}\left(\frac{g\left(x+h\right)-g\left(x\right)}{h}·f\left(x\right)\right).\)

By using the continuity of \(g\left(x\right),\) the definition of the derivatives of \(f\left(x\right)\) and \(g\left(x\right),\) and applying the limit laws, we arrive at the product rule,

\({j}^{\prime }\left(x\right)={f}^{\prime }\left(x\right)g\left(x\right)+{g}^{\prime }\left(x\right)f\left(x\right).\)

Applying the Product Rule to Constant Functions

For \(j\left(x\right)=f\left(x\right)g\left(x\right),\) use the product rule to find \({j}^{\prime }\left(2\right)\) if \(f\left(2\right)=3,{f}^{\prime }\left(2\right)=-4,g\left(2\right)=1,\) and \({g}^{\prime }\left(2\right)=6.\)

Since \(j\left(x\right)=f\left(x\right)g\left(x\right),{j}^{\prime }\left(x\right)={f}^{\prime }\left(x\right)g\left(x\right)+{g}^{\prime }\left(x\right)f\left(x\right),\) and hence

\({j}^{\prime }\left(2\right)={f}^{\prime }\left(2\right)g\left(2\right)+{g}^{\prime }\left(2\right)f\left(2\right)=\left(-4\right)\left(1\right)+\left(6\right)\left(3\right)=14.\)
Applying the Product Rule to Binomials

For \(j\left(x\right)=\left({x}^{2}+2\right)\left(3{x}^{3}-5x\right),\) find \({j}^{\prime }\left(x\right)\) by applying the product rule. Check the result by first finding the product and then differentiating.

If we set \(f\left(x\right)={x}^{2}+2\) and \(g\left(x\right)=3{x}^{3}-5x,\) then \({f}^{\prime }\left(x\right)=2x\) and \({g}^{\prime }\left(x\right)=9{x}^{2}-5.\) Thus,

\({j}^{\prime }\left(x\right)={f}^{\prime }\left(x\right)g\left(x\right)+{g}^{\prime }\left(x\right)f\left(x\right)=\left(2x\right)\left(3{x}^{3}-5x\right)+\left(9{x}^{2}-5\right)\left({x}^{2}+2\right).\)

Simplifying, we have

\({j}^{\prime }\left(x\right)=15{x}^{4}+3{x}^{2}-10.\)

To check, we see that \(j\left(x\right)=3{x}^{5}+{x}^{3}-10x\) and, consequently, \({j}^{\prime }\left(x\right)=15{x}^{4}+3{x}^{2}-10.\)

Use the product rule to obtain the derivative of \(j\left(x\right)=2{x}^{5}\left(4{x}^{2}+x\right).\)

\({j}^{\prime }\left(x\right)=10{x}^{4}\left(4{x}^{2}+x\right)+\left(8x+1\right)\left(2{x}^{5}\right)=56{x}^{6}+12{x}^{5}.\)

Hint

Set \(f\left(x\right)=2{x}^{5}\) and \(g\left(x\right)=4{x}^{2}+x\) and use the preceding example as a guide.

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}\phantom{\rule{0.2em}{0ex}}\frac{\frac{d}{dx}\left({x}^{3}\right)}{\frac{d}{dx}\left(x\right)}=\frac{3{x}^{2}}{1}=3{x}^{2}.\)
The Quotient Rule

Let \(f\left(x\right)\) and \(g\left(x\right)\) be differentiable functions. Then

\(\frac{d}{dx}\left(\frac{f\left(x\right)}{g\left(x\right)}\right)=\frac{\frac{d}{dx}\left(f\left(x\right)\right)·g\left(x\right)-\frac{d}{dx}\left(g\left(x\right)\right)·f\left(x\right)}{{\left(g\left(x\right)\right)}^{2}}.\)

That is,

\(\text{if}\phantom{\rule{0.2em}{0ex}}j\left(x\right)=\frac{f\left(x\right)}{g\left(x\right)},\text{then}\phantom{\rule{0.2em}{0ex}}{j}^{\prime }\left(x\right)=\frac{{f}^{\prime }\left(x\right)g\left(x\right)-{g}^{\prime }\left(x\right)f\left(x\right)}{{\left(g\left(x\right)\right)}^{2}}.\)

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.

Applying the Quotient Rule

Use the quotient rule to find the derivative of \(k\left(x\right)=\frac{5{x}^{2}}{4x+3}.\)

Let \(f\left(x\right)=5{x}^{2}\) and \(g\left(x\right)=4x+3.\) Thus, \({f}^{\prime }\left(x\right)=10x\) and \({g}^{\prime }\left(x\right)=4.\) Substituting into the quotient rule, we have

\({k}^{\prime }\left(x\right)=\frac{{f}^{\prime }\left(x\right)g\left(x\right)-{g}^{\prime }\left(x\right)f\left(x\right)}{{\left(g\left(x\right)\right)}^{2}}=\frac{10x\left(4x+3\right)-4\left(5{x}^{2}\right)}{{\left(4x+3\right)}^{2}}.\)

Simplifying, we obtain

\({k}^{\prime }\left(x\right)=\frac{20{x}^{2}+30x}{{\left(4x+3\right)}^{2}}.\)

Find the derivative of \(h\left(x\right)=\frac{3x+1}{4x-3}.\)

\({k}^{\prime }\left(x\right)=-\frac{13}{{\left(4x-3\right)}^{2}}.\)

Hint

Apply the quotient rule with \(f\left(x\right)=3x+1\) and \(g\left(x\right)=4x-3.\)

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.

Extended Power Rule

If \(k\) is a negative integer, then

\(\frac{d}{dx}\left({x}^{k}\right)=k{x}^{k-1}.\)

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\left(x\right)=1\) and \(g\left(x\right)={x}^{n}.\) In this case, \({f}^{\prime }\left(x\right)=0\) and \({g}^{\prime }\left(x\right)=n{x}^{n-1}.\) Thus,
\(\frac{d}{d}\left({x}^{\text{−}n}\right)=\frac{0\left({x}^{n}\right)-1\left(n{x}^{n-1}\right)}{{\left({x}^{n}\right)}^{2}}.\)

Simplifying, we see that

\(\frac{d}{d}\left({x}^{\text{−}n}\right)=\frac{\text{−}n{x}^{n-1}}{{x}^{2n}}=\text{−}n{x}^{\left(n-1\right)-2n}=\text{−}n{x}^{\text{−}n-1}.\)

Finally, observe that since \(k=\text{−}n,\) by substituting we have

\(\frac{d}{dx}\left({x}^{k}\right)=k{x}^{k-1}.\)

Using the Extended Power Rule

Find \(\frac{d}{dx}\left({x}^{-4}\right).\)

By applying the extended power rule with \(k=-4,\) we obtain

\(\frac{d}{dx}\left({x}^{-4}\right)=-4{x}^{-4-1}=-4{x}^{-5}.\)
Using the Extended Power Rule and the Constant Multiple Rule

Use the extended power rule and the constant multiple rule to find \(f\left(x\right)=\frac{6}{{x}^{2}}.\)

It may seem tempting to use the quotient rule to find this derivative, and it would certainly not be incorrect to do so. However, it is far easier to differentiate this function by first rewriting it as \(f\left(x\right)=6{x}^{-2}.\)

\(\begin{array}{ccccc}\hfill {f}^{\prime }\left(x\right)& =\frac{d}{dx}\left(\frac{6}{{x}^{2}}\right)=\frac{d}{dx}\left(6{x}^{-2}\right)\hfill & & & \text{Rewrite}\phantom{\rule{0.2em}{0ex}}\frac{6}{{x}^{2}}\phantom{\rule{0.2em}{0ex}}\text{as}\phantom{\rule{0.2em}{0ex}}6{x}^{-2}.\hfill \\ & =6\frac{d}{dx}\left({x}^{-2}\right)\hfill & & & \text{Apply the constant multiple rule.}\hfill \\ & =6\left(-2{x}^{-3}\right)\hfill & & & \text{Use the extended power rule to differentiate}\phantom{\rule{0.2em}{0ex}}{x}^{-2}.\hfill \\ & =-12{x}^{-3}\hfill & & & \text{Simplify.}\hfill \end{array}\)

Find the derivative of \(g\left(x\right)=\frac{1}{{x}^{7}}\) using the extended power rule.

\({g}^{\prime }\left(x\right)=-7{x}^{-8}.\)

Hint

Rewrite \(g\left(x\right)=\frac{1}{{x}^{7}}={x}^{-7}.\) Use the extended power rule with \(k=-7.\)

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.

Combining Differentiation Rules

For \(k\left(x\right)=3h\left(x\right)+{x}^{2}g\left(x\right),\) find \({k}^{\prime }\left(x\right).\)

Finding this derivative requires the sum rule, the constant multiple rule, and the product rule.

\(\begin{array}{ccccc}\hfill {k}^{\prime }\left(x\right)& =\frac{d}{dx}\left(3h\left(x\right)+{x}^{2}g\left(x\right)\right)=\frac{d}{dx}\left(3h\left(x\right)\right)+\frac{d}{dx}\left({x}^{2}g\left(x\right)\right)\hfill & & & \text{Apply the sum rule.}\hfill \\ & =3\frac{d}{dx}\left(h\left(x\right)\right)+\left(\frac{d}{dx}\left({x}^{2}\right)g\left(x\right)+\frac{d}{dx}\left(g\left(x\right)\right){x}^{2}\right)\hfill & & & \begin{array}{c}\text{Apply the constant multiple rule to}\hfill \\ \text{differentiate}\phantom{\rule{0.2em}{0ex}}3h\left(x\right)\phantom{\rule{0.2em}{0ex}}\text{and the product}\hfill \\ \text{rule to differentiate}\phantom{\rule{0.2em}{0ex}}{x}^{2}g\left(x\right).\hfill \end{array}\hfill \\ & =3{h}^{\prime }\left(x\right)+2xg\left(x\right)+{g}^{\prime }\left(x\right){x}^{2}\hfill & & & \end{array}\)
Extending the Product Rule

For \(k\left(x\right)=f\left(x\right)g\left(x\right)h\left(x\right),\) express \({k}^{\prime }\left(x\right)\) in terms of \(f\left(x\right),g\left(x\right),h\left(x\right),\) and their derivatives.

We can think of the function \(k\left(x\right)\) as the product of the function \(f\left(x\right)g\left(x\right)\) and the function \(h\left(x\right).\) That is, \(k\left(x\right)=\left(f\left(x\right)g\left(x\right)\right)·h\left(x\right).\) Thus,

\(\begin{array}{ccccc}\hfill {k}^{\prime }\left(x\right)& =\frac{d}{dx}\left(f\left(x\right)g\left(x\right)\right)·h\left(x\right)+\frac{d}{dx}\left(h\left(x\right)\right)·\left(f\left(x\right)g\left(x\right)\right)\hfill & & & \begin{array}{c}\text{Apply the product rule to the product}\hfill \\ \text{of}\phantom{\rule{0.2em}{0ex}}f\left(x\right)g\left(x\right)\phantom{\rule{0.2em}{0ex}}\text{and}\phantom{\rule{0.2em}{0ex}}h\left(x\right).\hfill \end{array}\hfill \\ & =\left({f}^{\prime }\left(x\right)g\left(x\right)+{g}^{\prime }\left(x\right)f\left(x\right)h\right)\left(x\right)+{h}^{\prime }\left(x\right)f\left(x\right)g\left(x\right)\hfill & & & \text{Apply the product rule to}\phantom{\rule{0.2em}{0ex}}f\left(x\right)g\left(x\right).\hfill \\ & ={f}^{\prime }\left(x\right)g\left(x\right)h\left(x\right)+f\left(x\right){g}^{\prime }\left(x\right)h\left(x\right)+f\left(x\right)g\left(x\right){h}^{\prime }\left(x\right).\hfill & & & \text{Simplify.}\hfill \end{array}\)
Combining the Quotient Rule and the Product Rule

For \(h\left(x\right)=\frac{2{x}^{3}k\left(x\right)}{3x+2},\) find \({h}^{\prime }\left(x\right).\)

This procedure is typical for finding the derivative of a rational function.

\(\begin{array}{ccccc}\hfill {h}^{\prime }\left(x\right)& =\frac{\frac{d}{dx}\left(2{x}^{3}k\left(x\right)\right)·\left(3x+2\right)-\frac{d}{dx}\left(3x+2\right)·\left(2{x}^{3}k\left(x\right)\right)}{{\left(3x+2\right)}^{2}}\hfill & & & \text{Apply the quotient rule.}\hfill \\ & =\frac{\left(6{x}^{2}k\left(x\right)+{k}^{\prime }\left(x\right)·2{x}^{3}\right)\left(3x+2\right)-3\left(2{x}^{3}k\left(x\right)\right)}{{\left(3x+2\right)}^{2}}\hfill & & & \begin{array}{c}\text{Apply the product rule to find}\hfill \\ \frac{d}{dx}\left(2{x}^{3}k\left(x\right)\right).\phantom{\rule{0.2em}{0ex}}\text{Use}\phantom{\rule{0.2em}{0ex}}\frac{d}{dx}\left(3x+2\right)=3.\hfill \end{array}\hfill \\ & =\frac{-6{x}^{3}k\left(x\right)+18{x}^{3}k\left(x\right)+12{x}^{2}k\left(x\right)+6{x}^{4}{k}^{\prime }\left(x\right)+4{x}^{3}{k}^{\prime }\left(x\right)}{{\left(3x+2\right)}^{2}}\hfill & & & \text{Simplify.}\hfill \end{array}\)

Find \(\frac{d}{dx}\left(3f\left(x\right)-2g\left(x\right)\right).\)

\(3{f}^{\prime }\left(x\right)-2{g}^{\prime }\left(x\right).\)

Hint

Apply the difference rule and the constant multiple rule.

Determining Where a Function Has a Horizontal Tangent

Determine the values of \(x\) for which \(f\left(x\right)={x}^{3}-7{x}^{2}+8x+1\) has a horizontal tangent line.

To find the values of \(x\) for which \(f\left(x\right)\) has a horizontal tangent line, we must solve \({f}^{\prime }\left(x\right)=0.\) Since

\({f}^{\prime }\left(x\right)=3{x}^{2}-14x+8=\left(3x-2\right)\left(x-4\right),\)

we must solve \(\left(3x-2\right)\left(x-4\right)=0.\) Thus we see that the function has horizontal tangent lines at \(x=\frac{2}{3}\) and \(x=4\) as shown in the following graph.

This function has horizontal tangent lines at x = 2/3 and x = 4.
The graph shows f(x) = x3 – 7x2 + 8x + 1, and the tangent lines are shown as x = 2/3 and x = 4.
Finding a Velocity

The position of an object on a coordinate axis at time \(t\) is given by \(s\left(t\right)=\frac{t}{{t}^{2}+1}.\) What is the initial velocity of the object?

Since the initial velocity is \(v\left(0\right)={s}^{\prime }\left(0\right),\) begin by finding \({s}^{\prime }\left(t\right)\) by applying the quotient rule:

\({s}^{\prime }\left(t\right)=\frac{1\left({t}^{2}+1\right)-2t\left(t\right)}{{\left({t}^{2}+1\right)}^{2}}=\frac{1-{t}^{2}}{{\left({t}^{2}+1\right)}^{2}}.\)

After evaluating, we see that \(v\left(0\right)=1.\)

Find the values of \(x\) for which the line tangent to the graph of \(f\left(x\right)=4{x}^{2}-3x+2\) has a tangent line parallel to the line \(y=2x+3.\)

\(\frac{5}{8}\)

Hint

Solve \({f}^{\prime }\left(x\right)=2.\)

Formula One Grandstands

Formula One car races can be very exciting to watch and attract a lot of spectators. Formula One track designers have to ensure sufficient grandstand space is available around the track to accommodate these viewers. However, car racing can be dangerous, and safety considerations are paramount. The grandstands must be placed where spectators will not be in danger should a driver lose control of a car ([link]).

The grandstand next to a straightaway of the Circuit de Barcelona-Catalunya race track, located where the spectators are not in danger.
A photo of a grandstand next to a straightaway of a race track.
**********

Safety is especially a concern on turns. If a driver does not slow down enough before entering the turn, the car may slide off the racetrack. Normally, this just results in a wider turn, which slows the driver down. But if the driver loses control completely, the car may fly off the track entirely, on a path tangent to the curve of the racetrack.

Suppose you are designing a new Formula One track. One section of the track can be modeled by the function \(f\left(x\right)={x}^{3}+3x+x\) ([link]). The current plan calls for grandstands to be built along the first straightaway and around a portion of the first curve. The plans call for the front corner of the grandstand to be located at the point \(\left(-1.9,2.8\right).\) We want to determine whether this location puts the spectators in danger if a driver loses control of the car.

(a) One section of the racetrack can be modeled by the function \(f\left(x\right)={x}^{3}+3x+x.\) (b) The front corner of the grandstand is located at \(\left(-1.9,2.8\right).\)
This figure has two parts labeled a and b. Figure a shows the graph of f(x) = x3 + 3x2 + x. Figure b shows the same graph but this time with two boxes on it. The first box appears along the left-hand side of the graph straddling the x-axis roughly parallel to f(x). The second box appears a little higher, also roughly parallel to f(x), with its front corner located at (−1.9, 2.8). Note that this corner is roughly in line with the direct path of the track before it started to turn.
  1. Physicists have determined that drivers are most likely to lose control of their cars as they are coming into a turn, at the point where the slope of the tangent line is 1. Find the \(\left(x,y\right)\) coordinates of this point near the turn.
  2. Find the equation of the tangent line to the curve at this point.
  3. To determine whether the spectators are in danger in this scenario, find the x-coordinate of the point where the tangent line crosses the line \(y=2.8.\) Is this point safely to the right of the grandstand? Or are the spectators in danger?
  4. What if a driver loses control earlier than the physicists project? Suppose a driver loses control at the point \(\left(-2.5,0.625\right).\) What is the slope of the tangent line at this point?
  5. If a driver loses control as described in part 4, are the spectators safe?
  6. Should you proceed with the current design for the grandstand, or should the grandstands be moved?

Key Concepts

  • The derivative of a constant function is zero.
  • The derivative of a power function is a function in which the power on \(x\) becomes the coefficient of the term and the power on \(x\) in the derivative decreases by 1.
  • The derivative of a constant c multiplied by a function f is the same as the constant multiplied by the derivative.
  • The derivative of the sum of a function f and a function g is the same as the sum of the derivative of f and the derivative of g.
  • The derivative of the difference of a function f and a function g is the same as the difference of the derivative of f and the derivative of g.
  • The derivative of a product of two functions is the derivative of the first function times the second function plus the derivative of the second function times the first function.
  • The derivative of the quotient of two functions is the derivative of the first function times the second function minus the derivative of the second function times the first function, all divided by the square of the second function.
  • We used the limit definition of the derivative to develop formulas that allow us to find derivatives without resorting to the definition of the derivative. These formulas can be used singly or in combination with each other.

For the following exercises, find \({f}^{\prime }\left(x\right)\) for each function.

\(f\left(x\right)={x}^{7}+10\)

\(f\left(x\right)=5{x}^{3}-x+1\)

\({f}^{\prime }\left(x\right)=15{x}^{2}-1\)

\(f\left(x\right)=4{x}^{2}-7x\)

\(f\left(x\right)=8{x}^{4}+9{x}^{2}-1\)

\({f}^{\prime }\left(x\right)=32{x}^{3}+18x\)

\(f\left(x\right)={x}^{4}+\frac{2}{x}\)

\(f\left(x\right)=3x\left(18{x}^{4}+\frac{13}{x+1}\right)\)

\({f}^{\prime }\left(x\right)=270{x}^{4}+\frac{39}{{\left(x+1\right)}^{2}}\)

\(f\left(x\right)=\left(x+2\right)\left(2{x}^{2}-3\right)\)

\(f\left(x\right)={x}^{2}\left(\frac{2}{{x}^{2}}+\frac{5}{{x}^{3}}\right)\)

\({f}^{\prime }\left(x\right)=\frac{-5}{{x}^{2}}\)

\(f\left(x\right)=\frac{{x}^{3}+2{x}^{2}-4}{3}\)

\(f\left(x\right)=\frac{4{x}^{3}-2x+1}{{x}^{2}}\)

\({f}^{\prime }\left(x\right)=\frac{4{x}^{4}+2{x}^{2}-2x}{{x}^{4}}\)

\(f\left(x\right)=\frac{{x}^{2}+4}{{x}^{2}-4}\)

\(f\left(x\right)=\frac{x+9}{{x}^{2}-7x+1}\)

\({f}^{\prime }\left(x\right)=\frac{\text{−}{x}^{2}-18x+64}{{\left({x}^{2}-7x+1\right)}^{2}}\)

For the following exercises, find the equation of the tangent line \(T\left(x\right)\) to the graph of the given function at the indicated point. Use a graphing calculator to graph the function and the tangent line.

[T]\(y=3{x}^{2}+4x+1\) at \(\left(0,1\right)\)

[T]\(y=2\sqrt{x}+1\) at \(\left(4,5\right)\)

The graph y is a slightly curving line with y intercept at 1. The line T(x) is straight with y intercept 3 and slope 1/2.
\(T\left(x\right)=\frac{1}{2}x+3\)

[T]\(y=\frac{2x}{x-1}\) at \(\left(-1,1\right)\)

[T]\(y=\frac{2}{x}-\frac{3}{{x}^{2}}\) at \(\left(1,-1\right)\)

The graph y is a two crescents with the crescent in the third quadrant sloping gently from (−3, −1) to (−1, −5) and the other crescent sloping more sharply from (0.8, −5) to (3, 0.2). The straight line T(x) is drawn through (0, −5) with slope 4.
\(T\left(x\right)=4x-5\)

For the following exercises, assume that \(f\left(x\right)\) and \(g\left(x\right)\) are both differentiable functions for all \(x.\) Find the derivative of each of the functions \(h\left(x\right).\)

\(h\left(x\right)=4f\left(x\right)+\frac{g\left(x\right)}{7}\)

\(h\left(x\right)={x}^{3}f\left(x\right)\)

\({h}^{\prime }\left(x\right)=3{x}^{2}f\left(x\right)+{x}^{3}{f}^{\prime }\left(x\right)\)

\(h\left(x\right)=\frac{f\left(x\right)g\left(x\right)}{2}\)

\(h\left(x\right)=\frac{3f\left(x\right)}{g\left(x\right)+2}\)

\({h}^{\prime }\left(x\right)=\frac{3{f}^{\prime }\left(x\right)\left(g\left(x\right)+2\right)-3f\left(x\right){g}^{\prime }\left(x\right)}{{\left(g\left(x\right)+2\right)}^{2}}\)

For the following exercises, assume that \(f\left(x\right)\) and \(g\left(x\right)\) 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\left(x\right)\) \(3\) \(5\) \(-2\) \(0\)
\(g\left(x\right)\) \(2\) \(3\) \(-4\) \(6\)
\({f}^{\prime }\left(x\right)\) \(-1\) \(7\) \(8\) \(-3\)
\({g}^{\prime }\left(x\right)\) \(4\) \(1\) \(2\) \(9\)

Find \({h}^{\prime }\left(1\right)\) if \(h\left(x\right)=xf\left(x\right)+4g\left(x\right).\)

Find \({h}^{\prime }\left(2\right)\) if \(h\left(x\right)=\frac{f\left(x\right)}{g\left(x\right)}.\)

\(\frac{16}{9}\)

Find \({h}^{\prime }\left(3\right)\) if \(h\left(x\right)=2x+f\left(x\right)g\left(x\right).\)

Find \({h}^{\prime }\left(4\right)\) if \(h\left(x\right)=\frac{1}{x}+\frac{g\left(x\right)}{f\left(x\right)}.\)

Undefined

For the following exercises, use the following figure to find the indicated derivatives, if they exist.

Two functions are graphed: f(x) and g(x). The function f(x) starts at (−1, 5) and decreases linearly to (3, 1) at which point it increases linearly to (5, 3). The function g(x) starts at the origin, increases linearly to (2.5, 2.5), and then remains constant at y = 2.5.

Let \(h\left(x\right)=f\left(x\right)+g\left(x\right).\) Find

  1. \({h}^{\prime }\left(1\right),\)
  2. \({h}^{\prime }\left(3\right),\) and
  3. \({h}^{\prime }\left(4\right).\)

Let \(h\left(x\right)=f\left(x\right)g\left(x\right).\) Find

  1. \({h}^{\prime }\left(1\right),\)
  2. \({h}^{\prime }\left(3\right),\) and
  3. \({h}^{\prime }\left(4\right).\)

a. \(2,\) b. does not exist, c. \(2.5\)

Let \(h\left(x\right)=\frac{f\left(x\right)}{g\left(x\right)}.\) Find

  1. \({h}^{\prime }\left(1\right),\)
  2. \({h}^{\prime }\left(3\right),\) and
  3. \({h}^{\prime }\left(4\right).\)

For the following exercises,

  1. evaluate \({f}^{\prime }\left(a\right),\) and
  2. graph the function \(f\left(x\right)\) and the tangent line at \(x=a.\)

[T]\(f\left(x\right)=2{x}^{3}+3x-{x}^{2},a=2\)

a. 23, b. \(y=23x-28\)

The graph is a slightly deformed cubic function passing through the origin. The tangent line is drawn through (0, −28) with slope 23.

[T]\(f\left(x\right)=\frac{1}{x}-{x}^{2},a=1\)

[T]\(f\left(x\right)={x}^{2}-{x}^{12}+3x+2,a=0\)

a. 3, b. \(y=3x+2\)

The graph starts in the third quadrant, increases quickly and passes through the x axis near −0.9, then increases at a lower rate, passes through (0, 2), increases to (1, 5), and then decreases quickly and passes through the x axis near 1.2.

[T]\(f\left(x\right)=\frac{1}{x}-{x}^{2\text{/}3},a=-1\)

Find the equation of the tangent line to the graph of \(f\left(x\right)=2{x}^{3}+4{x}^{2}-5x-3\) at \(x=-1.\)

\(y=-7x-3\)

Find the equation of the tangent line to the graph of \(f\left(x\right)={x}^{2}+\frac{4}{x}-10\) at \(x=8.\)

Find the equation of the tangent line to the graph of \(f\left(x\right)=\left(3x-{x}^{2}\right)\left(3-x-{x}^{2}\right)\) at \(x=1.\)

\(y=-5x+7\)

Find the point on the graph of \(f\left(x\right)={x}^{3}\) such that the tangent line at that point has an \(x\) intercept of 6.

Find the equation of the line passing through the point \(P\left(3,3\right)\) and tangent to the graph of \(f\left(x\right)=\frac{6}{x-1}.\)

\(y=-\frac{3}{2}x+\frac{15}{2}\)

Determine all points on the graph of \(f\left(x\right)={x}^{3}+{x}^{2}-x-1\) for which the slope of the tangent line is

  1. horizontal
  2. \(-1.\)

Find a quadratic polynomial such that \(f\left(1\right)=5,{f}^{\prime }\left(1\right)=3\) and \(f\text{″}\left(1\right)=-6.\)

\(y=-3{x}^{2}+9x-1\)

A car driving along a freeway with traffic has traveled \(s\left(t\right)={t}^{3}-6{t}^{2}+9t\) meters in \(t\) seconds.

  1. Determine the time in seconds when the velocity of the car is 0.
  2. Determine the acceleration of the car when the velocity is 0.

[T] A herring swimming along a straight line has traveled \(s\left(t\right)=\frac{{t}^{2}}{{t}^{2}+2}\) feet in \(t\) seconds.

Determine the velocity of the herring when it has traveled 3 seconds.

\(\frac{12}{121}\) or 0.0992 ft/s

The population in millions of arctic flounder in the Atlantic Ocean is modeled by the function \(P\left(t\right)=\frac{8t+3}{0.2{t}^{2}+1},\) where \(t\) is measured in years.

  1. Determine the initial flounder population.
  2. Determine \({P}^{\prime }\left(10\right)\) and briefly interpret the result.

[T] The concentration of antibiotic in the bloodstream \(t\) hours after being injected is given by the function \(C\left(t\right)=\frac{2{t}^{2}+t}{{t}^{3}+50},\) where \(C\) is measured in milligrams per liter of blood.

  1. Find the rate of change of \(C\left(t\right).\)
  2. Determine the rate of change for \(t=8,12,24,\) and \(36.\)
  3. Briefly describe what seems to be occurring as the number of hours increases.

a. \(\frac{-2{t}^{4}-2{t}^{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.

A book publisher has a cost function given by \(C\left(x\right)=\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}^{\prime }\left(2\right)\) and explain its meaning.

[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{G{m}_{1}{m}_{2}}{{d}^{2}},\) where \(G\) is the gravitational constant and \(d\) is the distance between the bodies.

  1. Suppose that \(G,{m}_{1},\text{and}\phantom{\rule{0.2em}{0ex}}{m}_{2}\) are constants. Find the rate of change of force \(F\) with respect to distance \(d.\)
  2. Find the rate of change of force \(F\) with gravitational constant \(G=6.67\phantom{\rule{0.2em}{0ex}}×\phantom{\rule{0.2em}{0ex}}{10}^{-11}\) \({\text{Nm}}^{2}\text{/}{\text{kg}}^{2},\) on two bodies 10 meters apart, each with a mass of 1000 kilograms.

a. \(F\prime \left(d\right)=\frac{-2G{m}_{1}{m}_{2}}{{d}^{3}}\) b. \(-1.33\phantom{\rule{0.2em}{0ex}}×\phantom{\rule{0.2em}{0ex}}{10}^{-7}\) N/m

Glossary

constant multiple rule
the derivative of a constant c multiplied by a function f is the same as the constant multiplied by the derivative: \(\frac{d}{dx}\left(cf\left(x\right)\right)=c{f}^{\prime }\left(x\right)\)
constant rule
the derivative of a constant function is zero: \(\frac{d}{dx}\left(c\right)=0,\) where c is a constant
difference rule
the derivative of the difference of a function f and a function g is the same as the difference of the derivative of f and the derivative of g: \(\frac{d}{dx}\left(f\left(x\right)-g\left(x\right)\right)={f}^{\prime }\left(x\right)-{g}^{\prime }\left(x\right)\)
power rule
the derivative of a power function is a function in which the power on \(x\) becomes the coefficient of the term and the power on \(x\) in the derivative decreases by 1: If \(n\) is an integer, then \(\frac{d}{dx}{x}^{n}=n{x}^{n-1}\)
product rule
the derivative of a product of two functions is the derivative of the first function times the second function plus the derivative of the second function times the first function: \(\frac{d}{dx}\left(f\left(x\right)g\left(x\right)\right)={f}^{\prime }\left(x\right)g\left(x\right)+{g}^{\prime }\left(x\right)f\left(x\right)\)
quotient rule
the derivative of the quotient of two functions is the derivative of the first function times the second function minus the derivative of the second function times the first function, all divided by the square of the second function: \(\frac{d}{dx}\left(\frac{f\left(x\right)}{g\left(x\right)}\right)=\frac{{f}^{\prime }\left(x\right)g\left(x\right)-{g}^{\prime }\left(x\right)f\left(x\right)}{{\left(g\left(x\right)\right)}^{2}}\)
sum rule
the derivative of the sum of a function f and a function g is the same as the sum of the derivative of f and the derivative of g: \(\frac{d}{dx}\left(f\left(x\right)+g\left(x\right)\right)={f}^{\prime }\left(x\right)+{g}^{\prime }\left(x\right)\)