The Chain Rule Explained: Don't Just Memorize, Visualize It
Many students struggle with the Chain Rule because they get lost in the notation of f(g(x)) and dy/dx = (dy/du) * (du/dx). Let's break down what it actually means in plain English.
1. The Intuition (The Gears Concept)
Think of the Chain Rule like three connected gears. If gear A turns twice as fast as gear B, and gear B turns three times as fast as gear C, how fast does gear A turn relative to gear C?
You multiply them: 2 × 3 = 6. Gear A turns six times as fast as gear C.
In calculus, "how fast something changes" is just the derivative. So the change of the outside function is multiplied by the change of the inside function.
2. Let's look at an Example: Outer vs. Inner
Find the derivative of: y = sin(x²)
First, identify the layers:
- Outer function: sin(u) (Its derivative is cos(u))
- Inner function: u = x² (Its derivative is 2x)
Now, apply the Chain Rule (Derivative of Outer × Derivative of Inner):
y' = cos(x²) × (2x)
y' = 2x cos(x²)
3. The Common Trap
The most common mistake is applying the derivative to the inner function before finishing the outer one. Remember the golden rule of the Chain Rule: Work from the outside in, and never change the inside until it's its turn to be differentiated.

