The Chain Rule Explained Simply
5 min read ยท Updated 2026-07-14
The chain rule says that when one thing drives another, their rates of change multiply.
The one sentence that matters
The chain rule looks intimidating written in symbols, but its meaning fits in a single sentence: when one quantity drives another, their rates of change multiply. That is the whole idea. Everything else is bookkeeping.
Picture two gears. If the first gear turns twice as fast as your hand, and the second gear turns three times as fast as the first, then the second gear turns six times as fast as your hand. You got six by multiplying two and three. That multiplication of rates is the chain rule in physical form.
So whenever you have a function tucked inside another function, a composite, you find the overall rate by multiplying the rate of the outer part by the rate of the inner part. Outer rate times inner rate. Keep that phrase in your head and the formula becomes a reminder rather than a mystery.
A worked example, slowly
Suppose y equals the square of (3x plus 1). There is an outer function, squaring, and an inner function, 3x plus 1. The chain rule says: differentiate the outer while leaving the inside alone, then multiply by the derivative of the inside.
The derivative of the squaring, applied to the inside, is 2 times (3x plus 1). The derivative of the inside, 3x plus 1, is just 3. Multiply them: 2 times (3x plus 1) times 3, which tidies up to 6 times (3x plus 1), or 18x plus 6. Notice how the two rates literally got multiplied, exactly like the gears.
The order of operations matters. Handle the outer function first with the inside untouched, then patch in the inner rate as a multiplier. Students who skip the second multiplication get a common wrong answer, so treat that inner derivative as non-negotiable.
How to spot when you need it
The trigger for the chain rule is a function inside a function. Whenever you can describe a quantity as do this, then do that to the result, you have a composite and the chain rule applies. The square root of an expression, the sine of an expression, e raised to an expression: all of these have an inside that is more than a plain x.
A quick test: ask yourself, if I had to compute this by hand, what would I do last? That last operation is the outer function. Everything feeding into it is the inside. Once you can name the outer and inner pieces, you can apply the rule mechanically.
This naming habit is worth practicing on a whiteboard where you can literally circle the inside. Dudely does exactly that, circling the inner function and pointing to each rate as it multiplies them, so the structure of the problem is visible rather than buried in symbols.
Why it never really goes away
The chain rule feels like an extra hurdle at first, but it is one of the most reused tools in all of calculus. Related rates problems, implicit differentiation, and most of the derivatives you meet in physics and engineering all lean on it. Time spent making it intuitive pays back constantly.
The good news is that the gears image scales to any level. Three nested functions? Multiply three rates. A messy expression buried four layers deep? Multiply four rates, working from the outside in. The logic never changes, only the number of factors.
Master the one sentence, rates multiply when one thing drives another, and you have mastered the chain rule for good, no matter how complicated the expression on the page happens to look.
Key takeaways
- The chain rule means rates multiply when one quantity drives another.
- Differentiate the outer function with the inside untouched, then multiply by the derivative of the inside.
- Spot it by asking what operation you would do last; that is the outer function.
- The gears image scales to any number of nested functions, so the logic never changes.
Learn this live, not just read about it
Dudely builds these concepts on a whiteboard, explains every step, and checks you understand before moving on. Free to start.
Learn it live, freeLearn these concepts live
Frequently asked questions
How do I know which function is the outer and which is the inner?
Ask what operation you would perform last if computing by hand. That final operation is the outer function, and everything feeding into it is the inner function.
What is the most common chain rule mistake?
Forgetting to multiply by the derivative of the inside. Students differentiate the outer function correctly but drop the inner rate, which is exactly the factor the rule is about.
Does the chain rule work with three or more nested functions?
Yes. You simply multiply one rate for each layer, working from the outside inward. Three nested functions means three factors multiplied together.