AP Calculus AB Unit 2 Notes: Differentiating Products and Quotients
The Product Rule
What the product rule is
When you differentiate, you’re usually trying to find the instantaneous rate of change of a quantity. Many functions you meet in calculus are built by combining simpler pieces. One very common combination is multiplication: you might have a function like where two separate expressions both depend on .
The product rule is the differentiation rule that tells you how to find the derivative of a product of two differentiable functions. The key idea is that when changes, both factors can change—so the rate of change of their product comes from both contributions.
Formally, if , then
Why it matters (and why you can’t just “differentiate each part”)
A tempting but incorrect guess is:
That’s almost never true. The reason is conceptual: the product changes because might change while stays roughly the same _and_ because might change while stays roughly the same—those are two separate “sources” of change that must be added.
A quick reality check with a simple example shows the problem. Let and . Then so the derivative should be .
If you incorrectly used you’d get , which is clearly not the same as .
How it works (the mechanism behind the rule)
A helpful way to understand the product rule is to think in terms of small changes. Suppose increases by a tiny amount, creating small changes and in the factors. Then the product changes like this:
Expanding gives:
Now divide by to think about rates of change:
As , the terms and approach and . The remaining term goes to because both and become very small, making their product “extra small.” What’s left is the product rule:
This reasoning is worth knowing because it prevents a common mistake: thinking differentiation “distributes” over multiplication the way it does over addition.
How to apply the product rule reliably
When you see a product of two functions of , use this consistent process:
- Identify the two factors as and . (If there are more than two factors, you can group them into two parts.)
- Differentiate each factor separately to get and .
- Plug into .
- Simplify only after the structure is correct.
A strong habit: rewrite the result as “first times derivative of second plus second times derivative of first,” but be careful not to swap which one you differentiate in each term.
Memory aid
A common mnemonic is:
- “Left d right + right d left”
Meaning: keep the left factor, differentiate the right, then add keep the right, differentiate the left.
Worked examples
Example 1: Polynomial times trig
Differentiate:
Step 1: Identify factors.
Step 2: Differentiate each.
Step 3: Apply product rule.
That is already a correct final form. You can factor something if it helps later, but you should not try to combine the sine and cosine terms as “like terms” (they aren’t).
Example 2: Two algebraic expressions
Differentiate:
You could expand first, but the product rule often reduces algebra errors.
Let
Then
Apply product rule:
You may expand if needed (for example, if asked to evaluate at a specific , you might not need to fully expand).
Product rule with more than two factors (what to do)
AP problems sometimes include products like . The product rule is stated for two factors, so you typically handle this by grouping:
Differentiate the grouped product as one factor, then apply product rule again (or use product rule once with and , and inside compute using product rule).
In many AB-level problems, it’s also common that one “factor” is something like and the other factor is a more complicated expression. Grouping is your friend.
Common misconceptions to watch for (woven into your process)
- Mistaking product rule for “derivative of each”: writing instead of .
- Differentiating the same factor twice: for instance, writing because you forget the “keep one, differentiate the other” structure.
- Over-expanding too early: expanding can be valid, but it often increases algebra mistakes. If you expand, do it carefully and consider whether it’s even necessary.
Exam Focus
- Typical question patterns:
- Differentiate a function that is clearly a product, often involving trig, exponential, or logarithmic expressions multiplied by a polynomial.
- Find the slope of the tangent line at a point: compute and then write the tangent line.
- Compute a related rate or instantaneous rate of change where the given quantity is modeled as a product (for example, area or revenue modeled by multiplying two changing factors).
- Common mistakes:
- Forgetting one of the two terms in .
- Differentiating correctly but then making an algebra sign error when distributing or simplifying.
- Treating expressions like and as like terms and trying to combine them.
The Quotient Rule
What the quotient rule is
A second very common way functions are built is division. If
and both and are differentiable (and where you’re evaluating), then the quotient rule tells you how to differentiate that ratio.
The quotient rule is:
The structure matters: it’s not symmetric like the product rule, and the subtraction order is important.
Why it matters (rates of change of “per” quantities)
Quotients often represent “per” measurements:
- average cost per item,
- concentration (amount per volume),
- velocity as distance per time (in some contexts),
- density as mass per volume.
When you have , a change in can change both the numerator and denominator, and those changes interact. The quotient rule captures how a changing denominator affects the overall rate—something you miss if you naively do “top derivative over bottom derivative.”
A common incorrect idea is:
That is generally false. One quick check: if and , then and the derivative is . But , which does not match.
How it works (connecting it to the product rule)
One of the best ways to understand the quotient rule is to connect it to something you already know: the product rule.
Rewrite a quotient as a product using a negative exponent:
Now differentiate using the product rule:
To proceed, you need the derivative of . Using the chain rule idea (differentiate as times ), you get:
Substitute back:
Put over a common denominator :
This perspective helps you remember that the denominator gets squared because you’re effectively combining terms over a common denominator.
How to apply the quotient rule reliably
To differentiate without sign mistakes, do this every time:
- Clearly label the numerator and the **denominator** .
- Compute and separately.
- Substitute into
- Simplify (factor, cancel common factors) only after you’ve correctly written the quotient rule expression.
A crucial warning: you can simplify the original function before differentiating if it truly simplifies (for example, canceling a common factor that is not zero). But do not “cancel” across a plus sign, and remember that cancellations can change the domain if you aren’t careful.
Memory aid
A widely used mnemonic is:
- “Low d high minus high d low, over low squared”
Here “high” means the top (numerator) and “low” means the bottom (denominator). The phrase captures both the subtraction order and the squared denominator.
Notation reference (so you can read questions fluently)
On AP Calculus, derivatives can be written in several equivalent ways:
| Meaning | Common notation |
|---|---|
| Derivative of with respect to | |
| Derivative of | |
| Operator form |
For quotient rule problems, you may see any of these, but the underlying computation is the same.
Worked examples
Example 1: Rational function
Differentiate:
Step 1: Identify numerator and denominator.
Step 2: Differentiate each.
Step 3: Apply quotient rule.
Step 4: Simplify (optional but often nice).
Expand the numerator carefully:
So numerator becomes:
Final:
Notice how the denominator is squared exactly as the rule predicts.
Example 2: Trig over polynomial
Differentiate:
Here
Then
Apply quotient rule:
You can simplify:
Factor an from the numerator:
Cancel a factor of (valid for , which is already required because the original function has in the denominator):
Both forms are acceptable unless a problem asks for a specific simplified form.
When you can avoid the quotient rule (and when you shouldn’t)
Sometimes rewriting makes differentiation easier and less error-prone. For example:
Then you can use the power rule instead of quotient rule.
Similarly,
This turns the problem into a product, which you can differentiate using the product rule (and then chain/power rules as needed).
However, you should be cautious about rewriting when the denominator is a complicated expression like . Writing is valid, but differentiating requires careful chain rule work, and many students find the quotient rule more straightforward in that situation.
Common misconceptions and error traps
- Wrong subtraction order: writing instead of . This produces the negative of the correct answer.
- Forgetting to square the denominator: writing denominator as instead of .
- “Derivative of top over derivative of bottom”: writing , which is not a rule.
- Canceling illegally before differentiating: you may cancel common factors (like an multiplying the entire numerator and entire denominator), but you cannot cancel terms separated by addition/subtraction.
A conceptual application (why changing denominators matter)
Suppose is total cost and is number of items produced, both depending on some parameter (like time or production setting). Average cost per item might be:
The derivative is not just “change in cost divided by change in items.” If increases, that can _reduce_ average cost even if also increases—because a growing denominator can pull the ratio down. The quotient rule encodes that tug-of-war through the difference .
Exam Focus
- Typical question patterns:
- Differentiate a rational function, especially polynomials in a quotient, sometimes followed by evaluating .
- Differentiate a quotient involving trig, exponential, or logarithmic functions in the numerator or denominator.
- Tangent line or normal line problems where the derivative comes from a quotient rule expression.
- Common mistakes:
- Dropping parentheses so that only part of the numerator is subtracted, especially with expressions like .
- Squaring only part of the denominator: for instance, turning into (which is different).
- Simplifying too early and canceling terms that are not common factors.