← Unit 2 Guide

The Product & Quotient Rules

You can differentiate powers, trig, exponentials, logs. But what about their products and quotients — \(x^2\sin x\), or \(\frac{\sin x}{x}\)? You can’t just differentiate the pieces separately. This final lesson gives you the two rules that handle them, and closes a loop we left open last time.
Here’s the trap that makes these rules necessary: the derivative of a product is not the product of the derivatives. \((uv)' \ne u'v'\). The real rule accounts for the fact that both factors are changing at once, so you add up each factor’s contribution: \((uv)' = u'v + uv'\). The quotient rule is the same idea with a twist for division. Master these two and you can differentiate almost anything calculus throws at you.
Quick instinct check: to differentiate a product like \(x^2\sin x\), can you just differentiate each piece and multiply — \((uv)' = u'\cdot v'\)? It feels right. It's also wrong. Here's the proof.
Guess: is \((uv)'\) just \(u'\cdot v'\)? Reveal to check.
The naive guess \(u'v'\) (red) misses the real derivative (gold) by a mile. The reason is simple once you see it: in a product, both factors are changing at the same time, and the naive guess only counts them changing together. The product rule fixes exactly that.

Why both factors matter

Before the formula, the picture that explains it. Think of \(u\cdot v\) as the area of a rectangle with sides \(u\) and \(v\). When both sides grow a little, how much does the area grow? A strip appears on the right (\(v\cdot du\)) and a strip on top (\(u\cdot dv\)). Add them up — that's the product rule.

width u = 3.0 height v = 2.2

What you're looking at: the lime rectangle is \(uv\). Growing both sides adds the gold strip (\(v\,du\)) and the blue strip (\(u\,dv\)). The tiny dashed corner is too small to matter.

The two contributions

Divide by \(dx\) and you have the rule: \(\frac{d}{dx}(uv)=v\frac{du}{dx}+u\frac{dv}{dx}\), usually written \((uv)'=u'v+uv'\). The corner piece \(du\cdot dv\) vanishes in the limit — it's a tiny square next to two long strips.

This is why \((uv)'\ne u'v'\): the product changes when either factor changes, so you need both strips, not their product.

The rectangle picture gives the why. Now the how — turning \((uv)'=u'v+uv'\) into a quick, repeatable procedure.

The product rule in action

In practice it's a fixed recipe: name the two factors \(u\) and \(v\), differentiate each, then assemble \(u'v+uv'\). Step through \(f(x)=x^2\sin x\) — a case where you can't just expand.

Differentiating \(x^2\sin x\)
press step
Expand or use the rule?

Expand first when both factors are polynomials and multiplying out is clean — \((x+2)(x^2-x)\) is easier expanded. Use the product rule when a factor is trig, exponential, log, or a root, where expanding isn't possible.

\(x^2\sin x\) can't be expanded into a polynomial, so the product rule is the only way in.

Products are handled. Division is the other way functions combine — and it needs a closely-related but distinct rule, with one crucial sign change.

The quotient rule

Division needs its own rule. For \(\frac{u}{v}\), the derivative is \(\frac{u'v-uv'}{v^2}\). The numerator looks like the product rule but with a minus, and order matters — a popular memory hook is “low d-high minus high d-low, over low squared.”

Differentiating \(\dfrac{\sin x}{x^2}\)
press step
Watch the order

Unlike the product rule, the quotient rule is not symmetric — swapping the two terms flips the sign and gives the wrong answer. The derivative of the top comes first: \(u'v\), then \(-uv'\).

One restriction: \(v\ne0\). The rule only applies where the denominator isn't zero — which makes sense, since the function itself blows up there.

Here's the moment we've been building toward since Lesson 4. With the quotient rule in hand, a promise we made can finally be kept.

Closing the loop: why tan x = sec²x

Last lesson, we told you \(\frac{d}{dx}\tan x=\sec^2x\) but couldn't prove it — we didn't have the quotient rule yet. Now we do. Since \(\tan x=\frac{\sin x}{\cos x}\), the proof falls right out.

Proving \(\dfrac{d}{dx}\tan x=\sec^2 x\)
press step
The loop closes

The magic step is the Pythagorean identity \(\cos^2x+\sin^2x=1\), which collapses the whole numerator to \(1\). That's how a messy-looking quotient becomes the clean \(\sec^2x\).

The same method derives \(\cot\), \(\sec\), and \(\csc\) — every trig derivative from Lesson 4 traces back to \(\sin\), \(\cos\), and this one rule. Nothing was taken on faith after all.

The quotient rule always works — but “always works” isn’t the same as “always smart.” Often a moment of algebra saves a mess of calculus.

Don't always reach for the rule

The quotient rule is powerful but tedious — and often unnecessary. If a fraction simplifies first, do that instead. The smartest students check for cancellation before grinding through the rule. Tap each.

Simplify, or grind?
verdict

The rule of thumb: look for cancellation first. Only when nothing simplifies — like \(\frac{\sin x}{x^2}\) — do you commit to the full quotient rule.

One last thing before you go. You’ve spent five lessons collecting tools — the power rule, the trig and exponential derivatives, now product and quotient. Watch them all work together on functions that need several at once. This is the whole unit in one place.

The whole toolkit, working together

These four functions each need multiple rules from across the unit — a product or quotient on the outside, power or trig or exponential derivatives on the inside. Pick one and work it through; watch every rule you’ve learned fire in sequence.

Rules in play

Every derivative in calculus — no matter how intimidating — comes apart into pieces like these. The outer structure tells you the rule (product, quotient, and later the chain rule); the inner pieces are the basic derivatives you now know cold.

That’s the whole game. You started the unit computing one derivative with a page of limits. You’re ending it able to differentiate almost anything — in a few clean lines.

The whole idea on one card

Product rule: \((uv)′=u′v+uv′\) — each factor’s change times the other, added
The classic trap: \((uv)′\ne u′v′\) — you cannot just differentiate the pieces separately
Quotient rule: \(\left(\tfrac{u}{v}\right)′=\tfrac{u′v-uv′}{v^2}\) — “low d-high minus high d-low, over low squared”
Simplify before differentiating: if a quotient cancels (like \(\tfrac{x^2}{x}=x\)), skip the rule entirely

The ideas everything else builds on

Both factors change

A product’s rate of change adds each factor’s contribution: \((uv)′=u′v+uv′\).

Not the product of derivatives

The trap: \((uv)′\ne u′v′\). The naive guess ignores that both factors move at once.

Low d-high minus high d-low

The quotient rule, in order: \(\frac{u′v-uv′}{v^2}\). The minus and the order both matter.

Simplify first

Before the quotient rule, check for cancellation. \(\frac{x^2}{x}=x\) needs no rule at all.

Your turn

Five problems — the product rule on a polynomial-times-exponential and a trig product, the quotient rule, a simplify-first case, and \(\cot x\) the hard way. Try each before revealing.

Quick quiz

Eight fast checks across the whole lesson.

Question 1 of 8
Score: 0 / 0

Common mistakes & exam tips

Thinking \((uv)'=u'v'\)

The number-one error. The derivative of a product is \(u'v+uv'\), never the product of the derivatives. When in doubt, picture the rectangle strips.

Wrong order in the quotient rule

It's \(u'v-uv'\) on top, not \(uv'-u'v\). Swapping them flips every sign. “Low d-high minus high d-low” keeps the order straight.

Forgetting to square the denominator

The quotient rule denominator is \(v^2\), not \(v\). Dropping the square is a silent, costly slip.

Reaching for the quotient rule when you don't need it

If the fraction simplifies — \(\frac{x^2}{x}=x\), \(\frac{x^2+1}{x}=x+\frac1x\) — simplify first. The quotient rule on a simplifiable fraction is wasted effort and extra error-risk.

Sign errors with \(\cos\) inside the rules

When \(v=\cos x\), then \(v'=-\sin x\), and that minus interacts with the rule's own minus. Track the signs carefully on quotients involving cosine.

Forgetting the domain restriction

The quotient rule needs \(v\ne0\). Where the denominator is zero, the function and its derivative are both undefined.

On the AP exam

You can now see limits. Next: computing them — the limit laws, why plugging in usually just works, and the algebra toolkit (factoring, conjugates) for when it doesn't, including that \(\tfrac{\sqrt{x+4}-2}{x}\) mystery from the table. Computing Limits is next — or head back to the Unit 2 Guide.