Study Guide

Product Rule

AP Calculus BCΒ· AP Calculus BC CED β€” Differentiation: Definition and Fundamental PropertiesΒ· 14 min read

1. Core Definition & Two-Function Product Ruleβ˜…β˜…β˜†β˜†β˜†β± 4 min

The product rule is a fundamental differentiation technique that lets you compute the derivative of a product of two differentiable functions without expanding the product, which is impossible for non-polynomial products like or . It accounts for 10–12% of Unit 2 points on the AP exam, and is foundational for nearly all advanced differentiation topics.

πŸ“˜ Definition

Product Rule for Two Functions

ddx[f(x)g(x)]=f(x)gβ€²(x)+g(x)fβ€²(x)\frac{d}{dx}\left[f(x)g(x)\right] = f(x)g'(x) + g(x)f'(x)

For two differentiable functions and , the derivative of their product equals the first function times the derivative of the second, plus the second function times the derivative of the first.

πŸ”¬ Derivation
Goal:

Derive the product rule from the limit definition of the derivative

Starting from:

Let . By definition:

  1. 1

    Add and subtract to split the limit:

  2. 2
    lim⁑Δxβ†’0[f(x+Ξ”x)g(x+Ξ”x)βˆ’g(x)Ξ”x+g(x)f(x+Ξ”x)βˆ’f(x)Ξ”x]\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]
  3. 3

    Take the limit, using continuity of differentiable functions, so

Result:

This simplifies to the standard product rule formula

πŸ“ Worked Example

Find the derivative of

  1. 1

    Identify the two functions: and

  2. 2

    Compute derivatives of each function:

  3. 3
    fβ€²(x)=6xβˆ’2gβ€²(x)=ex+cos⁑xf'(x) = 6x - 2 \\ g'(x) = e^x + \cos x
  4. 4

    Substitute into the product rule formula:

  5. 5
    hβ€²(x)=(3x2βˆ’2x)(ex+cos⁑x)+(ex+sin⁑x)(6xβˆ’2)h'(x) = (3x^2 - 2x)(e^x + \cos x) + (e^x + \sin x)(6x - 2)
  6. 6

    If expanded form is requested, simplify to:

  7. 7
    hβ€²(x)=3x2ex+4xexβˆ’2ex+3x2cos⁑xβˆ’2xcos⁑x+6xsin⁑xβˆ’2sin⁑xh'(x) = 3x^2e^x + 4xe^x - 2e^x + 3x^2\cos x - 2x\cos x + 6x\sin x - 2\sin x

Exam tip:

On the AP exam, you do not need to expand the final derivative unless explicitly asked; factored form is almost always acceptable for full credit.

2. Product Rule for Three or More Functionsβ˜…β˜…β˜…β˜†β˜†β± 4 min

The product rule extends naturally to any number of differentiable functions by applying the two-function rule repeatedly, and a clear pattern emerges: for functions, the derivative is the sum of terms, where each term differentiates exactly one function and leaves all others unchanged. AP exams most commonly test products of 3 functions in multiple-choice questions.

πŸ”¬ Derivation
Goal:

Derive the product rule for three functions

Starting from:

Group the product as to apply the two-function rule

  1. 1

    Apply the two-function product rule first:

  2. 2
    ddx[f(gh)]=fβ€²(gh)+fddx(gh)\frac{d}{dx}[f (gh)] = f' (gh) + f \frac{d}{dx}(gh)
  3. 3

    Apply the two-function rule again to :

  4. 4
    =fβ€²gh+f(gβ€²h+ghβ€²)=fβ€²gh+fgβ€²h+fghβ€²= f' g h + f (g' h + g h') = f' g h + f g' h + f g h'
Result:

The pattern holds: functions produce exactly terms in the derivative, one for each differentiated function.

πŸ“ Worked Example

Find the derivative of

  1. 1

    Label the three functions: , ,

  2. 2

    Compute individual derivatives:

  3. 3
    f1β€²(x)=1f2β€²(x)=βˆ’sin⁑xf3β€²(x)=1xf_1'(x) = 1 \\ f_2'(x) = -\sin x \\ f_3'(x) = \frac{1}{x}
  4. 4

    Apply the 3-function product rule:

  5. 5

    Substitute and simplify, cancelling the term in the final term:

  6. 6
    dydx=cos⁑xln⁑xβˆ’xsin⁑xln⁑x+cos⁑x\frac{dy}{dx} = \cos x \ln x - x \sin x \ln x + \cos x

Exam tip:

Always confirm you have exactly 3 terms for a 3-function product; missing one term is the most common mistake on these problems.

3. Tangent Line Applicationsβ˜…β˜…β˜†β˜†β˜†β± 5 min

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 point-slope form of a line, tested frequently in both MCQ and early FRQ sections. To solve, you need two values: the tangency point where , and the slope found via the product rule.

πŸ“ Worked Example

Find the equation of the tangent line to at

  1. 1

    Find the -coordinate of the tangency point:

  2. 2
    h(2)=(22βˆ’4)(22)=0β‹…4=0h(2) = (2^2 - 4)(2^2) = 0 \cdot 4 = 0
  3. 3

    The tangency point is

  4. 4

    Identify functions and compute their derivatives:

  5. 5
    f(x)=x2βˆ’4,fβ€²(x)=2xg(x)=2x,gβ€²(x)=2xln⁑2f(x) = x^2 - 4, \quad f'(x) = 2x \\ g(x) = 2^x, \quad g'(x) = 2^x \ln 2
  6. 6

    Apply the product rule to get :

  7. 7
    hβ€²(x)=(x2βˆ’4)(2xln⁑2)+2x(2x)h'(x) = (x^2 - 4)(2^x \ln 2) + 2^x (2x)
  8. 8

    Evaluate to get the slope:

  9. 9
    hβ€²(2)=(4βˆ’4)(4ln⁑2)+4(4)=0+16=16h'(2) = (4 - 4)(4 \ln 2) + 4(4) = 0 + 16 = 16
  10. 10

    Write and simplify the tangent line equation:

  11. 11
    yβˆ’0=16(xβˆ’2)y=16xβˆ’32y - 0 = 16(x - 2) \\ y = 16x - 32

Exam tip:

Always calculate the -coordinate before the slope; it is common to accidentally plug into the derivative for , costing easy points.

4. AP-Style Concept Checkβ˜…β˜…β˜…β˜†β˜†β± 3 min

βœ“ Quick check

Test your understanding with this AP-style multiple-choice question:

  1. Which of the following is equal to ?

    • A)

    • B)

    • C)

    • D)

    Reveal answer
    D β€”

    Apply the product rule: , . , . Substitute into to get the correct result.

5. Common Pitfalls

Wrong move:

Writing instead of

Why:

Students confuse the derivative of a product with the product of derivatives, incorrectly assuming the derivative distributes over multiplication like it does over addition

Correct move:

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 trigonometric functions with negative derivatives 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 all product rule terms, 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 two-function 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 differentiated function

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 extra 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 questions sometimes ask for a 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 full derivative function

6. Quick Reference Cheatsheet

Category

Formula

Notes

Product Rule (2 functions)

Applies when both and are differentiable; mnemonic: first d-second plus second d-first

Product Rule (3 functions)

One term per 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

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

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· MCQ

    Find derivative of product of two functions

  • 2022 Β· FRQ

    Tangent line to product function

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 building the habit of applying it correctly will pay off for the entire course.