Comparison Tests for Series Convergence
Comparison tests let you determine whether a series converges or diverges by relating it to a series whose behavior you already know. Instead of wrestling with a complicated series directly, you compare it to a familiar one (like a p-series or geometric series) and let that known series do the heavy lifting.
Two versions of this test show up constantly: the Direct Comparison Test and the Limit Comparison Test. Direct comparison works through inequalities between terms, while limit comparison works through the ratio of terms. Knowing when to use each one, and picking the right series to compare against, is most of the battle.
Direct Comparison Test
The Direct Comparison Test (DCT) relies on bounding one series with another. If you can trap your series below a convergent one or above a divergent one, you're done.
Here's how it works. Suppose for all beyond some index :
- If converges, then converges. (A series smaller than a convergent series must also converge.)
- If diverges, then diverges. (A series larger than a divergent series must also diverge.)
The tricky part is establishing the inequality. You need to show (or ) for all sufficiently large . This often involves algebraic manipulation, like noting that because adding 3 to the denominator makes the fraction smaller.
When DCT works well: Series where you can cleanly drop or add terms in the numerator or denominator to create a simpler expression. For example, , and since converges (p-series with ), the original series converges too.
Watch out for direction. If you're trying to prove convergence, your comparison series must sit above the original and converge. If you're trying to prove divergence, it must sit below and diverge. Getting this backwards is a common mistake.

Limit Comparison Test
The Limit Comparison Test (LCT) is your go-to when setting up a clean inequality feels difficult or awkward. Instead of comparing term sizes directly, you compare their ratio as .
Given two series and with positive terms, compute:
- If (a positive, finite number), then both series converge or both diverge.
- If and converges, then converges. (But with diverging tells you nothing about .)
- If and diverges, then diverges. (But with converging tells you nothing about .)
The most common and useful case is the first one: you get a finite positive limit, and the two series share the same fate.
Example: Test . The dominant behavior for large looks like , so compare against .
Since (positive and finite) and converges, the original series converges.

Choosing a Comparison Series
Picking the right comparison series is the most important step. A poor choice leads to inconclusive results or inequalities that point the wrong direction.
p-series : Converges for , diverges for . Use these when the series has polynomial expressions. Look at the highest powers of in the numerator and denominator, then simplify. For instance, behaves like , so compare to .
Geometric series : Converges for , diverges for . Use these when the series involves exponential terms like , , or constant ratios between successive terms. For example, , which is geometric with .
General strategy:
- Identify the dominant terms in the numerator and denominator for large .
- Simplify the expression using only those dominant terms. This gives your candidate comparison series.
- Decide whether DCT or LCT is easier. If the inequality is obvious, use DCT. If it's messy, use LCT.
- For DCT, verify the inequality holds and goes in the right direction (upper bound for convergence, lower bound for divergence).
- State your conclusion: since the comparison series converges/diverges and the test conditions are met, the original series converges/diverges.
Bounding and Inequalities in Comparison Tests
Setting up valid inequalities is the core skill behind the Direct Comparison Test. A few reliable techniques come up repeatedly.
Making fractions larger (to prove convergence): Shrink the denominator or grow the numerator. Dropping a positive term from the denominator makes the fraction bigger: . If the bigger series converges, so does the original.
Making fractions smaller (to prove divergence): Grow the denominator or shrink the numerator. For example, . Since diverges (it's a constant multiple of the harmonic series), the original diverges.
These inequalities only need to hold for all past some finite index . The first few terms of a series don't affect convergence, so don't worry if the inequality breaks down for small values of .