Formula. If y is a function of u, and u is a function of x:
dxdy=dudy⋅dxdu.
(GIVEN in the IAL formula booklet.)
Recipe. For y=f(g(x)): y′=f′(g(x))⋅g′(x).
Worked example. Differentiate y=(3x2−1)5.
- Outer: u5, derivative 5u4. Inner: u=3x2−1, derivative 6x.
- Chain: y′=5(3x2−1)4⋅6x=30x(3x2−1)4.
Worked example. Differentiate y=sin(3x+2).
- Outer: sinu, derivative cosu. Inner: u=3x+2, derivative 3.
- Chain: y′=3cos(3x+2).
Worked example. Differentiate y=ex2.
- Outer: eu, derivative eu. Inner: u=x2, derivative 2x.
- Chain: y′=2xex2.
Worked example. Differentiate y=ln(3x2+1).
- Outer: lnu, derivative 1/u. Inner: u=3x2+1, derivative 6x.
- Chain: y′=3x2+16x.
Iterating the chain rule. For triple compositions y=f(g(h(x))): y′=f′(g(h(x)))⋅g′(h(x))⋅h′(x). Just keep multiplying the chain.