Lesson 7: Chain Rule – The Basics & Intuition

1. Why the Chain Rule?

Many functions are compositions: one function inside another.

Example: \(y = (3x + 2)^5\)

The chain rule tells us how to differentiate compositions.

2. Chain Rule Formula

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\)

Exercise 1

Find \(dy/dx\) for \(y = (4x - 1)^3\)
\(dy/dx = 3(4x - 1)^2 ·\)

Exercise 2

What is the derivative of \(y = \sin(2x)\)?

3. Chain Rule Intuition

Think of it as multiplying rates:

Together: overall rate of change.

Exercise 3

Which functions require the chain rule? (Select all that apply)
← Previous Lesson (6) Next Lesson (8) →