Proving Integrals Are Unbounded- Mathematical Approach

What "Unbounded" Actually Means

An integral is unbounded when its value grows without limit—or doesn't exist as a finite number. This isn't some abstract concept. It means the integral diverges, fails to converge, or approaches infinity.

Most students first encounter this with the classic example:

∫₁^∞ (1/x) dx = ∞

The area under y = 1/x from 1 to infinity is infinite. That's an unbounded integral. But the real skill is proving this for any integral—not just recognizing obvious cases.

The Core Criteria for Unboundedness

Before proving anything, you need to know what you're actually testing. An integral is unbounded when:

Both conditions require the same proof strategy: show the limit doesn't converge to a finite value.

The Comparison Test: Your Main Weapon

This is the workhorse of unboundedness proofs. If you can compare your integral to a known divergent integral, you're done.

The Basic Logic

For improper integrals over [a, ∞):

The comparison test works because infinite + finite = infinite. If your function stays above a divergent baseline, your integral follows it into infinity.

Limit Comparison Test: The Refined Version

When direct comparison gets messy, use limits:

If lim(x→∞) f(x)/g(x) = c where c is finite and positive, then ∫f and ∫g either both converge or both diverge.

This is easier because you only need asymptotic behavior, not inequality throughout the interval.

The p-Test: Your Reference Standard

Every unboundedness proof eventually boils down to comparing against a p-integral. Know these cold:

These two facts handle 90% of unboundedness proofs you'll encounter. The p-test IS the benchmark.

Direct Integration: When Comparison Isn't Enough

Sometimes you need to actually evaluate the limit. For functions with elementary antiderivatives, compute:

lim(b→∞) ∫ₐᵇ f(x) dx

If this limit is infinite or doesn't exist, the integral is unbounded. The classic example:

∫₁^b (1/x) dx = ln(b) - ln(1) = ln(b)

As b → ∞, ln(b) → ∞. Therefore, unbounded.

Testing for Unboundedness: A Practical Checklist

Comparison of Methods

MethodBest ForDifficultyRequires
Direct Comparison TestSimple inequalities, known benchmarksLowValid inequality throughout domain
Limit Comparison TestAsymptotic behavior, complex functionsMediumLimit computation
Direct IntegrationFunctions with elementary antiderivativesMediumIntegration skill
p-Test BenchmarkPower functions and similarLowPattern recognition

Getting Started: A Worked Proof

Let's prove ∫₂^∞ (x² + 3x + 1)/(x³ + x) dx is unbounded.

Step 1: Simplify the asymptotic behavior

For large x, the dominant terms are x²/x³ = 1/x. So the integrand behaves like 1/x.

Step 2: Apply the Limit Comparison Test

Let f(x) = (x² + 3x + 1)/(x³ + x) and g(x) = 1/x.

lim(x→∞) f(x)/g(x) = lim(x→∞) [(x² + 3x + 1)/(x³ + x)] × [x/1]

= lim(x→∞) (x³ + 3x² + x)/(x³ + x) = 1

Step 3: Conclude

The limit is 1 (finite and positive). Since ∫₂^∞ 1/x dx diverges (p = 1 ≤ 1), our original integral also diverges. Unbounded.

Common Mistakes That Kill Proofs

When You Should Actually Evaluate

Comparison tests are efficient, but sometimes direct computation is faster—especially for simple rational functions, exponentials, and basic logarithms. If the antiderivative is straightforward, just compute the limit. Don't force a comparison test when simple integration works.

The Bottom Line

Proving an integral is unbounded comes down to three moves: compare to a known divergent integral, compute the limit directly, or use the p-test as your benchmark. The comparison test is your default tool. Direct integration is for clean cases. The p-test is your reference point.

Master these three approaches and you can handle any unboundedness proof that comes your way.