Many functions are compositions: one function inside another.
Example: \(y = (3x + 2)^5\)
The chain rule tells us how to differentiate compositions.
If \(y = f(g(x))\), then:
\[ \frac{dy}{dx} = f'(g(x)) \cdot g'(x) \]Memory aid: "Derivative of the outside, times derivative of the inside"
Example: \(y = (3x + 2)^5\)
Let \(u = 3x + 2 → y = u^5\)
\(dy/du = 5u^4,\, du/dx = 3\)
\(dy/dx = 5(3x + 2)^4 · 3 = 15(3x + 2)^4\)
Think of it as multiplying rates:
Together: overall rate of change.