👆 Tap any section with ↗ TAP for interactive charts, worked examples & practice
Final & AP Reference · Ultra-Dense A4
Generated by AskSia.ai — graphs, formulas, traps
REVIEW — DIFFERENTIATION ↗ TAP
Definition + the 4 rules
f'(x) = limh→0 [f(x+h) − f(x)] / h
RuleFormResult
Powerd/dx[xⁿ]n·x^(n−1)
Productd/dx[fg]f'g + fg'
Quotientd/dx[f/g](f'g − fg')/g²
Chaind/dx[f(g)]f'(g)·g'
(sin x)' = cos x (cos x)' = −sin x (eˣ)' = eˣ (ln x)' = 1/x (tan x)' = sec²x
Implicit + related rates
Implicit
Differentiate both sides w.r.t. x; every y term picks up dy/dx. Solve algebraically.
Related rates
Write geometric relation. Differentiate w.r.t. t FIRST. Plug in instantaneous values LAST.

MVT: if f continuous on [a,b], differentiable on (a,b), ∃ c with f'(c) = (f(b) − f(a))/(b−a). EVT: continuous on [a,b] → attains absolute max + min.

L'Hôpital (only 0/0 or ∞/∞): lim f/g = lim f'/g'. Other indeterminates (0·∞, ∞−∞, 1^∞): rewrite to fit.

⚡ EXAM TRAP — CHAIN INSIDE THE INNER

d/dx[sin(2x)] is 2 cos(2x), not cos(2x). The most common AP free-response loss: doing the outer derivative and forgetting to multiply by the derivative of what's inside. Mark every chain with an arrow.

PARAMETRIC, POLAR & VECTOR ↗ TAP
Parametric calculus
dy/dx = (dy/dt)/(dx/dt) d²y/dx² = (d/dt[dy/dx])/(dx/dt)arc length: L = ∫√((dx/dt)² + (dy/dt)²) dt speed: |v(t)|
Polar coordinates
ConvertFormula
polar → Cartesianx = r cos θ, y = r sin θ
Cartesian → polarr² = x²+y², tan θ = y/x
Polar areaA = ½ ∫αβ r(θ)² dθ
Polar arc lengthL = ∫√(r² + (dr/dθ)²) dθ
Vector-valued r(t)
r(t) = ⟨x(t), y(t)⟩. v(t) = r'(t), a(t) = r''(t). Speed = |v(t)|. Use for AP particle motion.
Common polar curves
r = a (circle), r = a + b cos θ (cardioid/limaçon), r = a sin(nθ) (rose: n petals if odd, 2n if even).

Tangent line to polar curve: convert to parametric x(θ) = r(θ) cos θ, y(θ) = r(θ) sin θ, then dy/dx = (dy/dθ)/(dx/dθ).

⚡ EXAM TRAP — POLAR AREA HAS A 1/2 AND A SQUARE

Polar area is ½ ∫ r² dθ. Forgetting either the 1/2 or the square kills the entire problem. AP graders see this slip every year. Sketch the curve first to identify θ-bounds — sometimes a curve traces twice as θ goes 0 to 2π.

INTEGRATION TECHNIQUES ↗ TAP
The technique ladder
PatternMethodForm
(stuff)ⁿ · stuff'u-subu^(n+1)/(n+1)
poly · eˣ, poly · sin/cos, ln xparts (LIATE)uv − ∫v du
√(a²−x²), √(a²+x²), √(x²−a²)trig subx = a sin/tan/sec θ
P(x)/Q(x), proper rationalpartial fractionsdecompose then integrate
improper (∞ limit)limit of boundedlimb→∞
IBP: ∫ u dv = uv − ∫ v du | LIATE: Logs · Inverse trig · Algebraic · Trig · Exp
Trig sub triangle
Improper integrals
If integrand or limit blows up: rewrite as limit and check convergence. ∫₁^∞ 1/x²dx = 1 (converges); ∫₁^∞ 1/x dx = ∞ (diverges).
Comparison
Compare improper integrand to known convergent / divergent. 0 ≤ f ≤ g, g converges → f converges.

Boomerang IBP: when ∫ u dv gives back the original integral on the right (∫ eˣ sin x), add to both sides, divide by 2.

⚡ EXAM TRAP — IMPROPER vs PROPER

If integrand is undefined at an endpoint OR limit is ±∞, the integral is improper. You must use a limit — not just plug in. Forgetting this on FRQ loses 2-3 points.

POWER & TAYLOR SERIES ↗ TAP
Taylor + Maclaurin
f(x) = Σn=0 f⁽ⁿ⁾(a) (x − a)ⁿ / n! (Maclaurin = Taylor at a = 0)
Memorize these 5 (Maclaurin)
FunctionSeriesConverges
1 + x + x²/2! + x³/3! + …all x
sin xx − x³/3! + x⁵/5! − …all x
cos x1 − x²/2! + x⁴/4! − …all x
1/(1−x)1 + x + x² + x³ + …|x| < 1
ln(1+x)x − x²/2 + x³/3 − …−1 < x ≤ 1
Lagrange remainder: |Rn(x)| ≤ M · |x − a|^(n+1) / (n+1)! M ≥ |f^(n+1)(c)|
Manipulate, don't compute
Substitute (cos x² → swap x ↦ x² in cos series). Differentiate / integrate term-by-term within radius. Multiply known series.
Radius of convergence
Apply ratio test to series in (x − a). |x − a| < R conv, > R div, = R check separately.

Trick: ∫ sin(x²) dx has no closed form — but substitute into sin series, integrate term-by-term, get ∫ x² − x⁶/6 + x¹⁰/120 − …

⚡ EXAM TRAP — FACTORIAL DENOMINATOR

It's n!, not n. And it's (x − a)ⁿ, not just xⁿ — center matters. Off-by-one or off-by-center kills full credit on AP FRQ.

DIFFERENTIAL EQUATIONS ↗ TAP
Separable equations
dy/dx = f(x) · g(y) ⇒ ∫ dy/g(y) = ∫ f(x) dx + C

Steps: (1) separate variables to opposite sides. (2) integrate both sides. (3) apply initial condition to find C. (4) solve for y if possible.

Slope fields + Euler's method
Slope field
Plot tiny line segments of slope f'(x,y) at grid points. Sketch solution curves by following the slopes — gives shape without solving.
Euler's method
y_{n+1} = y_n + h · f(x_n, y_n) — step forward by h. Underestimates when concave up, over when concave down.
Exponential & logistic growth
ModelODESolution
Exponentialdy/dt = k yy = y₀ eᵏᵗ
Bounded (Newton's cooling)dT/dt = k(T − T)T = T + (T₀−T)eᵏᵗ
Logisticdy/dt = ky(1 − y/L)y = L/(1 + Ae⁻ᵏᵗ)

Logistic peak growth at y = L/2 (inflection). At carrying capacity L, growth → 0.

⚡ EXAM TRAP — FORGETTING +C THEN APPLYING IC

After integrating both sides, write +C immediately. Then apply initial condition to find C. Skipping +C gives the wrong family of solutions and the IC step yields nonsense.

APPLICATIONS OF INTEGRATION ↗ TAP
Volumes of revolution
Disk: V = π ∫ [R(x)]² dx Washer: V = π ∫ ([Rout]² − [Rin]²) dxShell: V = 2π ∫ x · h(x) dx Cross-section: V = ∫ A(x) dx
UseWhen
Disk in xrotate y=f(x) around x-axis
Disk in yrotate x=g(y) around y-axis
Shell in xrotate y=f(x) around y-axis
Cross-sectionscross-section A(x) given (square, semicircle, etc.)
Other apps
Arc length
L = ∫ √(1 + (f')²) dx. Or for parametric: ∫ √((dx/dt)² + (dy/dt)²) dt.
Average value
f̄ = (1/(b−a)) ∫ab f dx. AP FRQ near-guarantee.

Accumulation: if f'(x) is given, then f(b) − f(a) = ∫ab f'(x) dx (FTC). Used for distance, work, total change.

⚡ EXAM TRAP — WASHER (R−r)²

Washer method = π ∫ ([Rout]² − [Rin]²) dx. NOT π ∫ (Rout − Rin)². Algebraically very different. Geometrically: difference of disk areas, not area of difference.

SEQUENCES & SERIES ↗ TAP
Test ladder — apply in this order
TestUse whenResult
nth termalways firstan ↛ 0 ⇒ diverges
Geometrican = ar^nconv ⇔ |r| < 1
p-series1/n^pconv ⇔ p > 1
Integralan = f(n), f decreasingmatches ∫ f
Comparison / Limit compvs known seriessame fate
Ratiofactorials, n!, x^nL < 1 conv
Root(stuff)^nL < 1 conv
Alternating(−1)^n an, an ↘ 0conv
Geometric sum: Σ ar^n = a/(1 − r) for |r| < 1
Absolute vs conditional
Absolute: Σ|an| converges → strong. Conditional: Σan conv but Σ|an| div. Alternating harmonic Σ(−1)ⁿ/n is THE classic example.
Alternating series error bound
|S − Sn| ≤ |an+1| — first omitted term bounds the tail.

Power series: Σ cn(x − a)ⁿ has radius R from ratio test. Converges absolutely for |x − a| < R, diverges for > R, must check x = a±R individually.

⚡ EXAM TRAP — nth TERM TEST IS ONE-WAY

If an → 0, the series might still diverge (harmonic). nth term only proves divergence, never convergence. Many AP students confidently misapply this both ways.

DECISION BOX — PICK THE TECHNIQUE ↗ TAP
Match keyword to method
Question says…Use § fromMove
'find f'(x)' / 'differentiate'§ ①power · product · quotient · chain
'how fast' / 2 vars in time§ ①related rates (5-step recipe)
0/0 or ∞/∞ in limit§ ①L'Hôpital
'show ∃ c with…'§ ①MVT / Rolle's / IVT
(stuff)ⁿ · stuff' integrand§ ②u-sub
poly · eˣ, ln x, poly · sin/cos§ ②IBP (LIATE)
√(a²±x²), √(x²−a²)§ ②trig sub
P(x)/Q(x), proper rational§ ②partial fractions
integrand / limit blows up§ ②improper — write as limit
'volume rotated'§ ③disk · washer · shell · cross-section
'arc length'§ ③∫√(1+(f')²)
'average value of f'§ ③(1/(b−a)) ∫f
Σ converges?§ ④nth term FIRST, then test ladder
(−1)ⁿ in series§ ④alternating series test + error bound
'radius of convergence'§ ⑤ratio test in (x−a), check endpoints
'Maclaurin of g(x)'§ ⑤substitute / differentiate / multiply known series
'estimate f(x)' near nice a§ ⑤Taylor at a, Lagrange remainder
x = f(t), y = g(t)§ ⑥parametric: dy/dx = (dy/dt)/(dx/dt)
r = f(θ), 'area inside'§ ⑥½ ∫ r² dθ
r(t) particle, 'speed at'§ ⑥|v(t)| = √((dx/dt)²+(dy/dt)²)
dy/dx = f(x)·g(y)§ ⑦separate, integrate, +C, IC
'slope field' / 'Euler's'§ ⑦follow slopes / step y_{n+1}=y_n+hf
'population' / 'cooling' / 'logistic'§ ⑦recognize the model, pick solution form
FRQ template
State the rule by name. Show all work. Box your final answer. Units in word problems. +C on indefinite. Limits if improper.
Pacing — AP timing
FRQ: ~15 min/problem. MC: ~2 min/q. Skip and return — don't burn 10 min on one MC.
⚡ EXAM TRAP — TECHNIQUE TUNNEL VISION

If you've spent 5 min on one method and the integral isn't simplifying, switch. AP problems are designed for one specific tool. Going down the wrong path is the #1 time sink — don't be stubborn.

⚡ FINAL EXAM TRAP — UNITS, BOUNDS, +C

Volumes are cubic units. Velocity vs speed (signed vs |·|). +C on indefinite, NOT definite. Always restate what you computed at the end so partial credit isn't lost to ambiguity.

CALC BC · Comprehensive Cram Sheet · Ultra-Dense A4
✦ AskSia.ai
For exam prep only · Check your professor's formula sheet rules · asksia.ai/library

Want one for YOUR exact syllabus?

Sia is your free desktop study agent. Drop your professor's slides — Sia builds you a sheet tailored to YOUR test. Better than this library because it knows YOUR materials.

↓ Download Sia · Free