1. Sequences versus series
The two objects are constantly confused, and the confusion costs more than it should. A sequence is an ordered list of numbers $a_1, a_2, a_3, \ldots$ — you can ask what they approach. A series is what happens when you put plus signs between them, $a_1 + a_2 + a_3 + \cdots$ — you can ask what that infinite addition adds up to. Those are different questions with different answers.
The sequence $\bigl(\tfrac{1}{n}\bigr) = 1, \tfrac{1}{2}, \tfrac{1}{3}, \ldots$ converges to $0$. The series $\sum \tfrac{1}{n} = 1 + \tfrac{1}{2} + \tfrac{1}{3} + \cdots$ diverges. Same numbers; opposite verdicts. We'll prove the second one in §4.
We met this distinction already in Algebra · Sequences & Series, where the geometric series gave us a first taste of what an infinite sum even means. Here we make it rigorous, then build the machinery — convergence tests — that lets you decide the question for series the geometric formula can't touch.
2. Partial sums and the definition of convergence
You can't actually add infinitely many things. What you can do is add the first $n$ of them and watch what happens as $n$ grows.
For a series $\sum_{k=1}^\infty a_k$, the $n$-th partial sum is
$$ S_n \;=\; \sum_{k=1}^{n} a_k \;=\; a_1 + a_2 + \cdots + a_n. $$It's a finite sum — no infinity involved — and so it's a perfectly ordinary number.
The partial sums form a brand-new sequence $S_1, S_2, S_3, \ldots$, and the whole "does the infinite sum exist" question reduces to a question about that sequence.
The series $\sum a_n$ converges to $S$ if the sequence of partial sums has a limit:
$$ \lim_{n \to \infty} S_n \;=\; S. $$If no such finite $S$ exists, the series diverges.
Two things to notice. First, "the sum of the series" is a definition, not an arithmetic operation — there's no infinite addition happening; there's a limit. Second, the whole apparatus of limits (§Limits) is doing the actual work. Convergence of series is convergence of sequences in disguise.
A first necessary condition
If $S_n \to S$, then consecutive partial sums get arbitrarily close, so $a_n = S_n - S_{n-1} \to 0$. Contrapositive:
If $\lim_{n \to \infty} a_n \neq 0$ (or the limit doesn't exist), then $\sum a_n$ diverges.
The $n$-th term test can only disprove convergence. If $a_n \to 0$, the test says nothing — the series might still converge, or it might still diverge. The harmonic series is the canonical proof that $a_n \to 0$ is not enough.
3. The geometric series, revisited
You met the geometric series in algebra. Here it is, restated in the partial-sum language and with full force:
$$ \sum_{n=0}^{\infty} a r^n \;=\; a + ar + ar^2 + ar^3 + \cdots $$The partial sum has a closed form (the "shift-and-subtract" trick from algebra):
$$ S_n \;=\; a \cdot \frac{1 - r^{n+1}}{1 - r} \qquad (r \neq 1). $$What happens to $r^{n+1}$ as $n \to \infty$ is the whole story. If $|r| < 1$, it goes to zero, and
$$ \sum_{n=0}^{\infty} a r^n \;=\; \frac{a}{1 - r} \qquad (|r| < 1). $$If $|r| \geq 1$, the term $r^{n+1}$ either runs to infinity or oscillates without settling — the partial sums don't converge.
Almost every convergence proof you'll see in the rest of this page works by comparing something to a geometric series. The geometric series is the standard against which other series are weighed. Keep $\sum r^n$ — converges iff $|r|<1$ — at the very front of your mind.
Telescoping series — the other one that just works
A series of the form $\sum (b_n - b_{n+1})$ collapses on summation: $S_n = b_1 - b_{n+1}$, so it converges to $b_1 - \lim b_n$ exactly when that limit exists. The classic example:
$$ \sum_{n=1}^{\infty} \left(\frac{1}{n} - \frac{1}{n+1}\right) \;=\; 1 - \lim_{n\to\infty} \frac{1}{n+1} \;=\; 1. $$Geometric and telescoping series are the two patterns where you actually compute the sum. Everything else, you mostly settle for "converges" or "diverges" and stop there.
4. The harmonic series diverges
The harmonic series is
$$ \sum_{n=1}^{\infty} \frac{1}{n} \;=\; 1 + \frac{1}{2} + \frac{1}{3} + \frac{1}{4} + \frac{1}{5} + \cdots $$Its terms shrink to zero, so the $n$-th term test is silent. And yet it diverges. The cleanest argument is Nicole Oresme's grouping proof from around 1350.
Oresme's grouping proof
Group the terms after the first into blocks of size $1, 2, 4, 8, \ldots$:
$$ 1 + \underbrace{\frac{1}{2}}_{\geq\,1/2} + \underbrace{\left(\frac{1}{3} + \frac{1}{4}\right)}_{\geq\,1/2} + \underbrace{\left(\frac{1}{5} + \frac{1}{6} + \frac{1}{7} + \frac{1}{8}\right)}_{\geq\,1/2} + \underbrace{\left(\frac{1}{9} + \cdots + \frac{1}{16}\right)}_{\geq\,1/2} + \cdots $$Each block of $2^k$ terms is bounded below by replacing every entry with the smallest one, $1/2^{k+1}$, repeated $2^k$ times: that gives exactly $1/2$. There are infinitely many blocks, each contributing at least $\tfrac{1}{2}$. So the partial sums grow without bound — slowly (in fact $S_n \sim \ln n$), but inescapably.
To get $S_n$ past $20$ you need roughly $250$ million terms. Past $100$ takes more terms than atoms in the observable universe. The harmonic series is the textbook example of a divergence so lazy it can fool you for a lifetime if you only check small $n$.
5. The $p$-series
Generalising both the harmonic series and its "nice" cousins:
$$ \sum_{n=1}^{\infty} \frac{1}{n^p} \quad \text{converges iff} \quad p > 1. $$So $\sum 1/n^{1.5}$ converges, $\sum 1/n^2 = \pi^2/6$ converges (Euler's celebrated result), $\sum 1/n$ diverges (just barely), and $\sum 1/\sqrt n$ diverges too. The $p$-series is the second standard benchmark — together with the geometric series, it's the family you'll keep comparing other series to.
The proof — for $p > 1$ converges, $p \leq 1$ diverges — is one line each via the integral test, which is coming up next.
6. Convergence tests, in the order you reach for them
No single test handles every series. The skill is matching a test to a series's shape — and applying the cheap ones first. Here's the working list, roughly in the order of "try this before that one."
6.1 The $n$-th term test (always free)
Look at $a_n$. If it doesn't go to zero, the series diverges and you're done. If it does go to zero, you've learned nothing — go on.
6.2 Recognise the form
Before reaching for a real test, ask: is this a geometric series? A $p$-series? A telescoping series? Each has an immediate verdict. The fastest test is no test at all.
6.3 The integral test
Suppose $f$ is positive, continuous, and decreasing on $[1, \infty)$, and $a_n = f(n)$. Then
$$ \sum_{n=1}^{\infty} a_n \quad \text{and} \quad \int_1^{\infty} f(x)\,dx $$either both converge or both diverge. The picture is rectangle-versus-area: the sum is the total area of unit-width rectangles, and $f$ is monotone, so the rectangles and the integral sandwich each other within a constant.
Use it when $f(n)$ has a clean antiderivative — anything involving $1/n^p$, $1/(n \ln n)$, $e^{-n}$, and friends.
6.4 Direct comparison test
For series of non-negative terms $0 \leq a_n \leq b_n$:
- If $\sum b_n$ converges, so does $\sum a_n$ (you're below something finite).
- If $\sum a_n$ diverges, so does $\sum b_n$ (you're above something that runs away).
The direction matters and is easy to mix up. Memorise: convergence pushes down, divergence pushes up.
6.5 Limit comparison test
Often the bounds in direct comparison are awkward to set up — the algebra fights you. The limit comparison test sidesteps this. If $a_n, b_n > 0$ and
$$ \lim_{n \to \infty} \frac{a_n}{b_n} \;=\; L, \qquad 0 < L < \infty, $$then $\sum a_n$ and $\sum b_n$ behave the same — both converge or both diverge. The standard play: pick $b_n$ to be the "leading-order behaviour" of $a_n$ for large $n$. For $a_n = \dfrac{2n+1}{n^3 + 3n}$, take $b_n = 1/n^2$, get $L = 2$, and inherit convergence from the $p$-series.
6.6 Ratio test
Compute $\rho = \lim_{n \to \infty} \left|\dfrac{a_{n+1}}{a_n}\right|$.
- $\rho < 1$: $\sum a_n$ converges (absolutely).
- $\rho > 1$ (including $\infty$): $\sum a_n$ diverges.
- $\rho = 1$: inconclusive — try something else.
The ratio test eats factorials and exponentials for breakfast. Whenever you see $n!$, $r^n$, or anything whose successive terms relate by a clean ratio, this is the test.
6.7 Root test
Compute $\rho = \lim_{n \to \infty} \sqrt[n]{|a_n|}$.
- $\rho < 1$: converges absolutely.
- $\rho > 1$: diverges.
- $\rho = 1$: inconclusive.
Use it when $a_n$ is itself an $n$-th power — $\left(\tfrac{n}{n+1}\right)^{n^2}$, $(\ln n)^{-n}$, things like that. Ratio and root tests are siblings; when both apply, they agree, but each is awkward where the other shines.
6.8 Alternating series test (Leibniz)
For a series whose signs strictly alternate, $\sum (-1)^{n} b_n$ with $b_n > 0$:
If $b_n$ is monotonically decreasing and $b_n \to 0$, the series converges.
If you truncate an alternating series after $n$ terms, the error is no larger than the first omitted term: $\bigl|S - S_n\bigr| \leq b_{n+1}$. This makes alternating series unusually pleasant for numerical work.
Reference table
| Test | When to reach for it | Verdict |
|---|---|---|
| $n$-th term | Always — it's free. | $a_n \not\to 0$: diverges. Else: silent. |
| Geometric / $p$-series / telescoping | You recognise the form. | Immediate answer from the formula. |
| Integral | $a_n = f(n)$ with $f$ positive, continuous, decreasing, and easy to integrate. | Series and integral share convergence behaviour. |
| Direct comparison | Non-negative terms with clean upper/lower bounds against a known series. | Inherit convergence (below) or divergence (above). |
| Limit comparison | Rational functions, algebraic expressions in $n$ — match the leading order. | Same behaviour as the comparator if $0 < L < \infty$. |
| Ratio | Factorials, exponentials, products that telescope when you divide. | $\rho < 1$ converges; $\rho > 1$ diverges; $\rho = 1$ inconclusive. |
| Root | $a_n$ is an $n$-th power. | Same trichotomy as ratio. |
| Alternating | Signs strictly alternate; $|a_n|$ monotone decreasing to zero. | Converges (with an automatic error bound). |