Fiveable

♾️AP Calculus AB/BC Unit 2 Review

QR code for AP Calculus AB/BC practice questions

2.8 The Product Rule

2.8 The Product Rule

Written by the Fiveable Content Team • Last updated June 2026
Verified for the 2027 exam
Verified for the 2027 examWritten by the Fiveable Content Team • Last updated June 2026
♾️AP Calculus AB/BC
Unit & Topic Study Guides

AP Cram Sessions 2021

Pep mascot

The product rule lets you find the derivative of two functions multiplied together. The formula is ddx(f(x)g(x))=f(x)g(x)+g(x)f(x)\frac{d}{dx}(f(x)g(x)) = f(x)g'(x) + g(x)f'(x), which you can remember as "first times derivative of second, plus second times derivative of first." You cannot just multiply the two derivatives together, which is the most common mistake. For AP Calculus, write both terms before simplifying.

Why This Matters for the AP Calculus Exam

The product rule is one of the core differentiation tools you need for AP Calculus. Once functions get more complicated than simple polynomials, you will run into products like x2sinxx^2 \sin x or excosxe^x \cos x that cannot be handled by the power rule or sum rule alone.

You can expect product rule questions in both multiple-choice and free-response sections. Free-response questions sometimes give you a table of values for two functions and ask you to find the derivative of their product at a specific point. In that case, showing the product rule structure clearly is important for earning full credit, even when the final number is correct. The product rule also sets up the quotient rule and combines with the chain rule in later units, so getting comfortable with it now pays off across the whole course.

Key Takeaways

  • The product rule formula is ddx(f(x)g(x))=f(x)g(x)+g(x)f(x)\frac{d}{dx}(f(x)g(x)) = f(x)g'(x) + g(x)f'(x).
  • The derivative of a product is not the product of the derivatives.
  • Differentiate both factors, but only one factor at a time in each term, then add the results.
  • Both functions must be differentiable for the product rule to apply.
  • On the AP exam you usually do not need to simplify your answer unless the problem asks for it.
  • When a question gives values in a table, write out the full product rule structure like h(3)=f(3)g(3)+g(3)f(3)h'(3) = f(3)g'(3) + g(3)f'(3) for h(x)=f(x)g(x)h(x)=f(x)g(x) before plugging in numbers.

The Product Rule

To differentiate a product of functions, multiply the first function by the derivative of the second and add the second function times the derivative of the first.

ddx(f(x)g(x))=f(x)g(x)+g(x)f(x)\frac{d}{dx}(\textcolor{red}{f(x)}\textcolor{green}{g(x)})= \textcolor{red}{f(x)} \textcolor{blue}{g'(x)} + \textcolor{green}{g(x)} \textcolor{pink}{f'(x)}

A simple way to remember it:

"First d second" (first function times the derivative of the second)

Plus "second d first" (second function times the derivative of the first).

This rule is necessary because the product of the derivatives of two functions does not equal the derivative of their product.

Product Rule Walkthrough

Find the derivative of:

f(x)=sin(x)(x2+2x)f(x) = \sin(x)(x^2 + 2x)

Using the product rule:

f(x)=sin(x)ddx(x2+2x)+(x2+2x)ddx(sin(x))\textcolor{green}{f'(x)} = \sin(x)*\frac {d}{dx}(x^2 + 2x) + (x^2+2x)*\frac {d}{dx}(\sin(x))

f(x)=sin(x)(2x+2)+(x2+2x)cos(x)\textcolor{green}{f'(x)} = \sin(x)(2x+2) + (x^2+2x)\cos(x)

If you incorrectly tried to multiply the derivatives, you would get:

f(x)=cos(x)(2x+2)\textcolor{red}{f'(x)} = \cos(x)( 2x + 2)

But sin(x)(2x+2)+(x2+2x)cos(x)cos(x)(2x+2)\textcolor{green}{\sin(x)(2x+2) + (x^2+2x)\cos(x)} \neq \textcolor{red}{\cos(x)( 2x + 2)}.

The graphs below show why. The correct f(x)f'(x) matches the original function because its critical points and its positive and negative regions line up with where f(x)f(x) rises and falls.

How to Use This on the AP Calculus Exam

Problem Solving

Work through these to build fluency with the product rule.

Example 1. Find yy' for y=(3x24x)(2x1)y = (3x^2-4x)(2x-1) both with and without the product rule.

Without the product rule: expand first.

y=6x33x28x2+4xy = 6x^3 - 3x^2- 8x^2 + 4x

y=6x311x2+4xy = 6x^3 -11x^2 + 4x

Now take the derivative using the sum and difference rules:

y=18x222x+4y' = 18x^2 - 22x + 4

With the product rule:

y=(3x24x)ddx(2x1)+(2x1)ddx(3x24x)y' = (3x^2-4x)* \frac{d}{dx}(2x-1) + (2x-1)* \frac{d}{dx}(3x^2-4x)

y=(3x24x)(2)+(2x1)(6x4)y' = (3x^2-4x)(2) + (2x-1)(6x-4)

Both methods give the same answer once expanded. Unless a problem says to simplify, this form is perfectly acceptable.

Example 2. Find f(x)f'(x) if f(x)=sin(x)(3x22x+5)f(x) = \sin(x)(3x^2 - 2x + 5).

Remember, the derivative of sin(x)\sin(x) is cos(x)\cos(x). For a refresher, see Derivatives of cos x, sin x, e^x, and ln x.

f(x)=sin(x)ddx(3x22x+5)+(3x22x+5)ddxsin(x)f'(x) = \sin(x)*\frac{d}{dx}(3x^2-2x+5) + (3x^2-2x+5)*\frac{d}{dx}\sin(x)

f(x)=sin(x)(6x2)+(3x22x+5)cos(x)f'(x) = \sin(x)(6x-2) + (3x^2-2x+5)\cos(x)

Example 3. Find yy' if y=exsin(x)y = e^x\sin(x).

The derivative of exe^x is still exe^x, so:

y=exddx(sin(x))+sin(x)ddx(ex)y'=e^x * \frac{d}{dx}(\sin(x)) + \sin(x)*\frac{d}{dx}(e^x)

y=excos(x)+exsin(x)y' = e^x\cos(x) + e^x\sin(x)

Common Trap

When a free-response question gives a table of values for uu and vv and asks for the derivative of u(x)v(x)u(x)v(x) at a point, write the product rule structure first. For example, f(3)=u(3)v(3)+v(3)u(3)f'(3) = u(3)v'(3) + v(3)u'(3), then substitute the values from the table. Showing this structure is important for clear exam work, even if your final number is right.

Common Misconceptions

  • The derivative of a product is not the product of the derivatives. ddx(fg)fg\frac{d}{dx}(fg) \neq f'g'. This is the single most common product rule error.
  • You still differentiate both factors. Some students only differentiate one function. Each term in the result keeps one factor undifferentiated and differentiates the other.
  • Order of terms does not matter for adding. Since you are adding two products, fg+gff g' + g f' and gf+fgg f' + f g' are the same. Just make sure each term pairs an original function with the derivative of the other.
  • Expanding is an option, not a requirement. For simple polynomial products you can multiply out and use the power rule, but for products like exsinxe^x \sin x the product rule is the practical choice.
  • You usually do not need to simplify. A correct unsimplified answer earns credit unless the problem specifically asks for a simplified form.

Vocabulary

The following words are mentioned explicitly in the College Board Course and Exam Description for this topic.

Term

Definition

derivative

The instantaneous rate of change of a function at a specific point, representing the slope of the tangent line to the function at that point.

differentiable function

Functions that have a derivative at every point in their domain, meaning they are smooth and continuous without sharp corners or breaks.

product rule

A differentiation rule that states the derivative of a product of two functions equals the first function times the derivative of the second plus the second function times the derivative of the first.

quotient

The result of dividing one function by another.

Frequently Asked Questions

What is the product rule in AP Calculus?

The product rule says the derivative of f(x)g(x) is f(x)g'(x) + g(x)f'(x), assuming both functions are differentiable.

When should you use the product rule?

Use the product rule when a function is written as the product of two differentiable functions and expanding or rewriting would not be simpler.

Is the derivative of a product the product of the derivatives?

No. The derivative of f(x)g(x) is not f'(x)g'(x). You need one term for each factor being differentiated.

How do product rule table problems work?

If h(x) = f(x)g(x), write h'(a) = f(a)g'(a) + g(a)f'(a), then substitute the table values.

Do you have to simplify product rule answers?

Usually no. A correct unsimplified product rule setup can earn credit unless the problem specifically asks for a simplified form.

How does the product rule connect to other derivative rules?

The product rule often combines with trig, exponential, quotient, and chain rules when functions have multiple layers or factors.

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly→ and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot