The Chain Rule is used to differentiate composite functions by multiplying the derivative of the outer function with the derivative of the inner function.
Chain Rule:
If y=f(g(x)), where both f and g are differentiable functions, then the derivative of y with respect to x is given by:
dxdy=f′(g(x)).g′(x)=dgdf⋅dxdg
This means that when differentiating a composite function, we differentiate the outer function first, leaving the inner function unchanged, and then multiply by the derivative of the inner function.
Explanation & Intuition:
The chain rule is useful when differentiating nested functions, such as polynomials inside roots, exponentials inside logarithms, and trigonometric compositions.
It helps in differentiating composite functions that appear frequently in physics, economics, and engineering.
The rule ensures that changes in inner functions contribute correctly to the overall rate of change.
Derivative Examples with Solutions:
Example 1: Differentiating a Square Root Function
Differentiate f(x)=4x2+1.
Solution:
Rewrite as:
f(x)=(4x2+1)21.
Using the chain rule, let:
Outer function: f(u)=u21, so f′(u)=21u−21.
Inner function: g(x)=4x2+1, so g′(x)=8x.
Applying the chain rule:
f′(x)=21(4x2+1)−21⋅8x
f′(x)=24x2+18x
f′(x)=4x2+14x.
Example 2: Differentiating an Exponential Function
Differentiate f(x)=e3x2+2x.
Solution:
Using the chain rule, let:
Outer function: f(u)=eu, so f′(u)=eu.
Inner function: g(x)=3x2+2x, so g′(x)=6x+2.
Applying the chain rule:
f′(x)=e3x2+2x⋅(6x+2)
Thus, the final answer is:
(6x+2).e3x2+2x.
Example 3: Differentiating a Trigonometric Function
Differentiate f(x)=sin(5x3−2x).
Solution:
Using the chain rule, let:
Outer function: f(u)=sinu, so f′(u)=cosu.
Inner function: g(x)=5x3−2x, so g′(x)=15x2−2.
Applying the chain rule:
f′(x)=cos(5x3−2x)⋅(15x2−2)
Thus, the final answer is:
(15x2−2).cos(5x3−2x).
Example 4: Finding the Rate of Change of Temperature
The temperature T of an object is given by: T=ln(5t2+3t)
where t is the time in seconds. Find the rate of change of temperature at t=2.
Solution:
Using the chain rule, let:
Outer function: f(u)=lnu, so f′(u)=u1.
Inner function: g(t)=5t2+3t, so g′(t)=10t+3.
Applying the chain rule:
dtdT=5t2+3t1⋅(10t+3)
Substituting t=2:
dtdT=5(2)2+3(2)10(2)+3=20+620+3=2623.
Thus, the rate of change of temperature at t=2 is: 2623.
Conclusion:
The chain rule is crucial for differentiating composite functions.
It is widely used in physics, biology, and economics, where nested functions appear frequently.
This rule allows us to differentiate functions efficiently when they involve exponentials, trigonometric, logarithmic, or polynomial compositions.