BACK TO CHAPTER
Lesson 2.4

THE CHAIN RULE

Most functions in the real world aren't simple. They are nested inside each other. The Chain Rule allows us to peel them apart, layer by layer.

Composite Functions

Imagine a function inside a function: y=sin(x2)y = \sin(x^2). You can't just say the derivative is cos(2x)\cos(2x). You have to account for how fast the inside is changing too.

Rate Multiplier
y = sin(x²)
1. The Trigger (x)
2.0
Inner Rate
g(x)=2xg'(x) = 2x
4.00x
Outer Rate
f(u)=cos(u)f'(u) = \cos(u)
-0.65x
Total Chain Reaction
4.00-0.65
-2.61
Rate of Change (dy/dx)

The Formula

The rule states that the total rate of change is the product of the individual rates.

dydx=dydududx\frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx}
Outer Derivative × Inner Derivative

The "Onion" Strategy

To solve these problems, work from the outside in.

Step 1: Identify Layers

For y=(3x+1)5y = (3x+1)^5:

  • Outer: ()5(\dots)^5
  • Inner: 3x+13x+1

Step 2: Differentiate Layers

  • Outer Rate: 5()45(\dots)^4
  • Inner Rate: 33
Total: 15(3x+1)415(3x+1)^4