Primary Tool
Proof Builder
Reading the chain rule proof line by line is easier in the Proof Builder because each structural move — defining , extending , applying the product of limits — stays visible as a separate step.
What the chain rule says
If is differentiable at and is differentiable at , then the composition is differentiable at and .
Informally: the rate of change of the outer function evaluated at the inner output, times the rate of change of the inner function. The proof shows this informal picture is exact.
Why the naive approach almost works
The most direct attempt is to write and multiply and divide by , giving .
This works when for all small . But it fails when is locally flat — when even though — because the factor is undefined.
The fix is to define a function that equals the difference quotient of when and equals when . Because is differentiable at , this is continuous at , so the limiting argument goes through in all cases.
Step-by-step proof strategy
Work through these moves in order. Each step is one logical unit.
- 1Write the limit definition of using the standard difference quotient.
- 2Define . This is the increment in the inner function as the input shifts by .
- 3Note that as because differentiability implies continuity.
- 4Define for and . Check that is continuous at .
- 5Rewrite the difference quotient of as . This identity holds whether or not.
- 6Take the limit as : the first factor converges to and the second factor converges to .
- 7Conclude by the product of limits: .
Connecting to concrete examples
Consider . Here and . The chain rule gives .
The two-factor structure always appears: derivative of the outer function evaluated at the inner value, times derivative of the inner function. The proof makes precise why those two contributions multiply.
Common Pitfall
The chain rule is not just 'bring down the power.' It applies to any differentiable composition, including cases like or , wherever there is an inner and outer function.
Try a Variation
Try differentiating using the chain rule. Identify which function is and which is , then apply the rule and simplify.
Related Pages
Keep moving through the cluster
Differentiate a polynomial from first principles
This worked example shows how the derivative definition creates an algebra problem first and a limit problem second. The simplification step is the point of the exercise.
Open worked example →
What a derivative means geometrically
The derivative is the slope of the tangent line, but that phrase only becomes useful when you compare the curve to nearby secant lines and local linear approximations.
Open explanation →
Find a Taylor polynomial and estimate the error
This example builds the degree-5 Taylor polynomial of centred at , evaluates it at , and confirms that the actual error stays inside the bound given by Taylor's theorem.
Open worked example →