What is High School / Foundations

a Series?

The sum of all the terms in a sequence — finite or infinite. When an infinite sum settles on a finite value, we say it converges.

A series is what you get when you add up the terms of a sequence. If your sequence is \(a_1, a_2, a_3, \ldots\), the corresponding series is \(a_1 + a_2 + a_3 + \cdots\), written compactly as \(\sum_{n=1}^{\infty} a_n\).

A finite series adds a fixed number of terms and always produces a definite number. An infinite series adds infinitely many terms — and the result might be finite (convergent) or might blow up to infinity (divergent). This surprising fact — that you can sometimes add infinitely many positive numbers and get a finite answer — is one of the most beautiful ideas in mathematics.

🏃
Zeno's paradox

To walk 1 metre, you first walk ½ metre, then ¼, then ⅛, then 1/16... Adding infinitely many steps: \(\frac{1}{2} + \frac{1}{4} + \frac{1}{8} + \cdots = 1\). You do reach the destination. An infinite number of terms can sum to a finite value — and this is precisely the geometric series formula at work.

📊
Partial sums tell the story

Define \(S_n = a_1 + a_2 + \cdots + a_n\) (the sum of the first \(n\) terms). The series converges if and only if the sequence of partial sums \(S_1, S_2, S_3, \ldots\) converges to a finite limit. Watch how \(S_n\) behaves as \(n\) grows — that's everything.

8
Geometric series ½ + ¼ + ⅛ + ⋯ — partial sums approach 1 as n → ∞
Sigma notation\(\displaystyle\sum_{n=1}^{\infty} a_n = a_1 + a_2 + a_3 + \cdots\)
Geometric series sum\(\displaystyle\sum_{n=0}^{\infty} ar^n = \frac{a}{1-r}\quad(|r|<1)\)
Arithmetic series sum\(S_n = \dfrac{n}{2}(a_1 + a_n)\)
Harmonic series\(\displaystyle\sum_{n=1}^{\infty}\frac{1}{n}\) — diverges (despite terms → 0)
p-series\(\displaystyle\sum_{n=1}^{\infty}\frac{1}{n^p}\) — converges iff \(p > 1\)
Partial sum notation\(S_n = \displaystyle\sum_{k=1}^{n} a_k\)
Divergence Test
If \(\lim a_n \neq 0\) → diverges
If the terms don't go to zero, the sum can't converge. First test to try — but passing it (terms → 0) does NOT guarantee convergence.
Ratio Test
\(L = \lim \left|\frac{a_{n+1}}{a_n}\right|\)
\(L < 1\): converges. \(L > 1\): diverges. \(L = 1\): inconclusive. Best for factorials and exponentials.
Integral Test
Compare \(\sum a_n\) to \(\int f\,dx\)
If \(f\) is positive, decreasing, and \(a_n = f(n)\), then the series and integral converge or diverge together.
Comparison Test
Compare to a known series
If \(0 \leq a_n \leq b_n\) and \(\sum b_n\) converges, then \(\sum a_n\) converges. Used to leverage known results.
Example 1 — Geometric
\(\displaystyle\sum_{n=0}^{\infty} \left(\frac{1}{2}\right)^n\)
\(a=1,\ r=\frac{1}{2},\ |r|<1\)
\(= \dfrac{1}{1-\frac{1}{2}} = 2\)
Example 2 — Diverges
\(\displaystyle\sum_{n=1}^{\infty} \frac{n}{n+1}\)
\(\lim \frac{n}{n+1} = 1 \neq 0\)
Divergence test → diverges
Example 3 — p-series
\(\displaystyle\sum_{n=1}^{\infty} \frac{1}{n^2}\)
\(p = 2 > 1\) → converges
Famous result: \(= \dfrac{\pi^2}{6}\)
Example 4 — Harmonic
\(\displaystyle\sum_{n=1}^{\infty} \frac{1}{n}\)
Terms → 0, yet the series diverges. Classic counterintuitive example — grows without bound, just very slowly.
✗ "Terms go to zero, so the series converges"
Completely false. The harmonic series \(\sum 1/n\) diverges even though \(1/n \to 0\). Terms approaching zero is necessary but not sufficient for convergence. You need a convergence test to be sure.
✗ Confusing a series with its sequence of terms
The sequence \(\{a_n\}\) and the series \(\sum a_n\) are different objects. The sequence \(\{1/2^n\}\) converges to 0. The series \(\sum 1/2^n\) converges to 2. Convergence of one says nothing direct about the other (except: series convergence implies sequence → 0).
✗ Applying geometric formula when |r| ≥ 1
The formula \(\frac{a}{1-r}\) only works when \(|r| < 1\). If \(r = 1\) or \(|r| > 1\), the geometric series diverges and the formula gives nonsense. Always check \(|r| < 1\) first.

Ready to test your knowledge?

Series and convergence are heavily tested in Calculus II on BUders.

Go to Calculus II Quizzes →