Improper Integrals Formula

The Formula

Type I: \int_a^{\infty} f(x)\,dx = \lim_{b \to \infty} \int_a^b f(x)\,dx
Type II: \int_a^b f(x)\,dx = \lim_{c \to a^+} \int_c^b f(x)\,dx (if f is unbounded at a)

When to use: Can an infinite region have a finite area? Surprisingly, yes. The area under \frac{1}{x^2} from 1 to infinity is exactly 1. Improper integrals extend integration to infinite intervals and unbounded functions by using limits to handle the 'improper' part.

Quick Example

\int_1^{\infty} \frac{1}{x^2}\,dx = \lim_{b \to \infty} \int_1^b \frac{1}{x^2}\,dx = \lim_{b \to \infty} \left[-\frac{1}{x}\right]_1^b = \lim_{b \to \infty} \left(-\frac{1}{b} + 1\right) = 1
Converges to 1.

Notation

Type I: infinite interval (\int_a^{\infty}, \int_{-\infty}^b, \int_{-\infty}^{\infty}). Type II: infinite integrand (discontinuity inside [a,b]).

What This Formula Means

Integrals where the interval of integration is infinite (Type I: \int_a^{\infty} f(x)\,dx) or the integrand has an infinite discontinuity on the interval (Type II: \int_a^b f(x)\,dx where f blows up at some point in [a, b]). Evaluated as limits of proper integrals.

Can an infinite region have a finite area? Surprisingly, yes. The area under \frac{1}{x^2} from 1 to infinity is exactly 1. Improper integrals extend integration to infinite intervals and unbounded functions by using limits to handle the 'improper' part.

Formal View

Type I: \int_a^{\infty} f(x)\,dx = \lim_{b \to \infty} \int_a^b f(x)\,dx. Type II: if \lim_{x \to a^+} f(x) = \pm\infty, then \int_a^b f(x)\,dx = \lim_{c \to a^+} \int_c^b f(x)\,dx. The integral converges if the limit is finite; it diverges otherwise.

Worked Examples

Example 1

easy
Evaluate \displaystyle\int_1^{\infty} \frac{1}{x^2}\,dx.

Solution

  1. 1
    Replace the infinite upper limit with a variable: \int_1^{\infty}\frac{1}{x^2}\,dx = \lim_{b\to\infty}\int_1^b x^{-2}\,dx
  2. 2
    Integrate x^{-2}: = \lim_{b\to\infty}\left[-\frac{1}{x}\right]_1^b = \lim_{b\to\infty}\left(-\frac{1}{b} + 1\right)
  3. 3
    Take the limit as b \to \infty: since \frac{1}{b} \to 0, the integral converges to 1.

Answer

1
Replace \infty with b, integrate, take the limit. The 1/b term vanishes.

Example 2

hard
Evaluate \displaystyle\int_0^1 \frac{1}{\sqrt{x}}\,dx (Type II).

Common Mistakes

  • Evaluating \int_1^{\infty} \frac{1}{x}\,dx as \ln(\infty) - \ln(1) = \infty and concluding it equals infinity is correct (it diverges), but computing \int_{-1}^{1} \frac{1}{x}\,dx = \ln|1| - \ln|-1| = 0 is WRONG because \frac{1}{x} has a discontinuity at x = 0 that must be handled with limits.
  • Not recognizing a Type II improper integral: \int_0^1 \frac{1}{\sqrt{x}}\,dx looks ordinary but \frac{1}{\sqrt{x}} \to \infty as x \to 0^+, so it's improper.
  • Applying the comparison test incorrectly: to show convergence, compare with a LARGER convergent integral; to show divergence, compare with a SMALLER divergent integral.

Why This Formula Matters

Improper integrals appear throughout probability (the normal distribution integral \int_{-\infty}^{\infty} e^{-x^2}\,dx = \sqrt{\pi}), physics (gravitational potential), Laplace transforms, and anywhere models involve infinite ranges or singular behavior.

Frequently Asked Questions

What is the Improper Integrals formula?

Integrals where the interval of integration is infinite (Type I: \int_a^{\infty} f(x)\,dx) or the integrand has an infinite discontinuity on the interval (Type II: \int_a^b f(x)\,dx where f blows up at some point in [a, b]). Evaluated as limits of proper integrals.

How do you use the Improper Integrals formula?

Can an infinite region have a finite area? Surprisingly, yes. The area under \frac{1}{x^2} from 1 to infinity is exactly 1. Improper integrals extend integration to infinite intervals and unbounded functions by using limits to handle the 'improper' part.

What do the symbols mean in the Improper Integrals formula?

Type I: infinite interval (\int_a^{\infty}, \int_{-\infty}^b, \int_{-\infty}^{\infty}). Type II: infinite integrand (discontinuity inside [a,b]).

Why is the Improper Integrals formula important in Math?

Improper integrals appear throughout probability (the normal distribution integral \int_{-\infty}^{\infty} e^{-x^2}\,dx = \sqrt{\pi}), physics (gravitational potential), Laplace transforms, and anywhere models involve infinite ranges or singular behavior.

What do students get wrong about Improper Integrals?

For Type II, the discontinuity might be inside the interval, not at an endpoint. In that case, split the integral at the discontinuity and evaluate each piece as a separate limit.

What should I learn before the Improper Integrals formula?

Before studying the Improper Integrals formula, you should understand: definite integral, limit, infinity.

Want the Full Guide?

This formula is covered in depth in our complete guide:

Partial Fraction Decomposition: Step-by-Step Guide โ†’