7 Common Chain Rule Mistakes (and How to Fix Them)
Why Chain Rule Causes So Many Errors
The chain rule is the single most error-prone differentiation technique in calculus. Studies of student exam scripts consistently show that more lost marks come from chain rule errors than from any other differentiation mistake.
The core difficulty is structural: chain rule requires recognizing that a function has a hidden inner layer, then tracking two separate derivatives and multiplying them. Students who do not systematically analyze function structure before differentiating will miss the inner derivative in a large fraction of problems.
Use the Chain Rule Calculator to verify any derivative with step-by-step output. Use the How to Apply the Chain Rule guide to build the correct systematic approach.
Mistake 1 — Forgetting the Inner Derivative
The most common and most costly error.
Wrong: d/dx[sin(x²)] = cos(x²)
Correct: d/dx[sin(x²)] = cos(x²) · 2x
The missing factor is g’(x) — the derivative of the inner function x². The chain rule always requires multiplying by this inner derivative. Without it, the answer is wrong by a factor.
More examples of this error:
| Expression | Wrong | Correct |
|---|---|---|
| e^(3x) | e^(3x) | 3e^(3x) |
| (2x + 1)^5 | 5(2x + 1)^4 | 10(2x + 1)^4 |
| ln(x² + 1) | 1/(x² + 1) | 2x/(x² + 1) |
| cos(5x) | −sin(5x) | −5sin(5x) |
Fix: After differentiating the outer function, always ask: “What is inside? Did I differentiate that too?” Write dy/du first, then explicitly write du/dx, then multiply.
Mistake 2 — Applying Chain Rule to a Simple Function
Wrong direction: Using chain rule on y = x² (no composition).
d/dx[x²] = 2x — no chain rule needed. Some students write 2x · (1) or worry about an inner derivative. x is not a composition; it’s a basic power.
When chain rule is NOT needed:
- y = x^n (plain power of x)
- y = sin(x) (trig of plain x)
- y = e^x (e to plain x)
- y = ln(x) (log of plain x)
When chain rule IS needed:
- y = sin(x²) — inner function is x², not x
- y = e^(3x+1) — inner function is 3x+1
- y = (x² + 1)^5 — inner function is x²+1
Fix: Chain rule is only for compositions f(g(x)) where g(x) ≠ x. If the argument of the outer function is just plain x, no chain rule.
Mistake 3 — Confusing Chain Rule with Product Rule
Problem expressions that confuse students:
| Expression | Correct rule | Why |
|---|---|---|
| x·sin(x) | Product rule | Two separate functions multiplied |
| sin(x²) | Chain rule | One function inside another |
| x·e^x | Product rule | x times e^x, side by side |
| e^(x²) | Chain rule | e to the power of x² |
| x·(x+1)^3 | Product rule (then chain on (x+1)^3) | Multiplication of two factors |
The test: Can you rewrite as f(g(x)) — one inside the other? That is chain rule. Is it f(x) · g(x) — two things multiplied? That is product rule.
Fix: Before differentiating, label the expression: “Is this a composition or a product?” Write it out explicitly if unsure.
Mistake 4 — Using the Wrong Function as “Outer”
Example: y = sin³(x) — students often treat sin as outer and x³ as inner.
Correct reading: sin³(x) = (sin x)^3
- Outer: (·)^3 (the cube)
- Inner: sin(x)
Correct derivative: d/dx[(sin x)^3] = 3(sin x)^2 · cos(x) = 3sin²(x)·cos(x)
Wrong derivative (incorrect outer/inner): If you incorrectly treat the outer as sin and inner as x^3: sin(x³)… which is a completely different function.
Fix: Work from the most recently applied operation outward. Ask: “If I were computing y for a specific x value, what would I compute last?” That last step is the outer function.
Mistake 5 — Not Substituting u Back
Wrong: dy/dx = cos(u) · 2x (leaving u in the answer)
Correct: dy/dx = cos(x²) · 2x (substituting u = x² back)
After using u-substitution notation, the final answer must be expressed entirely in terms of x. Leaving u in the result is an incomplete answer.
Fix: After multiplying dy/du × du/dx, immediately check: does u appear anywhere? Replace every instance with g(x).
Mistake 6 — Stopping at One Chain Rule When Two Are Needed
For triple compositions, students often apply chain rule once and stop.
Example: y = cos(e^(x²))
Wrong (only one application): d/dx[cos(e^(x²))] = −sin(e^(x²)) · e^(x²) ← missing x² derivative
Correct (two applications):
- Outer: d/dx[cos(e^(x²))] = −sin(e^(x²)) · d/dx[e^(x²)]
- Apply chain rule to d/dx[e^(x²)] = e^(x²) · 2x
- Result: −sin(e^(x²)) · e^(x²) · 2x
Fix: After each chain rule application, inspect the remaining derivative factor: “Is that still a composite function?” Keep applying chain rule until you reach a simple x expression.
Mistake 7 — Forgetting dy/dx in Implicit Differentiation
When differentiating implicitly, every y-term produces a dy/dx factor via chain rule.
Wrong: d/dx[y²] = 2y
Correct: d/dx[y²] = 2y · dy/dx
The reason: y is a function of x (y = y(x)). By chain rule, d/dx[y²] = 2y · d/dx[y] = 2y · dy/dx.
Students who forget this factor end up with an equation missing dy/dx terms, which produces a nonsensical result when solving.
Fix: Whenever you differentiate any expression in y with respect to x, multiply the result by dy/dx. Every single y-term. No exceptions.
Mistake Frequency Summary
| Mistake | How often it appears on exams |
|---|---|
| Forgetting inner derivative | Most common — appears in ~40% of chain rule errors |
| Wrong outer/inner identification | Very common — especially with sin³(x) type |
| Chain rule vs product rule confusion | Common — especially with x·e^x vs e^(x²) |
| Not substituting u back | Moderate — u-substitution notation increases risk |
| Stopping chain rule early (nested) | Moderate — worse on triple compositions |
| Forgetting dy/dx in implicit | Common in implicit differentiation problems |
| Applying chain rule unnecessarily | Less common — usually caught on review |
The fix for all of them is the same: analyze structure before differentiating. For the correct procedure, see the Step-by-Step Chain Rule Guide. For pattern-by-pattern reference to verify what the correct derivative should be, see the Chain Rule Patterns Reference.