Standard definite integrals require finite intervals and bounded integrands. Improper integrals remove these restrictions, extending integration to infinite intervals and functions with vertical asymptotes.
The key idea: replace the problematic bound or point with a variable, compute the resulting proper integral, then take a limit. If the limit exists and is finite, the improper integral converges to that value. If not, it diverges.
Some infinite regions have finite area. The region under 1/x2 from 1 to ∞ has area exactly 1. Other infinite regions have infinite area—the region under 1/x from 1 to ∞ diverges. The distinction matters throughout mathematics and physics.
What Makes an Integral Improper?
An integral is improper if it involves:
Infinite limits of integration: The interval extends to ∞ or −∞
∫1∞x21dx
Unbounded integrand: The function has a vertical asymptote within or at the boundary of the interval
∫01x1dx
Both conditions can occur simultaneously. The integral
∫0∞x(1+x)1dx
has an infinite upper limit and an unbounded integrand at x=0.
Infinite Limits of Integration
Replace the infinite limit with a finite variable and take a limit.
Type 1: Upper limit infinite
∫a∞f(x)dx=b→∞lim∫abf(x)dx
Type 2: Lower limit infinite
∫−∞bf(x)dx=a→−∞lim∫abf(x)dx
Type 3: Both limits infinite
∫−∞∞f(x)dx=∫−∞cf(x)dx+∫c∞f(x)dx
Both integrals must converge independently. The choice of c is arbitrary—any finite value works.
Discontinuous Integrands
When f has a vertical asymptote at c within [a,b], split the integral and use limits.
Asymptote at left endpoint:
∫abf(x)dx=t→a+lim∫tbf(x)dx
Asymptote at right endpoint:
∫abf(x)dx=t→b−lim∫atf(x)dx
Asymptote at interior point $c$:
∫abf(x)dx=t→c−lim∫atf(x)dx+s→c+lim∫sbf(x)dx
Both limits must exist independently.
Convergence vs Divergence
An improper integral converges if the defining limit exists and is finite. It diverges if the limit is infinite or fails to exist.
Convergent example:
∫1∞x21dx=b→∞lim[−x1]1b=b→∞lim(−b1+1)=1
Divergent example:
∫1∞x1dx=b→∞lim[lnx]1b=b→∞limlnb=∞
Convergence depends on how fast the integrand decays. The 1/x2 decays fast enough; 1/x does not.
The p-Test
The integrals of 1/xp serve as benchmarks.
At infinity:
∫1∞xp1dx{convergesdivergesp>1p≤1
At zero:
∫01xp1dx{convergesdivergesp<1p≥1
The boundary case p=1 always diverges—∫1/xdx=ln∣x∣, which is unbounded both as x→∞ and as x→0+.
Comparison Test
Compare an unknown integral to one with known behavior.
Direct comparison: For f(x)≥0 and g(x)≥0:
If f(x)≤g(x) and ∫g converges, then ∫f converges.
If f(x)≥g(x) and ∫g diverges, then ∫f diverges.
Example: Does ∫1∞x2+11dx converge?
Since x2+11<x21 and ∫1∞x21dx converges, the given integral converges by comparison.
Limit Comparison Test
When direct comparison is awkward, use limits.
For f(x)>0 and g(x)>0, if:
x→∞limg(x)f(x)=Lwhere 0<L<∞
then ∫f and ∫g both converge or both diverge.
Example: Does ∫1∞x3+5xdx converge?
Compare to g(x)=1/x2:
x→∞lim1/x2x/(x3+5)=x→∞limx3+5x3=1
Since ∫1∞1/x2dx converges, so does the given integral.