Skip to main content
\(\newcommand{\dollar}{\$} \DeclareMathOperator{\erf}{erf} \DeclareMathOperator{\arctanh}{arctanh} \newcommand{\lt}{<} \newcommand{\gt}{>} \newcommand{\amp}{&} \)

Section2.6The Product and Quotient Rules

Motivating Questions
  • How do we compute the derivative of a product of two basic functions in terms of the derivatives of the basic functions?

  • How do we compute the derivative of a quotient of two basic functions in terms of the derivatives of the basic functions?

  • How do the product and quotient rules combine with the sum and constant multiple rules to expand the library of functions we can differentiate quickly?

While the derivative of a sum is the sum of the derivatives, it turns out that the rules for computing derivatives of products and quotients are more complicated.

Example2.52

Let \(f\) and \(g\) be the functions defined by \(f(t) = 2t^2\) and \(g(t) = t^3 + 4t\text{.}\)

  1. Determine \(f'(t)\) and \(g'(t)\text{.}\)

  2. Let \(p(t) = 2t^2 (t^3 + 4t)\) and observe that \(p(t) = f(t) \cdot g(t)\text{.}\) Rewrite the formula for \(p\) by distributing the \(2t^2\) term. Then compute \(p'(t)\) using the sum and constant multiple rules.

  3. True or false: \(p'(t) = f'(t) \cdot g'(t)\text{.}\)

  4. Let \(\displaystyle q(t) = \frac{t^3 + 4t}{2t^2}\) and observe that \(\displaystyle q(t) = \frac{g(t)}{f(t)}\text{.}\) Rewrite the formula for \(q\) by dividing each term in the numerator by the denominator and simplify to write \(q\) as a sum of constant multiples of powers of \(t\text{.}\) Then compute \(q'(t)\) using the sum and constant multiple rules.

  5. True or false: \(q'(t) = \frac{g'(t)}{f'(t)}\text{.}\)

Answer
  1. \(f'(t)=4t\) and \(g'(t)=3t^2+4\text{.}\)

  2. Since \(p(t)=2t^5+8t^3\text{,}\) then \(p'(t)=10t^4+24t^2\text{.}\)

  3. False, \(p'(t)\neq f'(t)\cdot g'(t)\text{.}\)

  4. Since \(q(t)=\frac12t+2t^{-1}\text{,}\) then \(q'(t)=\frac12-2t^{-2}\text{.}\)

  5. False, \(q'(t)\neq\frac{g'(t)}{f'(t)}\text{.}\)

Solution
  1. Using the power rule and the constant multiple rule, we see that

    \begin{equation*} f'(t)=\frac{d}{dt}[2t^2]=2\frac{d}{dt}[t^2]=2(2t)=4t\text{.} \end{equation*}

    Using the same rules together with the sum rule, we see that

    \begin{equation*} g'(t)=\frac{d}{dt}[t^3+4t]=\frac{d}{dt}[t^3]+4\frac{d}{dt}[t]=(3t^2)+4(1)=3t^2+4\text{.} \end{equation*}
  2. Observe that \(p(t)=2t^2(t^3+4t)=2t^5+8t^3\text{.}\) Since \(\frac{d}{dt}[t^5]=5t^4\) and \(\frac{d}{dt}[t^3]=3t^2\text{,}\) we can use the sum and constant multiple rules to say that the derivative of \(p\) with respect to \(t\) is

    \begin{equation*} p'(t)=\frac{d}{dt}[2t^5+8t^3]=2(5t^4)+8(3t^2)=10t^4+24t^2\text{.} \end{equation*}
  3. From our answers in (a), we know

    \begin{equation*} f'(t)\cdot g'(t)=(4t)\cdot(3t^2+4)=12t^3+16t\text{.} \end{equation*}

    This does not match what we found in (b) as the formula for \(p'(t)=10t^4+24t^2\text{.}\) We conclude that even though \(p(t)=f(t)\cdot g(t)\text{,}\) it is not the case that \(p'(t)=f'(t)\cdot g'(t)\text{.}\) In other words, the derivative of a product of two functions need not be the product of the derivatives.

  4. To put \(q(t)\) into a form we can differentiate, notice that

    \begin{equation*} q(t)=\frac{t^3+4t}{2t^2}=\frac{t^3}{2t^2}+\frac{4t}{2t^2}=\frac12t+2t^{-1}\text{.} \end{equation*}

    Now since \(\frac{d}{dt}[t]=1\) and \(\frac{d}{dt}[t^{-1}]=-t^{-2}\text{,}\) we use the sum and constant multiple rules to find

    \begin{equation*} q'(t)=\frac12(1)+2(-t^{-2})=\frac12-2t^{-2}\text{.} \end{equation*}
  5. From our answers in (a), we know

    \begin{equation*} \frac{g'(t)}{f'(t)}=\frac{3t^2+4}{4t}=\frac34t+t^{-1}\text{.} \end{equation*}

    This does not match what we found in (d) as the formula for \(q'(t)=\frac12-2t^{-2}\text{.}\) We conclude that even though \(q(t)=\frac{g(t)}{f(t)}\text{,}\) it is not the case that \(q'(t)=\frac{g'(t)}{f'(t)}\text{.}\) In other words, the derivative of a quotient of two functions need not be the quotient of the derivatives.

SubsectionThe Product Rule

As part (b) of Example2.52 shows, it is not true in general that the derivative of a product of two functions is the product of the derivatives of those functions. To see why this is the case, we consider a situation involving functions with physical context.

Example2.53

Say that an investor is regularly purchasing stock in a particular company. Let \(N(t)\) represent the number of shares owned on day \(t\text{,}\) where \(t = 0\) represents the first day on which shares were purchased. Let \(S(t)\) give the value of one share of the stock on day \(t\text{;}\) note that the units on \(S(t)\) are dollars per share. To compute the total value of the stock on day \(t\text{,}\) we take the product

\begin{equation*} V(t) = N(t) \, \text{shares} \cdot S(t) \, \text{dollars per share}\text{,} \end{equation*}

Observe that over time, both the number of shares and the value of a given share will vary. The derivative \(N'(t)\) measures the rate at which the number of shares is changing, while \(S'(t)\) measures the rate at which the value per share is changing. How do these respective rates of change affect the rate of change of the total value function?

To help us understand the relationship among changes in \(N\text{,}\) \(S\text{,}\) and \(V\text{,}\) let's consider some specific data.

  • Suppose that on day 100, the investor owns 520 shares of stock and the stock's current value is $27.50 per share. This tells us that \(N(100) = 520\) and \(S(100) = 27.50\text{.}\)
  • On day 100, the investor purchases an additional 12 shares (so the number of shares held is rising at a rate of 12 shares per day).
  • On that same day the price of the stock is rising at a rate of 0.75 dollars per share per day.

In calculus notation, the latter two facts tell us that \(N'(100) = 12\) (shares per day) and \(S'(100) = 0.75\) (dollars per share per day). At what rate is the value of the investor's total holdings changing on day 100?

Observe that the increase in total value comes from two sources: the growing number of shares and the rising value of each share.

  • If only the number of shares is increasing (and the value of each share is constant), the rate at which the total value would rise is the product of the rate at which the number of shares is changing and the current value of the shares. That is, the rate at which the total value would change when the share value is constant is given by

    \begin{equation*} N'(100) \cdot S(100) = 12 \, \frac{\text{shares}}{\text{day}} \cdot 27.50 \, \frac{\text{dollars}}{\text{share}} = 330 \, \frac{\text{dollars} }{\text{day} }\text{.} \end{equation*}

    Note particularly how the units make sense and show the rate at which the total value \(V\) is changing, measured in dollars per day.

  • If instead the number of shares is constant, but the value of each share is rising, the rate at which the total value would rise is the product of the number of shares and the rate of change of share value. In this case, the total value is rising at a rate of

    \begin{equation*} N(100) \cdot S'(100) = 520 \, \text{shares} \cdot 0.75 \, \frac{\text{dollars per share} }{\text{day} } = 390 \, \frac{\text{dollars} }{\text{day} }\text{.} \end{equation*}
  • Of course, when both the number of shares and the value of each share are changing, we have to include both of these sources. In that case the rate at which the total value is rising is

    \begin{equation*} V'(100) = N'(100) \cdot S(100) + N(100) \cdot S'(100) = 330 + 390 = 720 \, \frac{\text{dollars} }{\text{day} }\text{.} \end{equation*}

We expect the total value of the investor's holdings to rise by about $720 on the 100th day.3While this example highlights why the product rule is true, there are some subtle issues to recognize. For one, if the stock's value really does rise exactly $0.75 on day 100, and the number of shares really rises by 12 on day 100, then we would expect that \(V(101) = N(101) \cdot S(101) = 532 \cdot 28.25 = 15,029\text{.}\) If, as noted above, we expect the total value to rise by $720, then with \(V(100) = N(100) \cdot S(100) = 520 \cdot 27.50 = 14,300\text{,}\) then it seems we should find that \(V(101) = V(100) + 720 = 15,020\text{.}\) Why do the two results differ by 9? One way to understand why this difference occurs is to recognize that \(N'(100) = 12\) represents an instantaneous rate of change, while our (informal) discussion has also thought of this number as the total change in the number of shares over the course of a single day. The formal proof of the product rule reconciles this issue by taking the limit as the change in the input tends to zero.

Next, we expand our perspective from the specific example above to the more general and abstract setting of a product \(P\) of two differentiable functions, \(f\) and \(g\text{.}\) If \(P(x) = f(x) \cdot g(x)\text{,}\) our work above suggests that \(P'(x) = f'(x) g(x) + f(x) g'(x)\text{.}\) Indeed, a formal proof using the limit definition of the derivative can be given to show that the following rule, called the product rule, holds in general.

Product Rule

If \(f\) and \(g\) are differentiable functions, then their product \(P(x) = f(x) \cdot g(x)\) is also a differentiable function, and

\begin{equation*} P'(x) = f'(x) g(x) + f(x) g'(x)\text{.} \end{equation*}

In light of Example2.53 involving shares of stock, the product rule also makes sense intuitively: the rate of change of \(P\) should take into account both how fast \(f\) and \(g\) are changing, as well as how large \(f\) and \(g\) are at the point of interest. In words, the product rule says: if \(P\) is the product of two functions \(f\) (the first function) and \(g\) (the second), then the derivative of \(P\) is the derivative of the first times the second, plus the first times the derivative of the second. It is often a helpful mental exercise to say this phrasing aloud when executing the product rule.

Example2.54

If \(P(x) = (x^3+3x)\cdot (5x^2+10x+4)\text{,}\) we can use the product rule to differentiate \(P\text{.}\) The first function is \((x^3+3x)\) and the second function is \((5x^2+10x+4)\text{.}\) By the product rule, \(P'\) will be given by the derivative of the first, \((3x^2+3)\text{,}\) times the second, \((5x^2+10x+4)\text{,}\) plus the first, \((x^3+3x)\text{,}\) times the derivative of the second, \((10x+10)\text{.}\) That is,

\begin{equation*} P'(x) = (3x^2+3)(5x^2+10x+4)+(x^3+3x)(10x+10)\text{.} \end{equation*}
Example2.55

Use the product rule to answer each of the questions below. Throughout, be sure to carefully label any derivative you find by name. It is not necessary to algebraically simplify any of the derivatives you compute.

  1. Let \(\displaystyle m(w)=(3w^3+4w^7)(5w^9)\text{.}\) Find \(m'(w)\text{.}\)

  2. Let \(\displaystyle h(t) = (6t^2+3t+2)\left(\sqrt{t}-\frac{2}{t}\right)\text{.}\) Find \(h'(t)\text{.}\)

  3. Determine the slope of the tangent line to the curve \(y = f(x)\) at the point where \(a = 1\) if \(f\) is given by the rule \(f(x) = (4x^3+6x)(3x^3-5x^2+4)\text{.}\)

  4. Find an equation for the tangent line \(L\) to the graph of \(y = g(x)\) at the point where \(a = 4\) if \(g\) is given by the rule \(\displaystyle g(x) = (x^2 + x) \left(\frac{1}{\sqrt{x}}\right)\text{.}\)

Answer
  1. \(\displaystyle m'(w) = (9w^2+28w^6) \cdot (5w^9) + (3w^3+4w^7)\cdot 45w^8\text{.}\)

  2. \(\displaystyle h'(t) =(12t+3) \cdot \left(\sqrt{t}-\frac{2}{t}\right) + (6t^2+3t+2)\cdot \left(\frac{1}{2}t^{-1/2}+2t^{-2}\right)\text{.}\)

  3. \(\displaystyle f'(1) = 26\text{.}\)

  4. \(\displaystyle y=-1.75(x+4)+10\text{.}\)

Solution
  1. By the product rule,

    \begin{equation*} m'(w) = (9w^2+28w^6) \cdot (5w^9) + (3w^3+4w^7)\cdot 45w^8\text{.} \end{equation*}
  2. By the product rule,

    \begin{equation*} h'(t) = (12t+3) \cdot \left(\sqrt{t}-\frac{2}{t}\right) + (6t^2+3t+2)\cdot \left(\frac{1}{2}t^{-1/2}+2t^{-2}\right)\text{.} \end{equation*}
  3. To determine the slope of the tangent line at \(a = 1\text{,}\) we want to find \(f'(1)\text{.}\) Since \(f(x) = (4x^3+6x)(3x^3-5x^2+4)\text{,}\) the product rule tells us that \(\displaystyle f'(x) = (12x^2+6)\cdot(3x^3-5x^2+4)+(4x^3+6x)\cdot(9x^2-10x)\text{.}\) Thus, \(f'(1) = (12(1)^2+6)\cdot(3(1)^3-5(1)^2+4)+(4(1)^3+6(1))\cdot(9(1)^2-10(1))=26\text{.}\)

  4. First, observe that \(\displaystyle g(4) = ((4)^2 +4) \cdot \left(\frac{1}{\sqrt{4}}\right) = 10\text{,}\) so we are looking for the tangent line to \(g\) at the point \((-1,0)\text{.}\) Furthermore, by the product rule, \(\displaystyle g'(x) = (2x + 1) \cdot \left(\frac{1}{\sqrt{x}}\right) + (x^2+x)\cdot \left(\frac{-1}{2}x^{-3/2}\right)\text{,}\) and hence

    \begin{align*} g'(4) \amp= (2(-1)+ 1) \cdot \left(\frac{1}{\sqrt{4}}\right) + ((4)^2 +4)\cdot \left(\frac{-1}{2}(4)^{-3/2}\right) \\ \amp= \frac{-1}{2} +(-10)((4)^{-3/2})= -1.75\text{.} \end{align*}

    Therefore, the tangent line is \(y=-1.75(x+4)+10\text{.}\)

SubsectionThe Quotient Rule

Because quotients and products are closely linked, we can use the product rule to understand how to take the derivative of a quotient. Let \(Q(x)\) be defined by \(\displaystyle Q(x) = \frac{f(x)}{g(x)}\text{,}\) where \(f\) and \(g\) are both differentiable functions. It turns out that \(Q\) is differentiable everywhere that \(g(x) \ne 0\text{.}\) We would like a formula for \(Q'\) in terms of \(f\text{,}\) \(g\text{,}\) \(f'\text{,}\) and \(g'\text{.}\) Multiplying both sides of the equation \(\displaystyle Q = \frac{f}{g}\) by \(g\text{,}\) we observe that

\begin{equation*} f(x) = Q(x) \cdot g(x)\text{.} \end{equation*}

Now we can use the product rule to differentiate \(f\text{:}\)

\begin{equation*} f'(x) = Q'(x) g(x) + Q(x)g'(x)\text{.} \end{equation*}

We want to know a formula for \(Q'\text{,}\) so we solve this equation for \(Q'(x)\text{.}\) Then

\begin{equation*} Q'(x) g(x) = f'(x) - Q(x) g'(x)\text{,} \end{equation*}

and dividing both sides by \(g(x)\text{,}\) we have

\begin{equation*} Q'(x) = \frac{f'(x) - Q(x) g'(x)}{g(x)}\text{.} \end{equation*}

Finally, we recall that \(Q(x) = \frac{f(x)}{g(x)}\text{.}\) Substituting this expression in the preceding equation, we have

\begin{align*} Q'(x) =\mathstrut \amp \frac{f'(x) - \frac{f(x)}{g(x)} g'(x)}{g(x)}\\ =\mathstrut \amp \frac{f'(x) - \frac{f(x)}{g(x)} g'(x)}{g(x)} \cdot \frac{g(x)}{g(x)}\\ =\mathstrut \amp \frac{f'(x)g(x) - f(x) g'(x)}{[g(x)]^2}\text{.} \end{align*}

This calculation gives us the quotient rule.

Quotient Rule

If \(f\) and \(g\) are differentiable functions, then their quotient \(Q(x) = \frac{f(x)}{g(x)}\) is also a differentiable function for all \(x\) where \(g(x) \ne 0\text{,}\) and

\begin{equation*} Q'(x) = \frac{f'(x)g(x) - f(x) g'(x)}{[g(x)]^2}\text{.} \end{equation*}

As with the product rule, it can be helpful to think of the quotient rule verbally. If a function \(Q\) is the quotient of a top function \(f\) and a bottom function \(g\text{,}\) then \(Q'\) is given by the derivative of the top times the bottom, minus the top times the derivative of the bottom, all over the bottom squared.4If you have studied differentiation before, you may have seen this rule as \(\frac{d}{dx}\left[\frac{f(x)}{g(x)}\right]=\frac{g(x)f'(x)-f(x)g'(x)}{[g(x)]^2}\text{,}\) with the mnemonic low-d-high minus high-d-low all over low squared. If this version is more comfortable for you, you are welcome to use it instead.

Example2.56

If \(\displaystyle Q(t) = \frac{t^2+4t}{3t+5}\text{,}\) we call \(t^2+4t\) the top function and \(3t+5\) the bottom function. By the quotient rule, \(Q'\) is given by the derivative of the top, \((2t+4)\text{,}\) times the bottom, \((3t+5)\text{,}\) minus the top, \((t^2+4t)\text{,}\) times the derivative of the bottom, \(3\text{,}\) all over the bottom squared, \((3t+4)^2\text{.}\) That is,

\begin{equation*} Q'(t) = \frac{(2t+4)(3t+5)-(t^2+4t)(3)}{(3t+5)^2}\text{.} \end{equation*}

Note that if you choose to simplify, only simplify the numerator.

\begin{equation*} Q'(t) = \frac{(2t+4)(3t+5)-(t^2+4t)(3)}{(3t+5)^2}=\frac{6t^2+22t+20-(3t^2+12t)}{(3t+5)^2}=\frac{3t^2+10t+20}{(3t+5)^2}\text{.} \end{equation*}

In general, we must be careful in doing any such simplification, as we don't want to follow a correct execution of the quotient rule with an algebraic error.

Example2.57

Use the quotient rule to answer each of the questions below. Throughout, be sure to carefully label any derivative you find by name. That is, if you're given a formula for \(f(x)\text{,}\) clearly label the formula you find for \(f'(x)\text{.}\) It is not necessary to algebraically simplify any of the derivatives you compute.

  1. Let \(\displaystyle r(z)=\frac{2z^3}{z^4 + 1}\text{.}\) Find \(r'(z)\text{.}\)

  2. Let \(\displaystyle v(t) = \frac{10t^2+4t+5}{8t^3+3t}\text{.}\) Find \(v'(t)\text{.}\)

  3. Determine the slope of the tangent line to the curve \(y=R(x)\) at the point where \(x=0\text{,}\) if \(\displaystyle R(x) = \frac{x^2 - 2x - 8}{x^2 - 9}\text{.}\)

Answer
  1. \(\displaystyle r'(z)=\frac{(6z^2)(z^4+1) - 2z^3(4z^3)}{(z^4 + 1)^2}\text{.}\)

  2. \(\displaystyle v'(t) = \frac{(20t+4)(8t^3+3t)-(10t^2+4t+5)(24t^2+3)}{(8t^3+3t)^2}\text{.}\)

  3. \(\displaystyle R'(0) = \frac{2}{9}\text{.}\)

Solution
  1. By the quotient rule,

    \begin{equation*} r'(z)=\frac{(6z^2)(z^4+1) - 2z^3(4z^3)}{(z^4 + 1)^2}\text{.} \end{equation*}
  2. By the quotient rule,

    \begin{equation*} v'(t) = \frac{(20t+4)(8t^3+3t)-(10t^2+4t+5)(24t^2+3)}{(8t^3+3t)^2}\text{.} \end{equation*}
  3. We first compute \(R'(x)\text{.}\) By the quotient rule,

    \begin{equation*} R'(x) = \frac{(2x - 2)(x^2 - 9) - (x^2 - 2x - 8)(2x)}{(x^2 - 9)^2}\text{.} \end{equation*}

    From this, it follows that \(\displaystyle R'(0) = \frac{(-2)(-9)-(-8)(0)}{(-9)^2} = \frac{2}{9}\text{,}\) which is the slope of the tangent line to the curve at the point where \(x = 0\text{.}\)

SubsectionCombining Rules

In order to apply the derivative shortcut rules correctly we must recognize the fundamental structure of a function.

Example2.58

Determine the derivative of the function

\begin{equation*} f(x) = 2x(x^3+3x) + \frac{x^2}{x + 2}\text{.} \end{equation*}

How do we decide which rules to apply? Our first task is to recognize the structure of the function. This function \(f\) is a sum of two slightly less complicated functions, so we can apply the sum rule5When taking a derivative that involves the use of multiple derivative rules, it is often helpful to use the notation \(\frac{d}{dx} \left[ ~~\right]\) to wait to apply subsequent rules. This is demonstrated in both Example2.58 and Example2.59, and has come up previously in solutions to various examples in this chapter. to get

\begin{align*} f'(x) =\mathstrut \amp \frac{d}{dx} \left[ 2x(x^3+3x) + \frac{x^2}{x + 2} \right]\\ =\mathstrut \amp \frac{d}{dx} \left[ 2x(x^3+3x) \right] + \frac{d}{dx}\left[ \frac{x^2}{x + 2} \right]\text{.} \end{align*}

Now, the left-hand term above is a product, so the product rule is needed there, while the right-hand term is a quotient, so the quotient rule is required. Applying these rules respectively, we find that

\begin{align*} f'(x) =\mathstrut \amp \left( 2(x^3+3x)+2x (3x^2+3x) \right) + \frac{ 2x(x + 2) - x^2(1)}{(x + 2)^2}\\ =\mathstrut \amp 2(x^3+3x)+2x(3x^2+3x)+ \frac{2x(x+2) -x^2}{(x + 2)^2}\text{.} \end{align*}
Example2.59

Differentiate

\begin{equation*} s(y) = \frac{(4y+3)(y^2+3y)}{y^2 + 1}\text{.} \end{equation*}

The function \(s\) is a quotient of two simpler functions, so the quotient rule will be needed. To begin, we set up the quotient rule and use the notation \(\frac{d}{dy}\) to indicate the derivatives of the numerator and denominator. Thus,

\begin{equation*} s'(y) = \frac{\frac{d}{dy}\left[ (4y+3)(y^2+3y) \right]\cdot(y^2 + 1) -(4y+3)(y^2+3y) \cdot \frac{d}{dy}\left[y^2 + 1 \right]}{(y^2 + 1)^2}\text{.} \end{equation*}

Now, there remain two derivatives to calculate. The first one, \(\frac{d}{dy}\left[ (4y+3)(y^2+3y) \right]\) calls for use of the product rule, while the second, \(\frac{d}{dy}\left[y^2 + 1 \right]\) needs only the sum rule. Applying these rules, we now have

\begin{equation*} s'(y) = \frac{[4(y^2+3y)+(4y+3)(2y+3)](y^2 + 1) - (4y+3)(y^2+3y)[2y]}{(y^2 + 1)^2}\text{.} \end{equation*}

While some simplification is possible, we are content to leave \(s'(y)\) in its current form.

Success in applying derivative rules begins with recognizing the structure of the function, followed by the careful and diligent application of the relevant derivative rules. The best way to become proficient at this process is through continuous practice!

As the algebraic complexity of the functions we are able to differentiate continues to increase, it is important to remember that the meaning of the derivative remains the same. Regardless of the structure of the function \(f\text{,}\) the value of \(f'(a)\) tells us the instantaneous rate of change of \(f\) with respect to \(x\) at the moment \(x = a\text{,}\) as well as the slope of the tangent line to \(y = f(x)\) at the point \((a,f(a))\text{.}\)

SubsectionSummary

  • If a function is a sum, product, or quotient of simpler functions, then we can use the sum, product, or quotient rules to differentiate it in terms of the simpler functions and their derivatives.

  • The product rule tells us that if \(P\) is a product of differentiable functions \(f\) and \(g\) according to the rule \(P(x) = f(x) g(x)\text{,}\) then

    \begin{equation*} P'(x) = f'(x)g(x)+f(x)g'(x)\text{.} \end{equation*}
  • The quotient rule tells us that if \(Q\) is a quotient of differentiable functions \(f\) and \(g\) according to the rule \(Q(x) = \frac{f(x)}{g(x)}\text{,}\) then whenever \(g(x)\neq0\text{,}\)

    \begin{equation*} Q'(x) = \frac{f'(x)g(x) - f(x)g'(x)}{[g(x)]^2}\text{.} \end{equation*}
  • Along with the constant multiple and sum rules, the product and quotient rules enable us to compute the derivative of any function that consists of sums, constant multiples, products, and quotients of basic functions. For instance, if \(F\) has the form

    \begin{equation*} F(x) = \frac{2a(x) - 5b(x)}{c(x) \cdot d(x)}\text{,} \end{equation*}

    then \(F\) is a quotient, in which the numerator is a sum of constant multiples (of the functions \(a\) and \(b\)), and the denominator is a product (of the functions \(c\) and \(d\)). Thus the derivative of \(F\) can be found by first applying the quotient rule, and then using the sum and constant multiple rules to differentiate the numerator, and the product rule to differentiate the denominator.

SubsectionExercises

Let \(f\) and \(g\) be differentiable functions for which the following information is known: \(f(2) = 5\text{,}\) \(g(2) = -3\text{,}\) \(f'(2) = -1/2\text{,}\) \(g'(2) = 2\text{.}\)

  1. Let \(h\) be the new function defined by the rule \(h(x) = g(x) \cdot f(x)\text{.}\) Determine \(h(2)\) and \(h'(2)\text{.}\)

  2. Find an equation for the tangent line to \(y = h(x)\) at the point \((2,h(2))\) (where \(h\) is the function defined in (a)).

  3. Let \(r\) be the function defined by the rule \(r(x) = \frac{g(x)}{f(x)}\text{.}\) Is \(r\) increasing, decreasing, or neither at \(a = 2\text{?}\) Why?

  4. Estimate the value of \(r(2.06)\) (where \(r\) is the function defined in (c)) by using the tangent line to the graph of \(y=r(x)\) at the point \((2,r(2))\text{.}\)

Consider the functions \(r(t) = t^t\) and \(s(t) = \arccos(t)\text{,}\) for which you are given the facts that \(r'(t) = t^t(\ln(t) + 1)\) and \(s'(t) = -\frac{1}{\sqrt{1-t^2}}\text{.}\) Do not be concerned with where these derivative formulas come from. We restrict our interest in both functions to the domain \(0 \lt t \lt 1\text{.}\)

  1. Let \(w(t) = t^t \arccos(t)\text{.}\) Determine \(w'(t)\text{.}\)

  2. Find an equation for the tangent line to \(y = w(t)\) at the point \((\frac{1}{2}, w(\frac{1}{2}))\text{.}\)

  3. Let \(v(t) = \frac{t^t}{\arccos(t)}\text{.}\) Is \(v\) increasing or decreasing at the instant \(t = \frac{1}{2}\text{?}\) Why?

Let functions \(p\) and \(q\) be the piecewise linear functions given by their respective graphs in Figure2.60. Use the graphs to answer the following questions.

  1. Let \(r(x) = p(x) \cdot q(x)\text{.}\) Determine \(r'(-2)\) and \(r'(0)\text{.}\)

  2. Are there values of \(x\) for which \(r'(x)\) does not exist? If so, which values, and why?

  3. Find an equation for the tangent line to \(y = r(x)\) at the point \((2,r(2))\text{.}\)

  4. Let \(z(x) = \frac{q(x)}{p(x)}\text{.}\) Determine \(z'(0)\) and \(z'(2)\text{.}\)

  5. Are there values of \(x\) for which \(z'(x)\) does not exist? If so, which values, and why?

Figure2.60The graphs of \(p\) (in blue) and \(q\) (in green).

A farmer with large land holdings has historically grown a wide variety of crops. With the price of ethanol fuel rising, he decides that it would be prudent to devote more and more of his acreage to producing corn. As he grows more and more corn, he learns efficiencies that increase his yield per acre. In the present year, he used 7000 acres of his land to grow corn, and that land had an average yield of 170 bushels per acre. At the current time, he plans to increase his number of acres devoted to growing corn at a rate of 600 acres/year, and he expects that right now his average yield is increasing at a rate of 8 bushels per acre per year. Use this information to answer the following questions.

  1. Say that the present year is \(t = 0\text{,}\) that \(A(t)\) denotes the number of acres the farmer devotes to growing corn in year \(t\text{,}\) \(Y(t)\) represents the average yield in year \(t\) (measured in bushels per acre), and \(C(t)\) is the total number of bushels of corn the farmer produces. What is the formula for \(C(t)\) in terms of \(A(t)\) and \(Y(t)\text{?}\) Why?

  2. What is the value of \(C(0)\text{?}\) What does it measure?

  3. Write an expression for \(C'(t)\) in terms of \(A(t)\text{,}\) \(A'(t)\text{,}\) \(Y(t)\text{,}\) and \(Y'(t)\text{.}\) Explain your thinking.

  4. What is the value of \(C'(0)\text{?}\) What does it measure?

  5. Based on the given information and your work above, estimate the value of \(C(1)\text{.}\)

Let \(f(v)\) be the gas consumption (in liters/km) of a car going at velocity \(v\) (in km/hour). In other words, \(f(v)\) tells you how many liters of gas the car uses to go one kilometer if it is traveling at \(v\) kilometers per hour. In addition, suppose that \(f(80)=0.05\) and \(f'(80) = 0.0004\text{.}\)

  1. Let \(g(v)\) be the distance the same car goes on one liter of gas at velocity \(v\text{.}\) What is the relationship between \(f(v)\) and \(g(v)\text{?}\) Hence find \(g(80)\) and \(g'(80)\text{.}\)

  2. Let \(h(v)\) be the gas consumption in liters per hour of a car going at velocity \(v\text{.}\) In other words, \(h(v)\) tells you how many liters of gas the car uses in one hour if it is going at velocity \(v\text{.}\) What is the algebraic relationship between \(h(v)\) and \(f(v)\text{?}\) Hence find \(h(80)\) and \(h'(80)\text{.}\)

  3. How would you explain the practical meaning of these function and derivative values to a driver who knows no calculus? Include units on each of the function and derivative values you discuss in your response.