How to Determine If Series Converge- Tests and Criteria
What "Convergence" Actually Means
A series is the sum of a sequence of terms. Convergence happens when adding more terms gets you closer to a fixed number. Divergence is when the sum grows without bound or oscillates forever.
That's it. No fancy definitions. Just: does the infinite sum settle on a value or not?
The Basic Test (That Most People Forget)
The nth Term Test is your first checkpoint. If you apply nothing else, apply this.
- If the terms don't approach zero, the series diverges
- This test cannot prove convergence—only rule out divergence
Mathematically: if lim(n→∞) aₙ ≠ 0, the series diverges.
If the terms do approach zero, you still don't know anything. Move to the next test.
The Convergence Tests You Actually Need
1. Geometric Series Test
Form: Σarⁿ where r is the common ratio.
The series converges if |r| < 1 and diverges if |r| ≥ 1. The sum equals a/(1-r) when it converges.
This is one of the few series with a clean closed-form answer. Memorize it.
2. P-Series Test
Form: Σ 1/np
Converges when p > 1. Diverges when p ≤ 1.
The harmonic series (p = 1) diverges. Add any exponent above 1, and it converges. This is counterintuitive to students every single year.
3. Integral Test
If f(x) is positive, continuous, and decreasing, then Σ f(n) converges if and only if ∫f(x)dx converges.
Compare the series to its corresponding improper integral. If the integral converges, the series converges. If the integral diverges, the series diverges.
This test is useful but often impractical—you need a tractable antiderivative.
4. Comparison Test
Find a series you already understand and compare term-by-term.
- Series with larger terms converges → your series converges
- Series with smaller terms diverges → your series diverges
You need to be careful about the direction. Compare carefully or you'll get backwards results.
5. Limit Comparison Test
Often easier than direct comparison. Take lim(n→∞) aₙ/bₙ.
- If the limit is a positive finite number → both series converge or both diverge
- If the limit is 0 and bₙ converges → aₙ converges
- If the limit is ∞ and bₙ diverges → aₙ diverges
This test is more forgiving because the ratio behavior matters more than absolute size.
6. Ratio Test
Compute L = lim(n→∞) |aₙ₊₁/aₙ|
- L < 1 → converges absolutely
- L > 1 → diverges
- L = 1 → test is inconclusive
This test works well when terms involve factorials or exponentials. It fails for p-series where L = 1 every time.
7. Root Test
Compute L = lim(n→∞) |aₙ|1/n
- L < 1 → converges absolutely
- L > 1 → diverges
- L = 1 → inconclusive
Use this when terms are raised to powers of n. It's essentially a stronger version of the ratio test for certain forms.
8. Alternating Series Test
For series Σ (-1)ⁿaₙ where aₙ > 0:
- The terms must be decreasing
- lim(n→∞) aₙ = 0
If both conditions hold, the series converges conditionally. If terms don't decrease monotonically, this test fails even if they approach zero.
Test Comparison Table
| Test | Best Used When | Limitation |
|---|---|---|
| Nth Term | Always start here | Only detects divergence |
| Geometric | Exponential terms | Only works for geometric form |
| P-Series | Polynomial denominators | Only works for p-series form |
| Integral | Integrable functions | Need antiderivative |
| Comparison | Simple term domination | Need good comparison series |
| Limit Comparison | Ratio-like behavior | Need similar series |
| Ratio | Factorials, exponentials | Inconclusive when L = 1 |
| Root | Powers of n | Inconclusive when L = 1 |
| Alternating | Alternating signs | Terms must decrease |
How to Actually Determine Convergence
Here's the practical workflow:
- Check the nth term test first. If terms don't go to zero, stop—you're done.
- Identify the series form. Geometric? P-series? Alternating? This determines your test.
- Apply the appropriate test. If inconclusive, try another.
- Check for absolute convergence. Remove any absolute value signs. If the absolute series converges, you have absolute convergence (which implies convergence).
Common Mistakes That Cost Points
- Using the nth term test to prove convergence—it can't
- Forgetting that ratio and root tests give absolute convergence specifically
- Not checking the decreasing condition on alternating series
- Confusing conditional and absolute convergence
- Using the wrong comparison series
Quick Decision Guide
Factorial or exponential terms → Ratio Test
Terms raised to power n → Root Test
1/np form → P-Series Test
Alternating signs with decreasing terms → Alternating Series Test
Everything else → Comparison, Limit Comparison, or Integral Test
When multiple tests apply, pick the simplest one that gives a clear answer. You don't need to use every test on every series.