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 → ∞:

limn→∞ aₙ = L
📋 Examples
Convergesaₙ = 1/n → 0
Convergesaₙ = (n+1)/n → 1
Divergesaₙ = n² → ∞
Divergesaₙ = (−1)ⁿ oscillates

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

Σ arⁿ⁻¹ = a/(1−r) if |r| < 1 (diverges if |r| ≥ 1)

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

Does the harmonic series converge?
No — the harmonic series Σ 1/n diverges despite its terms going to zero. The terms shrink too slowly. This is the p-series with p = 1, which is the boundary case.
How do series connect to Taylor series?
Taylor series represent functions as infinite power series. Their convergence depends on the convergence of the underlying series of terms. Understanding sequences and series is essential before studying Taylor and power series.

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

📋 Series every calculus student must know
GeometricΣ arⁿ = a/(1−r) for |r| < 1. The only series with a clean closed form.
HarmonicΣ 1/n diverges — despite terms → 0. The benchmark for slow divergence.
p-seriesΣ 1/nᵖ converges iff p > 1. Memorise this boundary.
TelescopingΣ (1/n − 1/(n+1)) = 1. Most terms cancel; only first and last survive.

Choosing the Right Test

Facing an unfamiliar series, work through this decision tree:

📋 Which convergence test to use
Step 1Divergence test first: if lim aₙ ≠ 0, done. Series diverges.
Step 2Does it look like a geometric or p-series? Apply directly.
Step 3Does it have factorials or exponentials? Ratio test.
Step 4Does it have nᵗʰ powers? Root test.
Step 5Does it look similar to a known series? Comparison or limit comparison.
Step 6Does it alternate signs? Alternating series test.

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.

AM
Dr. Aisha Malik, PhD Mathematics
Senior Lecturer in Applied Mathematics · 12 years teaching calculus
Dr. Malik holds a PhD in Applied Mathematics from the University of Edinburgh and has taught calculus to over 4,000 students. She has reviewed this article for mathematical accuracy and pedagogical clarity.
Technically reviewed by: Prof. James Chen, Stanford Mathematics Department · April 2026