Example
Apply the chain rule to a trigonometric composite.
highlighted = computed this step
Step 1 — Set up
Start with a composite function.
f(x)=sin(3x2)
Step 2 — Identify inner function
Identify the inner function.
u=3x2
Step 3 — Differentiate outer
Differentiate the outer sine function.
dudsinu=cos(3x2)
Step 4 — Differentiate inner
Differentiate the inner function.
u′=6x
Step 5 — Multiply the factors
Multiply outer derivative by inner derivative.
f′(x)=cos(3x2)⋅6x
chain-with-trig
When a trig function has a composite argument, apply the chain rule: identify the inner function u, differentiate the outer at u, then multiply by u'. For sin(3x²): outer'=cos, inner u=3x², u'=6x → f'=cos(3x²)·6x.