Product Rule Derivative- Step-by-Step Differentiation Guide
What the Product Rule Actually Is
The product rule is a technique for finding the derivative of two functions multiplied together. If you have f(x) · g(x), you cannot just multiply their individual derivatives. That method fails. Every time.
The rule states:
(f · g)' = f' · g + f · g'
Read it as: the derivative of the first function times the second function, plus the first function times the derivative of the second.
Why You Can't Just Distribute Derivatives
Let's kill this misconception now. If f(x) = x² and g(x) = x³:
Wrong approach: f'(x) · g'(x) = 2x · 3x² = 6x³
Correct derivative of f(x) · g(x) = x⁵ is 5x⁴.
Those numbers don't match. The product rule exists because multiplication of functions requires a different approach than differentiation of each part separately.
When to Use the Product Rule
Apply it when you see:
- x² · sin(x)
- eˣ · ln(x)
- (x + 1) · (x² - 3)
- Any expression where two functions are multiplied and at least one isn't a simple monomial
You can skip it only when both functions are simple power functions like x³ · x⁴, since that just becomes x⁷ and differentiates to 7x⁶.
Step-by-Step Examples
Example 1: x² · sin(x)
Step 1: Identify your two functions.
f(x) = x², g(x) = sin(x)
Step 2: Find f'(x) and g'(x).
f'(x) = 2x, g'(x) = cos(x)
Step 3: Plug into the formula.
(f · g)' = f' · g + f · g'
= 2x · sin(x) + x² · cos(x)
Done. That's your answer.
Example 2: (3x + 1) · eˣ
Step 1: Functions are f(x) = 3x + 1 and g(x) = eˣ.
Step 2: Derivatives are f'(x) = 3 and g'(x) = eˣ.
Step 3: Apply the formula.
= 3 · eˣ + (3x + 1) · eˣ
= eˣ(3 + 3x + 1)
= eˣ(3x + 4)
You can factor out eˣ at the end if you want a cleaner answer.
Example 3: x · ln(x)
Step 1: f(x) = x, g(x) = ln(x)
Step 2: f'(x) = 1, g'(x) = 1/x
Step 3: Apply the formula.
= 1 · ln(x) + x · (1/x)
= ln(x) + 1
This one simplifies nicely.
Common Mistakes
- Forgetting one of the terms: Students often write only f'·g and skip f·g'. Both are required.
- Mixing up the order: f'·g + f·g' is the same as g'·f + g·f'. The order doesn't matter for addition.
- Derivative errors in f and g: If you get f'(x) wrong, everything downstream is wrong. Double-check your basic derivatives first.
- Assuming the product rule for sums: The derivative of f + g is f' + g'. No product rule needed for addition.
Product Rule vs. Other Techniques
| Situation | Technique | Formula |
|---|---|---|
| Two functions multiplied | Product Rule | f'g + fg' |
| Two functions divided | Quotient Rule | (f'g - fg') / g² |
| Function of a function | Chain Rule | f'(g(x)) · g'(x) |
| Simple power function | Power Rule | nxⁿ⁻¹ |
The product rule handles multiplication specifically. It doesn't apply to division or nested functions.
Getting Started: How to Apply It
1. Isolate the two functions. If you have x² · cos(x) · ln(x), you have three functions. Group them into two first, then apply the rule twice.
2. Take each derivative separately. Don't try to do everything in your head. Write down f'(x) and g'(x) before combining them.
3. Plug into f'g + fg'. Write the full expression before attempting to simplify.
4. Simplify at the end. Factor common terms if you see them. Combine like terms. That's it.
Work through five practice problems using this checklist. Once you can do it without checking the formula each time, you've got it.
The Bottom Line
The product rule is straightforward once you stop overthinking it. Identify your two functions, differentiate each, then add the two products together. No shortcuts, no tricks. Just apply the formula every time you see two functions multiplied, and your derivatives will be correct.