← back to calculus

Techniques of Integration

Active Calculus (CC BY-SA) · activecalculus.org

Finding antiderivatives is harder than finding derivatives. Five techniques cover most integrals: substitution (reverse chain rule), integration by parts (reverse product rule), partial fractions (decompose rational functions), trig substitution (for square roots), and improper integrals (infinite limits).

hard in x u = g(x) easy in u

Substitution (u-substitution)

If the integrand looks like f(g(x)) · g'(x), let u = g(x), du = g'(x)dx. The integral becomes the integral of f(u)du, which is often simpler. This reverses the chain rule.

Scheme

Integration by parts

The integral of u dv = uv - the integral of v du. This reverses the product rule. Choose u as the function that simplifies when differentiated, and dv as the rest. LIATE order: Logarithmic, Inverse trig, Algebraic, Trig, Exponential.

Scheme

Partial fractions

To integrate a rational function p(x)/q(x), factor the denominator and decompose into simpler fractions. Each factor (x-a) in the denominator contributes a term A/(x-a). Each integral becomes A ln|x-a|.

Scheme

Trig substitution

For integrands with square roots of quadratics, substitute a trig function. For sqrt(a² - x²): let x = a sinθ. For sqrt(a² + x²): let x = a tanθ. For sqrt(x² - a²): let x = a secθ. The Pythagorean identity eliminates the square root.

Scheme

Improper integrals

When the interval is infinite or the integrand blows up, take a limit. The integral from 1 to infinity of 1/x² dx = limb→∞ [-1/x] from 1 to b = 0 - (-1) = 1. The integral converges if the limit is finite.

Scheme

Notation reference

Technique When to use Key idea
Substitutionf(g(x)) g'(x)Reverse chain rule
Partsproduct of two typesReverse product rule
Partial fractionsrational p(x)/q(x)Decompose denominator
Trig subsqrt(a² ± x²)Pythagorean identity
Improperinfinite limit or singularityTake a limit
Neighbors