Differentiation is the backbone of calculus—it's how we quantify change, and you'll use these techniques in virtually every unit that follows. On the AP exam, you're being tested on your ability to recognize which rule applies and execute it efficiently. The College Board doesn't just want you to mechanically apply formulas; they want you to understand that the Power Rule handles polynomial behavior, the Chain Rule unpacks nested functions, and Implicit Differentiation reveals relationships when variables are tangled together. These techniques connect directly to optimization, related rates, curve analysis, and integration strategies.
Think of differentiation rules as your toolkit: each tool exists because functions behave differently when they're multiplied together, divided, composed, or defined implicitly. The key insight is that complex functions are built from simpler pieces, and differentiation rules tell you how to break them apart systematically. Don't just memorize formulas—know when each technique applies and why it works. That conceptual understanding is what separates a 3 from a 5.
Basic Algebraic Rules
These foundational rules handle the building blocks of most functions. They work because differentiation is a linear operation—it distributes over addition and pulls out constants—and because polynomial terms follow predictable patterns.
Power Rule
Formula: dxd(xn)=nxn−1—works for any real exponent n, including negatives and fractions
Rewrite first when you see roots or reciprocals: x=x1/2 and x31=x−3 before differentiating
Foundation for polynomial derivatives—combined with sum/difference rules, handles any polynomial in seconds
Sum, Difference, and Constant Multiple Rules
Differentiation distributes: dxd[f(x)±g(x)]=f′(x)±g′(x)—differentiate term by term
Constants pull out: dxd[cf(x)]=c⋅f′(x)—never differentiate a constant multiplier
Simplify before differentiating when possible—expanding or factoring can turn a messy problem into pure Power Rule applications
Compare: Power Rule vs. Exponential Differentiation—both involve exponents, but xn has the variable in the base (use Power Rule), while ax has the variable in the exponent (use exponential rule). FRQs love testing whether you recognize this distinction.
Rules for Combined Functions
When functions are multiplied, divided, or composed, you need specialized rules that account for how both pieces contribute to the rate of change. The derivative of a combination is not simply the combination of derivatives.
Product Rule
Formula: (fg)′=f′g+fg′—both factors get differentiated, one at a time, then added
Leibniz notation: dxd(uv)=udxdv+vdxdu—useful for keeping track in complex problems
Common error: forgetting to differentiate both factors—the product of derivatives f′g′ is wrong
Quotient Rule
Formula: (vu)′=v2u′v−uv′—"low d-high minus high d-low, over low squared"
Watch the order: numerator subtraction isn't commutative—u′v−uv′ is not the same as uv′−u′v
Alternative approach: rewrite as uv−1 and use Product Rule with Chain Rule—sometimes cleaner for complex denominators
Chain Rule
Formula: dxd[f(g(x))]=f′(g(x))⋅g′(x)—differentiate the outer function, keep the inner function, multiply by the inner derivative
Identifies composite functions: look for "something inside something"—powers of expressions, trig of expressions, e raised to expressions
Most frequently tested rule—appears in implicit differentiation, related rates, and nearly every applied problem
Compare: Product Rule vs. Chain Rule—Product Rule applies when two functions are multiplied (x2sinx), Chain Rule applies when one function is inside another (sin(x2)). Misidentifying the structure is the #1 differentiation error on exams.
Transcendental Function Derivatives
These derivatives must be memorized—they come from limit definitions and don't simplify to algebraic patterns. Transcendental functions (trig, exponential, logarithmic) appear constantly on the AP exam.
Compare:ex vs. xe—ex is exponential (derivative is ex), while xe is a power function (derivative is exe−1 by Power Rule). The position of the variable determines which rule applies.
Implicit and Specialized Techniques
These methods extend differentiation to situations where y isn't isolated or where functions are expressed in non-standard forms. Implicit differentiation treats y as a function of x and applies the Chain Rule accordingly.
Implicit Differentiation
When to use: equations like x2+y2=25 where solving for y explicitly is difficult or impossible
Process: differentiate both sides with respect to x, apply Chain Rule to y-terms (multiply by dxdy), then solve algebraically for dxdy
Second derivatives: dx2d2y will typically involve x, y, and dxdy—substitute back to simplify
Logarithmic Differentiation
When to use: functions with variable bases and variable exponents like y=xx or y=(sinx)x2
Process: take ln of both sides, use log properties to simplify, differentiate implicitly, solve for dxdy
Also simplifies products/quotients of many factors—converts multiplication to addition via log properties
Differentiation of Inverse Functions
Formula: dxd[f−1(x)]=f′(f−1(x))1—the derivative of the inverse at x uses the original function's derivative at the corresponding y-value
Geometric interpretation: slopes of inverse functions at corresponding points are reciprocals
Common setup: given f(a)=b and f′(a)=c, find (f−1)′(b)=c1
Compare: Implicit Differentiation vs. Logarithmic Differentiation—both involve differentiating equations with y, but implicit differentiation handles any implicit relation, while logarithmic differentiation specifically exploits log properties to simplify products, quotients, and variable exponents.
Parametric and Higher-Order Derivatives
These techniques handle curves defined by parameters and provide deeper information about function behavior through repeated differentiation.
Parametric Differentiation
Formula: dxdy=dx/dtdy/dt=f′(t)g′(t)—divide the rates to eliminate the parameter
Requires dtdx=0: vertical tangents occur where dtdx=0 but dtdy=0
Second derivative: dx2d2y=dtd(dxdy)⋅dx/dt1—don't just differentiate numerator and denominator separately
Higher-Order Derivatives
Notation: f′′(x), f′′′(x), or dx2d2y, dx3d3y—repeated differentiation
Second derivative reveals concavity: f′′(x)>0 means concave up, f′′(x)<0 means concave down
Inflection points: where f′′(x) changes sign—critical for curve sketching and optimization analysis
Compare: First vs. Second Derivative—f′(x) tells you rate of change (increasing/decreasing), while f′′(x) tells you how that rate is changing (concavity). FRQs frequently ask you to interpret both in context.
Applications of Differentiation Rules
These aren't new differentiation techniques but rather applications that require selecting and combining the rules above. Mastery means recognizing the underlying structure.
Related Rates
Setup: identify all variables, write an equation relating them, differentiate implicitly with respect to time t
Chain Rule is essential: every variable that changes with time gets a dtd(variable) when differentiated
Substitute known values last—differentiate the general equation first, then plug in specific rates and quantities
L'Hôpital's Rule
Applies to indeterminate forms: 00 or ∞∞—verify the form before applying
Formula: limx→cg(x)f(x)=limx→cg′(x)f′(x)—differentiate numerator and denominator separately (not Quotient Rule)
May need multiple applications—repeat until you get a determinate form or confirm the limit doesn't exist
Compare: L'Hôpital's Rule vs. Quotient Rule—L'Hôpital differentiates top and bottom separately for limits; Quotient Rule differentiates a quotient function. Using Quotient Rule in a L'Hôpital problem is a common error.
Quick Reference Table
Concept
Best Examples
Basic algebraic differentiation
Power Rule, Sum/Difference Rule, Constant Multiple Rule