Product rule — AP Calculus BC Study Guide
For: AP Calculus BC candidates sitting AP Calculus BC.
Covers: The product rule formula for products of two differentiable functions, extension to three or more functions, tangent line applications, and algebraic simplification of product rule derivatives for AP exam questions.
You should already know: Limit definition of the derivative, basic power rule for polynomials, derivative rules for trigonometric, exponential, and logarithmic functions.
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 BC 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 technique that allows you to compute the derivative of a product of two or more differentiable functions, without needing to expand the product (which is often impossible for non-polynomial products like or ). This rule is derived directly from the limit definition of the derivative, so it is consistent with all other fundamental differentiation properties you have learned. Per the AP Calculus CED, Unit 2 (Differentiation: Definition and Fundamental Properties) accounts for 10–12% of the total AP exam score, and product rule problems appear in both multiple-choice (MCQ) and free-response (FRQ) sections. You will also see product rule used as a foundational step for more advanced topics later in the course, so mastering it early is critical. Sometimes it is called the Leibniz product rule, after its discoverer, but you will almost always see it referred to as the product rule on the AP exam.
2. Product Rule for Two Functions
If we have two differentiable functions and , their product is also differentiable, and its derivative is given by the product rule formula. To build intuition for why the formula has its form, we can derive it quickly from the limit definition of the derivative: $$ h'(x) = \lim_{\Delta x \to 0} \frac{f(x+\Delta x)g(x+\Delta x) - f(x)g(x)}{\Delta x} $$ Add and subtract in the numerator to split the limit into two separate terms: $$ \lim_{\Delta x \to 0} \left[ f(x+\Delta x) \frac{g(x+\Delta x) - g(x)}{\Delta x} + g(x) \frac{f(x+\Delta x) - f(x)}{\Delta x} \right] $$ Taking the limit as , this simplifies to the standard product rule: . The intuition is that the derivative of the product accounts for the change in both functions: the first function times the change in the second, plus the second function times the change in the first. A common mnemonic to remember the order is "first times derivative of the second, plus second times derivative of the first".
Worked Example
Find the derivative of .
- Identify the two functions: let (first function) and (second function).
- Compute the derivative of each function: , .
- Apply the product rule formula: .
- Substitute and simplify (expand only if required):
- If expanded form is requested:
Exam tip: On the AP exam, you do not always need to expand the final derivative unless the question explicitly asks for expanded form; leaving it in factored product rule form is usually acceptable for full credit.
3. Product Rule for Three or More Functions
The product rule can be extended to any number of differentiable functions by applying the two-function rule repeatedly, and a clear pattern emerges that makes it easy to remember. For three functions , group the product as and apply the two-function rule: $$ \frac{d}{dx}[f g h] = f' (g h) + f \frac{d}{dx}(g h) = f' g h + f (g' h + g h') = f' g h + f g' h + f g h' $$ The general pattern for functions is simple: the derivative is the sum of terms, where each term is the product of all original functions except we take the derivative of exactly one function. AP exams rarely ask for products of more than 3 functions, but 3-function products commonly appear in MCQ problems.
Worked Example
Find the derivative of .
- Label the three functions: , , .
- Compute the derivative of each individual function: , , .
- Apply the 3-function product rule: .
- Substitute and simplify: The terms cancel in the final term, so the simplified derivative is:
Exam tip: When working with 3-function products, always double-check that you have exactly three terms in your derivative; missing one term is the most common mistake on these problems.
4. Tangent Lines to Product Functions
A common AP exam application of the product rule is finding the equation of a tangent line to a curve defined as a product of functions. This combines the product rule with the point-slope form of a line, a skill tested frequently in both MCQ and early FRQ parts, and it serves as a foundation for later topics like linear approximation. To solve these problems, you need two pieces of information: the point of tangency (where for product function ) and the slope of the tangent line at , which equals found via the product rule. Once you have these values, substitute into point-slope form to get the tangent line equation.
Worked Example
Find the equation of the tangent line to at .
- Find the -coordinate of the tangency point: , so the point is .
- Identify the two functions: , , and compute their derivatives: , .
- Apply the product rule to get : .
- Evaluate to get the slope: , so .
- Write the tangent line equation: , or simplified to slope-intercept form: .
Exam tip: Always compute the -coordinate of the tangency point before you compute the slope; it is common to accidentally plug into the derivative for , which costs easy points.
5. Common Pitfalls (and how to avoid them)
- Wrong move: Writing instead of . Why: Students confuse the derivative of a product with the product of derivatives, assuming the derivative distributes over multiplication the same way it distributes over addition. Correct move: Always recall the mnemonic "first derivative of second plus second derivative of first" before starting, and confirm you have two terms for a product of two functions.
- Wrong move: Forgetting the negative sign when differentiating cosine or other negative derivative trigonometric functions in the product rule step. Why: Students focus on remembering the product rule structure and ignore basic derivative rules for individual functions. Correct move: After writing out all terms of the product rule, double-check the derivative of each individual function for sign errors before simplifying.
- Wrong move: Missing a term when differentiating a three-function product (e.g., writing omitting the term). Why: Students try to apply the two-function rule intuition directly to three functions and count the wrong number of terms. Correct move: For any product of functions, confirm you have exactly terms in your derivative before proceeding, one for each function you differentiated.
- Wrong move: Expanding the entire product before differentiating, leading to algebraic errors on higher-degree polynomial products. Why: Students think expanding is easier than applying the product rule, but it introduces unnecessary multiplication steps. Correct move: Always use the product rule for products of any functions, even polynomials, to avoid extra algebraic work and reduce error.
- Wrong move: Evaluating the derivative of each function at before applying the product rule, leading to an incorrect constant when a general derivative function is requested. Why: Students rush to plug in the given value when asked for a slope, but the question sometimes asks for the general derivative first. Correct move: Read the question carefully: if it asks for a general derivative, do not plug in the value until after you have found the derivative function.
6. Practice Questions (AP Calculus BC Style)
Question 1 (Multiple Choice)
Which of the following is equal to ? A) B) C) D)
Worked Solution: Let and . By the two-function product rule, . Compute the individual derivatives: and . Substitute into the formula to get: . This matches option D. The correct answer is D.
Question 2 (Free Response)
Let . (a) Find , the general derivative of . (b) Find the slope of the tangent line to at . (c) Is the function increasing or decreasing at ? Justify your answer.
Worked Solution: (a) Label the three differentiable functions: , , . Their derivatives are , , . Apply the 3-function product rule: $$ h'(x) = f'(x)g(x)k(x) + f(x)g'(x)k(x) + f(x)g(x)k'(x) $$ Substitute and factor to simplify: $$ h'(x) = 2 e^x \sin x + 2x e^x \sin x + 2x e^x \cos x = 2e^x\left(\sin x + x \sin x + x \cos x\right) $$
(b) Evaluate to get the slope. We know and , so: $$ h'(\pi) = 2e^\pi\left(0 + \pi(0) + \pi(-1)\right) = -2\pi e^\pi $$ The slope of the tangent line at is .
(c) The function is decreasing at . Justification: For a differentiable function, the sign of the derivative at a point determines whether the function is increasing or decreasing. Since , is decreasing at .
Question 3 (Application / Real-World Style)
A biologist is modeling the population of bacteria in a petri dish as a function of time (measured in hours) given by , where is measured in thousands of bacteria. Find the rate of change of the population at hours, and interpret your result in context.
Worked Solution: We need to find the instantaneous rate of change. Let and . Apply the product rule: $$ P'(t) = f(t)g'(t) + g(t)f'(t) = t(-2e^{-t}) + (10 + 2e^{-t})(1) = 10 + 2e^{-t} - 2t e^{-t} $$ Evaluate at : $$ P'(2) = 10 + 2e^{-2} - 4e^{-2} = 10 - 2e^{-2} \approx 10 - 2(0.135) = 9.73 $$ Since is measured in thousands of bacteria, the rate of change is approximately 9.73 thousand bacteria per hour. Interpretation: At 2 hours after the start of the experiment, the population of bacteria is increasing at a rate of approximately 9730 bacteria per hour.
7. Quick Reference Cheatsheet
| Category | Formula | Notes |
|---|---|---|
| Product Rule (2 functions) | Applies when both and are differentiable at ; mnemonic: first d-second plus second d-first | |
| Product Rule (3 functions) | One term for each differentiated function; functions give terms total | |
| Tangent Line (product function) | , is slope found via product rule | |
| n-function product rule | Works for any number of differentiable functions; rarely tested for on AP | |
| Constant multiple rule (special case) | Special case of product rule where one function is constant; use this instead of full product rule | |
| Factored polynomial derivative | Faster than expanding, reduces algebraic error for higher-degree polynomials |
8. What's Next
Mastering the product rule is an essential prerequisite for the next core topic in Unit 2: the quotient rule, which is derived directly from the product rule and power rule. Without a solid understanding of product rule, you will struggle to correctly apply the quotient rule and avoid common sign and term errors. Beyond Unit 2, the product rule is a foundational step for the chain rule, implicit differentiation, logarithmic differentiation, and integration by parts later in the course. Nearly every complex differentiation problem you will encounter on the AP exam will require the product rule at some step, so the habit of applying it correctly will pay off for the entire course.