Chain Rule for AP Calculus AB — AP Calculus AB
1. What Is the Chain Rule? ★☆☆☆☆ ⏱ 3 min
The chain rule is the core differentiation rule for composite functions, which take the form $y = f(g(x))$, where an inner function $u = g(x)$ is plugged into an outer function $f(u)$. This topic makes up roughly 4-6% of total AP Calculus AB exam points, appearing in both multiple-choice and free-response sections, almost always combined with other differentiation rules.
The core intuition is that the rate of change of a composite function equals the product of the rate of change of the outer function (evaluated at the inner function) and the rate of change of the inner function. Most functions on the AP exam are composite, so you cannot rely on basic differentiation rules alone.
2. Basic Chain Rule: Decomposition and Core Formula ★★☆☆☆ ⏱ 4 min
To apply the chain rule correctly, you first need to correctly decompose a composite function into its outer and inner components. A simple guideline: the inner function is what you calculate first when plugging in a value of $x$, and the outer function is what you calculate last. For example, for $y = e^{x^2}$, inner function is $u = x^2$, outer function is $y = e^u$.
\frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx}
\frac{d}{dx}\left[f(g(x))\right] = f'(g(x)) \cdot g'(x)
The intuition for the product form is simple: if $y$ changes twice as fast as $u$, and $u$ changes three times as fast as $x$, then $y$ changes $2 \times 3 = 6$ times as fast as $x$, so the rates multiply. The only time you do not need chain rule is when the inner function is just $y=x$, so its derivative is 1, and the product simplifies to just the outer derivative.
Exam tip: Always explicitly label your inner and outer functions on scratch work—if you cannot name both clearly, you are almost guaranteed to misapply the rule.
3. Combining Chain Rule with Other Differentiation Rules ★★★☆☆ ⏱ 4 min
The chain rule is almost never tested in isolation on the AP exam. You will almost always need to combine it with product rule, quotient rule, or derivatives of non-power basic functions. The most common generalized forms are:
- Generalized power rule: $\frac{d}{dx}[u^n] = n u^{n-1} u'$
- Generalized trigonometric: $\frac{d}{dx}[\sin u] = \cos u \cdot u'$, $\frac{d}{dx}[\cos u] = -\sin u \cdot u'$, etc.
- Generalized exponential (base $e$): $\frac{d}{dx}[e^u] = e^u \cdot u'$
The key rule when combining rules is: apply the rule for the outermost operation first, then work inward to apply chain rule to any composite inner parts. If the outermost operation is a product, apply product rule first, then use chain rule for any composite factors.
Exam tip: When combining multiple rules, write out each step one at a time instead of trying to write the final derivative in one step—partial credit is almost always available for correct intermediate steps on FRQ.
4. Chain Rule for Tangent and Normal Line Problems ★★★☆☆ ⏱ 3 min
A very common AP exam question asks you to find the equation of the tangent line (or slope of the normal line) to a composite function at a given point. You need the chain rule to calculate the tangent slope, since the function is composite. Recall tangent line at $x=a$ follows point-slope form: $y - f(a) = f'(a)(x-a)$. For a normal line, slope is the negative reciprocal: $m_{\text{normal}} = -\frac{1}{f'(a)}$.
Exam tip: Always calculate $f(a)$ (the point) before calculating $f'(a)$—this is an easy 1 point on FRQ that you can get even if you mess up the derivative calculation.
5. AP-Style Concept Check ★★★★☆ ⏱ 2 min
Common Pitfalls
Why: Students stop after differentiating the outer function, forgetting the inner function changes with $x$.
Why: Confusion about which function to differentiate first.
Why: Confusing composition $f(g(x))$ with multiplication $f(x)g(x)$.
Why: Confusing when to substitute values.
Why: Forgetting that outermost operation determines rule order.