Fatskills
Practice. Master. Repeat.
Study Guide: AP Calculus: Chain Rule and Composite Functions
Source: https://www.fatskills.com/ap-calculus/chapter/ap-calculus-chain-rule-and-composite-functions

AP Calculus: Chain Rule and Composite Functions

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~4 min read

Chain Rule and Composite Functions

Concept Summary

  • Composite Function: A function formed by applying one function to the result of another, denoted as f(g(x)), crucial for modeling layered dependencies.
  • Chain Rule: The derivative of a composite function f(g(x)) is f’(g(x))·g’((x)), enabling differentiation of nested functions.
  • Outer/Inner Functions: In f(g(x)), f is the outer function (applied last), and g is the inner function (applied first).
  • Differentiability Requirement: The chain rule applies only if both f and g are differentiable at their respective points.
  • Multiple Compositions: For f(g(h(x))), the derivative is f’(g(h(x)))·g’(h(x))·h’(x), extending the chain rule recursively.

Core Questions

WHAT (definitional)

Q: What is a composite function? A: A function formed by plugging one function into another, written as f(g(x)) or (f-g)(x). Trap/Clarification: f(g(x))-g(f(x)) unless f and g are inverses or identical.

Q: What is the chain rule? A: A rule stating that the derivative of f(g(x)) is f’(g(x))·g’(x), linking the derivatives of the outer and inner functions. Trap/Clarification: The chain rule is not f’(x)·g’(x)—the outer derivative must be evaluated at g(x), not x.


WHY (causal/explanatory)

Q: Why does the chain rule work? A: It accounts for the rate of change of the outer function f with respect to the inner function g, multiplied by how fast g changes with respect to x. Trap/Clarification: The chain rule isn’t just "multiply derivatives"—it’s a composition of rates, not a product of independent functions.

Q: Why is the chain rule important? A: It allows differentiation of complex functions (e.g., sin(3x²), e^(5x+1)) by breaking them into simpler, differentiable parts. Trap/Clarification: Without the chain rule, you’d need to expand or simplify functions algebraically first, which is often impossible.


HOW (process/application)

Q: How do you apply the chain rule to f(g(x))? A: Differentiate the outer function f at g(x), then multiply by the derivative of the inner function g at x: d/dx [f(g(x))] = f’(g(x))·g’(x). Trap/Clarification: Forgetting to evaluate f’ at g(x) (not x) is the #1 error—write f’(g(x)) explicitly.

Q: How is the chain rule extended for f(g(h(x)))? A: Differentiate f at g(h(x)), multiply by g’ at h(x), then multiply by h’(x): f’(g(h(x)))·g’(h(x))·h’(x). Trap/Clarification: Each derivative "peels off" one layer of the composition; missing a layer (e.g., forgetting h’(x)) invalidates the result.


CAN (conditions/possibilities)

Q: Can the chain rule be used if g is not differentiable at x? A: No—the chain rule requires g to be differentiable at x and f to be differentiable at g(x). Trap/Clarification: Even if f is differentiable everywhere, a non-differentiable g (e.g., g(x) = |x| at x=0) breaks the rule.

Q: Under what conditions is the chain rule valid for f(g(x))? A: g must be differentiable at x, and f must be differentiable at g(x) (the output of g). Trap/Clarification: Differentiability of f at x is irrelevant—only its differentiability at g(x) matters.


Quick Facts & Traps

  • Fact: The chain rule is the "derivative of the outside × derivative of the inside" for f(g(x)).
  • Trap: Treating f(g(x)) as a product (f·g)-Reality: It’s a composition (f-g), requiring the chain rule, not the product rule.
  • Fact: For e^(kx), the derivative is k·e^(kx)—a direct application of the chain rule with f(u) = e^u and g(x) = kx.
  • Trap: Differentiating sin(2x) as cos(2x)-Reality: It’s 2cos(2x) (forgot the inner derivative 2).
  • Fact: The chain rule works for any number of compositions (e.g., f(g(h(x)))), but each layer’s derivative must be included.
  • Trap: Assuming d/dx [f(g(x))] = f’(x)·g’(x)-Reality: The outer derivative must be evaluated at g(x), not x.

Rapid-Fire True/False

  • Statement: The derivative of sin(x²) is cos(x²). Answer: FALSE Why the common mistake happens: Forgetting to multiply by the inner derivative 2x (chain rule requires 2x·cos(x²)).

  • Statement: If f and g are differentiable, then f(g(x)) is always differentiable. Answer: TRUE Why the common mistake happens: Students confuse this with f·g (product), which can fail if f or g is zero, but f(g(x)) only requires differentiability of f at g(x).

  • Statement: The chain rule can be used to differentiate x·sin(x). Answer: FALSE Why the common mistake happens: x·sin(x) is a product, not a composition—use the product rule (1·sin(x) + x·cos(x)).