跳到主要内容

Integration Techniques — Last Minute Summary

Reduction Formulae — Target Pattern

In=f(x,n)dxI_n = \int f(x,n)\,dx

Integration by parts → In=A(n)Ink+B(x)I_n = A(n)I_{n-k} + B(x)

Common Recurrences

InI_nRecurrence
0π/2sinnxdx\int_0^{\pi/2} \sin^n x\,dxnIn=(n1)In2n I_n = (n-1)I_{n-2}
0π/2cosnxdx\int_0^{\pi/2} \cos^n x\,dxnIn=(n1)In2n I_n = (n-1)I_{n-2}
01xnexdx\int_0^1 x^n e^x\,dxIn=enIn1I_n = e - nI_{n-1}
01(1x2)n/2dx\int_0^1 (1-x^2)^{n/2}\,dx(n+2)In=(n+1)In2(n+2)I_n = (n+1)I_{n-2}

Boundary Values

I0=ab1dx=baI_0 = \int_a^b 1\,dx = b-a

I1: compute directlyI_1: \text{ compute directly}

0π/2sinnxdx:I0=π2,  I1=1\int_0^{\pi/2} \sin^n x\,dx: I_0 = \frac{\pi}{2},\; I_1 = 1

Integration by Parts (LIATE)

u=LogInverse trigAlgebraicTrigExponentialu = \text{Log} \to \text{Inverse trig} \to \text{Algebraic} \to \text{Trig} \to \text{Exponential}

Partial Fractions Quick Reference

Denominator FactorTerm Form
xax-aAxa\frac{A}{x-a}
(xa)2(x-a)^2Axa+B(xa)2\frac{A}{x-a} + \frac{B}{(x-a)^2}
x2+a2x^2 + a^2Ax+Bx2+a2\frac{Ax+B}{x^2+a^2}

Standard Integrals

1xdx=lnx\int \frac{1}{x}\,dx = \ln|x|

tanxdx=lncosx\int \tan x\,dx = -\ln|\cos x|

1x2+a2dx=1atan1xa\int \frac{1}{x^2 + a^2}\,dx = \frac{1}{a}\tan^{-1}\frac{x}{a}

xx2+a2dx=12ln(x2+a2)\int \frac{x}{x^2 + a^2}\,dx = \frac{1}{2}\ln(x^2 + a^2)

Trap Checklist

❌ Forgetting +C+C for indefinite integrals

❌ Substitution: forgetting to change limits

❌ Partial fractions: need Bx+Cx2+a2\frac{Bx+C}{x^2+a^2}, not just Bx2+a2\frac{B}{x^2+a^2}

❌ Degree of numerator \ge denominator → divide first

❌ Reduction: always state I0I_0 or I1I_1 before iterating