Fiveable

โˆฌDifferential Calculus Unit 7 Review

QR code for Differential Calculus practice questions

7.1 Chain rule concept and application

โˆฌDifferential Calculus
Unit 7 Review

7.1 Chain rule concept and application

Written by the Fiveable Content Team โ€ข Last updated September 2025
Written by the Fiveable Content Team โ€ข Last updated September 2025
โˆฌDifferential Calculus
Unit & Topic Study Guides

The chain rule is a powerful tool for differentiating complex functions. It breaks down composite functions into simpler parts, making it easier to find derivatives. This rule is essential when dealing with functions that are combinations of other functions.

By identifying inner and outer functions, you can apply the chain rule step-by-step. This method allows you to tackle tricky problems involving powers, trigonometric functions, and logarithms. Understanding the chain rule opens up a world of possibilities in calculus.

Chain Rule

Concept of chain rule

  • Finds derivative of composite function by breaking it into simpler parts
  • Composite function is made up of two or more functions (inner and outer functions)
  • Allows differentiation of complex functions that would be difficult or impossible otherwise
  • Based on idea that derivative of composite function is product of derivatives of its component functions
    • Find derivative of each part and multiply them together

Application to composite functions

  • Follow these steps to apply chain rule:
    1. Identify outer function and inner function of composite function
    2. Find derivative of outer function, treating inner function as a variable
    3. Find derivative of inner function
    4. Multiply derivative of outer function by derivative of inner function
  • Chain rule formula: If $f(x) = g(h(x))$, then $f'(x) = g'(h(x)) \cdot h'(x)$
    • $g(h(x))$ is composite function
    • $g(x)$ is outer function
    • $h(x)$ is inner function
  • Example: Find derivative of $f(x) = (3x^2 + 1)^5$
    • Outer function: $g(x) = x^5$, derivative: $g'(x) = 5x^4$
    • Inner function: $h(x) = 3x^2 + 1$, derivative: $h'(x) = 6x$
    • Applying chain rule: $f'(x) = 5(3x^2 + 1)^4 \cdot 6x = 30x(3x^2 + 1)^4$

Necessity in differentiation

  • Chain rule necessary when function being differentiated is composite function
    • Composite function is made up of two or more functions ($f(g(x))$)
  • Common situations where chain rule is needed:
    • Functions raised to a power ($x^2 + 1)^3$)
    • Trigonometric functions of other functions ($\sin(2x + 1)$)
    • Exponential functions with non-constant exponents ($e^{x^2}$)
    • Logarithmic functions with non-constant arguments ($\ln(x^3 + 2x)$)

Inner and outer function breakdown

  • Essential to identify inner and outer functions of composite function to apply chain rule
    • Inner function evaluated first, result used as input for outer function
    • Outer function applied to result of inner function
  • To break down composite function:
    1. Identify innermost function and label it as inner function
    2. Remaining part of function is outer function, takes inner function as input
  • Example: Consider function $f(x) = \sqrt{3x - 1}$
    • Inner function: $h(x) = 3x - 1$
    • Outer function: $g(x) = \sqrt{x}$
    • Composite function written as $f(x) = g(h(x)) = \sqrt{3x - 1}$
  • Breaking down composite function into inner and outer components makes it easier to apply chain rule and find derivative of overall function