Improper Integral
Improper Integral
A definite integral for which the integrand has a discontinuity between the bounds of integration, or which has ∞ and/or –∞ as a bound. Improper integrals are evaluated using limits as shown below. If the limit exists and is finite, we say the integral converges. If the limit does not exist or is infinite, we say the integral diverges.


See also
Key Formula
Type 1 (infinite bound):∫a∞f(x)dx=t→∞lim∫atf(x)dx
Type 2 (discontinuity at b):∫abf(x)dx=t→b−lim∫atf(x)dx
Where:
- f(x) = The integrand — the function being integrated
- a,b = The bounds of integration
- t = A temporary variable that approaches the problematic bound via a limit
- ∞ = Indicates the interval extends without bound
Worked Example
Problem: Evaluate the improper integral ∫1∞x21dx.
Step 1: Replace the infinite upper bound with a variable t and write the integral as a limit.
∫1∞x21dx=t→∞lim∫1tx21dx
Step 2: Find the antiderivative of x21=x−2.
∫x−2dx=−x−1=−x1
Step 3: Evaluate the antiderivative from 1 to t.
[−x1]1t=−t1−(−11)=−t1+1
Step 4: Take the limit as t→∞. Since t1→0, the expression approaches 1.
t→∞lim(−t1+1)=0+1=1
Answer: The integral converges, and ∫1∞x21dx=1.
Another Example
This example demonstrates a Type 2 improper integral, where the issue is a discontinuity at a bound rather than an infinite limit of integration. The limit approaches the problematic bound from inside the interval.
Problem: Evaluate the improper integral ∫01x1dx.
Step 1: Identify the discontinuity. The integrand x1 is undefined at x=0 (the lower bound), so this is a Type 2 improper integral.
Step 2: Replace the problematic lower bound with a variable t and write the integral as a limit.
∫01x1dx=t→0+lim∫t1x−1/2dx
Step 3: Find the antiderivative of x−1/2.
∫x−1/2dx=1/2x1/2=2x
Step 4: Evaluate from t to 1.
[2x]t1=21−2t=2−2t
Step 5: Take the limit as t→0+. Since t→0, the result is 2.
t→0+lim(2−2t)=2−0=2
Answer: The integral converges, and ∫01x1dx=2.
Frequently Asked Questions
How do you know if an improper integral converges or diverges?
You rewrite the integral using a limit and then evaluate that limit. If the limit exists and equals a finite number, the integral converges. If the limit is infinite or does not exist, the integral diverges. For example, ∫1∞x1dx diverges because its limit grows without bound, while ∫1∞x21dx converges to 1.
What is the difference between Type 1 and Type 2 improper integrals?
A Type 1 improper integral has an infinite bound of integration, such as ∫1∞f(x)dx. A Type 2 improper integral has a finite interval but the integrand is discontinuous at or between the bounds, such as ∫01x1dx. Both types require limits to evaluate, but the limit targets different things: an infinite bound versus a point of discontinuity.
What happens when both bounds are infinite?
When both bounds are infinite, as in ∫−∞∞f(x)dx, you split the integral at any convenient point c (often c=0) into two separate improper integrals: ∫−∞cf(x)dx+∫c∞f(x)dx. Each piece must converge independently. If either piece diverges, the entire integral diverges.
Improper Integral vs. Definite Integral (proper)
| Improper Integral | Definite Integral (proper) | |
|---|---|---|
| Interval | Infinite interval or discontinuity in the integrand | Finite interval with a continuous integrand |
| Evaluation method | Requires limits to handle infinite bounds or discontinuities | Directly evaluated using the Fundamental Theorem of Calculus |
| Result | May converge (finite value) or diverge (no finite value) | Always produces a finite number |
| Example | ∫1∞x21dx=1 | ∫13x2dx=326 |
Why It Matters
Improper integrals appear frequently in calculus courses when you study areas under curves that extend infinitely, probability distributions (the entire normal distribution curve is defined by an improper integral), and the integral test for series convergence. They also arise in physics when computing quantities like gravitational potential or electric fields over unbounded regions. Mastering improper integrals is essential for any course beyond Calculus I.
Common Mistakes
Mistake: Evaluating the integral directly without using a limit, such as plugging ∞ into the antiderivative.
Correction: Always introduce a finite variable t and take a limit. Write limt→∞∫atf(x)dx, evaluate the antiderivative at t, and then compute the limit. Skipping the limit is not rigorous and can lead to errors, especially when determining divergence.
Mistake: Forgetting to check for discontinuities inside the interval of integration.
Correction: Before evaluating any definite integral, examine the integrand for discontinuities on [a,b]. For example, ∫−11x21dx has a discontinuity at x=0. You must split this into two improper integrals at the discontinuity: ∫−10x21dx+∫01x21dx. (Both diverge, so the original integral diverges.)
Related Terms
- Definite Integral — The proper version with finite, continuous bounds
- Limit — The core tool used to evaluate improper integrals
- Converge — Describes an improper integral with a finite value
- Diverge — Describes an improper integral without a finite value
- Discontinuity — A break in the integrand that creates a Type 2 case
- Integrand — The function being integrated inside the integral
- Bounds of Integration — The limits of the interval; may be infinite
- Integral Test — Uses improper integrals to test series convergence
