Improper Integral Anyway

How To Determine If Integral Is Convergent Or Divergent

7 min read

You're staring at an integral with infinity as a limit. On the flip side, or maybe the function blows up right in the middle of your interval. Either way, the question is the same: does this thing actually equal a number, or does it run off to infinity?

I've watched plenty of calculus students freeze at this exact moment. So divergent? Because of that, the integral looks normal enough — until you notice the ∞ or the vertical asymptote. Then the panic sets in. Practically speaking, is this convergent? How do I even tell?

Here's the good news: there's a systematic way to figure this out. And once you see the patterns, it stops feeling like guesswork.

What Is an Improper Integral Anyway

Before we talk convergence, we need to be clear on what we're dealing with. Practically speaking, an improper integral isn't a special new kind of integral. It's just a definite integral where something breaks the standard rules.

Two ways this happens:

Type 1: Infinite limits of integration

The interval stretches forever in one or both directions.

∫₁^∞ (1/x²) dx
∫₋∞^∞ e^(-x²) dx
∫₀^∞ sin(x) dx

The upper limit, lower limit, or both can be infinite. The integral is defined* as a limit:

∫ₐ^∞ f(x) dx = lim_{b→∞} ∫ₐ^b f(x) dx

If that limit exists and equals a finite number, the integral converges. If the limit is infinite or doesn't exist, it diverges.

Type 2: Discontinuous integrands

The function itself blows up somewhere inside the interval — or at an endpoint.

∫₀¹ (1/√x) dx ← vertical asymptote at x = 0
∫₋₁¹ (1/x²) dx ← asymptote at x = 0, right in the middle

For these, you split the integral at the discontinuity and take limits approaching the bad point from left and right. Both pieces have to converge for the whole thing to converge.

That's it. That's the definition. The rest is just tools for evaluating those limits without actually computing them every single time.

Why This Matters More Than You Think

You might wonder: why do we care if some area is finite or infinite?* Fair question.

In physics and engineering, convergent improper integrals show up constantly. The gravitational potential of a mass distribution. The total energy of a signal. In real terms, the probability that a normal random variable falls in some range. If those integrals diverged, the models would be nonsense — infinite energy, infinite probability, infinite force.

In pure math, convergence tells you whether a function is integrable in the Lebesgue sense, whether a Fourier series converges, whether a Laplace transform exists.

And in your calculus class? It's the difference between full credit and "diverges" written in red ink.

But here's what most textbooks don't highlight: you rarely need to compute the exact value. But most of the time, you only need to know whether* it converges. That's a much easier question.

How to Actually Determine Convergence or Divergence

This is the part where people get lost. They try to evaluate every integral directly. Don't do that. Use the tests.

The p-test — your first and best friend

If you remember one thing from this article, make it this:

∫₁^∞ (1/x^p) dx converges if p > 1, diverges if p ≤ 1
∫₀¹ (1/x^p) dx converges if p < 1, diverges if p ≥ 1

That's it. In practice, memorize it. Put it on a sticky note.

Why does it work? Think about it: because the antiderivative of 1/x^p is x^(1-p)/(1-p) (for p ≠ 1), and you can see exactly what happens as x → ∞ or x → 0. For p = 1, you get ln(x), which diverges both ways.

Example: ∫₁^∞ (1/x^1.2) dx converges. p = 1.2 > 1. Done.
Example: ∫₀¹ (1/x^0.5) dx converges. p = 0.5 < 1. Done.
Example: ∫₁^∞ (1/x) dx diverges. p = 1. Done.

The p-test is your baseline. Everything else gets compared to it.

Direct Comparison Test

This is the workhorse. The idea: if your function is smaller* than a convergent integral, yours converges too. If it's larger* than a divergent integral, yours diverges.

Formally: suppose 0 ≤ f(x) ≤ g(x) on [a, ∞).

If you found this helpful, you might also enjoy most common books on ap lit exam or ap computer science principles score calculator.

  • If ∫ g(x) dx converges, then ∫ f(x) dx converges.
  • If ∫ f(x) dx diverges, then ∫ g(x) dx diverges.

Crucial detail: the inequalities must go the right way. A smaller function than a divergent* integral tells you nothing. A larger function than a convergent* integral tells you nothing.

Let's see it in action.

Does ∫₁^∞ (sin²x / x²) dx converge?

We know 0 ≤ sin²x ≤ 1, so 0 ≤ sin²x/x² ≤ 1/x².
And ∫₁^∞ (1/x²) dx converges (p = 2 > 1). Therefore ∫₁^∞ (sin²x/x²) dx converges.

Notice we didn't compute anything. Just bounded it.

Does ∫₁^∞ (x + sin x)/x³ dx converge?

For large x, sin x bounces between -1 and 1, so x + sin x ≈ x.
(x + sin x)/x³ ≤ (x + 1)/x³ = 1/x² + 1/x³.
Sum of convergent integrals converges. Both terms converge (p = 2 and p = 3). Done.

Limit Comparison Test — when direct comparison is awkward

Sometimes you can't find a clean inequality. The functions are similar* but not obviously bigger or smaller. That's where limit comparison shines.

Suppose f(x) and g(x) are positive on [a, ∞). If

lim_{x→∞} f(x)/g(x) = L

where 0 < L < ∞ (a finite positive number), then either both integrals converge or both diverge.

You pick g(x) to be something simple — usually a p-integral — whose behavior you already know.

Example: ∫₁^∞ (√(x² + 1) / x³) dx

For large x, √(x² + 1) ≈ x. So the integrand behaves like x/x³ = 1/x².

Let f(x) = √(x² + 1)/x³, g(x) = 1/x². It's one of those things that adds up.

lim_{x→∞} f(x)/g(x) = lim √(x² + 1)/x³ × x² = lim √(x² + 1)/x = lim √(1 + 1/x²) = 1

... Since ( L = 1 ) lies in ( (0, \infty) ), the behavior of ( \int_{1}^{\infty} \frac{\sqrt{x^2 + 1}}{x^3} , dx ) mirrors that of ( \int_{1}^{\infty} \frac{1}{x^2} , dx ), which converges (( p = 2 > 1 )). Thus, the original integral converges.

Example: ( \int_{1}^{\infty} \frac{1}{x + \sin x} , dx )

Here, ( x + \sin x ) oscillates but grows linearly. For large ( x ), ( \frac{1}{x + \sin x} ) behaves like ( \frac{1}{x} ). Let ( f(x) = \frac{1}{x + \sin x} ) and ( g(x) = \frac{1}{x} ). Compute:
[ \lim_{x \to \infty} \frac{f(x)}{g(x)} = \lim_{x \to \infty} \frac{x}{x + \sin x} = \lim_{x \to \infty} \frac{1}{1 + \frac{\sin x}{x}} = 1. ]
Since ( \int_{1}^{\infty} \frac{1}{x} , dx ) diverges, the original integral also diverges.

Choosing the Right ( g(x) )

The key to the limit comparison test is selecting ( g(x) ) as a simple, well-understood function—typically a ( p )-integral or exponential term. For example:

  • If the integrand includes a logarithm (e.g., ( \frac{1}{x (\ln x)^2} )), compare it to ( \frac{1}{x} ).
  • If the integrand decays exponentially (e.g., ( e^{-x} )), compare it to ( \frac{1}{x^2} ), as exponentials decay faster than any polynomial.

Integral Test — for series in disguise

If ( f(x) ) is positive, continuous, and decreasing for ( x \geq 1 ), then ( \sum_{n=1}^{\infty} f(n) ) and ( \int_{1}^{\infty} f(x) , dx ) share the same convergence behavior. This is a direct consequence of comparing the sum to the integral using inequalities. Example: ( \sum_{n=1}^{\infty} \frac{1}{n \ln n} ) diverges because ( \int_{2}^{\infty} \frac{1}{x \ln x} , dx = \ln(\ln x) \big|_{2}^{\infty} \to \infty ).

Putting It All Together

Convergence tests are tools to classify integrals without explicit computation. Start with the p-test for ( x^p )-like behavior. Use direct comparison when you can bound the function above or below by a known convergent/divergent integral. When functions are asymptotically similar, apply the limit comparison test to link them to a ( p )-integral. For series, the integral test extends these ideas.

Conclusion

Mastering these tests—p-test, direct comparison, limit comparison, and the integral test—equips you to tackle integrals and series efficiently. They reduce complex problems to simpler, foundational cases, emphasizing asymptotic behavior over exact calculations. Remember: convergence isn’t about the exact value of an integral but whether it settles to a finite number. With practice, these tests become intuitive, allowing you to manage even the most challenging integrals with confidence.

Just Dropped

Just Went Live

Round It Out

In the Same Vein

Thank you for reading about How To Determine If Integral Is Convergent Or Divergent. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
SD

sdcenter

Staff writer at sdcenter.org. We publish practical guides and insights to help you stay informed and make better decisions.

Share This Article

X Facebook WhatsApp
⌂ Back to Home