← All writing
11 February 20262 min read

The chain rule is a story about layers

Students learn the chain rule as a formula to apply and a function to spot. It's easier than that: a composite function is an onion, and you differentiate it one layer at a time, outside in.

The chain rule is where a lot of students decide calculus has turned against them. The basic rules felt manageable — power rule, done. Then (3x+1)5(\,3x + 1\,)^5 appears, and the honest instinct ("multiply out the bracket to the fifth power") is so horrible that clearly something else is meant. The something else, presented as dydx=dydududx\frac{dy}{dx} = \frac{dy}{du}\cdot\frac{du}{dx}, looks like more notation to fear.

It isn't. The chain rule is just how you deal with a function tucked inside another function — and the picture is an onion.

A composite function has layers

(3x+1)5(3x + 1)^5 has an inside and an outside. The inside is 3x+13x + 1. The outside is "something to the power 5." To differentiate the whole onion, you peel one layer at a time, from the outside in, and multiply what you find:

  1. Differentiate the outside, pretending the inside is a single blob: power 5 becomes 5×(blob)45 \times (\text{blob})^4, so 5(3x+1)45(3x+1)^4.
  2. Then differentiate the inside: 3x+13x + 1 differentiates to 33.
  3. Multiply the layers together: 5(3x+1)43=15(3x+1)45(3x+1)^4 \cdot 3 = 15(3x+1)^4.

That "multiply by the derivative of the inside" step — the one students always forget — is the entire content of the chain rule. The formula dydududx\frac{dy}{du}\cdot\frac{du}{dx} is just "rate of the outside times rate of the inside" written in symbols.

Why the multiplication is there at all

It's not a rule to accept on faith; it's bookkeeping about rates. If the inside changes three times as fast as xx, and the outside changes with the inside, then the outside ends up changing three times faster because of the inside. The rates multiply, the same way gears do — a fast small gear driving a slow big one combines into a single overall ratio. That's all dydududx\frac{dy}{du}\cdot\frac{du}{dx} is saying.

Peel the outside, peel the inside, multiply. A composite function is an onion, and the chain rule is just the instruction to keep peeling.

The reliable habit is to say it aloud while you write: "derivative of the outside, leave the inside alone... times the derivative of the inside." Students who narrate it that way stop dropping the inside-derivative, which is the only mistake this rule ever really produces. As with solving for x, the trick is working through the structure in order rather than reaching for a half-remembered formula.

#calculus#problem-solving#intuition