Calculus 1B — The Derivative
The chain rule
continues from lesson 3 — values defined earlier in the course stay live here
ELI5: a function inside another function is like two meshed gears — turn the outer one and the inner one drives it. The chain rule says: multiply the outer slope by the inner slope. d/dx f(g(x)) = f′(g(x)) · g′(x).
= chain rule: 30x(3x² + 1)⁴ — Steps unpacks the gears
= inner x² ⇒ 2x·cos(x²)
Real-world hook: drop a stone in a pond. The ripple's area grows because its radius grows because time passes — three linked rates, multiplied together. That's the chain rule, and it's the backbone of "related rates" in part 1C.
a function-inside-a-function
Try it yourself: what is the slope of sin(x²) at x = 1? (Chain rule: 2x·cos(x²), so 2·cos 1 ≈ 1.0806.)
= ✏️ Your turn: replace 0 with the slope of sin(x²) at x = 1. (Try 2·cos(1).)
✓ pass green when it matches the real slope of sin(x²) at x = 1