Skip to main content
Logo image

APEX Calculus

Section 2.4 The Product and Quotient Rules

Section 2.3 showed that, in some ways, derivatives behave nicely. The Constant Multiple Rule and Sum/Difference Rule established that the derivative of \(f(x) = 5x^2+\sin(x)\) was not complicated. We neglected computing the derivative of things like \(g(x) = 5x^2\sin(x)\) and \(h(x) = \frac{5x^2}{\sin(x) }\) on purpose; their derivatives are not as straightforward. (If you had to guess what their respective derivatives are, you would probably guess wrong.) For these, we need the Product and Quotient Rules, respectively, which are defined in this section. We begin with the Product Rule.
Figure 2.4.1. Video introduction to Section 2.4

Warning 2.4.3.

\(\lzoo{x}{f(x)g(x)}\neq \fp(x)g'(x)\text{!}\) While this would be simpler than the Product Rule, it is wrong.
We practice using this new rule in an example, followed by an example that demonstrates why this theorem is true.

Example 2.4.4. Using the Product Rule.

Use the Product Rule to compute the derivative of \(y=5x^2\sin(x)\text{.}\) Evaluate the derivative at \(x=\pi/2\text{.}\)
Solution 1. Video solution
Solution 2.
To make our use of the Product Rule explicit, let’s set \(f(x) = 5x^2\) and \(g(x) = \sin(x)\text{.}\) We easily compute/recall that \(\fp(x) = 10x\) and \(g'(x) = \cos(x)\text{.}\) Employing the rule, we have
\begin{align*} \lzoo{x}{5x^2\sin(x)} \amp= \lzoo{x}{5x^2}\sin(x) + 5x^2\lzoo{x}{\sin(x)}\\ \amp= 10x\sin(x) + 5x^2\cos(x)\text{.} \end{align*}
At \(x=\pi/2\text{,}\) we have
\begin{equation*} y'(\pi/2) = 10\cdot\frac{\pi}2 \sin\left(\frac{\pi}{2}\right) + 5\left(\frac{\pi}{2}\right)^2\cos\left(\frac{\pi}2\right) = 5\pi\text{.} \end{equation*}
We graph \(y\) and its tangent line at \(x=\pi/2\text{,}\) which has a slope of \(5\pi\text{,}\) in Figure 2.4.5. While this does not prove that the Product Rule is the correct way to handle derivatives of products, it helps validate its truth.
The graph of the function used in this example, along with its tangent line at pi/2
The graph of \(f(x)=5x^2\sin(x)\) is shown, beginning at \((0,0)\text{,}\) and ending at \((\pi,0)\text{.}\) From \((0,0)\) the graph moves upward with a slope that initially increases, and then becomes steady around the point on the graph where \(x=\pi/2\text{.}\) The slope then decreases until approximately \(x=3\pi/4\text{,}\) where the graph reaches its peak. It then descends steeply toward the point \((\pi,0)\text{.}\)
Figure 2.4.5. A graph of \(y = 5x^2\sin(x)\) and its tangent line at \(x=\pi/2\)
We now investigate why the Product Rule is true.

Proof of Product Rule.

We can use the definition of the derivative to prove Theorem 2.4.2.
By the limit definition, we have
\begin{equation*} \lzoo{x}{f(x)g(x)} =\lim_{h\to0} \frac{f(x+h)g(x+h)-f(x)g(x)}{h}\text{.} \end{equation*}
We now do something a bit unexpected; add \(0\) to the numerator (so that nothing is changed) in the form of \({}-f(x)g(x+h)+f(x)g(x+h)\text{,}\) then do some regrouping as shown.
\begin{align*} \amp\lzoo{x}{f(x)g(x)} = \lim_{h\to0} \frac{f(x+h)g(x+h)-f(x)g(x)}{h}\\ \amp \text{ (now add 0 to the numerator) }\\ \amp = \lim_{h\to0} \frac{f(x+h)g(x+h)-f(x)g(x+h)+f(x)g(x+h)-f(x)g(x)}{h}\\ \amp \text{ (regroup) }\\ \amp = \lim_{h\to0} \frac{\left[f(x+h)g(x+h)-f(x)g(x+h)\right]+\left[f(x)g(x+h)-f(x)g(x)\right]}{h}\\ \amp \text{ (split fraction)}\\ \amp = \lim_{h\to0} \frac{f(x+h)g(x+h)-f(x)g(x+h)}{h}+\lim_{h\to0}\frac{f(x)g(x+h)-f(x)g(x)}{h}\\ \amp \text{ (factor) }\\ \amp = \lim_{h\to0} \left(\frac{f(x+h)-f(x)}{h}g(x+h)\right)+\lim_{h\to0}\left(f(x)\frac{g(x+h)-g(x)}{h}\right)\\ \amp \text{ (apply limit properties) }\\ \amp = \lim_{h\to0} \frac{f(x+h)-f(x)}{h}\cdot \lim_{h\to0}g(x+h)+f(x)\cdot\lim_{h\to0}\frac{g(x+h)-g(x)}{h}\\ \amp \text{ (apply limits) }\\ \amp =\fp(x)g(x) + f(x)g'(x)\\ \amp \text{ (by definition of the derivative)}\text{.} \end{align*}
We have proven the product rule as desired. (In the last step, we also relied on the fact that since \(g\) is differentiable, it is also continuous, which guarantees that \(\lim_{h\to0}g(x+h)=g(x)\text{.}\))
It is often true that we can recognize that a theorem is true through its proof yet somehow doubt its applicability to real problems. In the following example, we compute the derivative of a product of functions in two ways to verify that the Product Rule is indeed “right.”

Example 2.4.6. Exploring alternate derivative methods.

Let \(y = (x^2+3x+1)(2x^2-3x+1)\text{.}\) Find \(y'\) two ways: first, by expanding the given product and then taking the derivative, and second, by applying the Product Rule. Verify that both methods give the same answer.
Solution 1. Video solution
Solution 2.
We first expand the expression for \(y\text{;}\) a little algebra shows that \(y = 2x^4+3x^3-6x^2+1\text{.}\) It is easy to compute \(y'\text{:}\)
\begin{equation*} y' = 8x^3+9x^2-12x\text{.} \end{equation*}
Instead, let’s apply the Product Rule to the original factored form:
\begin{align*} y' \amp = \lzoo{x}{x^2+3x+1}(2x^2-3x+1)+(x^2+3x+1)\lzoo{x}{2x^2-3x+1}\\ \amp = (2x+3)(2x^2-3x+1)+(x^2+3x+1)(4x-3)\\ \amp = \left(4x^3-7x+3\right)+\left(4x^3+9x^2-5x-3\right)\\ \amp = 8x^3+9x^2-12x\text{.} \end{align*}
The uninformed usually assume that “the derivative of the product is the product of the derivatives.” Thus we are tempted to say that \(y' = (2x+3)(4x-3) = 8x^2+6x-9\text{.}\) Obviously this is not correct.

Example 2.4.7. Using the Product Rule with a product of three functions.

Let \(y = x^3\ln(x) \cos(x)\text{.}\) Find \(y'\text{.}\)
Solution 1. Video solution
Solution 2.
We have a product of three functions while the Product Rule only specifies how to handle a product of two functions. Our method of handling this problem is to simply group the latter two functions together, and consider \(y = x^3\cdot\left[\ln(x) \cos(x) \right]\text{.}\) Following the Product Rule, we have
\begin{align*} \yp \amp = \lzoo{x}{x^3}\ln(x) \cos(x) + (x^3)\lzoo{x}{\ln(x) \cos(x)}\\ \end{align*}

To evaluate \(\lzoo{x}{\ln(x) \cos(x)}\text{,}\) we apply the Product Rule again:

\begin{align*} \yp \amp = 3x^2\left[\ln(x) \cos(x) \right] + (x^3)\left[\frac1x\cos(x) + \ln(x) (-\sin(x) )\right]\\ \amp = 3x^2\ln(x) \cos(x) + x^3\frac{1}{x}\cos(x) + x^3\ln(x) (-\sin(x) )\text{.} \end{align*}
Recognize the pattern in our answer above: when applying the Product Rule to a product of three functions, there are three terms added together in the final derivative. Each term contains only one derivative of one of the original functions, and each function’s derivative shows up in only one term. It is straightforward to extend this pattern to finding the derivative of a product of four or more functions.
Ultimately though, we would simplify our final computation to:
\begin{equation*} \yp=3x^2\ln(x)\cos(x) + x^2\cos(x) + -x^3\ln(x)\sin(x) \end{equation*}
If you check this answer with a CAS, it may factor and give the answer:
\begin{equation*} \yp=-x^2\left[x\ln(x)\sin(x) + \cos(x) + 3\ln(x)\cos(x)\right] \end{equation*}
Now that we have the hang of the product rule pattern, it’s not much more difficult to move on to products of four or more functions, as the video in Figure 2.4.8 demonstrates.
Figure 2.4.8. Taking the derivative of a product of four functions
We consider one more example before discussing another derivative rule.

Example 2.4.9. Using the Product Rule.

Find the derivatives of the following functions.
  1. \(\displaystyle f(x) = x\ln(x)\)
  2. \(\displaystyle g(x) = x\ln(x) - x\)
Solution.
Recalling that the derivative of \(\ln(x)\) is \(1/x\text{,}\) we use the Product Rule to find our answers.
  1. Applying the Product Rule:
    \begin{align*} \lzoo{x}{x\ln(x)}\amp= 1\cdot \ln(x) + x\cdot 1/x\\ \amp = \ln(x) + 1\text{.} \end{align*}
  2. Using the result from above, we compute
    \begin{align*} \lzoo{x}{x\ln(x) -x}\amp= \ln(x) + 1 - 1\\ \amp= \ln(x)\text{.} \end{align*}
This seems significant; if the natural log function \(\ln(x)\) is an important function (it is), it seems worthwhile to know a function whose derivative is \(\ln(x)\text{.}\) We have found one. (We leave it to the reader to find another; a correct answer will be very similar to this one.)
We have learned how to compute the derivatives of sums, differences, and products of functions. We now learn how to find the derivative of a quotient of functions.
Figure 2.4.11. Video presentation of Theorem 2.4.10
The Quotient Rule is not hard to use, although it might be a bit tricky to remember. A useful mnemonic works as follows. Consider a fraction’s numerator and denominator as “HI” and “LO”, respectively. Then
\begin{equation*} \lzoo{x}{\frac{\text{ HI } }{\text{ LO } }} = \frac{\text{ LO}\cdot\text{dHI}-\text{HI}\cdot\text{dLO }}{\text{ LOLO } }\text{,} \end{equation*}
read “low dee high minus high dee low, over low low.” Said fast, that phrase can roll off the tongue, making it easy to memorize. The “dee high” and “dee low” parts refer to the derivatives of the numerator and denominator, respectively.
Let’s practice using the Quotient Rule.

Example 2.4.12. Using the Quotient Rule.

Let \(f(x) = \frac{5x^2}{\sin(x) }\text{.}\) Find \(\fp(x)\text{.}\)
Solution 1. Video solution
Solution 2.
Directly applying the Quotient Rule gives:
\begin{align*} \lzoo{x}{\frac{5x^2}{\sin(x) }} \amp = \frac{\sin(x) \cdot \lzoo{x}{5x^2} - 5x^2\cdot \lzoo{x}{\sin(x)} }{\sin^2(x) }\\ \amp = \frac{10x\sin(x) - 5x^2\cos(x) }{\sin^2(x) }\text{.} \end{align*}
The Quotient Rule allows us to fill in holes in our understanding of derivatives of the common trigonometric functions. We start with finding the derivative of the tangent function.

Example 2.4.13. Using the Quotient Rule to find \(\lzoo{x}{\tan(x)}\).

Find the derivative of \(y=\tan(x)\text{.}\)
Solution 1. Video solution
Solution 2.
At first, one might feel unequipped to answer this question. But recall that \(\tan(x) = \sin(x) /\cos(x)\text{,}\) so we can apply the Quotient Rule.
\begin{align*} \lzoo{x}{\tan(x)}\amp = \lzoo{x}{\frac{\sin(x) }{\cos(x) }}\\ \amp = \frac{\cos(x) \lzoo{x}{\sin(x)} - \sin(x)\lzoo{x}{\cos(x)}}{\cos^2(x) }\\ \amp = \frac{\cos(x) \cos(x) - \sin(x) (-\sin(x) )}{\cos^2(x) }\\ \amp = \frac{\cos^2(x) +\sin^2(x) }{\cos^2(x) }\\ \amp = \frac{1}{\cos^2(x) }\\ \amp = \sec^2(x)\text{.} \end{align*}
This is a beautiful result. To confirm its truth, we can find the equation of the tangent line to \(y=\tan(x)\) at \(x=\pi/4\text{.}\) The slope is \(\sec^2(\pi/4) = 2\text{;}\) \(y=\tan(x)\text{,}\) along with its tangent line, is graphed in Figure 2.4.14.
A graph of the tangent function between its vertical asymptotes at -pi/2 and pi/2, along with a tangent line at pi/4.
A graph of \(y=\tan(x)\) between the vertical asymptotes \(x=-\pi/2\) and \(x=\pi/2\text{.}\) As \(x\) approaches \(-\pi/2\) from the right, \(\tan(x)\) approaches \(-\infty\text{.}\) Moving right from the \(x=-\pi/2\) asymptote, the graph initialy climbs steeply, and then levels off, continuing to climb with a much smaller slope from \(-\pi/4\) to \(\pi/4\text{,}\) and passing through the origin. Past \(x=\pi/4\text{,}\) the graph again climbs steeply toward the vertical asymptote at \(x=\pi/2\text{.}\)
A tangent line to the graph at the point \((\pi/4,1)\) is also shown.
Figure 2.4.14. A graph of \(y=\tan(x)\) along with its tangent line at \(x=\pi/4\)
We include this result in the following theorem about the derivatives of the trigonometric functions. Recall we found the derivative of \(y=\sin(x)\) in Example 2.1.24 and stated the derivative of the cosine function in Theorem 2.3.1. The derivatives of the cotangent, cosecant and secant functions can all be computed directly using Theorem 2.3.1 and the Quotient Rule.
To remember the above, it may be helpful to keep in mind that the derivatives of the trigonometric functions that start with “c” have a minus sign in them.

Example 2.4.16. Exploring alternate derivative methods.

In Example 2.4.12 the derivative of \(f(x) = \frac{5x^2}{\sin(x) }\) was found using the Quotient Rule. Rewriting \(f\) as \(f(x) = 5x^2\csc(x)\text{,}\) find \(\fp\) using Theorem 2.4.15 and verify the two answers are the same.
Solution.
We found in Example 2.4.12 that \(\fp(x) = \frac{10x\sin(x) - 5x^2\cos(x) }{\sin^2(x) }\text{.}\) We now find \(\fp\) using the Product Rule, considering \(f\) as \(f(x) = 5x^2\csc(x)\text{.}\)
\begin{align*} \fp(x) \amp = \lzoo{x}{5x^2\csc(x)}\\ \amp = 5x^2\lzoo{x}{\csc(x)} + \lzoo{x}{5x^2}\csc(x)\\ \amp = 5x^2\left(-\csc(x) \cot(x) \right) + 10x\csc(x) \amp\amp\text{ (now rewrite trig functions) }\\ \amp = 5x^2\cdot \frac{-1}{\sin(x) }\cdot \frac{\cos(x) }{\sin(x) } + \frac{10x}{\sin(x) }\\ \amp = \frac{-5x^2\cos(x) }{\sin^2(x) }+\frac{10x}{\sin(x) } \amp\amp\text{ (get common denominator) }\\ \amp = \frac{10x\sin(x) - 5x^2\cos(x) }{\sin^2(x) }\text{.} \end{align*}
Finding \(\fp\) using either method returned the same result. At first, the answers looked different, but some algebra verified they are the same. In general, there is not one final form that we seek; the immediate result from the Product Rule is fine. Work to “simplify” your results into a form that is most readable and useful to you.
The Quotient Rule gives other useful results, as shown in the next example.

Example 2.4.17. Using the Quotient Rule to expand the Power Rule.

Find the derivatives of the following functions.
  1. \(\displaystyle f(x) = \dfrac{1}{x}\)
  2. \(f(x)= \dfrac{1}{x^n}\text{,}\) where \(n \gt 0\) is an integer.
Solution 1. Video solution
Solution 2.
We employ the Quotient Rule.
  1. \begin{align*} \fp(x)\amp = \frac{x\cdot 0 - 1\cdot 1}{x^2}\\ \amp = -\frac{1}{x^2} \end{align*}
  2. \begin{align*} \fp(x)\amp = \frac{x^n\cdot 0 - 1\cdot nx^{n-1}}{(x^n)^2}\\ \amp = -\frac{nx^{n-1}}{x^{2n}}\\ \amp = -\frac{n}{x^{n+1}}\text{.} \end{align*}
The derivative of \(y=\frac{1}{x^n}\) turned out to be rather nice. It gets better. Consider:
\begin{align*} \lzoo{x}{\frac{1}{x^n}} \amp = \lzoo{x}{x^{-n}} \amp\amp\text{ (apply result from } \knowl{./knowl/xref/ex_deriv_power.html}{\text{Example 2.4.17}}\text{)}\\ \amp = -\frac{n}{x^{n+1}} \amp\amp \text{ (rewrite algebraically) }\\ \amp = -nx^{-(n+1)}\amp\\ \amp = -nx^{-n-1}\amp\text{.} \end{align*}
This is reminiscent of the Power Rule: multiply by the power, then subtract \(1\) from the power. We now add to our previous Power Rule, which had the restriction of \(n \gt 0\text{.}\)
Taking the derivative of many functions is relatively straightforward. It is clear (with practice) what rules apply and in what order they should be applied. Other functions present multiple paths; different rules may be applied depending on how the function is treated. One of the beautiful things about calculus is that there is not “the” right way; each path, when applied correctly, leads to the same result, the derivative. We demonstrate this concept in an example.

Example 2.4.19. Exploring alternate derivative methods.

Let \(f(x) = \frac{x^2-3x+1}{x}\text{.}\) Find \(\fp(x)\) in each of the following ways:
  1. By applying the Quotient Rule,
  2. by viewing \(f\) as \(f(x) = \left(x^2-3x+1\right)\cdot x^{-1}\) and applying the Product Rule and Power Rule with Integer Exponents, and
  3. by “simplifying” first through division.
Verify that all three methods give the same result.
Solution 1. Video solution
Solution 2.
  1. Applying the Quotient Rule gives:
    \begin{align*} \fp(x) \amp =\frac{x\cdot\lzoo{x}{x^2-3x+1}-\left(x^2-3x+1\right)\lzoo{x}{x}}{x^2}\\ \amp = \frac{x\cdot(2x-3)-\left(x^2-3x+1\right)\cdot 1}{x^2}\\ \amp = \frac{x^2-1}{x^2}\\ \amp = 1-\frac{1}{x^2}\text{.} \end{align*}
  2. By rewriting \(f\text{,}\) we can apply the Product Rule and Power Rule with Integer Exponents as follows:
    \begin{align*} \fp(x) \amp = \left(x^2-3x+1\right)\lzoo{x}{x^{-1}} + \lzoo{x}{x^2-3x+1} x^{-1}\\ \amp = \left(x^2-3x+1\right)\cdot (-1)x^{-2} + (2x-3)\cdot x^{-1}\\ \amp = -\frac{x^2-3x+1}{x^2}+\frac{2x-3}{x}\\ \amp = -\frac{x^2-3x+1}{x^2}+\frac{2x^2-3x}{x^2}\\ \amp = \frac{x^2-1}{x^2} = 1-\frac{1}{x^2}\text{,} \end{align*}
    the same result as above.
  3. As \(x\neq 0\text{,}\) we can divide through by \(x\) first, giving \(f(x) = x-3+x^{-1}\text{.}\) Now apply the Power Rule with Integer Exponents.
    \begin{equation*} \fp(x) = 1-\frac{1}{x^2}\text{,} \end{equation*}
    the same result as before.
Example 2.4.19 demonstrates three methods of finding \(\fp\text{.}\) One is hard pressed to argue for a “best method” as all three gave the same result without too much difficulty, although it is clear that using the Product Rule required more steps. Ultimately, the important principle to take away from this is: reduce the answer to a form that seems “simple” and easy to interpret. In that example, we saw different expressions for \(\fp\text{,}\) including:
\begin{align*} \amp 1-\frac{1}{x^2}\\ \amp \frac{x\cdot(2x-3)-\left(x^2-3x+1\right)\cdot 1}{x^2}\\ \amp \left(x^2-3x+1\right)\cdot (-1)x^{-2} + (2x-3)\cdot x^{-1}\text{.} \end{align*}
They are equal; they are all correct; only the first is “simple.” Work to make answers simple.
In the next section we continue to learn rules that allow us to more easily compute derivatives than using the limit definition directly. We have to memorize the derivatives of a certain set of functions, such as “the derivative of \(\sin(x)\) is \(\cos(x)\text{.}\)” The Sum/Difference Rule, Constant Multiple Rule, Power Rule with Integer Exponents, Product Rule and Quotient Rule show us how to find the derivatives of certain combinations of these functions. The next section shows how to find the derivatives when we compose these functions together.

Exercises Exercises

Terms and Concepts

1.
  • True
  • False
The Product Rule states that \(\lzoo{x}{x^2\sin(x)}= 2x\cos(x)\text{.}\)
2.
  • True
  • False
The Quotient Rule states that \(\lzoo{x}{\frac{x^2}{\sin(x) }} = \frac{\cos(x) }{2x}\text{.}\)
3.
  • True
  • False
The derivatives of the trigonometric functions that start with “c” have minus signs in them.
4.
What derivative rule is used to extend the Power Rule to include negative integer exponents?
5.
  • True
  • False
Regardless of the function, there is always exactly one right way of computing its derivative.
6.
In your own words, explain what it means to make your answers “clear.”

Problems

Exercise Group.
  1. Use the Product Rule to differentiate the function.
  2. Manipulate the function algebraically and differentiate without using the Product Rule.
  3. Show that the two derivatives are equivalent.
7.
\(f(x) = {x\mathopen{}\left(x^{2}+3x\right)}\)
8.
\(f(x) = {2x^{2}\cdot 5x^{3}}\)
9.
\(f(s) = {\left(2s-1\right)\mathopen{}\left(s+4\right)}\)
10.
\(f(x) = {\left(x^{2}+5\right)\mathopen{}\left(3-x^{3}\right)}\)
Exercise Group.
  1. Use the Quotient Rule to differentiate the function.
  2. Manipulate the function algebraically and differentiate without using the Quotient Rule.
  3. Show that the two derivatives are equivalent.
11.
\(f(x) = {\frac{x^{2}+3}{x}}\)
12.
\(f(x) = {\frac{x^{3}-2x^{2}}{2x^{2}}}\)
13.
\(f(x) = {\frac{3}{4s^{3}}}\)
14.
\(f(x) = {\frac{t^{2}-1}{t+1}}\)
Exercise Group.
Compute the derivative of the given function.
15.
\(k(y) = {y\sin\mathopen{}\left(y\right)}\)
16.
\(k(t) = {t^{3}\cos\mathopen{}\left(t\right)}\)
17.
\(p(q) = {e^{q}\ln\mathopen{}\left(q\right)}\)
18.
\(f(y) = {\frac{1}{y^{6}}\mathopen{}\left(\csc\mathopen{}\left(y\right)-5\right)}\)
19.
\(f(t) = {\frac{t+8}{t-4}}\)
20.
\(g(q) = {\frac{q^{3}}{\sin\mathopen{}\left(q\right)-8q^{2}}}\)
21.
\(h(y) = {\csc\mathopen{}\left(y\right)-e^{y}}\)
22.
\(h(t) = {\tan\mathopen{}\left(t\right)\ln\mathopen{}\left(t\right)}\)
23.
\(j(q) = {7q^{2}-6q-6}\)
24.
\(k(y) = {\frac{y^{6}+9y^{5}}{y+9}}\)
25.
\(k(r) = {\left(5r^{2}+7r+3\right)e^{r}}\)
26.
\(p(z) = {\frac{z^{9}+z^{5}}{e^{z}}}\)
27.
\(p(x) = {\left(8x^{3}-22x^{2}+5x\right)\frac{3x-25}{8x^{3}-22x^{2}+5x}}\)
28.
\(f(r) = {r^{5}\mathopen{}\left(\tan\mathopen{}\left(r\right)+e^{r}\right)}\)
29.
\(g(z) = {\frac{\csc\mathopen{}\left(z\right)}{\cos\mathopen{}\left(z\right)+2}}\)
30.
\(g({\theta}) = {\theta^{4}\sec\mathopen{}\left(\theta\right)+\frac{\sec\mathopen{}\left(\theta\right)}{\theta^{4}}}\)
31.
\(h(r) = {\frac{\cot\mathopen{}\left(r\right)}{r}+\frac{r}{\tan\mathopen{}\left(r\right)}}\)
32.
\(j(z) = e^3(\cos(\pi/6) - 1)\)
33.
\(j(x) = {7x^{5}e^{x}-\sin\mathopen{}\left(x\right)\cos\mathopen{}\left(x\right)}\)
34.
\(k(r) = {\frac{r^{2}\sin\mathopen{}\left(r\right)-7}{r^{2}\cos\mathopen{}\left(r\right)-9}}\)
35.
\(p(z) = {z^{4}\ln\mathopen{}\left(z\right)\cos\mathopen{}\left(z\right)}\)
36.
\(p(x) = {9x\cos\mathopen{}\left(x\right)\tan\mathopen{}\left(x\right)}\)
Exercise Group.
Find the equations of the tangent and normal lines to the graph of \(g\) at the indicated point.
37.
\(g(x) = {e^{x}\mathopen{}\left(x^{2}-7\right)}\) at \(\left(0,{-7}\right)\)
38.
\(g(x) = {x\cos\mathopen{}\left(x\right)}\) at \(\left({\frac{5\pi }{3}},{\frac{5\pi }{6}}\right)\)
39.
\(g(x) = {\frac{x^{2}}{x-\left(-4\right)}}\) at \(\left(-5,{-25}\right)\)
40.
\(g(x) = {\frac{\sin\mathopen{}\left(x\right)-2x}{x-8}}\) at \(\left(0,{0}\right)\)
Exercise Group.
Find the \(x\)-values where the graph of the function has a horizontal tangent line.
41.
\(f(x) = {x^{2}-17x-29}\)
42.
\(f(x) = x\sin(x)\) on \([-1,1]\)
43.
\(f(x) = {\frac{2x}{-3x+3}}\)
44.
\(f(x) = {\frac{3x^{2}}{x-2}}\)
Exercise Group.
Find the requested higher order derivative.
45.
\(\fpp(x)\text{,}\) where \(f(x) = x\sin(x)\)
46.
\(f^{(4)}(x)\text{,}\) where \(f(x) = x\sin(x)\)
47.
\(f''(x)\text{,}\) where \(f(x) = {\csc\mathopen{}\left(x\right)}\)
48.
\(f^{(9)}(x)\text{,}\) where \(f(x) = {\left(x^{3}-4x-3\right)\mathopen{}\left(x^{2}-9x-2\right)}\)
You have attempted of activities on this page.