Study Guide

Product Rule

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

1. Product Rule for Two Differentiable Functionsβ˜…β˜…β˜†β˜†β˜†β± 4 min

For any function , where and are both differentiable at , the product rule can be derived directly from the limit definition of the derivative.

πŸ”¬ Derivation
Goal:

Derive the product rule formula from first principles

Starting from:

The limit definition of for

  1. 1

    Start with the standard limit definition:

  2. 2
    fβ€²(x)=lim⁑Δxβ†’0g(x+Ξ”x)h(x+Ξ”x)βˆ’g(x)h(x)Ξ”xf'(x) = \lim_{\Delta x \to 0} \frac{g(x+\Delta x)h(x+\Delta x) - g(x)h(x)}{\Delta x}
  3. 3

    Add and subtract in the numerator to factor:

  4. 4
    Numerator=g(x+Ξ”x)(h(x+Ξ”x)βˆ’h(x))+h(x)(g(x+Ξ”x)βˆ’g(x))\text{Numerator} = g(x+\Delta x)\left(h(x+\Delta x) - h(x)\right) + h(x)\left(g(x+\Delta x) - g(x)\right)
  5. 5

    Split the limit, use the fact that differentiable functions are continuous (), and apply the definition of and .

Result:

We arrive at the standard product rule formula for two functions.

πŸ“˜ Definition

Product Rule (Two Functions)

f(x)=g(x)h(x)f(x) = g(x)h(x)

If both and are differentiable at , the derivative of is:

Example:

For ,

πŸ“ Worked Example

Find the derivative of .

  1. 1
    1. Identify the two differentiable factors:
  2. 2
    g(x)=x3,h(x)=sin⁑xg(x) = x^3, \quad h(x) = \sin x
  3. 3
    1. Calculate the derivatives of each factor:
  4. 4
    gβ€²(x)=3x2,hβ€²(x)=cos⁑xg'(x) = 3x^2, \quad h'(x) = \cos x
  5. 5
    1. Substitute into the product rule formula:
  6. 6
    fβ€²(x)=g(x)hβ€²(x)+h(x)gβ€²(x)=x3cos⁑x+(sin⁑x)(3x2)f'(x) = g(x)h'(x) + h(x)g'(x) = x^3 \cos x + (\sin x)(3x^2)
  7. 7
    1. Simplify by factoring out the common term :
  8. 8
    fβ€²(x)=x2(xcos⁑x+3sin⁑x)f'(x) = x^2\left(x \cos x + 3 \sin x\right)

Exam tip:

Always explicitly label in FRQ working to earn partial credit for small errors.

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

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.

πŸ“˜ Definition

Product Rule (Three Functions)

f(x)=u(x)v(x)w(x)f(x) = u(x)v(x)w(x)

The derivative is given by:

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. This method requires no extra memorization and always gives the correct result.

πŸ“ Worked Example

Find the derivative of .

  1. 1
    1. Label the three factors and their individual derivatives:
  2. 2
    u(x)=2x,uβ€²(x)=2v(x)=ex,vβ€²(x)=exw(x)=cos⁑x,wβ€²(x)=βˆ’sin⁑xu(x) = 2x, \quad u'(x) = 2 \\ v(x) = e^x, \quad v'(x) = e^x \\ w(x) = \cos x, \quad w'(x) = -\sin x
  3. 3
    1. Apply the extended product rule:
  4. 4
    fβ€²(x)=(2)(ex)(cos⁑x)+(2x)(ex)(cos⁑x)+(2x)(ex)(βˆ’sin⁑x)f'(x) = (2)(e^x)(\cos x) + (2x)(e^x)(\cos x) + (2x)(e^x)(-\sin x)
  5. 5
    1. Simplify by factoring out the common term :
  6. 6
    fβ€²(x)=2ex(cos⁑x+xcos⁑xβˆ’xsin⁑x)f'(x) = 2e^x\left(\cos x + x \cos x - x \sin x\right)

Exam tip:

If you forget the extended pattern, group two factors and apply the two-function rule twice for a foolproof result.

3. AP Application: Finding Tangent Linesβ˜…β˜…β˜…β˜†β˜†β± 4 min

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, following 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 .

  1. 1
    1. Identify factors and their derivatives:
  2. 2
    g(x)=x2βˆ’4,gβ€²(x)=2xh(x)=3x+2,hβ€²(x)=3g(x) = x^2 - 4, \quad g'(x) = 2x \\ h(x) = 3x + 2, \quad h'(x) = 3
  3. 3
    1. Apply product rule to find and simplify:
  4. 4
    fβ€²(x)=(x2βˆ’4)(3)+(3x+2)(2x)=3x2βˆ’12+6x2+4x=9x2+4xβˆ’12f'(x) = (x^2 - 4)(3) + (3x + 2)(2x) = 3x^2 - 12 + 6x^2 + 4x = 9x^2 + 4x - 12
  5. 5
    1. Calculate the slope at :
  6. 6
    fβ€²(1)=9(1)2+4(1)βˆ’12=1β€…β€ŠβŸΉβ€…β€Šm=1f'(1) = 9(1)^2 + 4(1) - 12 = 1 \implies m = 1
  7. 7
    1. Calculate the -coordinate of the tangent point:
  8. 8
    f(1)=(1βˆ’4)(3+2)=βˆ’15β€…β€ŠβŸΉβ€…β€ŠPoint=(1,βˆ’15)f(1) = (1 - 4)(3 + 2) = -15 \implies \text{Point} = (1, -15)
  9. 9
    1. Use point-slope form and simplify to slope-intercept:
  10. 10
    y+15=1(xβˆ’1)β€…β€ŠβŸΉβ€…β€Šy=xβˆ’16y + 15 = 1(x - 1) \implies y = x - 16

Exam tip:

For polynomial products, expand the original product and differentiate term-by-term to quickly check your derivative result.

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

βœ“ Quick check

Test your understanding with these AP-style practice questions:

  1. What is the derivative of ?

    • A)

    • B)

    • C)

    • D)

    Reveal answer
    A) $4e^{2x}(2x + 1)$ β€”

    Incorrect options come from common errors: forgetting one term of the product rule, or incorrectly applying the constant multiple rule. The correct working is: , , , , so .

  2. Let . (a) Find . (b) Find the slope of the tangent line at . (c) Is increasing or decreasing at ? Justify your answer.

    Reveal answer
    (a) $f'(x) = -(x^2 - 5x)\sin x + (2x - 5)\cos x$ (b) Slope = $5 - 2\pi \approx -1.28$ (c) $f(x)$ is decreasing, because $f'(\pi) = 5 - 2\pi < 0$. β€”

    This is a common multi-part FRQ style question that tests both product rule application and interpretation of the derivative sign.

5. Common Pitfalls

Wrong move:

For , claim

Why:

Students incorrectly extend the sum rule pattern () to products

Correct move:

Always write the full product rule before starting calculations

Wrong move:

For , write , forgetting the second product rule term

Why:

Confusion between the constant multiple rule and product rule, leading to stopping after differentiating only one factor

Correct move:

Factor the constant out first to apply product rule only to the non-constant factors, or treat the constant as a factor with derivative zero

Wrong move:

For , calculate

Why:

Same as the first pitfall: multiplying derivatives instead of applying the full product rule

Correct move:

Apply product rule: , which matches the chain rule result

Wrong move:

For , write

Why:

Misremembering the extended pattern, taking the 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:

Wrong move:

When finding a tangent line at , calculate slope 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. Quick Reference Cheatsheet

Category

Formula

Notes

Product Rule (Two Functions)

If , then

Applies to differentiable ; derivative of product product of derivatives

Leibniz Notation

Common 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 Rule (n Factors)

Rarely tested for on AB; group and use two-function rule if unsure

Constant Multiple Rule (Special Case)

If , then

Derived from product rule: derivative of constant is 0

Tangent Line Slope at

Slope

Slope always comes from the derivative, not the original function

Tangent Line Equation

Standard point-slope form; simplify to slope-intercept if requested

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

    Differentiate product of exponential and polynomial

  • 2022 Β· FRQ

    Find tangent line to product function

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 multiple-choice and free-response sections. 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.