When Infinite Sums Have Finite Answers

Partial sums of geometric series Σ rᵏ — converges to 1/(1−r) when |r| < 1
L = 2.0000124567810111200.460.921.381.842.3Partial sum = 1.9995
r = 0.500.95
n = 1230

Add together infinitely many numbers. What do you get?

Sometimes infinity. Sometimes a perfectly ordinary finite number. The difference depends on how quickly the terms shrink — and this turns out to be one of the subtler, more surprising corners of mathematics.

The geometric series: the cleanest example

If you multiply a starting value by the same ratio repeatedly and add everything up:

S=1+r+r2+r3+S = 1 + r + r^2 + r^3 + \cdots

There's an elegant trick. Multiply SS by rr: rS=r+r2+r3+rS = r + r^2 + r^3 + \cdots

Subtract: SrS=1S - rS = 1, so S(1r)=1S(1-r) = 1, giving S=11rS = \frac{1}{1-r}.

This works when r<1|r| < 1 — when the ratio is small enough that the terms shrink to zero fast enough.

Representing 0.999... as a fraction

0.999=910+9100+91000+=9/1011/10=9/109/10=10.999\ldots = \frac{9}{10} + \frac{9}{100} + \frac{9}{1000} + \cdots = \frac{9/10}{1 - 1/10} = \frac{9/10}{9/10} = 1

This is why 0.9=10.\overline{9} = 1 exactly — not approximately, not "close to," but equal. They are the same number written two different ways.

The harmonic series: deceptively divergent

Now consider 1+12+13+14+15+1 + \frac{1}{2} + \frac{1}{3} + \frac{1}{4} + \frac{1}{5} + \cdots

Each term is smaller than the last. Surely this converges?

It doesn't. The harmonic series diverges — the partial sums grow without bound.

The proof is one of the most elegant in mathematics, due to Nicole Oresme around 1350:

1+12+13+1414+14=12+15+16+17+18418=12+1 + \frac{1}{2} + \underbrace{\frac{1}{3} + \frac{1}{4}}_{\geq \frac{1}{4}+\frac{1}{4}=\frac{1}{2}} + \underbrace{\frac{1}{5}+\frac{1}{6}+\frac{1}{7}+\frac{1}{8}}_{\geq 4 \cdot \frac{1}{8}=\frac{1}{2}} + \cdots

Every block of terms (doubling in size) contributes at least 12\frac{1}{2}. Since you can form infinitely many blocks, the sum is infinite.

The terms go to zero — but not fast enough. This is the key lesson: an0a_n \to 0 is necessary for convergence, but not sufficient.

How slowly does the harmonic series diverge?

Almost comically slowly. The partial sum Hn=1+12++1nH_n = 1 + \frac{1}{2} + \cdots + \frac{1}{n} grows like lnn\ln n.

  • To reach Hn=10H_n = 10: you need about n=e1022,000n = e^{10} \approx 22{,}000 terms.
  • To reach Hn=100H_n = 100: about n1043n \approx 10^{43} terms.

No computer could ever compute enough terms to reach Hn=100H_n = 100 by direct summation.

The Basel problem: a beautiful surprise

Now add the squares of the reciprocals:

1+14+19+116+125+=π261 + \frac{1}{4} + \frac{1}{9} + \frac{1}{16} + \frac{1}{25} + \cdots = \frac{\pi^2}{6}

This is the Basel problem, solved by Leonhard Euler in 1735. The result shocked the mathematical world. Why does π\pi — a number about circles — appear in the sum of reciprocals of squares?

Euler's proof used the fact that sinx/x\sin x / x can be expressed as an infinite product over its roots, which he compared to a polynomial's factored form. The argument is not rigorous by modern standards, but the answer is correct, and a rigorous proof was found within decades.

The appearance of π\pi is not coincidence — it reflects a deep connection between number theory and analysis that runs through the Riemann zeta function.

Convergence tests in brief

How do you tell whether a series converges?

Ratio test: compute L=liman+1/anL = \lim |a_{n+1}/a_n|. If L<1L < 1, converges. If L>1L > 1, diverges.

Comparison: if your terms are smaller than a convergent series' terms, you converge.

pp-series: 1np\sum \frac{1}{n^p} converges iff p>1p > 1. Borderline case at p=1p = 1 (harmonic, diverges).

Alternating series test: alternating signs with decreasing terms going to zero — converges.

Absolute versus conditional convergence

Some series converge because of cancellation between positive and negative terms, not because the terms shrink fast enough.

The alternating harmonic series: 112+1314+=ln20.6931 - \frac{1}{2} + \frac{1}{3} - \frac{1}{4} + \cdots = \ln 2 \approx 0.693

This converges. But 1n\sum \frac{1}{n} (ignoring signs) diverges. Such a series is called conditionally convergent.

The Riemann rearrangement theorem: if you rearrange the terms of a conditionally convergent series, you can make it converge to any value you like — or diverge to infinity, or oscillate forever.

This is genuinely strange. Addition is supposed to be commutative. But for conditionally convergent series, the order of the terms determines the sum.