A convergence test which compares
the
series under consideration to a known
series. Essentially, the test determines whether a series is "better"
than a "good" series
or "worse" than a "bad" series. The "good" or "bad" series
is often a p-series.
If 0≤an≤cn for all n≥N and ∑cn converges, then ∑an converges.If 0≤dn≤an for all n≥N and ∑dn diverges, then ∑an diverges.
Where:
an = The terms of the series you want to test
cn = The terms of a known convergent series used for comparison
dn = The terms of a known divergent series used for comparison
N = A fixed positive integer beyond which the inequality holds
Worked Example
Problem:Determine whether the series ∑n=1∞n2+31 converges or diverges.
Step 1:Identify a known series to compare with. Since n2+3>n2 for all n≥1, we have:
n2+31<n21
Step 2:Determine whether the comparison series converges. The series ∑n21 is a p-series with p=2>1, so it converges.
n=1∑∞n21 converges
Step 3:Apply the Comparison Test. We have 0≤an≤cn where an=n2+31 and cn=n21, and the larger series converges. By the Comparison Test:
n=1∑∞n2+31 converges
Answer:The series ∑n=1∞n2+31 converges by the Comparison Test, since its terms are smaller than those of the convergent p-series ∑n21.
Another Example
Problem:Determine whether the series ∑n=1∞n−0.51 converges or diverges.
Step 1:Look for a known divergent series to compare with. For n≥1, we have n−0.5<n, which means:
n−0.51>n1
Step 2:Check the comparison series. The series ∑n1=∑n1/21 is a p-series with p=21<1, so it diverges.
n=1∑∞n1 diverges
Step 3:Apply the Comparison Test. Our series has terms larger than the divergent series ∑n1, so by the Comparison Test:
n=1∑∞n−0.51 diverges
Answer:The series ∑n=1∞n−0.51 diverges by the Comparison Test, since its terms are larger than those of the divergent p-series ∑n1.
Frequently Asked Questions
When does the Comparison Test fail or give no conclusion?
The test is inconclusive in two situations: if your series is larger than a known convergent series, or if your series is smaller than a known divergent series. Being bigger than something convergent tells you nothing — you could still converge or diverge. Similarly, being smaller than something divergent gives no information. When this happens, try the Limit Comparison Test instead.
How do I choose the right series to compare with?
Focus on the dominant term in your expression for large n. For instance, if an=n3+5n1, the dominant term in the denominator is n3, so compare with n31. P-series (∑np1) and geometric series are the most common choices for comparison.
Direct Comparison Test vs. Limit Comparison Test
The Direct Comparison Test requires you to establish an inequality an≤cn or an≥dn for all sufficiently large n. The Limit Comparison Test instead computes limn→∞bnan. If this limit is a finite positive number, both series share the same convergence behavior. The Limit Comparison Test is often easier to apply because you do not need to prove an inequality — you only need to evaluate a limit. However, if the limit equals 0 or ∞, the Limit Comparison Test gives only a one-directional conclusion, similar to the direct test.
Why It Matters
The Comparison Test is one of the first and most intuitive convergence tests you learn in calculus. It builds directly on the idea that if a series is bounded above by something finite, it must also be finite — a principle that extends to many areas of analysis. Mastering it also trains you to identify the dominant behavior of a series for large n, a skill that is essential for applying nearly every other convergence test.
Common Mistakes
Mistake: Comparing in the wrong direction — showing your series is smaller than a divergent series (or larger than a convergent series) and drawing a conclusion.
Correction: The test only works one way for each case. To prove convergence, your series must be smaller than a convergent series. To prove divergence, your series must be larger than a divergent series. The other directions are inconclusive.
Mistake: Applying the Comparison Test to series with negative terms.
Correction:The standard Comparison Test requires all terms to be non-negative (at least for all n≥N). For series with mixed-sign terms, consider using the Absolute Convergence Test or the Alternating Series Test instead.