Product rule — AP Calculus AB Study Guide
For: AP Calculus AB candidates sitting AP Calculus AB.
Covers: The product rule formula for derivatives, derivation from first principles, differentiation of products of two or more differentiable functions, and applications to finding tangent lines for AP-style exam problems.
You should already know: Limit definition of the derivative, basic derivative rules (power rule, trigonometric derivatives, constant multiple rule), algebraic factoring and expansion.
A note on the practice questions: All worked questions in the "Practice Questions" section below are original problems written by us in the AP Calculus AB style for educational use. They are not reproductions of past College Board / Cambridge / IB papers and may differ in wording, numerical values, or context. Use them to practise the technique; cross-check with official mark schemes for grading conventions.
1. What Is Product rule?
The product rule is a core differentiation rule in calculus, used to find the derivative of any function that can be written as the product of two or more differentiable functions. Within the AP Calculus AB CED, product rule is part of Unit 2: Differentiation: Definition and Fundamental Properties, which contributes 10–12% of the total AP exam score. Product rule questions appear in both multiple-choice (MCQ) and free-response (FRQ) sections, both as standalone questions and as a required intermediate step in larger problems covering other topics.
Before learning the product rule, you can only differentiate linear combinations of basic functions (sums, differences, constant multiples). When a function is the product of two non-constant functions, you cannot simply take the product of the individual derivatives—that approach gives an incorrect result, as we will see in common pitfalls. The product rule accounts for the fact that a small change in changes both factors in the product, so both factors contribute to the total rate of change of the function. Mastery of this rule is required for nearly all differentiation problems that come later in the course.
2. Product Rule for Two Differentiable Functions
For any function that can be written as , where and are both differentiable at , the product rule gives the derivative of by combining the derivatives of each individual factor. We can derive the product rule directly from the limit definition of the derivative to confirm its form: $$ f'(x) = \lim_{\Delta x \to 0} \frac{g(x+\Delta x)h(x+\Delta x) - g(x)h(x)}{\Delta x} $$ We add and subtract in the numerator to factor: $$ \text{Numerator} = g(x+\Delta x)\left(h(x+\Delta x) - h(x)\right) + h(x)\left(g(x+\Delta x) - g(x)\right) $$ Splitting the limit and using the fact that (since is differentiable, hence continuous), we get the final product rule formula: $$ \boxed{f'(x) = g(x)h'(x) + h(x)g'(x)} $$ The intuition for this formula is straightforward: when increases, the change in the product comes from two sources: the change in the first factor while the second stays constant, and the change in the second factor while the first stays constant. This gives the two terms in the formula.
Worked Example
Find the derivative of .
- First, identify the two factors: , .
- Calculate the derivatives of each factor: , .
- Substitute into the product rule formula: .
- Simplify by factoring out the common term : .
Exam tip: Always explicitly label in your FRQ working. This prevents sign and multiplication errors, and makes it clear to graders you understand the rule, which can help with partial credit if you make a small arithmetic error.
3. Product Rule for Three or More Functions
The product rule generalizes naturally to products of three or more differentiable functions, and this extension is commonly tested on AP exams. The pattern is simple: for factors multiplied together, the derivative will have terms, where each term is the derivative of exactly one factor multiplied by all the other original (unchanged) factors.
For three functions , the extended product rule is: $$ f'(x) = u'(x)v(x)w(x) + u(x)v'(x)w(x) + u(x)v(x)w'(x) $$ If you forget the extended pattern, you can always derive it by grouping two factors as a single product and applying the two-function product rule twice. For example: $$ f(x) = \left(u(x)v(x)\right)w(x) \implies f'(x) = \left(u(x)v(x)\right)'w(x) + \left(u(x)v(x)\right)w'(x) $$ Applying the two-function rule to gives , so substituting back gives the same extended formula we had earlier. This method is foolproof and requires no extra memorization.
Worked Example
Find the derivative of .
- Label the three factors: , , .
- Calculate individual derivatives: , , .
- Apply the extended product rule:
- Simplify by factoring out the common term :
Exam tip: If you get nervous about memorizing the extended rule for 3+ factors, always group two factors and apply the two-function rule twice. This will always give the same correct answer with no extra risk of misremembering the pattern.
4. Finding Tangent Lines with the Product Rule
One of the most common AP exam applications of the product rule is finding the equation of a tangent line to a curve that is defined as a product of functions. This problem combines your knowledge of the product rule with the geometric definition of the derivative as the slope of the tangent line. The process follows three core steps: 1) Use product rule to find , 2) Evaluate at the given to get the slope , 3) Find to get the point , then use point-slope form to write the tangent line equation.
Worked Example
Find the equation of the tangent line to at .
- Identify factors: , . Their derivatives are , .
- Apply product rule to find :
- Calculate the slope at : , so .
- Calculate the -coordinate of the point: , so the point is .
- Write the tangent line in slope-intercept form: .
Exam tip: If the product is of two polynomials, expand the original product and differentiate term-by-term to check your derivative. For this example, expanding , which gives derivative , matching our product rule result. This is a quick, reliable check for polynomial product problems.
5. Common Pitfalls (and how to avoid them)
- Wrong move: For , writing . Why: Students extend the pattern for sums incorrectly to products. Correct move: Always write the full product rule before starting, and remind yourself that derivative of a product is not the product of derivatives.
- Wrong move: For , writing , forgetting the second term of the product rule. Why: Confusion between constant multiple rule and product rule, students incorrectly pull the constant out and stop. Correct move: Either factor the constant out first so you only apply product rule to , or treat the constant as a factor with derivative zero, which will give the correct result.
- Wrong move: For , calculating . Why: Same as the first pitfall, students multiply derivatives instead of applying product rule. Correct move: Apply product rule: , which matches the chain rule result.
- Wrong move: For , writing . Why: Misremembering the extended pattern, taking derivative of two factors per term instead of one. Correct move: Follow the rule: each term has exactly one derivative, all other factors are unchanged, so .
- Wrong move: When finding a tangent line at , calculating instead of . Why: Rushing through the problem, mixing up what the original function and derivative represent. Correct move: Explicitly label "slope = " and "y-coordinate = " in your working to avoid mixing them up.
6. Practice Questions (AP Calculus AB Style)
Question 1 (Multiple Choice)
What is the derivative of ? A) B) C) D)
Worked Solution: First, identify as the product of and . Calculate derivatives: , and by the chain rule . Substitute into the product rule: $$ f'(x) = g(x)h'(x) + g'(x)h(x) = (4x)(2e^{2x}) + (4)(e^{2x}) = 8x e^{2x} + 4e^{2x} $$ Factor out to get . The correct answer is A.
Question 2 (Free Response)
Let . (a) Find . (b) Find the slope of the tangent line to at . (c) Is increasing or decreasing at ? Justify your answer.
Worked Solution: (a) Let and . Then and . Applying product rule: $$ f'(x) = (x^2 - 5x)(-\sin x) + (2x - 5)\cos x = -(x^2 - 5x)\sin x + (2x - 5)\cos x $$
(b) Substitute , using and : $$ f'(\pi) = -(\pi^2 - 5\pi)(0) + (2\pi - 5)(-1) = 5 - 2\pi \approx -1.28 $$ The slope of the tangent line is .
(c) is decreasing at . Justification: , and a function is decreasing at a point when its first derivative at that point is negative.
Question 3 (Application / Real-World Style)
A local bakery sells loaves of sourdough bread. The number of loaves sold per day depends on the price per loaf: . Over 12 weeks, the bakery raises prices gradually, so price after weeks is , for . Daily revenue is , in dollars. Find the rate of change of revenue with respect to time at , and interpret your result in context.
Worked Solution: First rewrite as a product of functions of : $$ N(p(t)) = 120 - 3(3 + 0.25t) = 111 - 0.75t, \quad R(t) = (111 - 0.75t)(3 + 0.25t) $$ Apply product rule, with , , so , : $$ R'(t) = (111 - 0.75t)(0.25) + (-0.75)(3 + 0.25t) $$ Evaluate at : $$ R'(8) = (111 - 6)(0.25) - 0.75(3 + 2) = (105)(0.25) - 0.75(5) = 26.25 - 3.75 = 22.5 $$ Interpretation: After 8 weeks of gradual price increases, the bakery's daily revenue is increasing at a rate of per week.
7. Quick Reference Cheatsheet
| Category | Formula | Notes |
|---|---|---|
| Product Rule (Two Functions) | If , then | Applies when both and are differentiable at ; derivative of product product of derivatives |
| Leibniz Notation | Common notation in FRQ, easy to track which term is differentiated | |
| Product Rule (Three Functions) | If , then | Each term differentiates exactly one factor; all other factors stay unchanged |
| Extended Product Rule (n Factors) | Rarely tested for on AB; group and apply two-function rule if unsure | |
| Constant Multiple Rule (Special Case) | If , then | Derived from product rule: derivative of constant is 0, so $f' = cg' + 0 \cdot g = cg' |
| Tangent Line Slope | Slope | Slope at always comes from the derivative, not the original function |
| Tangent Line Equation | Standard point-slope form; simplify to slope-intercept if requested by the question |
8. What's Next
Mastering the product rule is a non-negotiable prerequisite for every upcoming differentiation topic in AP Calculus AB. Immediately next, you will combine the product rule with the chain rule to differentiate composite functions that include products of simpler inner functions, a common source of points on both MCQ and FRQ. Later, you will rely on the product rule for implicit differentiation, related rates, and optimization problems, where most functions you need to differentiate are products of two or more simpler functions. Without a solid command of the product rule, you will be unable to correctly set up and solve these more complex problems, leading to unnecessary lost points. The pattern of the product rule also lays conceptual groundwork for integration by parts, a core technique in AP Calculus BC that extends directly from what you learn here.