The Product Rule
Introduction
students, in calculus you often need to find the derivative of a function built from two other functions working together. For example, a quantity might be the product of a changing price and a changing number of items sold, or the area of a rectangle might depend on two changing side lengths 📈. When this happens, you cannot simply differentiate each factor separately and multiply the results. Instead, you use the Product Rule.
In this lesson, you will learn how the Product Rule works, why it is true, and how to apply it correctly in AP Calculus BC. By the end, you should be able to:
- Explain the meaning of the Product Rule and the notation used with it.
- Differentiate products of functions using the correct formula.
- Connect the Product Rule to the idea of derivative as a limit.
- Recognize how the Product Rule fits into the larger topic of differentiation.
The Product Rule is one of the core differentiation rules, and it appears constantly in calculus problems. Understanding it well will help you solve problems involving polynomial products, trigonometric products, exponential functions, and many more.
Why the Product Rule Is Needed
Suppose you have two differentiable functions, $f(x)$ and $g(x)$, and you want the derivative of their product $f(x)g(x)$. A common mistake is to think the derivative is simply $f'(x)g'(x)$. That is not correct.
To see why, think about the function $h(x)=x^2(x+1)$. This is a product of two changing expressions. If you tried differentiating each part separately and multiplying, you would get $2x \cdot 1 = 2x$, which is not the correct derivative. The true derivative is found by using the Product Rule.
The reason this rule exists is that when both factors are changing, the total change in the product comes from both functions changing at the same time. That interaction is exactly what the Product Rule captures.
The Product Rule Formula
If $f$ and $g$ are differentiable, then the derivative of their product is
$$
$\frac{d}{dx}[f(x)g(x)] = f'(x)g(x) + f(x)g'(x).$
$$
This can also be written as
$$
$(fg)' = f'g + fg'.$
$$
Read this carefully: the derivative of the product is the derivative of the first times the second, plus the first times the derivative of the second. A helpful memory phrase is: “first derivative times second, plus first times second derivative.”
Notice that the formula is not symmetric in the sense of separate derivatives multiplied together. Instead, it adds two terms. Each term represents one function changing while the other is treated as a factor.
A Simple Example
Let $h(x)=x^2(x+3)$. Here,
- $f(x)=x^2$
- $g(x)=x+3$
Then
$$
$ f'(x)=2x$
$$
and
$$
$ g'(x)=1.$
$$
Using the Product Rule,
$$
$ h'(x)=f'(x)g(x)+f(x)g'(x)$
$$
so
$$
$ h'(x)=2x(x+3)+x^2(1).$
$$
Now simplify:
$$
$ h'(x)=2x^2+6x+x^2=3x^2+6x.$
$$
Let’s check the result by expanding first:
$$
$ h(x)=x^2(x+3)=x^3+3x^2.$
$$
Then
$$
$ h'(x)=3x^2+6x,$
$$
which matches. This shows the Product Rule gives the same answer as expanding, but it works even when expansion is difficult or impossible.
How the Product Rule Connects to the Definition of the Derivative
The Product Rule is not just a memorized formula. It comes from the limit definition of the derivative. If
$$
$ h(x)=f(x)g(x),$
$$
then
$$
$ h'(x)=\lim_{h\to 0}\frac{f(x+h)g(x+h)-f(x)g(x)}{h}.$
$$
A clever algebraic step is needed to separate the changes in $f$ and $g$. After adding and subtracting $f(x+h)g(x)$ inside the numerator, the expression can be rewritten in a way that produces two pieces: one involving $f'(x)$ and one involving $g'(x)$. This process leads to
$$
$(fg)'=f'g+fg'.$
$$
This matters because AP Calculus BC often asks students to understand differentiation conceptually, not just mechanically. Knowing that the Product Rule comes from the limit definition helps you see why it is true and when it applies.
Important AP Calculus BC Skills
The Product Rule is especially useful when the factors are not easy to combine into one simple expression. For example:
- $y=x^2\sin x$
- $y=(x^3+1)e^x$
- $y=\sqrt{x}\ln x$
- $y=\tan x\,\cos x$
For $y=x^2\sin x$, let
$$
f(x)=x^2 \quad \text{and} \quad g(x)=$\sin$ x.
$$
Then
$$
f'(x)=2x \quad \text{and} \quad g'(x)=$\cos$ x.
$$
So
$$
$ y'=2x\sin x+x^2\cos x.$
$$
This type of problem is extremely common on quizzes and exams because it tests rule recognition, notation, and algebraic accuracy.
Product Rule with Multiple Rules
Many real problems combine the Product Rule with other differentiation rules. For example, if
$$
$ y=(x^2+1)(x^3-4x),$
$$
then both factors are polynomials. You can use the Product Rule directly:
$$
$ y'=(2x)(x^3-4x)+(x^2+1)(3x^2-4).$
$$
You may also expand first and then differentiate. Both methods are valid, but the Product Rule is often faster when expressions are large.
Another common case is when a product includes a chain rule expression. For example,
$$
$ y=x^2\sin(x^3).$
$$
Let $f(x)=x^2$ and $g(x)=\sin(x^3)$. Then
$$
$ f'(x)=2x$
$$
and using the Chain Rule,
$$
$ g'(x)=\cos(x^3)\cdot 3x^2.$
$$
Now apply the Product Rule:
$$
$ y'=2x\sin(x^3)+x^2\big(\cos(x^3)\cdot 3x^2\big).$
$$
So,
$$
$ y'=2x\sin(x^3)+3x^4\cos(x^3).$
$$
This example shows that calculus rules often work together. On the AP exam, you may need to use more than one rule in a single problem.
Differentiability and Continuity
The Product Rule also fits into the broader idea that differentiability implies continuity. If $f$ and $g$ are differentiable at a point, then both are continuous there. Their product $f(x)g(x)$ is also continuous, and the Product Rule tells us that the product is differentiable as well.
This is important because the Product Rule only applies when the factors are differentiable at the point of interest. For instance, if one factor has a sharp corner or a discontinuity, then the product may fail to be differentiable at that point.
A function can be continuous without being differentiable, but if both factors are differentiable, their product behaves nicely. That is one reason differentiation rules are so powerful: they let you build derivatives from simpler pieces.
Common Mistakes to Avoid
Here are some errors students often make:
- Writing $\frac{d}{dx}[f(x)g(x)] = f'(x)g'(x)$, which is incorrect.
- Differentiating only one factor and forgetting the other term.
- Failing to apply the Chain Rule when one factor is itself a composite function.
- Simplifying too early and making algebra mistakes.
For example, if
$$
$ y=(x^2+1)(x^2-1),$
$$
then the correct derivative is
$$
$ y'=(2x)(x^2-1)+(x^2+1)(2x).$
$$
This can simplify to
$$
$ y'=2x(x^2-1)+2x(x^2+1)=4x^3.$
$$
If you accidentally use $f'(x)g'(x)$, you would get
$$
$ (2x)(2x)=4x^2,$
$$
which is wrong.
Real-World Meaning
The Product Rule appears in situations where one changing quantity depends on another changing quantity. Imagine a business where revenue is modeled by
$$
$ R(x)=p(x)q(x),$
$$
where $p(x)$ is price and $q(x)$ is quantity sold. If both price and quantity change, the rate of change of revenue depends on both changes. The Product Rule captures this interaction.
In science, formulas often involve products too. If an object’s measured quantity depends on two factors, the derivative of the product shows how the overall quantity changes when each factor changes. This is one reason the Product Rule is a key tool in modeling 📊.
Conclusion
The Product Rule is a fundamental differentiation rule that tells us how to differentiate a product of two functions. The formula
$$
$(fg)'=f'g+fg'$
$$
shows that both functions contribute to the rate of change. It connects directly to the limit definition of the derivative and works together with other rules such as the Chain Rule and Power Rule. For AP Calculus BC, mastering the Product Rule means more than memorizing a formula: it means recognizing when a product is present, applying the rule correctly, and understanding why the rule makes sense.
With practice, students, you will be able to use the Product Rule quickly and confidently in exam problems and in real mathematical modeling situations.
Study Notes
- The Product Rule is used to differentiate a product of two differentiable functions.
- The formula is $\frac{d}{dx}[f(x)g(x)] = f'(x)g(x) + f(x)g'(x)$.
- A good memory phrase is: “first derivative times second, plus first times second derivative.”
- Do not use $f'(x)g'(x)$ for the derivative of a product; that is incorrect.
- The rule comes from the limit definition of the derivative.
- The Product Rule often appears with the Chain Rule, especially when one factor is a composite function.
- Expanding first can work for simple expressions, but the Product Rule is often faster and more flexible.
- If both factors are differentiable, their product is differentiable.
- The Product Rule is part of the core AP Calculus BC differentiation toolkit.
