Inside This Unit: The Full Breakdown
This unit extends differentiation to composite functions via the chain rule, introduces implicit differentiation for curves that are not functions, and covers derivatives of inverse functions including inverse trigonometric functions.
Why it matters
The chain rule is the most frequently used derivative technique on the AP exam. Implicit differentiation appears in related rates and curve analysis problems. These tools let you differentiate virtually any expression you encounter on the exam.
Key concepts
- The chain rule states d/dx[f(g(x))] = f'(g(x)) * g'(x) — differentiate the outer function, then multiply by the derivative of the inner.
- Implicit differentiation treats y as a function of x, applying the chain rule to every y-term and solving for dy/dx.
- The derivative of an inverse function at a point uses the reciprocal: (f^{-1})'(b) = 1 / f'(f^{-1}(b)).
- Inverse trig derivatives like d/dx[arcsin x] = 1/sqrt(1-x^2) appear frequently on the exam.
The Chain Rule
The chain rule handles compositions: if y = f(g(x)), then dy/dx = f'(g(x)) * g'(x). Think of it as peeling layers — differentiate the outer function while keeping the inner function unchanged, then multiply by the derivative of the inner function. For example, d/dx[sin(3x^2)] = cos(3x^2) * 6x. Nested compositions require applying the chain rule multiple times. This rule is essential for differentiating expressions involving e^(anything), ln(anything), trig(anything), or (anything)^n.
Implicit Differentiation
When a relation like x^2 + y^2 = 25 defines y implicitly, you differentiate both sides with respect to x. Every time you differentiate a y-term, attach a dy/dx factor by the chain rule. Then solve algebraically for dy/dx. The result typically involves both x and y. Implicit differentiation is the key technique for related rates problems and for finding tangent lines to curves that fail the vertical line test. Practice isolating dy/dx cleanly because algebraic errors are common.
Inverse Function Derivatives
If f and g are inverse functions, then g'(b) = 1 / f'(g(b)). This formula lets you find the derivative of an inverse function at a specific point without explicitly finding the inverse. The AP exam tests this with tables of values. For inverse trigonometric functions, memorize: d/dx[arcsin x] = 1/sqrt(1-x^2), d/dx[arctan x] = 1/(1+x^2), and d/dx[arcsec x] = 1/(|x|sqrt(x^2-1)). These formulas combine with the chain rule in integration and differentiation problems throughout the course.
AP exam tip
On chain rule problems, clearly identify the "outer" and "inner" functions before differentiating. Writing u = g(x) as a substitution can help you avoid errors on complex compositions.
Connections to other units
- Unit 4: Related rates problems rely heavily on implicit differentiation and the chain rule.
- Unit 6: The chain rule in reverse leads to u-substitution for integration.
- Unit 1: All derivative rules ultimately trace back to the limit definition of the derivative.