Mathematics · Glossary

What is series?

Definition 17.1 University Mathematics — Year 1 · Chapter 17 — Numerical Series

Given a sequence (un)(u_n), the series un\sum u_n is the sequence of partial sums SN=n=0NunS_N = \sum_{n=0}^{N} u_n. The series converges when (SN)(S_N) converges; the limit is the sum n=0un\sum_{n=0}^{\infty} u_n, and RN=n>Nun=SSNR_N = \sum_{n > N} u_n = S - S_N is the remainder, which tends to 00.

Examples

Example 17.2 (Geometric series)

For qCq \in \C:   SN=n=0Nqn=1qN+11q\;S_N = \sum_{n=0}^{N} q^n = \frac{1 - q^{N+1}}{1-q} (q1q \neq 1). The series converges iff q<1\abs q < 1 (Exercise 11.3), with

n=0qn=11q.\sum_{n=0}^{\infty} q^n = \frac{1}{1 - q} .

Example 17.3 (Periodic decimals are geometric series)

What number is 0.3636360.363636\dots? Its very writing is a series:

0.36=k=136100k=361/10011/100=3699=411,0.\overline{36} = \sum_{k=1}^{\infty} \frac{36}{100^k} = 36\cdot\frac{1/100}{1 - 1/100} = \frac{36}{99} = \frac{4}{11} ,

by the geometric sum with q=1100q = \frac{1}{100}. In general a block BB of pp digits repeating forever is worth B10p1\frac{B}{10^p - 1} — the mechanism behind the periodicity criterion of Problem 10.1, which this chapter’s language finally states in one line: a decimal expansion is a convergent series, eventually periodic exactly when its sum is rational. The digit machinery of Chapter 10, built there with bare suprema, was series theory traveling incognito.

Example 17.5 (Planning digits with the geometric remainder)

For q<1\abs q < 1 the remainder of the geometric series is explicit:

RN=n=N+1qn=qN+11q.R_N = \sum_{n = N+1}^{\infty} q^n = \frac{q^{N+1}}{1 - q} .

This converts accuracy goals into term counts before any computation. To evaluate n0(13)n=32\sum_{n\geq0} \bigl(\frac13\bigr)^n = \frac32 within 101010^{-10}: need (1/3)N+12/31010\frac{(1/3)^{N+1}}{2/3} \leq 10^{-10}, i.e. 3N3210103^{N} \geq \frac{3}{2}\cdot 10^{10}, i.e. N22N \geq 22 (as 3223.110103^{22} \approx 3.1\cdot10^{10}): twenty-three terms, known in advance. Every geometric-rate estimate of the weekend problems (the 13\frac13-series for ln2\ln 2, Machin’s arctangents in Problem 16.1) is this two-line budget in professional dress.

Read in context →