How To Do The Comparison Test

16 min read

Introduction: Why Master the Comparison Test?

The comparison test is one of the most reliable tools in calculus for determining the convergence or divergence of infinite series and improper integrals. Whether you’re a high‑school student tackling the first encounter with series, a college mathematician preparing for a real‑analysis exam, or a self‑learner exploring advanced topics, understanding how to apply the comparison test can save you countless hours of trial‑and‑error. This article walks you through the intuition behind the test, the step‑by‑step procedure, common pitfalls, and several worked examples that illustrate the technique in action.


1. The Core Idea Behind the Comparison Test

At its heart, the comparison test relies on ordering: if you can bound a complicated series or integral by a simpler one whose behavior you already know, the original object inherits the same convergence properties. Think of it as a mathematical “sandwich”: you place the unknown series between two known series, and the fate of the unknown follows the fate of the bounds Less friction, more output..

There are two closely related versions:

Version Symbolic Form Goal
Direct Comparison Test (DCT) If (0 \le a_n \le b_n) for all sufficiently large (n) and (\sum b_n) converges, then (\sum a_n) converges. Conversely, if (a_n \ge b_n \ge 0) and (\sum b_n) diverges, then (\sum a_n) diverges. Here's the thing — Use a known larger (for convergence) or smaller (for divergence) series as a benchmark.
Limit Comparison Test (LCT) If (a_n, b_n > 0) and (\displaystyle L = \lim_{n\to\infty}\frac{a_n}{b_n}) exists with (0 < L < \infty), then (\sum a_n) and (\sum b_n) either both converge or both diverge. Compare the ratio of terms to a known series when direct inequalities are hard to establish.

Honestly, this part trips people up more than it should That's the whole idea..

Both tests apply to series (\sum a_n) and improper integrals (\int_{a}^{\infty} f(x),dx) (or (\int_{0}^{b} f(x),dx) with a singularity at 0). The same logical structure carries over: bound the integrand by a function with known integral behavior Easy to understand, harder to ignore. No workaround needed..


2. Preparing for the Test: Choose the Right Comparison

2.1 Identify the Dominant Behavior

When you look at a term like

[ a_n = \frac{n^2 + 3n}{5^n + 7}, ]

the exponential factor (5^n) will dominate the polynomial numerator as (n) grows. Recognizing this helps you pick a simpler comparison term such as

[ b_n = \frac{n^2}{5^n} ]

or even the even simpler geometric term

[ c_n = \frac{1}{5^{n-2}}. ]

2.2 Use Known “Template” Series

Familiarity with the following families of series is essential:

Template Convergence
(\displaystyle \sum \frac{1}{n^p}) (p‑series) Converges if (p > 1); diverges if (p \le 1). On the flip side,
(\displaystyle \sum r^n) (geometric) Converges if (
(\displaystyle \sum \frac{1}{n(\ln n)^p}) Converges if (p > 1); diverges if (p \le 1).

When you can bound your unknown term by one of these, the comparison test becomes almost automatic.

2.3 Decide Between Direct and Limit Comparison

  • Use direct comparison when the inequality is obvious (e.g., (0 \le a_n \le b_n) for all large (n)).
  • Choose limit comparison when the terms are asymptotically proportional but not strictly ordered, or when establishing a clean inequality would be messy.

3. Step‑by‑Step Procedure for the Direct Comparison Test

  1. Write the term (a_n) (or integrand (f(x))) clearly.
  2. Select a benchmark series (b_n) whose convergence status you already know.
  3. Prove the inequality
    • For convergence: (0 \le a_n \le b_n) eventually.
    • For divergence: (a_n \ge b_n \ge 0) eventually.
  4. Conclude using the DCT statement.
  5. Verify the “eventually” condition – the inequality need only hold for all (n) larger than some (N). Finite initial terms do not affect convergence.

Example 1: Convergent Series via Direct Comparison

Determine the convergence of

[ \sum_{n=2}^{\infty} \frac{1}{n^2 + n}. ]

Step 1: Identify (a_n = \frac{1}{n^2 + n}).
Step 2: Compare with the p‑series (b_n = \frac{1}{n^2}) (convergent because (p=2>1)).
Step 3: For (n \ge 1),

[ n^2 + n \ge n^2 \quad\Longrightarrow\quad \frac{1}{n^2 + n} \le \frac{1}{n^2}. ]

Thus (0 \le a_n \le b_n).
Step 4: By the direct comparison test, (\sum a_n) converges Less friction, more output..

Example 2: Divergent Series via Direct Comparison

Consider

[ \sum_{n=1}^{\infty} \frac{n}{n+1}. ]

Step 1: (a_n = \frac{n}{n+1}).
Step 2: Compare with (b_n = 1) (the harmonic series of constant terms diverges).
Step 3: For all (n),

[ \frac{n}{n+1} \ge \frac{n}{2n} = \frac{1}{2}. ]

Thus (a_n \ge \frac{1}{2}). Since (\sum \frac{1}{2}) diverges, the original series diverges by comparison Most people skip this — try not to. That alone is useful..


4. Step‑by‑Step Procedure for the Limit Comparison Test

  1. Choose a comparison series (b_n) that mirrors the dominant growth/decay of (a_n).
  2. Compute the limit

[ L = \lim_{n\to\infty}\frac{a_n}{b_n}. ]

  1. Interpret (L):
    • If (0 < L < \infty), both series share the same fate.
    • If (L = 0) and (\sum b_n) converges, then (\sum a_n) also converges.
    • If (L = \infty) and (\sum b_n) diverges, then (\sum a_n) diverges.
  2. State the conclusion based on the known behavior of (\sum b_n).

Example 3: Using Limit Comparison with a p‑Series

Test

[ \sum_{n=1}^{\infty} \frac{n^3 + 4n}{n^5 + 2}. ]

Step 1: The highest powers dominate: numerator (\sim n^3), denominator (\sim n^5). Choose

[ b_n = \frac{1}{n^2}. ]

Step 2: Compute

[ L = \lim_{n\to\infty}\frac{\frac{n^3 + 4n}{n^5 + 2}}{\frac{1}{n^2}} = \lim_{n\to\infty}\frac{n^3 + 4n}{n^5 + 2}\cdot n^2 = \lim_{n\to\infty}\frac{n^5 + 4n^3}{n^5 + 2} = 1. ]

Step 3: Since (0 < L = 1 < \infty) and (\sum \frac{1}{n^2}) converges, the original series converges.

Example 4: Limit Comparison for an Improper Integral

Evaluate the convergence of

[ \int_{1}^{\infty} \frac{\sqrt{x}}{x^2 + 1},dx. ]

Step 1: For large (x), (\sqrt{x} \sim x^{1/2}) and (x^2 + 1 \sim x^2). Choose

[ g(x) = \frac{x^{1/2}}{x^2} = \frac{1}{x^{3/2}}. ]

Step 2: Compute

[ L = \lim_{x\to\infty}\frac{\frac{\sqrt{x}}{x^2 + 1}}{\frac{1}{x^{3/2}}} = \lim_{x\to\infty}\frac{\sqrt{x},x^{3/2}}{x^2 + 1} = \lim_{x\to\infty}\frac{x^{2}}{x^2 + 1} = 1. ]

Step 3: Since (L) is a positive finite constant and (\int_{1}^{\infty} x^{-3/2},dx) converges (p‑integral with (p = 3/2 > 1)), the original integral converges.


5. Common Mistakes and How to Avoid Them

Mistake Why It Happens Fix
Assuming (a_n \le b_n) for all (n) Overlooking the “eventually” clause; early terms may violate the inequality. Prove the inequality for (n \ge N) and note that a finite number of terms do not affect convergence. Practically speaking,
Choosing a comparison series with the wrong “type” Selecting a geometric series when the term behaves like a p‑series leads to inconclusive results. Plus, Analyze the dominant factor (polynomial vs. And exponential vs. logarithmic) before picking (b_n). Still,
Ignoring positivity The comparison tests require non‑negative terms. Think about it: If the original series has alternating signs, consider absolute convergence first or use the absolute value in the comparison.
Mishandling limits in LCT Forgetting to apply L’Hôpital’s rule correctly or simplifying too early. Write the limit explicitly, simplify step by step, and verify that the limit exists and is finite. Also,
Applying the test to conditionally convergent series Direct comparison may give a false impression of absolute convergence. Remember that the comparison test only guarantees absolute convergence; for conditional cases, use the Alternating Series Test or Dirichlet’s test.

6. Extending the Comparison Test to Sequences of Functions

In analysis, you may need to compare functions rather than discrete terms, especially when dealing with uniform convergence of series of functions. The same principle applies:

If (|f_n(x)| \le g_n(x)) for all (x) in a domain (D) and (\sum g_n(x)) converges uniformly on (D), then (\sum f_n(x)) converges uniformly on (D).

This version is crucial for justifying term‑by‑term integration or differentiation of series.


7. Frequently Asked Questions (FAQ)

Q1: Can I use the comparison test for alternating series?
A: The standard comparison test requires non‑negative terms. For alternating series, first test absolute convergence with the comparison test; if absolute convergence fails, apply the Alternating Series Test or other conditional convergence criteria And it works..

Q2: What if the limit in the LCT is zero?
A: If (L = 0) and the comparison series (\sum b_n) converges, then (\sum a_n) also converges. Even so, a zero limit gives no information when (\sum b_n) diverges.

Q3: Is it acceptable to compare a series with a divergent series to prove convergence?
A: No. To prove convergence, you must compare with a convergent larger series (or a smaller divergent series for divergence). Comparing with a divergent series can only help establish divergence, not convergence.

Q4: How do I handle series that start at a non‑standard index, like (\sum_{n=0}^{\infty})?
A: The index shift does not affect convergence. You can re‑index the series (e.g., let (m = n+1)) so that the comparison starts at a convenient integer, usually (n=1) That's the part that actually makes a difference..

Q5: Does the comparison test work for double series (\sum_{m,n})?
A: Yes, by applying the test to the iterated sums or by comparing the double series to a known convergent double series, ensuring the comparison holds for all sufficiently large ((m,n)) Most people skip this — try not to. Which is the point..


8. Conclusion: Turn Comparison into a Habit

Mastering the comparison test is less about memorizing formulas and more about developing a pattern‑recognition mindset. Whenever you encounter a new series or improper integral:

  1. Spot the dominant term (exponential, polynomial, logarithmic).
  2. Select a familiar benchmark (geometric, p‑series, logarithmic integral).
  3. Choose the appropriate version (direct or limit).
  4. Carry out the inequality or limit with care, remembering the “eventually” clause.
  5. Draw the conclusion and, if needed, verify with a secondary test for confidence.

By consistently applying these steps, you’ll not only solve textbook problems faster but also develop the analytical intuition required for higher‑level mathematics, physics, and engineering. Because of that, the comparison test becomes a reliable compass, guiding you through the often‑tricky landscape of infinite processes. Here's the thing — keep practicing with diverse examples, and soon the decision “which test should I use? ” will feel instinctive rather than forced. Happy comparing!

9.Advanced Applications – When the Benchmark Isn’t Immediately Obvious

Often the dominant term of a series is hidden behind a more complex expression. In such cases, algebraic manipulation or a clever substitution can reveal a suitable benchmark.

Example 9.1 – Rational functions with a hidden exponential factor
Consider

[ \sum_{n=1}^{\infty}\frac{n^{2}+3n}{e^{\sqrt{n}}}, . ]

At first glance the numerator looks polynomial, but the denominator contains an exponential of a square‑root. To expose the growth rate, rewrite

[ \frac{n^{2}+3n}{e^{\sqrt{n}}}= \frac{n^{2}}{e^{\sqrt{n}}}\Bigl(1+\frac{3}{n}\Bigr) ]

and note that for large (n),

[ \frac{n^{2}}{e^{\sqrt{n}}}= \left(\frac{n}{e^{\sqrt{n}/2}}\right)^{2} ]

decays faster than any geometric series because (e^{\sqrt{n}/2}) eventually outpaces (n^{k}) for any fixed (k). A convenient comparison is with the geometric series (\sum (1/2)^{n}). Since

[ \frac{n^{2}}{e^{\sqrt{n}}}\le\left(\frac12\right)^{n} ]

for all sufficiently large (n), the original series converges by the direct comparison test.

Example 9.2 – Series that oscillate but are dominated by a p‑series
The series [ \sum_{n=1}^{\infty}\frac{(-1)^{n}}{\sqrt{n}+ \ln n} ]

does not have non‑negative terms, yet its absolute values satisfy [ \frac{1}{\sqrt{n}+ \ln n}\le\frac{1}{\sqrt{n}} . ]

Because (\sum 1/\sqrt{n}) is a divergent p‑series with (p=\tfrac12\le1), the comparison test cannot be used to prove convergence of the original alternating series. So naturally, instead, we apply the Alternating Series Test, which tells us that the series converges conditionally. This illustrates that the comparison test is most powerful when the series in question is already non‑negative; otherwise, it serves as a tool for establishing absolute convergence Simple, but easy to overlook..

10. Common Pitfalls and How to Avoid Them

Pitfall Why It Happens Remedy
Skipping the “eventually” clause Inequalities may fail for the first few terms, leading to an invalid conclusion. Switch to the direct comparison test with a more suitable series, or employ another criterion (e.
Misapplying the limit comparison test when (L=0) or (L=\infty) The test is inconclusive in these borderline cases.
Overlooking index shifts Starting the series at (n=0) can confuse the comparison. g. Always select a benchmark that is known to converge when you aim to prove convergence, and vice‑versa for divergence.
Choosing a benchmark that diverges while trying to prove convergence Comparing with a larger divergent series yields no information about convergence. Also,
Assuming the test works for conditionally convergent series The comparison test requires non‑negative terms. Use the absolute convergence route (compare (\sum

Real talk — this step gets skipped all the time.

11. Extensions – From Series to Improper Integrals and Functions

The comparison mindset is not confined to discrete sums. In analysis, the same inequality principle underlies the comparison test for improper integrals:

[0\le f(x)\le g(x)\quad\text{for }x\ge a;\Longrightarrow; \int_{a}^{\infty}f(x),dx\text{ converges } \iff \int_{a}^{\infty}g(x),dx\text{ converges}. ]

When dealing with series of functions (e.Plus, g. On top of that, , power series or Fourier series), one often compares the magnitude of the terms pointwise to a known convergent series of functions. This yields results such as uniform convergence on a domain, which in turn permits term‑by‑term integration or differentiation Worth keeping that in mind. Simple as that..

You'll probably want to bookmark this section.

12. Practice Problems

12. Practice Problems

Problem 1. Determine whether the series (\displaystyle\sum_{n=1}^{\infty}\frac{1}{n^2+1}) converges or diverges The details matter here..

Hint: Compare with the convergent p-series (\sum 1/n^2) Not complicated — just consistent..

Problem 2. Investigate the convergence of (\displaystyle\sum_{n=2}^{\infty}\frac{\sqrt{n}}{n^2-1}).

Solution approach: For large (n), the terms behave like (\frac{\sqrt{n}}{n^2} = \frac{1}{n^{3/2}}). Since (\sum 1/n^{3/2}) converges ((p = 3/2 > 1)), we can use the limit comparison test with (b_n = 1/n^{3/2}) to confirm convergence of the original series.

Problem 3. Show that (\displaystyle\sum_{n=1}^{\infty}\frac{1}{\sqrt{n^3+1}}) converges The details matter here..

Strategy: Note that (\frac{1}{\sqrt{n^3+1}} < \frac{1}{\sqrt{n^3}} = \frac{1}{n^{3/2}}) for all (n \ge 1). Since (\sum 1/n^{3/2}) converges, the direct comparison test guarantees convergence.

Problem 4. Does (\displaystyle\sum_{n=1}^{\infty}\frac{n+1}{n^3+2}) converge? Justify your answer.

Observation: For large (n), (\frac{n+1}{n^3+2} \sim \frac{n}{n^3} = \frac{1}{n^2}). Apply the limit comparison test with (b_n = 1/n^2) Less friction, more output..

Problem 5. Analyze (\displaystyle\sum_{n=1}^{\infty}\sin\left(\frac{1}{n}\right)) It's one of those things that adds up..

Key insight: For small (x), (\sin(x) \approx x). Thus (\sin(1/n) \sim 1/n) as (n \to \infty). Since (\sum 1/n) diverges, the limit comparison test with (b_n = 1/n) shows that this series diverges.

Problem 6. Consider (\displaystyle\sum_{n=1}^{\infty}\frac{|\sin n|}{n^2}). Determine its behavior It's one of those things that adds up..

Solution: Since (|\sin n| \le 1) for all (n), we have (\frac{|\sin n|}{n^2} \le \frac{1}{n^2}). The comparison test with the convergent series (\sum 1/n^2) confirms absolute convergence, and hence convergence.

Problem 7. (Challenge) Examine (\displaystyle\sum_{n=1}^{\infty}\frac{1}{n^{1+1/n}}).

Remark: This problem lies at the boundary of the p-series test. Observe that (\frac{1}{n^{1+1/n}} = \frac{1}{n \cdot n^{1/n}}). Since (n^{1/n} \to 1), the terms behave like (1/n), suggesting divergence. Use the limit comparison test with (b_n = 1/n) to confirm that the series diverges.

Problem 8. Apply the comparison test for improper integrals: Evaluate (\displaystyle\int_{1}^{\infty}\frac{dx}{\sqrt{x^3+1}}).

Method: For (x \ge 1), (\sqrt{x^3+1} \le \sqrt{2x^3}) when (x) is sufficiently large, giving an integrand comparable to (x^{-3/2}). Since (\int_{1}^{\infty} x^{-3/2},dx) converges, so does the original integral Practical, not theoretical..

Conclusion

The comparison test—alongside its limit comparison counterpart—remains one of the most intuitive and versatile tools in the analyst's toolkit. By reducing the question of convergence of a complicated series to that of a simpler, well-understood benchmark, it transforms what might seem like an insurmountable problem into a manageable inequality Worth knowing..

Throughout this article, we have seen how the test applies across a spectrum of scenarios: from straightforward comparisons with p-series and geometric series, to more delicate situations involving asymptotic behavior and conditional convergence. We explored the theoretical foundations, practical techniques, common pitfalls, and even the extension of the comparison principle beyond series to improper integrals and function series.

As with any powerful method, mastery comes from practice and from understanding the underlying logic: if a larger (or asymptotically equivalent) series converges, then the smaller one must also converge; if a smaller series diverges, then any larger series must diverge. This simple yet profound idea anchors the entire framework Practical, not theoretical..

We encourage readers to internalize this principle, to carefully verify the "eventually" conditions, and to remain vigilant about the sign of the terms. With these habits, the comparison test becomes not merely a procedural trick but a genuine lens through which the structure of infinite sums reveals itself It's one of those things that adds up..

Happy comparing, and may your series always converge!

Fresh from the Desk

Out Now

Fits Well With This

More That Fits the Theme

Thank you for reading about How To Do The Comparison Test. 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!
⌂ Back to Home