A standard definite integral ∫ₐᵇ f(x)dx requires a finite interval and a bounded function. When either condition fails — the interval extends to infinity, or the function blows up at some point — you have an improper integral. It might still have a finite value. Whether it does is a question about limits, not just antiderivatives.

Two Types of Improper Integrals

Type 1 Examples

The p-Integral Test

Comparison Test for Convergence

Definition

An improper integral has at least one infinite bound or an unbounded integrand. It is evaluated as a limit: replace the problematic bound with a parameter, integrate, then take the limit. The integral converges if the limit is finite; diverges otherwise.

Why Standard Riemann Integration Fails

The Riemann integral is defined for functions that are bounded on a closed, bounded interval [a,b]. When either condition fails — when a bound is infinite, or when the function blows up somewhere in the interval — the definition breaks down. Improper integrals are the extension that handles these cases by introducing limits. The idea is elegant: approximate the improper integral by a proper one, then let the approximation approach the problematic limit.

Type 1 — Infinite Bounds

For ∫₁^∞ f(x)dx, replace ∞ with a parameter t: ∫₁^∞ f(x)dx = lim(t→∞) ∫₁ᵗ f(x)dx. The inner integral is now proper for each finite t, and we take the limit of the result. If this limit is a finite number L, the improper integral converges to L. If the limit is ±∞ or does not exist, the integral diverges.

Type 2 — Unbounded Integrands

For ∫₀¹ 1/√x dx, the function blows up at x = 0. Replace the problematic endpoint with ε: ∫₀¹ 1/√x dx = lim(ε→0⁺) ∫ε¹ x^(−1/2) dx = lim(ε→0⁺) [2√x]ε¹ = lim(ε→0⁺)(2 − 2√ε) = 2. This improper integral converges to 2, even though the integrand is unbounded at x = 0.

Four Detailed Examples

Examples Convergence and Divergence
∫₁^∞ 1/x² dx= lim(t→∞)[−1/x]₁ᵗ = lim(t→∞)(−1/t + 1) = 0 + 1 = 1. Converges to 1.
∫₁^∞ 1/x dx= lim(t→∞)[ln x]₁ᵗ = lim(t→∞)(ln t − 0) → ∞. Diverges. This is the mathematical reason the harmonic series Σ1/n diverges.
∫₋∞^∞ e^(−x²) dx= √π. This famous result — proved using double integration and polar coordinates — is the total area under the normal distribution bell curve. It proves that the standard normal distribution integrates to 1 over its full support.
∫₀¹ ln(x) dx= lim(ε→0⁺)[x ln x − x]ε¹ = (0−1) − lim(ε→0⁺)(ε ln ε − ε) = −1 − 0 = −1. Note lim(ε→0⁺) ε ln ε = 0 by L'Hôpital's Rule.

The P-Integral — The Most Important Test

The p-integral test is the single most useful tool for quickly determining convergence without computing the full integral:

Note the asymmetry: the boundary condition flips. At infinity, you need p > 1 for convergence (the function must shrink fast enough). Near zero, you need p < 1 (the singularity must be weak enough). For p = 1 (which gives 1/x), the integral diverges in both cases.

Comparison Test for Improper Integrals

If you cannot compute an improper integral directly, bound it above or below by one you know. If 0 ≤ f(x) ≤ g(x) for all x ≥ a: ∫ₐ^∞ g converges → ∫ₐ^∞ f converges (f is smaller, so its area is finite too). ∫ₐ^∞ f diverges → ∫ₐ^∞ g diverges (g is larger, so its area is also infinite).

Example: does ∫₁^∞ e^(−x²)dx converge? Note e^(−x²) ≤ e^(−x) for x ≥ 1. And ∫₁^∞ e^(−x)dx = [−e^(−x)]₁^∞ = e^(−1) < ∞. So ∫₁^∞ e^(−x²)dx converges by comparison. (The full ∫₋∞^∞ e^(−x²)dx = √π requires a more sophisticated proof.)

Splitting at Interior Discontinuities

If f has a vertical asymptote at c inside [a,b], you must split the integral at that point: ∫ₐᵇ f dx = ∫ₐᶜ f dx + ∫ᶜᵇ f dx, and each piece must be evaluated as a separate improper integral. Both pieces must converge for the total integral to converge. A critical error: treating an integral like ∫₋₁¹ 1/x dx as if it were proper (it has a singularity at x=0). If you naively apply the FTC: [ln|x|]₋₁¹ = 0−0 = 0, which is wrong. The correct answer is that each piece diverges, so the integral diverges (though the Cauchy principal value is 0).

Frequently Asked Questions
Can an unbounded function have a finite integral?
Yes — this is one of calculus's surprises. ∫₀¹ 1/√x dx = [2√x]₀¹ = 2−0 = 2, even though 1/√x → ∞ as x→0. The function grows without bound but squeezes into a finite area. This contrasts with 1/x, which diverges on the same interval.
When does ∫₋∞^∞ f(x)dx exist?
It converges if both ∫₋∞^0 f dx and ∫₀^∞ f dx converge separately. You cannot just use symmetric limits: lim(t→∞) ∫₋ₜᵗ f(x)dx is the Cauchy Principal Value, which can exist even when the improper integral diverges.
Integration by Parts
Integration By Parts
Area Under the Curve
Area Under Curve
References & Further Reading
  • Stewart, J. (2015). Calculus, §7.8. Cengage.
  • Rudin, W. (1976). Principles of Mathematical Analysis, §6.12. McGraw-Hill.
  • Apostol, T. (1974). Mathematical Analysis, §10.31. Addison-Wesley.
AM
Dr. Aisha Malik, PhD Mathematics
Senior Lecturer in Applied Mathematics · 12 years teaching calculus at university level

Dr. Malik holds a PhD in Applied Mathematics from the University of Edinburgh and has taught calculus to over 4,000 students at both undergraduate and postgraduate level. Her research focuses on numerical methods for differential equations. She has reviewed this article for mathematical accuracy and pedagogical clarity.

Technically reviewed by: Prof. James Chen, Stanford Mathematics Department