Integration Techniques — Last Minute Summary
In=∫f(x,n)dx
Integration by parts → In=A(n)In−k+B(x)
Common Recurrences
| In | Recurrence |
|---|
| ∫0π/2sinnxdx | nIn=(n−1)In−2 |
| ∫0π/2cosnxdx | nIn=(n−1)In−2 |
| ∫01xnexdx | In=e−nIn−1 |
| ∫01(1−x2)n/2dx | (n+2)In=(n+1)In−2 |
Boundary Values
I0=∫ab1dx=b−a
I1: compute directly
∫0π/2sinnxdx:I0=2π,I1=1
Integration by Parts (LIATE)
u=Log→Inverse trig→Algebraic→Trig→Exponential
Partial Fractions Quick Reference
| Denominator Factor | Term Form |
|---|
| x−a | x−aA |
| (x−a)2 | x−aA+(x−a)2B |
| x2+a2 | x2+a2Ax+B |
Standard Integrals
∫x1dx=ln∣x∣
∫tanxdx=−ln∣cosx∣
∫x2+a21dx=a1tan−1ax
∫x2+a2xdx=21ln(x2+a2)
Trap Checklist
❌ Forgetting +C for indefinite integrals
❌ Substitution: forgetting to change limits
❌ Partial fractions: need x2+a2Bx+C, not just x2+a2B
❌ Degree of numerator ≥ denominator → divide first
❌ Reduction: always state I0 or I1 before iterating