Advanced Integration Techniques &
Applications
A Deep-Dive Reference Guide on Methods, Improper Integrals, and Applications
Subject: Mathematics / Integral Calculus Level: Calculus II / Advanced Analysis
1. Advanced Integration Techniques
Beyond basic substitution and integration by parts, specialized algebraic and trigonometric substitutions
are essential for evaluating complex integrals containing algebraic radicals and trigonometric products.
Trigonometric Substitutions
Used to simplify expressions involving radicals of quadratic forms:
Expression Substitution Identity Used Domain Constraint
√(a2 − x2) x = a · sin(θ) 1 − sin2(θ) = cos2(θ) −π/2 ≤ θ ≤ π/2
√(a2 ± x2) x = a · tan(θ) 1 ± tan2(θ) = sec2(θ) −π/2 < θ < π/2
√(x2 − a2) x = a · sec(θ) sec2(θ) − 1 = tan2(θ) 0 ≤ θ < π/2 or π ≤ θ < 3π/2
Trigonometric Integrals
• Powers of Sine and Cosine (∫ sinm(x) cosn(x) dx):
◦ If power of cos(x) is odd (n = 2k+1): Save one cos(x), convert rest to sin(x) via cos2(x) = 1 − sin2(x), and
set u = sin(x).
◦ If power of sin(x) is odd (m = 2k+1): Save one sin(x), convert rest to cos(x), and set u = cos(x).
◦ If both powers are even: Use half-angle formulas sin2(x) = (1 − cos(2x))/2 and cos2(x) = (1 ± cos(2x))/2.
Partial Fraction Decomposition Strategy
To integrate P(x)/Q(x) where degree of P(x) < Q(x):
1. Distinct Linear Factors: A / (x − a) + B / (x − b)
2. Repeated Linear Factors: A / (x − a) + A / (x − a)2 + ...
1 2
3. Irreducible Quadratic Factors: (Ax + B) / (ax2 + bx + c)
2. Improper Integrals
Improper integrals extend definite integration to infinite intervals or functions with infinite
discontinuities.
Advanced Notes on Integration Page 1 of 2
Classification of Improper Integrals
Type 1: Infinite Intervals
∫a∞ f(x) dx = limt → ∞ ∫at f(x) dx
Type 2: Unbounded Integrands (if f(x) is continuous on [a, b) and discontinuous at b):
∫ab f(x) dx = limt → b− ∫at f(x) dx
If the limit exists as a finite number, the integral converges; otherwise, it diverges.
The p-Integral Test
∫1∞ (1 / xp) dx converges if p > 1 and diverges if p ≤ 1.
3. Geometric & Physical Applications
Definite integrals aggregate continuous quantities to compute geometric dimensions, physical mass, and
total work.
Application Formula Notes
Area Between Curves A = ∫ab [f(x) − g(x)] dx Where f(x) ≥ g(x) on [a, b]
Volume (Disk Method) V = π ∫ab [R(x)]2 dx Rotation around a parallel horizontal axis
Volume (Washer Method) V = π ∫ab ([R(x)]2 − [r(x)]2) dx Outer radius R(x), inner radius r(x)
Volume (Cylindrical Shells) V = 2π ∫ab x · f(x) dx Rotation around y-axis
Arc Length L = ∫ab √(1 ± [f'(x)]2) dx Requires f'(x) to be continuous
Work Done W = ∫ab F(x) dx Variable force F(x) over distance [a, b]
Advanced Notes on Integration Page 2 of 2