Deciding whether an infinite series converges or diverges is rarely about memorizing every test. It is about matching the shape of the terms to the one test that settles the question fastest. This page organizes the standard tests around that idea.

The decision shortcut

When you face a series, run through this order:

  1. Check whether an0a_n \to 0. If it does not, the series diverges.
  2. Look for a known pattern first, especially geometric series or pp-series.
  3. Use comparison for positive terms that resemble a familiar benchmark.
  4. Use ratio or root when factorials, exponentials, or powers dominate.
  5. Use the alternating series test only when signs alternate and term sizes decrease to 00.

For a series

n=1an,\sum_{n=1}^{\infty} a_n,

convergence means the partial sums approach a finite limit; divergence means they do not. Note that a convergence test usually does not compute the sum. It only classifies. That distinction matters because the goal is almost always classification, not evaluation.

Why each test fits its shape

The term test comes first because it is cheap

If

limnan0,\lim_{n \to \infty} a_n \ne 0,

then

n=1an\sum_{n=1}^{\infty} a_n

diverges. This nnth-term test is one-way only: an0a_n \to 0 does not guarantee convergence. The harmonic series

n=11n\sum_{n=1}^{\infty} \frac{1}{n}

diverges even though 1n0\frac{1}{n} \to 0.

Geometric and pp-series are the reference shapes

A geometric series

n=0arn\sum_{n=0}^{\infty} ar^n

converges when r<1|r| < 1 and diverges when r1|r| \ge 1. A pp-series

n=11np\sum_{n=1}^{\infty} \frac{1}{n^p}

converges when p>1p > 1 and diverges when p1p \le 1. Recognizing these first is what makes comparison work, because they are the benchmarks you compare against.

Comparison and limit comparison match rational shapes

Use the comparison test for positive terms, and the logic is intuitive: if your terms are no larger than the terms of a known convergent series, your series also converges; if your terms are at least as large as a known divergent series, yours also diverges. Because it rests on inequalities, it is cleanest when you can bound terms directly. When clean inequalities are awkward but two positive-term series share the same dominant behavior, use limit comparison instead. For

an>0,bn>0,a_n > 0, \qquad b_n > 0,

if

limnanbn=c\lim_{n \to \infty} \frac{a_n}{b_n} = c

for finite c>0c > 0, then an\sum a_n and bn\sum b_n both converge or both diverge. This is usually the cleanest choice for rational expressions in nn.

Ratio and root match factorials, exponentials, and nnth powers

Use the ratio test when factorials or exponential factors appear, because those grow or shrink by a roughly constant factor each step, which is exactly what a ratio measures:

L=limnan+1an.L = \lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right|.

If L<1L < 1, the series converges absolutely; if L>1L > 1 or L=L = \infty, it diverges; if L=1L = 1, the test is inconclusive, so that case settles nothing on its own. Use the root test when an nnth power is built in, like terms of the form ()n(\cdots)^n, since taking the nnth root cancels that power cleanly:

L=limnann,L = \lim_{n \to \infty} \sqrt[n]{|a_n|},

with the same three conclusions as the ratio test.

Alternating and integral tests have strict conditions

For alternating signs, in a form like

(1)nbnor(1)n+1bn,\sum (-1)^n b_n \quad \text{or} \quad \sum (-1)^{n+1} b_n,

with bn0b_n \ge 0 eventually decreasing and bn0b_n \to 0, the series converges, though not necessarily absolutely. That gap between convergence and absolute convergence is exactly the difference between conditional and absolute convergence, so the alternating series test alone never certifies absolute convergence.

The integral test applies when the series comes from a positive, continuous, decreasing f(x)f(x) with f(n)=anf(n) = a_n for large nn; then

n=1anand1f(x)dx\sum_{n=1}^{\infty} a_n \quad \text{and} \quad \int_1^{\infty} f(x)\,dx

both converge or both diverge. It is especially useful for logarithmic and power-based terms, but only when positivity, continuity, and the decreasing condition all hold on the interval you use.

Worked example: ratio test on n2n\sum \frac{n}{2^n}

Consider

n=1n2n.\sum_{n=1}^{\infty} \frac{n}{2^n}.

The exponential factor 2n2^n points to the ratio test. With an=n2na_n = \frac{n}{2^n},

an+1an=(n+1)/2n+1n/2n=n+12n,\left| \frac{a_{n+1}}{a_n} \right| = \frac{(n+1)/2^{n+1}}{n/2^n} = \frac{n+1}{2n},

and

limnn+12n=12.\lim_{n \to \infty} \frac{n+1}{2n} = \frac{1}{2}.

Because 12<1\frac{1}{2} < 1, the series converges absolutely. The real lesson is the choice of test: the 2n2^n makes the ratio simplify cleanly, so the ratio test wins with little algebra.

Practice picking the test

Try

n=13nn!.\sum_{n=1}^{\infty} \frac{3^n}{n!}.

Before any algebra, decide which test fits the shape and say why. Then solve it, and ask whether the same test would still be your first pick for

n=1n23n.\sum_{n=1}^{\infty} \frac{n^2}{3^n}.

Comparing the two cements the pattern.

Calculation traps to avoid

Using a test that does not match. Rational functions of nn favor comparison or limit comparison; factorials and exponentials favor ratio.

Forgetting the conditions. Comparison tests need positive terms. The alternating series test needs eventually decreasing positive magnitudes with limit 00. The integral test needs positivity, continuity, and decreasing behavior.

Treating L=1L = 1 as a verdict. For ratio and root tests, L=1L = 1 means the test failed to decide. Use a different approach.

Assuming an0a_n \to 0 is enough. It is necessary, not sufficient. The harmonic series is the standard counterexample.

Where these tests matter

Convergence tests run throughout calculus and analysis: classifying infinite sums, justifying power-series manipulations, and checking whether an approximation is mathematically safe. The underlying skill is pattern recognition, matching a series to the test that exposes its structure fastest.

Frequently Asked Questions

How do you choose the right convergence test for a series?
Match the test to the shape of the terms. First check whether the terms approach zero; if not, the series diverges. Then look for geometric or p-series patterns, use comparison for positive terms resembling a known benchmark, use ratio or root when factorials or exponentials dominate, and use the alternating series test when signs alternate and term sizes decrease to zero.
What does the nth-term test for divergence say?
If the terms of a series do not approach zero, the series must diverge. The test is one-way only: terms approaching zero does not guarantee convergence. The harmonic series is the classic example, since its terms shrink to zero yet the series still diverges.
When does a p-series converge?
A p-series, the sum of 1 over n to the power p, converges when p is greater than 1 and diverges when p is less than or equal to 1. Together with geometric series, p-series are the first benchmark patterns to recognize before reaching for more sophisticated tests.
Does a convergence test tell you the sum of a series?
Usually not. A convergence test tells you whether a finite sum exists, not what its value is. The goal in most problems is classification rather than evaluation, so passing a test confirms the series converges without computing the actual sum.

Need help with a problem?

Upload your question and get a verified, step-by-step solution in seconds.

Open GPAI Solver →