Part IV — Sequences and Series
"The shortest path between two truths in the real domain passes through the complex domain." — Jacques Hadamard
In Part III we accumulated continuous changes — we integrated. In Part IV we accumulate discrete terms — we add infinitely many numbers and ask whether the sum is finite.
This sounds impossible. How can adding infinitely many positive numbers produce a finite result? But it does, sometimes:
$$1 + \frac{1}{2} + \frac{1}{4} + \frac{1}{8} + \cdots = 2$$
That fact, known to the ancient Greeks but not understood rigorously until the 19th century, is the gateway to an entire branch of mathematics. The theory of infinite series lets us:
- Represent transcendental functions like $\sin x$ and $e^x$ as infinite polynomials (Taylor series)
- Approximate any sufficiently nice function to arbitrary precision (this is how calculators work)
- Solve differential equations that have no closed-form solution
- Connect the five most important mathematical constants in a single equation: $e^{i\pi} + 1 = 0$ (Euler's formula — Chapter 24)
- Prove deep facts about the distribution of prime numbers, the area under the normal curve, the wave behavior of light
What This Part Covers
-
Chapter 20 — Sequences. Convergence and divergence. Limit laws. Monotone convergence theorem. Recursive sequences.
-
Chapter 21 — Series. Infinite series as limits of partial sums. Geometric series — the most important series. Harmonic series — divergent in a surprising way.
-
Chapter 22 — Convergence Tests. A toolbox of tests: integral, comparison, ratio, root, alternating series. Which test to use when (decision framework, not mystery).
-
Chapter 23 — Power Series and Taylor Series. Functions as infinite polynomials. Radius of convergence. Key series: $e^x$, $\sin x$, $\cos x$, $\ln(1+x)$. How calculators actually compute these functions.
-
Chapter 24 — Applications of Series. Euler's formula derived. Fourier series previewed. The Basel problem. Climax of the Euler's-formula anchor.
What You Should Be Able to Do by the End of Part IV
- Determine whether a given sequence or series converges, and to what value if so
- Apply the convergence test appropriate to any given series
- Compute the Taylor series of any elementary function and determine its radius of convergence
- Use Taylor series to approximate function values, with rigorous error bounds
- Derive Euler's formula and use it to convert between trigonometric and complex-exponential forms
Why This Part Matters
Series are how computers compute. Every time your calculator evaluates $\sin(0.5)$, it computes a Taylor polynomial approximation. Every time a physics simulator evaluates $e^{-Et/\hbar}$ for a quantum state, it sums a series. Every time a numerical solver tackles a differential equation, it does so by expressing the solution as a series.
But the deepest reason series matter is conceptual. Series are the most explicit demonstration that approximation, done with rigor, is the soul of calculus. A Taylor polynomial is an approximation; with one more term it is a better approximation; in the limit it is exact. That progression — from approximate to better to exact — is the structural idea behind limits, derivatives, integrals, and series alike.
By the time you finish Chapter 24, you will be able to do something that sounds magical: you will be able to derive
$$e^{i\pi} + 1 = 0$$
from scratch, using nothing but the Taylor series you computed in Chapter 23. That equation — which Richard Feynman called "the most remarkable formula in mathematics" — is the payoff. It alone would justify reading the book.
Series are demanding. Convergence tests look at first like a bag of tricks. They are not. They are a coherent body of theory built around a single question: when does an infinite sum converge? Stay with it. The payoff in Chapter 24 is worth every hour.