Input Driver (x)
The Chain Mechanism
$\frac{dy}{dx} = f'(g(x)) \cdot g'(x)$
COMPONENT BREAKDOWN
Inner: $u = g(x) = x^2$
$\frac{du}{dx} = 2x$
Outer: $y = f(u) = \sin(u)$
$\frac{dy}{du} = \cos(u) = \cos(x^2)$
Total $\frac{dy}{dx} = \cos(x^2) \cdot 2x$
Mechanical Analogy: Think of composite functions like interconnected gears. Gear A (x) turns Gear B (u), which in turn turns Gear C (y). To find out how fast Gear C spins relative to Gear A, you MULTIPLY their connection ratios!
AP Exam Tip
Always peel the onion from the OUTSIDE in. Derive the outer function, LEAVE the inside completely alone, then multiply by the derivative of the inside. Never forget the $\cdot \ g'(x)$ tail!