Chain Rule Math Example 3

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

Example 3

hard
Find the derivative of f(x)=sinโก(x3)f(x) = \sin(x^3).

Solution

  1. 1
    Outer function: sinโก(u)\sin(u), inner function: u=x3u = x^3.
  2. 2
    Chain rule: ddx[sinโก(u)]=cosโก(u)โ‹…dudx\frac{d}{dx}[\sin(u)] = \cos(u) \cdot \frac{du}{dx}.
  3. 3
    Inner derivative: dudx=3x2\frac{du}{dx} = 3x^2.
  4. 4
    Result: fโ€ฒ(x)=cosโก(x3)โ‹…3x2=3x2cosโก(x3)f'(x) = \cos(x^3) \cdot 3x^2 = 3x^2\cos(x^3).

Answer

fโ€ฒ(x)=3x2cosโก(x3)f'(x) = 3x^2 \cos(x^3)
The chain rule applies identically to trigonometric compositions. The derivative of sinโก\sin is cosโก\cos, but you must multiply by the derivative of the argument x3x^3.

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