Concept explainerCalculus IIIntermediate10 min read

Improper integrals are limits, not unusual notation

Replace infinite bounds or unbounded integrands with limits before evaluating, then decide whether the result converges.

af(x)dx=limbabf(x)dx\int_a^\infty f(x)\,dx=\lim_{b\to\infty}\int_a^b f(x)\,dx
Concept explainer

What the idea means, why its conditions matter, and where it connects.

Reviewed July 11, 2026
DefinitionStart here

An improper integral converges only when every required defining limit exists and is finite. Otherwise it diverges, even if symbolic antiderivatives can be written.

01

Two sources of impropriety

An interval may extend to infinity, or the integrand may become unbounded at an endpoint or inside the interval. Each issue must be replaced by a one-sided limit.

If a singularity lies inside the interval, split the integral there and require both pieces to converge independently.

02

Antiderivatives do not settle convergence

The Fundamental Theorem applies first on finite intervals where the integrand behaves appropriately. Only after evaluation do you take the defining limit.

An expression such as infinity minus infinity is not a cancellation; the pieces must be analyzed separately.

03

Comparison can avoid hard antiderivatives

For nonnegative functions, comparison with a known p-integral or another benchmark can prove convergence or divergence without an exact formula.

Worked exampleAn infinite interval

Evaluate ∫₁∞ 1/x² dx.

111x2dx=limb1bx2dx\int_1^\infty\frac1{x^2}\,dx=\lim_{b\to\infty}\int_1^b x^{-2}\,dx

Replace the infinite bound.

2limb[1x]1b\lim_{b\to\infty}\left[-\frac1x\right]_1^b

Evaluate on a finite interval.

3limb(11b)=1\lim_{b\to\infty}\left(1-\frac1b\right)=1

Now take the limit.

Result1; the integral converges\boxed{1\text{; the integral converges}}
Watch for

Common mistakes

  1. Plugging infinity into an antiderivative as if it were a number.
  2. Failing to split at an interior singularity.
  3. Declaring convergence because the integrand approaches zero.
Keep

Three takeaways

  1. Rewrite first as one or more limits.
  2. Every improper piece must converge.
  3. Comparison is often more useful than exact integration.