Skip to main content
The new Teacher Workspace is here. Your first 3 assignments are free. Try it →

7.2 Derivatives of composite functions

Updated March 2026Fiveable Content Team
Fiveable

Differential Calculus Unit 7 Review

QR code for Differential Calculus practice questions

7.2 Derivatives of composite functions

Differential Calculus

The chain rule is a powerful tool for differentiating composite functions. It allows us to break down complex functions into simpler parts, making differentiation more manageable. This technique is crucial for solving real-world problems involving rates of change.

Mastering the chain rule opens up a world of possibilities in calculus. From trigonometric functions to exponentials and logarithms, this rule helps us tackle a wide range of composite functions. It's a key skill for any calculus student to develop.

Derivatives of Composite Functions

Chain rule for composite functions

  • Differentiates composite functions (function of a function)
  • If f(x)=h(g(x))f(x) = h(g(x)), then f(x)=h(g(x))g(x)f'(x) = h'(g(x)) \cdot g'(x)
    • Identifies outer function h(x)h(x) and inner function g(x)g(x)
    • Differentiates outer function, keeping inner function as a variable
    • Multiplies result by derivative of inner function
  • Examples:
    • If f(x)=(3x2+1)5f(x) = (3x^2 + 1)^5, then f(x)=5(3x2+1)46xf'(x) = 5(3x^2 + 1)^4 \cdot 6x
    • If f(x)=2x1f(x) = \sqrt{2x - 1}, then f(x)=122x12f'(x) = \frac{1}{2\sqrt{2x - 1}} \cdot 2
Chain rule for composite functions, The Chain Rule · Calculus

Order in chain rule application

  • Applies chain rule to complex composite functions by working from outside in
    • Differentiates outermost function first, keeping inner functions as variables
    • Multiplies result by derivative of next inner function
    • Continues process until all functions differentiated
  • Example: If f(x)=sin(ex2+1)f(x) = \sin(e^{x^2 + 1}), then:
    1. f(x)=cos(ex2+1)ddx(ex2+1)f'(x) = \cos(e^{x^2 + 1}) \cdot \frac{d}{dx}(e^{x^2 + 1})
    2. f(x)=cos(ex2+1)ex2+1ddx(x2+1)f'(x) = \cos(e^{x^2 + 1}) \cdot e^{x^2 + 1} \cdot \frac{d}{dx}(x^2 + 1)
    3. f(x)=cos(ex2+1)ex2+12xf'(x) = \cos(e^{x^2 + 1}) \cdot e^{x^2 + 1} \cdot 2x
Chain rule for composite functions, The Chain Rule · Calculus

Derivatives of complex composite functions

  • Trigonometric functions:
    • If f(x)=sin(g(x))f(x) = \sin(g(x)), then f(x)=cos(g(x))g(x)f'(x) = \cos(g(x)) \cdot g'(x)
    • If f(x)=cos(g(x))f(x) = \cos(g(x)), then f(x)=sin(g(x))g(x)f'(x) = -\sin(g(x)) \cdot g'(x)
    • If f(x)=tan(g(x))f(x) = \tan(g(x)), then f(x)=sec2(g(x))g(x)f'(x) = \sec^2(g(x)) \cdot g'(x)
  • Exponential functions:
    • If f(x)=eg(x)f(x) = e^{g(x)}, then f(x)=eg(x)g(x)f'(x) = e^{g(x)} \cdot g'(x)
    • If f(x)=ag(x)f(x) = a^{g(x)} (a>0a > 0, a1a \neq 1), then f(x)=ag(x)ln(a)g(x)f'(x) = a^{g(x)} \cdot \ln(a) \cdot g'(x)
  • Logarithmic functions:
    • If f(x)=ln(g(x))f(x) = \ln(g(x)), then f(x)=1g(x)g(x)f'(x) = \frac{1}{g(x)} \cdot g'(x)
    • If f(x)=loga(g(x))f(x) = \log_a(g(x)) (a>0a > 0, a1a \neq 1), then f(x)=1g(x)ln(a)g(x)f'(x) = \frac{1}{g(x) \cdot \ln(a)} \cdot g'(x)

Chain rule in real-world applications

  • Finds rates of change in real-world problems using composite functions
  • Steps to solve:
    1. Identifies composite function relating quantities in problem
    2. Uses chain rule to differentiate composite function
    3. Substitutes given values into derivative to find rate of change
  • Example: Volume of sphere increasing at 10 cm³/min, find rate radius increasing when radius is 5 cm
    • Volume of sphere: V=43πr3V = \frac{4}{3}\pi r^3
    • dVdt=4πr2drdt\frac{dV}{dt} = 4\pi r^2 \cdot \frac{dr}{dt}
    • Substitute values: 10=4π(5)2drdt10 = 4\pi (5)^2 \cdot \frac{dr}{dt}
    • Solve for drdt\frac{dr}{dt} to find rate of change of radius