Topic · Calculus

Infinite Series and Convergence

Adding infinitely many numbers sometimes gives a finite answer and sometimes doesn't. The whole point of this topic is making that "sometimes" precise — by turning an infinite sum into a limit of finite ones, and then collecting the tools that decide which kind of "sometimes" you're in.

What you'll leave with

  • A clean definition of an infinite series as the limit of its partial sums, $S = \lim_{n\to\infty} S_n$.
  • The two anchor examples — the geometric series (the one that always works) and the harmonic series (the cautionary tale).
  • Seven convergence tests in the order you should reach for them, with a decision flowchart you can keep in your head.
  • The difference between absolute and conditional convergence — and why rearranging a conditional series is dangerous.

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 classic trap

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.

Partial sum

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.

Convergence of a series

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:

$n$-th term test for divergence

If $\lim_{n \to \infty} a_n \neq 0$ (or the limit doesn't exist), then $\sum a_n$ diverges.

Necessary, not sufficient

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.

The benchmark

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.

How slowly?

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.

Bonus: an error bound for free

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

TestWhen to reach for itVerdict
$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).

7. A decision flowchart

When in doubt, walk down the tree. It's not infallible — the inconclusive branches send you sideways — but it captures the order in which the tests come to mind.

START Does $a_n \to 0$? NO · n-th term test Diverges. Done. YES Recognise the form? YES · geometric · p-series · telescoping Apply the formula. NO Do the signs alternate? YES Alternating series test NO Factorial or exponential? YES Ratio test NO Is $a_n$ an $n$-th power? YES Root test Comparison or integral test If $f(n) = a_n$ integrates cleanly Integral test If ratio / root give $\rho = 1$ Fall back to comparison
A working order: cheap tests first, structural recognition second, the heavier machinery only when needed.

Two things the flowchart leaves implicit. First, when ratio or root returns $\rho = 1$ the test is silent and you fall back to comparison or integral. Second, "comparison" includes both direct and limit comparison — limit comparison is almost always easier when the comparator is a $p$-series or geometric series.

8. Absolute vs. conditional convergence

Once the terms of a series can take both signs, "converges" splits in two.

Absolute convergence

$\sum a_n$ converges absolutely if $\sum |a_n|$ converges. Equivalently, the convergence survives the loss of sign information.

Conditional convergence

$\sum a_n$ converges conditionally if $\sum a_n$ converges but $\sum |a_n|$ diverges. The convergence depends critically on the signs lining up.

A foundational theorem ties them together:

If $\sum |a_n|$ converges, then $\sum a_n$ converges. Absolute convergence implies convergence.

The strategy that falls out of this: to check whether a signed series converges, run any positive-term test (comparison, ratio, root, integral) on $\sum |a_n|$. If it converges, you're done — you have absolute convergence, which implies convergence. Only if $\sum |a_n|$ diverges do you have to be subtle.

The alternating harmonic series

The cleanest example of the two regimes living right next to each other:

$$ \sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n} \;=\; 1 - \frac{1}{2} + \frac{1}{3} - \frac{1}{4} + \cdots \;=\; \ln 2. $$

By the alternating series test, $b_n = 1/n$ is positive, decreasing, and tends to zero, so the series converges. But $\sum |a_n| = \sum 1/n$ is the harmonic series, which diverges. So this series converges conditionally — its convergence is a delicate cancellation of positives against negatives.

Why the distinction matters: rearrangement

Riemann rearrangement theorem

If $\sum a_n$ is conditionally convergent, then for any real number $L$ — or $+\infty$, or $-\infty$ — there is a rearrangement of the terms whose partial sums converge to $L$. You can re-order the alternating harmonic series to sum to $42$, or to $-\pi$, or to no limit at all. The commutative law of addition does not survive conditional convergence.

For absolutely convergent series, by contrast, every rearrangement gives the same sum. This is why "absolute convergence" is the version of convergence that lets you safely manipulate series — regroup them, multiply them, integrate or differentiate them term-by-term. Conditional convergence is real, but fragile. The rule of thumb: if you're going to do anything beyond reading the series, you want absolute convergence.

9. Worked examples for each test

One example per test, with the reasoning written out. Try each before opening the solution and see whether your matching instinct lines up with the one used.

$n$-th term test · $\displaystyle\sum_{n=1}^{\infty} \frac{n}{n+1}$

The terms approach $1$, not $0$. By the $n$-th term test, the series diverges. Total work: one limit.

$$ \lim_{n \to \infty} \frac{n}{n+1} \;=\; 1 \;\neq\; 0 \;\;\Longrightarrow\;\; \text{diverges}. $$
Integral test · $\displaystyle\sum_{n=2}^{\infty} \frac{1}{n \ln n}$

$f(x) = 1/(x \ln x)$ is positive, continuous, and decreasing on $[2, \infty)$. Compute the improper integral with $u = \ln x$, $du = dx/x$:

$$ \int_2^{\infty} \frac{dx}{x \ln x} \;=\; \int_{\ln 2}^{\infty} \frac{du}{u} \;=\; \lim_{R \to \infty} \bigl[\ln u\bigr]_{\ln 2}^{R} \;=\; \infty. $$

The integral diverges, so the series diverges. (Notice this is "barely worse" than the harmonic series — the iterated-log term doesn't help.)

Direct comparison · $\displaystyle\sum_{n=1}^{\infty} \frac{1}{n^2 + 1}$

The denominator is at least $n^2$, so $\dfrac{1}{n^2 + 1} \leq \dfrac{1}{n^2}$ for every $n \geq 1$. The dominating series $\sum 1/n^2$ is a $p$-series with $p = 2 > 1$ and converges. By direct comparison the original converges too.

Verdict: converges. (Absolutely, since all terms are positive.)

Limit comparison · $\displaystyle\sum_{n=1}^{\infty} \frac{2n + 1}{n^3 + 3n}$

For large $n$, $a_n$ behaves like $\dfrac{2n}{n^3} = \dfrac{2}{n^2}$. Compare to $b_n = 1/n^2$:

$$ \lim_{n \to \infty} \frac{a_n}{b_n} \;=\; \lim_{n \to \infty} \frac{(2n+1) n^2}{n^3 + 3n} \;=\; 2 \;\in\; (0, \infty). $$

Since $\sum 1/n^2$ converges, $\sum a_n$ converges by limit comparison.

Ratio test · $\displaystyle\sum_{n=1}^{\infty} \frac{2^n}{n!}$

Form the ratio:

$$ \left|\frac{a_{n+1}}{a_n}\right| \;=\; \frac{2^{n+1}/(n+1)!}{2^n / n!} \;=\; \frac{2}{n+1}. $$

The limit is $0 < 1$. By the ratio test the series converges absolutely. (In fact this is the series for $e^2 - 1$.)

Root test · $\displaystyle\sum_{n=1}^{\infty} \left(\frac{n}{n+1}\right)^{n^2}$

Take the $n$-th root:

$$ \sqrt[n]{a_n} \;=\; \left(\frac{n}{n+1}\right)^{n} \;=\; \left(1 - \frac{1}{n+1}\right)^{n} \;\longrightarrow\; \frac{1}{e}. $$

Since $1/e \approx 0.368 < 1$, the root test gives convergence (absolutely).

Alternating series test · $\displaystyle\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n}$

Set $b_n = 1/n$. Three checks:

  • $b_n > 0$: yes, $1/n$ is positive.
  • $b_{n+1} \leq b_n$: yes, $1/(n+1) \leq 1/n$.
  • $b_n \to 0$: yes.

By the alternating series test, the series converges. (Its sum is $\ln 2$.) Since $\sum 1/n$ diverges, convergence is conditional — not absolute.

As a bonus, truncating after $10$ terms gives an error of at most $b_{11} = 1/11 \approx 0.091$.

Absolute vs. conditional · $\displaystyle\sum_{n=1}^{\infty} \frac{(-1)^n}{n^2}$

Take absolute values: $\sum 1/n^2$ is a $p$-series with $p = 2 > 1$, which converges. So the original converges absolutely (and therefore converges in the ordinary sense). No alternating-test gymnastics needed.

Moral: when the absolute series converges, absolute convergence is the shortest path. Don't reach for the alternating test unless you have to.

10. Common pitfalls

$a_n \to 0$ doesn't imply convergence

The single most common error. The harmonic series is the standing counterexample. Always remember: the $n$-th term test only rules out convergence; it never confirms it.

Wrong direction in direct comparison

$a_n \leq b_n$ and $\sum a_n$ divergent does not let you conclude $\sum b_n$ diverges (it might, but the inequality doesn't prove it). And $a_n \geq b_n$ with $\sum b_n$ convergent says nothing about $\sum a_n$. Convergence pushes down, divergence pushes up — get the arrow right.

Ratio test on a $p$-series

For $\sum 1/n^p$, the ratio $n^p/(n+1)^p \to 1$ regardless of $p$. The ratio test is silent. Don't go in circles — apply the $p$-series rule directly.

Forgetting the integral test's hypotheses

$f$ must be positive, continuous, and decreasing on $[N, \infty)$ for some $N$. If $f$ wobbles, the rectangle argument breaks. Check monotonicity (often via $f'(x) \leq 0$).

Rearranging a conditionally convergent series

You can re-order an absolutely convergent series freely. Re-ordering a conditionally convergent one can change — or destroy — the sum. Riemann's rearrangement theorem says you can make $\sum (-1)^{n+1}/n$ converge to any real number by reshuffling. Treat conditional convergence with respect.

Sources & further reading

The content above is consolidated from the standard calculus references. If anything reads ambiguously here, the primary sources are the ground truth — and the "deeper" links are where to go when this page has served its purpose.

Test your understanding

A quiz that builds from easy to hard. Pick an answer to get instant feedback and a worked explanation. Your progress is saved in this browser — come back anytime to continue.

Question 1 of 1
0 correct