The product rule is the second of the three great differentiation patterns AB and BC candidates must internalise, sitting between the constant multiple and power rules they meet in unit two and the chain rule that arrives in unit three. In plain terms, it tells you how to differentiate a function written as the product of two differentiable pieces: if y = u(x)·v(x), then dy/dx = u′(x)·v(x) + u(x)·v′(x). On the AP Calculus exam, the rule is not a stand-alone trick to memorise; it is the engine behind polynomial expansions, quotient rule shortcuts, and the derivative of trigonometric products such as x·sin x. Mastering it cleanly is one of the highest-leverage moves a candidate can make before the multiple-choice section and the free-response questions, and it is a frequent hinge point in preparation strategy discussions with private tutors and prep programmes alike.
The product rule stated precisely, and the algebra behind it
Begin with the formal statement, because examiners mark credit on exact language even when the computation is right. For two differentiable functions u and v of x, the derivative of the product uv is
d/dx [u(x)·v(x)] = u′(x)·v(x) + u(x)·v′(x).
Read that aloud. The first term keeps the second function unchanged and differentiates only the first; the second term does the opposite. Many candidates I have tutored lose a point on free-response items because they write one term and forget the other, or because they differentiate a single factor twice and submit something that looks tidy but is mathematically wrong. The mnemonic "first times derivative of second, plus second times derivative of first" is useful, but the underlying idea is that the derivative of a product is not the product of the derivatives. A clean way to see why: use the limit definition, expand (u + Δu)(v + Δv) − uv, factor, and take the limit as Δx → 0. The cross term u·Δv + v·Δu survives, and that cross term is exactly the product rule.
For AP purposes, the rule is not just a definition. It is the tool you reach for whenever a function is presented as a product of two simpler pieces, neither of which is a constant. A common judgement call: if one factor is a constant, the constant multiple rule is faster; if one factor is a single variable to a power, the power rule handles it alone. The product rule earns its keep when both factors depend on x in non-trivial ways. A typical AB-style problem might give you f(x) = (3x² + 1)(sin x) and ask for f′(x). Identify u = 3x² + 1 so that u′ = 6x, and v = sin x so that v′ = cos x. The product rule then returns f′(x) = 6x·sin x + (3x² + 1)·cos x, with no simplification required to earn the method point.
Worked micro-example, step by step. Differentiate g(x) = x³·eˣ.
- Identify u = x³, so u′ = 3x².
- Identify v = eˣ, so v′ = eˣ.
- Apply the rule: g′(x) = (3x²)·eˣ + x³·eˣ.
- Factor if asked: g′(x) = eˣ(3x² + x³) = x²·eˣ·(3 + x).
Notice that factoring is optional. On multiple-choice items the unsimplified form is usually enough; on FRQs the rubric often awards a method point for the correct application and a second point for simplification when it is natural. Read the rubric expectations for the specific year of the exam you are sitting, because that detail shifts between administrations.
Where the product rule appears in the AP Calculus exam format
The AP Calculus exam is split into a multiple-choice section and a free-response section, with the AB and BC variants differing in scope but sharing the underlying differentiation toolkit. In both, the product rule is woven into roughly 15 to 20 percent of derivative questions across units two and three, either as the primary tool or as a building block inside a chain rule or implicit differentiation problem. The exact percentage shifts by year, but you should expect the rule to be load-bearing in at least one MCQ and at least one FRQ on a typical sitting.
Unit two of the Course and Exam Description (CED) covers differentiability and the basic rules. The product rule sits there explicitly, alongside the constant, sum, difference, and power rules. Unit three introduces composite functions and the chain rule, and the moment a composite is multiplied by another function the two rules combine. A common test design pattern: give the student a function like h(x) = (x² + 1)⁴·sin x, where the chain rule differentiates the (x² + 1)⁴ factor and the product rule stitches it onto the differentiated sin x factor. Candidates who have practised each rule in isolation often stumble when they meet them stacked.
FRQ placement matters too. The first two FRQs typically test differentiation in context, often involving a function defined by an equation, a table, or a graph. A typical AB FRQ 1 might give you a function f defined on a closed interval, ask for f′, then for the equation of a tangent line, then for an interval where f is increasing. If f is a product, every derivative step depends on the product rule. The BC exam adds volume of revolution, polar, and parametric contexts where the product rule can show up inside a chain rule for parametric derivatives. Knowing where the rule lives in the exam architecture helps you budget your preparation: spend time on plain product-rule drills early, then move to mixed-rule problems in the four to six weeks before the sitting.
Here is a compact map of the rule's likely homes.
| Section | Question type | Likely role of the product rule |
|---|---|---|
| MCQ Part A (no calculator) | Single derivative | Stand-alone product rule on a polynomial-trig product |
| MCQ Part B (calculator) | Interpretive derivative | Product rule hidden inside a context problem |
| FRQ 1 (AB) / FRQ 1 (BC) | Differentiation in context | Product rule used twice in a multi-part problem |
| FRQ 2 (BC only) | Parametric or polar | Product rule inside a chain rule for dy/dx |
| FRQ 3 / 4 | Accumulation or application | Product rule applied to find a critical point for a later integral |
Notice that in the calculator-allowed MCQ section, the product rule may already be computed for you; your job shifts to interpretation, sign analysis, or evaluating at a point. That is a different skill from rule execution, and it is worth practising both.
How the product rule differs between AB and BC
The AB exam and the BC exam share the product rule as a baseline expectation. The difference is what gets built on top of it. AB candidates are expected to apply the rule to standard products such as polynomials times trigonometric functions, exponentials, or radicals. BC candidates are expected to apply the same rule inside more elaborate structures: parametric derivatives, implicit differentiation, and accumulation problems where the product rule interacts with the Fundamental Theorem of Calculus.
A concrete AB-level problem might be: given f(x) = (x² − 4)·ln x for x > 0, find f′(2). The work is direct. Identify u = x² − 4, u′ = 2x, v = ln x, v′ = 1/x. Then f′(x) = 2x·ln x + (x² − 4)/x, and f′(2) = 4·ln 2 + 0 = 4 ln 2. No tricks, no stacked rules, no implicit context.
A concrete BC-level problem might be: a curve is given parametrically by x(t) = t·eᵗ, y(t) = t²·cos t, and you are asked for dy/dx at t = 1. The work requires the parametric derivative formula dy/dx = (dy/dt) / (dx/dt), and each of dy/dt and dx/dt is a product-rule application. The answer then is
dy/dx = (2t·cos t − t²·sin t) / (eᵗ + t·eᵗ) evaluated at t = 1.
Notice what changed. The candidate must apply the product rule twice, divide, and evaluate. The same underlying rule, but it now sits inside a layered procedure. For BC preparation, the rule should be practised both in isolation and inside these stacked structures; otherwise candidates freeze on test day not because they do not know the rule, but because they cannot recognise it under the camouflage of parametric notation.