Kurzius Math Notes

2.3 Product and Quotient Rules and Higher-Order Derivatives

AP Topics: 2.8, 2.9, 2.10, 3.6, 4.2

✎ p155 2–22 even, 23–26, 31, 33, 36, 37–51 odd, 54–68 even, 71, 75, 78, 81–83, 85, 93–95 | 100–103, 110, 111, 119, 128, 135, 142–145


The Product Rule

When you have the product of two functions, like $x^2\sin x$, to find the derivative you need to follow the product rule.

\[\frac{d}{dx}[f(x)g(x)] = f'(x)g(x) + f(x)g'(x)\]

The proof for this is straightforward enough that I encourage you to read through it in the book.

So, applying this to $x^2\sin x$ we get

\[\frac{d}{dx}[x^2\sin x] = 2x\sin x + x^2\cos x\]

In the case of more than two functions being multiplied, you can work your way down.

\[\begin{align*} \frac{d}{dx}[f(x)g(x)h(x)] &= f'(x)g(x)h(x) + f(x)\frac{d}{dx}[g(x)h(x)] \\ &= f'(x)g(x)h(x) + f(x)\left[g'(x)h(x)+g(x)h'(x)\right] \\ &= f'(x)g(x)h(x) + f(x)g'(x)h(x) + f(x)g(x)h'(x) \end{align*}\]

The last line is the real takeaway. You’ll have one term for each function, all while cycling through which function is differentiated.

For another example, let’s try $(3x-2x^2)(5+4x)$.

\[\begin{align*} \frac{d}{dx}[(3x-2x^2)(5+4x)] &= (3 - 4x)(5+4x) + (3x-2x^2)(4) \\ &= (15 - 8x - 16x^2) + (12x - 8x^2) \\ &= -24x^2 + 4x + 15 \end{align*}\]

Remember that you don’t need to simplify, but you need to be able to simplify, so it’s good practice.

The Quotient Rule

Similar to the product rule, save for now we are subtracting and there is a denominator involved.

\[\frac{d}{dx}\left[\frac{f(x)}{g(x)}\right] = \frac{f'(x)g(x) - f(x)g'(x)}{g(x)^2}\]

This is also why my version of the product rule looks a bit different than the book’s. My addition is reversed so that both the product rule and quotient rule reinforce the idea of “derivative of the first” then “derivative of the second”.

\[\begin{align*} \frac{d}{dx}\left[\frac{5x-2}{x^2+1}\right] &= \frac{(5)(x^2+1)-(5x-2)(2x)}{(x^2+1)^2} \\ &= \frac{(5x^2+5) - (10x^2-4x)}{(x^2+1)^2} \\ &= \frac{-5x^2+4x+5}{(x^2+1)^2} \end{align*}\]

Two things to note in the above example. One, the use of parentheses. The subtraction will trip you up without them and signs will be reversed. And b) that I left the denominator alone. You can of course expand it if you want, but leaving polynomials factored is a good idea since it will make it easier to simplify if possible.

There are a slew of good examples in the book, which I won’t repeat here. We’ll cover some in class, but make sure you take the time and go through all of them.

Derivatives of Trigonometric functions

We did sine and cosine, so now here’s the rest.

\[\begin{align*} \frac{d}{dx}[\tan x] &= \sec^2 x & \frac{d}{dx}[\cot x] &= -\csc^2 x \\ \frac{d}{dx}[\sec x] &= \sec x \tan x & \frac{d}{dx}[\csc x] &= -\csc x \cot x \end{align*}\]

Don’t forget about the cheat sheet in the book, and also the one here.

Higher Order Derivatives

I mentioned this in class already, but you can find the derivative of a derivative. Basically, the rate of change of the rate of change. In terms of the position function, this translates to acceleration (how your velocity is changing).

Since we have two different notations, you’ll see two different ways of expressing it. The book has another that does not appear on the AP exam.

For your prime notation, we add prime symbols up until the third one. After that, the number of the derivative goes in parentheses.

\[f' \quad f'' \quad f''' \quad f^{(4)} \quad \dots \quad f^{(n)}\]

For your $\frac{d}{dx}$ notation, power are added to the numerator and denominator.

\[\frac{d}{dx} \quad \frac{d^2}{dx^2} \quad \frac{d^3}{dx^3} \quad \dots \quad \frac{d^n}{dx^n}\]

Note that if the $y$ is included in the fraction, it is not receive the power.

\[\frac{dy}{dx} \quad \frac{d^2y}{dx^2} \quad \frac{d^3y}{dx^3} \quad \dots \quad \frac{d^ny}{dx^n}\]