THEOREM 2—The Chain RuleIf f(u) is differentiable at the point u=g(x)and g(x) is differentiable at x, then the composite function (f∘g)(x)=f(g(x)) isdifferentiable at x, and(f∘g)′(x)=f′(g(x))⋅g′(x).In Leibniz’s notation, if y=f(u) and u=g(x), thendxdy=dudydxdu,where dy/du is evaluated at u=g(x).
“Outside-Inside” Rule
A difficulty with the Leibniz notation is that it doesn’t state specifically where the derivatives in the Chain Rule are supposed to be evaluated. So it sometimes helps to think about the Chain Rule using functional notation. If y= ƒ(g(x)).
In words, differentiate the “outside” function ƒ and evaluate it at the “inside” function g(x) left alone; then multiply by the derivative of the “inside function.”
EXAMPLEDifferentiate sin(x2+x) with respect to x.SolutionWe apply the Chain Rule directly and finddxdsin(x2+x)=cos(x2+x)⋅(2x+1).inside(x2+x)inside(x2+x)derivative of(2x+1)left alonethe inside
Power Chain Rule
dxd(un)=nun−1dxdu,dud(un)=nun−1
The Power Chain Rule simplifies computing the derivative of a power of an expression.