Chain Rule Derivatives- The Complete Tutorial
What the Chain Rule Actually Is
The chain rule is a method for finding the derivative of composite functions. That's a fancy way of saying "functions within functions."
Most functions you'll encounter in calculus aren't simple. They're built by stacking one function on top of another. The chain rule lets you break these apart and differentiate them correctly.
Without it, you'd be stuck. That's why you need to master this.
The Formula
If you have a function f(g(x)), the derivative is:
f'(g(x)) × g'(x)
In plain English: take the derivative of the outer function, evaluate it at the inner function, then multiply by the derivative of the inner function.
That's it. Everything else is just applying this principle correctly.
How to Apply It: Step by Step
Step 1: Identify the Inner and Outer Functions
Look at your function and ask: what's inside what?
For (5x + 2)³:
- Outer function: whatever is raised to the third power
- Inner function: 5x + 2
Step 2: Differentiate Each Function Separately
Find the derivative of the outer function as if the inner function were just x. Then find the derivative of the inner function.
Step 3: Multiply and Simplify
Combine the pieces and clean up your answer.
Examples That Actually Make Sense
Example 1: Polynomial Raised to a Power
Find the derivative of f(x) = (3x² + 1)⁵
Step 1: Outer = u⁵, Inner = 3x² + 1
Step 2:
- Derivative of outer: 5u⁴
- Derivative of inner: 6x
Step 3: f'(x) = 5(3x² + 1)⁴ × 6x
Simplified: f'(x) = 30x(3x² + 1)⁴
Example 2: Trigonometric Chain Rule
Find the derivative of f(x) = sin(4x)
Step 1: Outer = sin(u), Inner = 4x
Step 2:
- Derivative of sin(u): cos(u)
- Derivative of 4x: 4
Step 3: f'(x) = cos(4x) × 4 = 4cos(4x)
Example 3: Nested Exponentials
Find the derivative of f(x) = e^(x² + 3x)
Step 1: Outer = e^u, Inner = x² + 3x
Step 2:
- Derivative of e^u: e^u
- Derivative of inner: 2x + 3
Step 3: f'(x) = e^(x² + 3x) × (2x + 3)
You can leave it factored or distribute—your call.
Common Mistakes That Will Cost You Points
- Forgetting to multiply by the inner derivative. This is the most common error. The chain rule requires both pieces.
- Evaluating the outer derivative at the wrong thing. It must be evaluated at the inner function, not at x.
- Dropping the chain rule on power functions. (3x + 1)² becomes 2(3x + 1) × 3, not just 2(3x + 1).
- Over-complicating simple functions. x⁵ doesn't need the chain rule. That's just the power rule.
Chain Rule vs. Other Rules
When do you use the chain rule? Here's how to decide:
| Situation | Rule to Use |
|---|---|
| Product of two separate functions | Product Rule |
| Quotient of two separate functions | Quotient Rule |
| Function inside another function | Chain Rule |
| Simple power of x | Power Rule |
Often you'll need multiple rules in one problem. That's normal. Break it down function by function.
Quick Practice Problems
Try these before checking the answers:
- Find f'(x) if f(x) = (2x + 7)³
- Find f'(x) if f(x) = √(x³ + 4x)
- Find f'(x) if f(x) = cos(5x²)
Answers:
- f'(x) = 6(2x + 7)²
- f'(x) = (3x² + 4) / (2√(x³ + 4x))
- f'(x) = -10x·sin(5x²)
Getting Started: Your Action Plan
- Memorize the formula. f'(g(x)) × g'(x). Say it out loud until it's automatic.
- Always identify layers first. Write down "outer" and "inner" before touching anything else.
- Start with simple powers. (ax + b)^n is the easiest place to build confidence.
- Add trig and exponentials once the pattern clicks.
- Practice mixed problems that require product rule + chain rule together.
You don't understand the chain rule by reading about it. You understand it by doing problems until the pattern becomes instinct.
Start now.