Chain Rule Formula
The Formula
When to use: Derivative of outside times derivative of inside. Unpack layers.
Quick Example
Notation
What This Formula Means
The derivative of a composite function f(g(x)) equals f'(g(x)) \cdot g'(x): the derivative of the outer function evaluated at the inner, times the derivative of the inner.
Derivative of outside times derivative of inside. Unpack layers.
Formal View
Worked Examples
Example 1
easySolution
- 1 Identify the outer function u^4 and the inner function u = 3x + 1.
- 2 Apply the chain rule: \frac{d}{dx}[u^4] = 4u^3 \cdot \frac{du}{dx}.
- 3 The derivative of the inner function: \frac{du}{dx} = 3.
- 4 Combine: f'(x) = 4(3x+1)^3 \cdot 3 = 12(3x+1)^3.
Answer
Example 2
mediumExample 3
hardCommon Mistakes
- Forgetting to multiply by the derivative of the inner function: \frac{d}{dx}[\sin(x^2)] = \cos(x^2) \cdot 2x, not just \cos(x^2).
- Applying the chain rule only once when there are multiple layers of nesting: for \sin(e^{3x}), you need \cos(e^{3x}) \cdot e^{3x} \cdot 3 โ three layers, three factors.
- Confusing when to use the chain rule vs. the product rule: \sin(x) \cdot x^2 needs the product rule, while \sin(x^2) needs the chain rule.
Why This Formula Matters
The chain rule is essential for differentiating almost all real-world functions, which are composites.
Frequently Asked Questions
What is the Chain Rule formula?
The derivative of a composite function f(g(x)) equals f'(g(x)) \cdot g'(x): the derivative of the outer function evaluated at the inner, times the derivative of the inner.
How do you use the Chain Rule formula?
Derivative of outside times derivative of inside. Unpack layers.
What do the symbols mean in the Chain Rule formula?
In Leibniz notation: \frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx} where y = f(u) and u = g(x).
Why is the Chain Rule formula important in Math?
The chain rule is essential for differentiating almost all real-world functions, which are composites.
What do students get wrong about Chain Rule?
Identify 'inside' and 'outside' functions first, then apply.
What should I learn before the Chain Rule formula?
Before studying the Chain Rule formula, you should understand: derivative, composition.
Want the Full Guide?
This formula is covered in depth in our complete guide:
Derivatives Explained: Rules, Interpretation, and Applications โ