Math

Chain rule.

Definition

A differentiation rule for finding the derivative of a composite function. If y = f(g(x)), the derivative is f′(g(x)) · g′(x). In words: take the derivative of the outer function evaluated at the inner function, then multiply by the derivative of the inner function.

How it works · 4 phases

Step by step.

  1. Identify the outer function f and the inner function g(x).
  2. Differentiate the outer function, keeping the inner function unchanged.
  3. Multiply by the derivative of the inner function.
  4. Simplify the result.
Examples

Real-world.

  • 1 d/dx[sin(3x)] = cos(3x) · 3 = 3cos(3x)
  • 2 d/dx[(x² + 1)⁵] = 5(x² + 1)⁴ · 2x = 10x(x² + 1)⁴
Key Fact

d/dx[f(g(x))] = f′(g(x)) · g′(x)