Improper Integrals: When Infinity Still Adds Up to a Finite Number
Stretch the region under a curve out to infinity — sometimes the area is unbounded, and sometimes it settles on a finite total.
An area that never ends
Consider the region under a curve that trails off to the right forever — the bound is not a number but ∞. Its area is an infinitely long strip, yet the strip gets thinner and thinner. Does its total area explode, or does it converge on something finite?
Astonishingly, an infinitely long region can enclose a finite area, provided it thins out fast enough. Deciding which way it goes is what improper integrals are about.
The tale of two curves
The cleanest way to feel this is to compare 1/x2 and 1/x from 1 to infinity. They look similar — both decay to zero — but one converges and the other does not. The difference is how fast they decay. This single comparison is the heart of the whole topic.
- Integrate to a finite bound b: \( \int_{1}^{b} x^{-2}\,dx=\Big[-\tfrac{1}{x}\Big]_{1}^{b}=1-\tfrac{1}{b} \).
- Now take the limit: \( \lim_{b\to\infty}\big(1-\tfrac{1}{b}\big)=1-0=1 \).
- The limit is finite, so the integral converges.
- Integrate to b: \( \int_{1}^{b}\tfrac{1}{x}\,dx=\big[\ln x\big]_{1}^{b}=\ln b-\ln 1=\ln b \).
- Take the limit: \( \lim_{b\to\infty}\ln b=\infty \).
- The limit is infinite, so the area grows without bound.
The same knife-edge governs series
The parallel with infinite sums is exact. The p-series Σ 1/np converges precisely when p > 1 — the same threshold. In particular the harmonic series Σ 1/n (p = 1) diverges, mirroring ∫ 1/x. A convergent example is the geometric series: adding 1 + ½ + ¼ + … gives partial sums creeping toward a finite ceiling.
- This is \( \sum_{n=0}^{\infty} r^{n} \) with ratio \( r=\tfrac12 \), and \( |r|<1 \) so it converges.
- The sum of a convergent geometric series is \( \dfrac{1}{1-r} \).
- Substitute \( r=\tfrac12 \): \( \dfrac{1}{1-\tfrac12}=\dfrac{1}{\tfrac12}=2 \).
Check your understanding
- An improper integral to infinity is the limit of finite integrals; a finite limit means it converges.
- ∫₁^∞ 1/x² dx = 1 (converges) but ∫₁^∞ 1/x dx = ∞ (diverges) — decay speed decides everything.
- The p-test: ∫₁^∞ 1/xᵖ dx converges exactly when p > 1.
- The same threshold governs p-series Σ 1/nᵖ; the harmonic series Σ 1/n (p = 1) diverges.
- Terms shrinking to zero is necessary but not sufficient for a sum to converge — how fast they shrink is what counts.