A sequence is just a list of numbers in order. A series is what you get when you add them up. Neither concept is mysterious. But whether an infinite series adds up to something finite — whether it converges — is one of the subtler questions in calculus, and getting it wrong has caused real errors in physics and engineering.
The classic example: 1 + 1/2 + 1/4 + 1/8 + ... adds up to exactly 2. An infinite number of terms, finite total. Meanwhile 1 + 1/2 + 1/3 + 1/4 + ... — the harmonic series — adds up to infinity, even though each term shrinks to zero. The difference between these two is the whole subject.
Sequences
A sequence is an ordered list of numbers: a₁, a₂, a₃, ... A sequence converges if its terms approach a finite limit L as n → ∞:
Series
A series is the sum of a sequence: S = a₁ + a₂ + a₃ + ... A series converges if the partial sums approach a finite limit.
Geometric Series
Key Convergence Tests
Divergence Test: If lim aₙ ≠ 0, the series diverges.
p-Series: Σ 1/nᵖ converges if p > 1, diverges if p ≤ 1.
Ratio Test: L = lim |aₙ₊₁/aₙ|. Converges if L < 1, diverges if L > 1.
Comparison Test: Compare term-by-term to a known convergent or divergent series.
Frequently Asked Questions
Building Intuition for Convergence
A sequence converges if its terms eventually stay arbitrarily close to a fixed number. The terms do not need to reach that number — they just need to get closer and closer without bound. Think of Zeno's paradox: 1/2 + 1/4 + 1/8 + ... never "arrives" at 1, but the partial sums get indistinguishably close.
Divergence means the terms either grow without bound, oscillate forever, or never settle. There is no single number they are approaching.
Essential Series to Know
Choosing the Right Test
Facing an unfamiliar series, work through this decision tree:
Absolute vs Conditional Convergence
A series converges absolutely if Σ|aₙ| converges. It converges conditionally if Σaₙ converges but Σ|aₙ| diverges. Absolute convergence is stronger — an absolutely convergent series can be rearranged without changing its sum. A conditionally convergent series can be rearranged to sum to any value (Riemann rearrangement theorem) — one of the most counterintuitive results in analysis.
The alternating harmonic series Σ(−1)ⁿ⁺¹/n = ln(2) converges conditionally. Rearranging its terms can produce a sum of exactly π, or 42, or any other number.
Connection to Power Series and Taylor
Once you understand convergence of numerical series, power series — series of the form Σcₙ(x−a)ⁿ — follow naturally. A power series converges for x within its radius of convergence and diverges outside it. Taylor series are power series representations of functions, and their convergence is determined by the same tests you use for numerical series.