Chain Rule Math Example 2

Follow the full solution, then compare it with the other examples linked below.

Example 2

medium
Find the derivative of f(x)=(x2+1)5f(x) = (x^2 + 1)^5.

Solution

  1. 1
    Outer function: u5u^5, inner function: u=x2+1u = x^2 + 1.
  2. 2
    Chain rule: ddx[u5]=5u4โ‹…dudx\frac{d}{dx}[u^5] = 5u^4 \cdot \frac{du}{dx}.
  3. 3
    Inner derivative: dudx=2x\frac{du}{dx} = 2x.
  4. 4
    Result: fโ€ฒ(x)=5(x2+1)4โ‹…2x=10x(x2+1)4f'(x) = 5(x^2+1)^4 \cdot 2x = 10x(x^2+1)^4.

Answer

fโ€ฒ(x)=10x(x2+1)4f'(x) = 10x(x^2 + 1)^4
This is the classic chain rule example. The inner function x2+1x^2 + 1 has derivative 2x2x, which multiplies the result. Without the chain rule, you would need to expand (x2+1)5(x^2+1)^5 first โ€” far more work.

About Chain Rule

The derivative of a composite function f(g(x))f(g(x)) equals fโ€ฒ(g(x))โ‹…gโ€ฒ(x)f'(g(x)) \cdot g'(x): the derivative of the outer function evaluated at the inner, times the derivative of the inner.

Learn more about Chain Rule โ†’

More Chain Rule Examples