👆 Tap any section with ↗ TAP for interactive charts, worked examples & practice
CALC 2 · Integration techniques, series & polar
Midterm & Final Reference · Ultra-Dense A4
Generated by AskSia.ai — graphs, formulas, traps
U-SUB & BASIC TECHNIQUES ↗ TAP
The recipe

U-substitution undoes the chain rule. Spot the pattern f(g(x))·g'(x): the inner function and its derivative both appear (up to a constant). Set u = inner, du = inner' dx, replace, integrate, back-substitute.

∫ f(g(x)) · g'(x) dx = ∫ f(u) du, u = g(x), du = g'(x) dx
Pattern recognition
Integrand has…Try u =Result
(stuff)ⁿ · stuff'stuffu^(n+1)/(n+1)
e^(stuff) · stuff'stuffe^u
(stuff'/stuff)stuffln|u|
sin(ax) or cos(ax)ax−cos u/a or sin u/a
Definite integrals
Either change the limits when you change variable (cleanest), OR back-sub u = g(x) and use original x-limits. Never mix.
Off-by-a-constant
If du is missing a constant factor, fix it outside: ∫ x e^(x²) dx = ½ ∫ e^u du.

Inverse trig pattern: ∫ dx/√(a²−x²) = arcsin(x/a) + C, ∫ dx/(a²+x²) = (1/a) arctan(x/a) + C. Memorize these — they're free points.

⚡ EXAM TRAP — FORGETTING +C OR LIMITS

Indefinite integrals always need +C. After u-sub on a definite integral, either change limits to u-values or back-sub before evaluating. Mixing the two is the most common 1-point loss on Calc 2.

TRIG SUB & PARTIAL FRACTIONS ↗ TAP
Trig substitution — 3 cases
FormSubIdentitydx
√(a²−x²)x = a sin θ1−sin² = cos²a cos θ dθ
√(a²+x²)x = a tan θ1+tan² = sec²a sec²θ dθ
√(x²−a²)x = a sec θsec²−1 = tan²a sec θ tan θ dθ

After integrating in θ, draw a reference triangle to back-substitute to x. The triangle's sides come from the substitution.

∫ dx/√(9 − x²) =[x=3 sinθ]= ∫ dθ = arcsin(x/3) + C
Partial fractions — when

Use when integrand is a proper rational function P(x)/Q(x) with deg P < deg Q. If improper, do polynomial long division first.

Decomposition rules
(x−a)¹ → A/(x−a). (x−a)ᵏ → A₁/(x−a) + … + Aₖ/(x−a)ᵏ. Irreducible quadratic ax²+bx+c → (Bx+C)/(quadratic).
Heaviside cover-up
For distinct linear roots, cover the (x−a) factor and evaluate the rest at x = a. Fast and accurate.
∫ 1/(x²−1) dx = ½ ∫ [1/(x−1) − 1/(x+1)] dx = ½ ln|(x−1)/(x+1)| + C
⚡ EXAM TRAP — FORGOT LONG DIVISION

If deg numerator ≥ deg denominator, you must long-divide first. Skipping this gives nonsense partial fractions and a wrong answer with full work shown — graders will deduct heavily.

INTEGRATION BY PARTS ↗ TAP
The formula
∫ u dv = u·v − ∫ v du

Pick u = something that gets simpler when differentiated. Pick dv = something you can integrate. The remaining integral ∫ v du should be easier than the original.

LIATE — choose u in this order
LetterClassExample
LLogarithmln x
IInverse trigarctan x
AAlgebraicx², x³
TTrigsin x, cos x
EExponential
Tabular (DI)
When u differentiates to 0 in finite steps (polynomials × eˣ or × sin/cos). Build columns of derivatives (D) and integrals (I), alternate signs.
Boomerang trick
If parts twice gives back the original integral on the right (∫ eˣ sin x), add to both sides, divide by 2.
∫ ln x dx: u = ln x, dv = dx → ln x · x − ∫ 1 dx = x ln x − x + C

Reduction formulas: ∫ xⁿ eˣ dx = xⁿ eˣ − n ∫ x^(n−1) eˣ dx — apply IBP n times until it bottoms out.

⚡ EXAM TRAP — WRONG u CHOICE

If du gets uglier than u, you picked wrong. Switch immediately. Most wasted exam minutes on IBP come from stubbornly pushing through a bad u choice. LIATE saves you.

TAYLOR & MACLAURIN SERIES ↗ TAP
Taylor formula
f(x) = Σn=0 f⁽ⁿ⁾(a) · (x − a)ⁿ / n!

A Taylor series approximates f(x) near x = a using its derivatives at a. Maclaurin = Taylor at a = 0. Each higher-order term improves accuracy near a; far from a, you need more terms.

Memorize these 4 (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
Manipulation tricks
Substitute: cos(x²) → swap x ↦ x² in cos series. Differentiate: term-by-term within radius. Integrate: term-by-term — adds +C.
Error bound
Lagrange remainder: |Rn(x)| ≤ M·|x−a|^(n+1)/(n+1)! where M bounds f^(n+1).

Trick: for ∫ sin(x²) dx (no closed form), substitute into the sin series, integrate term-by-term — that's how you get an answer.

⚡ EXAM TRAP — FACTORIAL DENOMINATOR

It's n! in the denominator, not n. Off-by-one factorials kill problems. Also: don't forget to raise (x − a) to n, not just x.

PARAMETRIC & POLAR ↗ TAP
Parametric curves

Given x = f(t), y = g(t), the curve is traced as t increases. Use t as the natural progress parameter.

dy/dx = (dy/dt) / (dx/dt), d²y/dx² = (d/dt)[dy/dx] / (dx/dt)Arc length: L = ∫ab √((dx/dt)² + (dy/dt)²) dt
Polar coordinates
ConvertFormula
polar → Cartesianx = r cos θ, y = r sin θ
Cartesian → polarr = √(x² + y²), θ = arctan(y/x)
r = constantcircle of radius r at origin
θ = constantray from origin
Polar area
A = ½ ∫αβ r(θ)² dθ — area swept by ray from θ=α to θ=β. Note the square and 1/2.
Symmetry shortcuts
Cardioid r = 1 + cos θ symmetric about x-axis: integrate 0 to π, double. Always check before computing.
Polar arc length: L = ∫ √(r² + (dr/dθ)²) dθ

Common polar curves: r = a (circle), r = a + b cos θ (cardioid/limaçon), r = a sin(nθ) (rose with n or 2n petals).

⚡ EXAM TRAP — POLAR AREA ≠ CARTESIAN AREA

Polar area uses ½ ∫ r² dθ, not ∫ y dx. Forgetting the 1/2 or the square loses the entire problem. And use the right θ-bounds — sometimes a curve traces twice as θ goes 0 to 2π.

VOLUMES & ARC LENGTH ↗ TAP
Disk method (rotate around axis)
V = π ∫ab [R(x)]² dx

Stack disks perpendicular to the axis of rotation. Each disk has radius R(x) — the distance from axis to curve. Use when slicing perpendicular gives clean disks.

Shell method
V = 2π ∫ab x · h(x) dx (rotate around y-axis)

Stack thin cylindrical shells parallel to the axis. Radius = x (distance to axis), height = h(x) = top − bottom. Use when shells are easier to set up than disks.

Pick disk if…Pick shell if…
slicing ⊥ axis is cleanslicing ∥ axis is clean
function is y of x and rotating around xfunction is y of x and rotating around y
region bounded by curve and axisregion between two curves with hole
Washer (annulus)
Two-curve disk: V = π ∫ ([Router]² − [Rinner]²) dx. Subtract the squares — not (Rout − Rin)².
Arc length
L = ∫√(1 + (dy/dx)²) dx — derivative under root. Almost no closed-form examples are pretty; expect L'Hôpital or Simpson's rule.
⚡ EXAM TRAP — DISK vs SHELL CONFUSION

Rotate around x-axis with f(x): use disk in x. Rotate around y-axis with f(x): use shell in x OR rewrite as x = g(y) and disk in y. Picking the wrong frame turns a 5-min problem into 20.

SEQUENCES & SERIES — CONVERGENCE ↗ TAP
Test ladder — apply in this order
TestUse whenConcl.
nth termalways firstif an ↛ 0 ⇒ diverges
Geometrican = ar^nconv ⇔ |r| < 1
p-series1/n^pconv ⇔ p > 1
Integralan = f(n), f decreasingmatches ∫ f
Comparisonvs known seriessqueeze logic
Limit comparisonmessy an/bnsame fate as bn
Ratiofactorials, n!, x^nL < 1 conv, L > 1 div
Root(stuff)^nL < 1 conv
Alternating(−1)^n an, an ↘ 0conv
Geometric: Σ ar^n = a/(1 − r) for |r| < 1
Absolute vs conditional
Absolute conv = Σ |an| converges → strong, can rearrange. Conditional = Σ an conv but Σ |an| diverges (e.g. alternating harmonic).
Power series radius
Σ cn(x − a)^n: ratio test on |cn+1(x−a)/cn| < 1 gives radius R. Check endpoints separately.
⚡ EXAM TRAP — nth TERM TEST IS ONE-WAY

If lim an = 0, the series might converge or diverge — the test is inconclusive. Σ 1/n has an → 0 and still diverges (harmonic). nth term only proves divergence, never convergence.

DECISION BOX — PICK THE TECHNIQUE ↗ TAP
If the integrand looks like…
PatternUse § fromMove
(stuff)ⁿ · stuff'§ ①u-sub
x · eˣ, xⁿ · sin/cos, ln x§ ②integration by parts (LIATE)
√(a²−x²), √(a²+x²), √(x²−a²)§ ⑥trig substitution
P(x)/Q(x), proper rational§ ⑥partial fractions
P(x)/Q(x), improper§ ⑥long divide first, THEN PF
'volume rotated about'§ ③disk / washer / shell
'arc length of'§ ③∫√(1+(f')²) dx
'does Σ converge?'§ ④nth term first, then test ladder
factorials, n^n in series§ ④ratio or root test
(−1)^n in series§ ④alternating series test
'radius of convergence'§ ④ratio test in x, check endpoints
'approximate f(x)'§ ⑤Taylor at nearest a
'Maclaurin of g(x)'§ ⑤substitute / differentiate / integrate known series
x = f(t), y = g(t)§ ⑦parametric: dy/dx = (dy/dt)/(dx/dt)
r = f(θ), 'area inside'§ ⑦½ ∫ r² dθ
Series test ladder
(1) nth term, (2) recognize geometric/p, (3) integral, (4) comparison, (5) ratio, (6) root, (7) alternating. Try in order.
Integration ladder
(1) recognize standard, (2) try u-sub, (3) IBP, (4) trig identity, (5) trig sub, (6) partial fractions. U-sub solves more than half.
⚡ EXAM TRAP — TECHNIQUE TUNNEL VISION

If you've spent 5 minutes on a method and the integral isn't simplifying, stop and try a different one. Calc 2 problems are designed for one specific technique — going down the wrong path is the #1 time waster.

⚡ FINAL EXAM TRAP — UNITS AND BOUNDS

Volumes are in cubic units. Polar bounds run over θ, not x. Series partial sums vs full sums differ. Always state what you computed at the end so partial credit isn't lost to ambiguity.

CALC 2 · 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