Chain Rule Practice- Calculus Differentiation
What the Chain Rule Actually Is
The chain rule is how you differentiate composite functions — functions built by plugging one function into another. That's it. If you see something like f(g(x)), you need the chain rule.
Most students either overthink this or underthink it. The formula is:
d/dx [f(g(x))] = f'(g(x)) · g'(x)
Read it as: take the derivative of the outside function, keep the inside unchanged, then multiply by the derivative of the inside.
When to Use It (And When You Don't Have To)
Spotting composite functions takes practice. Look for these patterns:
- sin(3x) — trig function wrapping a linear expression
- e^(x²) — exponential wrapping a polynomial
- √(x² + 1) — root wrapping a sum
- (2x + 5)⁷ — power expression wrapping a linear function
If you can't immediately see a function inside a function, it's probably a composite function.
Quick Comparison: When Different Rules Apply
| Function Type | Rule Needed | Example |
|---|---|---|
| Sum/Difference | Sum/Difference Rule | x² + sin(x) |
| Product | Product Rule | x² · sin(x) |
| Quotient | Quotient Rule | x² / sin(x) |
| Function inside function | Chain Rule | sin(x²) |
Chain Rule Practice Problems (With Solutions)
Work through these yourself before checking the answers. That's the only way this stuff sticks.
Problem 1: Basic Power Rule Chain
Find d/dx [(3x + 1)⁵]
Outside function: ( )⁵. Inside function: 3x + 1.
Derivative of outside: 5( )⁴. Keep the inside. Multiply by derivative of inside: 3.
Answer: 5(3x + 1)⁴ · 3 = 15(3x + 1)⁴
Problem 2: Trig Function Chain
Find d/dx [sin(x³)]
Outside: sin( ). Inside: x³.
Derivative of sin is cos. Keep x³. Multiply by 3x².
Answer: cos(x³) · 3x² = 3x² cos(x³)
Problem 3: Exponential Chain
Find d/dx [e^(5x²)]
Outside: e^( ). Inside: 5x².
Derivative of e^u is e^u. Keep the inside. Multiply by 10x.
Answer: e^(5x²) · 10x = 10x e^(5x²)
Problem 4: Nested Chain (Double Chain Rule)
Find d/dx [sin(√x)]
This one has three layers. Work from outside in.
Layer 1: sin( ). Derivative is cos(√x).
Layer 2: √x = x^(1/2). Derivative is (1/2)x^(-1/2).
Multiply them: cos(√x) · (1/2)x^(-1/2)
Answer: (1/2)x^(-1/2) cos(√x)
You can also write this as cos(√x) / (2√x)
Problem 5: Product Rule + Chain Rule Combined
Find d/dx [x² · e^(4x)]
This needs both. First, product rule:
d/dx[x²] · e^(4x) + x² · d/dx[e^(4x)]
Now the chain rule on that second part:
d/dx[e^(4x)] = e^(4x) · 4 = 4e^(4x)
Answer: 2x · e^(4x) + x² · 4e^(4x) = 2xe^(4x) + 4x²e^(4x)
Factor if you want: e^(4x)(2x + 4x²)
Where Students Screw Up
1. Forgetting to multiply by the derivative of the inside.
Students write cos(x²) when the answer is 2x cos(x²). The chain rule requires that second multiplication. Every time.
2. Differentiating the inside when they shouldn't.
Don't. You keep the inside unchanged after taking the derivative of the outside. That's the whole point.
3. Mixing up the product rule and chain rule.
Product rule: two functions multiplied together, neither inside the other. Chain rule: one function inside another. Know which situation you're in.
4. Messing up the order with negative or fractional exponents.
√(x) = x^(1/2). Derivative is (1/2)x^(-1/2). Don't forget that coefficient.
Getting Started: Your Practice Routine
If you're learning the chain rule for the first time or need to sharpen your skills, here's what actually works:
- Start with simple power functions — (2x + 1)³, (5x - 2)⁴. Get the pattern down before adding trig or exponentials.
- Identify the outside and inside function verbally before writing anything. Say it out loud: "outside is cube, inside is 2x+1."
- Practice 10-15 problems daily until it becomes automatic. Mix in product and quotient rule problems so you learn to distinguish them.
- Check your answers using a graphing calculator's numerical derivative feature. If you're close, you're probably right.
The Hard Truth
You can't memorize your way through the chain rule. You have to practice until the pattern is obvious. Read 10 articles and watch 10 videos — then close everything and solve 50 problems. That's what actually builds the skill.
Start with the problems above. If those are easy, find a textbook and work through every problem in the chain rule section. If those are hard, go back and identify exactly which step trips you up. Usually it's the same step every time.