The Product Rule
students, in calculus you often need to find the derivative of a function made by combining two simpler functions. One very common situation is when two expressions are multiplied together, like a position function times a temperature factor, or a height model times a growth factor 📈. That is where the Product Rule comes in. It tells you how to differentiate a product without first multiplying everything out.
Lesson objectives
- Explain the main ideas and terminology behind the Product Rule.
- Apply the Product Rule to find derivatives of products of functions.
- Connect the Product Rule to the meaning of the derivative and to other differentiation rules.
- Recognize when the Product Rule is needed and when other rules may be simpler.
- Use examples to justify each step clearly, as expected in AP Calculus AB.
The Product Rule matters because derivatives measure change, and many real-world formulas are built from products. If a quantity depends on two changing parts, the derivative of the product is not just the product of the derivatives. Instead, there is a special pattern that comes from the definition of the derivative.
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 that $\frac{d}{dx}[f(x)g(x)] = f'(x)g'(x).$ That is not correct.
To see why, remember that a derivative is based on a limit of a difference quotient. If we start with the product $f(x)g(x)$, the change in the product depends on how both factors change together. Even if one factor is increasing and the other is decreasing, the product can behave in a more complicated way than either factor alone. The Product Rule captures that combined effect.
The rule is
$$\frac{d}{dx}[f(x)g(x)] = f'(x)g(x) + f(x)g'(x).$$
You can think of this as: “differentiate the first and keep the second, then keep the first and differentiate the second.” This structure is easy to remember and very useful on AP Calculus AB ✨.
Understanding the formula from the definition
A strong way to understand the Product Rule is to connect it to the limit definition of the derivative. Let
$$h(x) = f(x)g(x).$$
Then
$$h'(x)=\lim_{\Delta x\to 0}\frac{f(x+\Delta x)g(x+\Delta x)-f(x)g(x)}{\Delta x}.$$
To handle the subtraction, add and subtract $f(x+\Delta x)g(x)$ inside the numerator. This gives
$$h'(x)=\lim_{\Delta x\to 0}\frac{f(x+\Delta x)g(x+\Delta x)-f(x+\Delta x)g(x)+f(x+\Delta x)g(x)-f(x)g(x)}{\Delta x}.$$
Now group terms:
$$h'(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].$$
As $\Delta x\to 0$, the first factor $f(x+\Delta x)$ approaches $f(x)$, and the difference quotients become $g'(x)$ and $f'(x)$. So the limit becomes
$$h'(x)=f(x)g'(x)+g(x)f'(x).$$
That is the Product Rule. This derivation shows that the rule is not random; it comes from the definition of the derivative itself.
How to apply the Product Rule
When you see a product, first identify the two factors. Then label them as $f(x)$ and $g(x)$, and use
$$\frac{d}{dx}[f(x)g(x)] = f'(x)g(x) + f(x)g'(x).$$
A good AP Calculus habit is to write the two parts separately before differentiating. This helps prevent sign errors and missing terms.
Example 1: A polynomial product
Find the derivative of
$$y=(x^2+3)(x^4-1).$$
Let $f(x)=x^2+3$ and $g(x)=x^4-1$.
Then
$$f'(x)=2x$$
and
$$g'(x)=4x^3.$$
Apply the rule:
$$y'=(2x)(x^4-1)+(x^2+3)(4x^3).$$
You may simplify if needed:
$$y'=2x^5-2x+4x^5+12x^3=6x^5+12x^3-2x.$$
Notice that you do not need to multiply the original expression first, although you could. The Product Rule is usually faster and less error-prone.
Example 2: A function times a trig function
Find the derivative of
$$y=x\sin x.$$
Here $f(x)=x$ and $g(x)=\sin x$.
Then
$$f'(x)=1$$
and
$$g'(x)=\cos x.$$
So
$$y'=1\cdot \sin x + x\cdot \cos x,$$
which simplifies to
$$y'=\sin x+x\cos x.$$
This is a classic AP example because it combines a polynomial and a trigonometric function.
Example 3: A real-world style model
Imagine a store’s profit model is
$$P(x)=q(x)c(x),$$
where $q(x)$ is the number of items sold and $c(x)$ is the profit per item. Then $P'(x)$ tells how total profit is changing. Using the Product Rule,
$$P'(x)=q'(x)c(x)+q(x)c'(x).$$
This means total profit changes because either the number of items sold is changing, the profit per item is changing, or both. Real-world models often combine changing quantities like this, so the Product Rule is essential.
Common mistakes and how to avoid them
A very common mistake is to write
$$\frac{d}{dx}[f(x)g(x)] = f'(x)g'(x).$$
This is wrong because it misses the mixed nature of the change.
Another mistake is to forget one of the two terms. The full derivative must always include both
$$f'(x)g(x)$$
and
$$f(x)g'(x).$$
A third mistake is mixing up the Product Rule with the Chain Rule. If you have a product outside and a composition inside, you may need both rules. For example, for
$$y=(x^2+1)^3(x-4),$$
you use the Product Rule for the two big factors, and you would use the Chain Rule if you differentiate the first factor directly as a power of a function.
To stay organized, students, it helps to underline the two factors and write each derivative beside them. That way you can see exactly where every term comes from ✅.
Product Rule and broader differentiation ideas
The Product Rule fits into a larger set of differentiation tools. AP Calculus AB expects you to know derivatives of elementary functions such as powers, exponentials, logarithms, and trigonometric functions. The Product Rule lets you combine those derivative facts when functions are multiplied.
For example, if $y=x^2e^x$, then you need the power rule for $x^2$ and the derivative of $e^x$:
$$\frac{d}{dx}[x^2e^x]=2x\,e^x+x^2e^x.$$
If $y=\ln x\cdot \cos x$, then
$$\frac{d}{dx}[\ln x\cdot \cos x]=\frac{1}{x}\cos x+\ln x(-\sin x).$$
These examples show that the Product Rule is not isolated. It is part of the toolkit for differentiating more complicated functions built from simpler ones.
The Product Rule also reinforces the meaning of differentiability. If $f$ and $g$ are differentiable at a point, then their product is differentiable there as well. Since differentiable functions are continuous, the product of differentiable functions is also continuous. This connection helps you understand why calculus rules work together logically.
Conclusion
The Product Rule is one of the core differentiation rules in AP Calculus AB. It gives the correct derivative for a product of two functions and comes directly from the limit definition of the derivative. The rule is
$$\frac{d}{dx}[f(x)g(x)] = f'(x)g(x) + f(x)g'(x).$$
When you use it carefully, it makes differentiating products efficient and accurate. It also helps you analyze real-world situations where two changing quantities are multiplied together. students, if you remember to identify the two factors, differentiate each one separately, and combine the results with both terms, you will be ready for many AP Calculus questions involving products 🧠.
Study Notes
- The Product Rule finds the derivative of a product of two functions.
- The rule is $$\frac{d}{dx}[f(x)g(x)] = f'(x)g(x) + f(x)g'(x).$$
- Do not confuse the Product Rule with $f'(x)g'(x)$, which is incorrect.
- A helpful memory phrase is: “derivative of the first times the second, plus the first times the derivative of the second.”
- The Product Rule comes from the limit definition of the derivative.
- It is used when two changing expressions are multiplied, such as $x\sin x$, $x^2e^x$, or $\ln x\cdot \cos x$.
- Differentiable functions are continuous, and the product of differentiable functions is differentiable.
- On AP Calculus AB, the Product Rule often appears with polynomials, exponentials, logarithms, and trigonometric functions.
- Always identify the two factors first, then differentiate each factor separately.
- If a product contains a function inside another function, you may need the Chain Rule too.
