An infinite series is the sum of the terms of an infinite sequence $\{a_n\}$. The core question is whether this sum approaches a finite value (converges) or not (diverges).
Sequence of Partial Sums
The convergence of a series $\sum a_n$ is defined by the convergence of its sequence of partial sums, $S_k = \sum_{n=1}^{k} a_n = a_1 + a_2 + \dots + a_k$.
If $\lim_{k \to \infty} S_k = L$ (a finite number), the series converges to $L$. Otherwise, it diverges.
Geometric Series: The Foundation
A series of the form $\sum_{n=1}^{\infty} ar^{n-1}$. This is one of the few series where we can easily find the sum.
- Converges if $|r| < 1$. The sum is $S = \frac{a}{1-r}$, where 'a' is the first term.
- Diverges if $|r| \geq 1$.
The Test for Divergence
This should always be your first thought! For a series $\sum a_n$:
If $\lim_{n \to \infty} a_n \neq 0$ or the limit DNE, the series **diverges**.
Warning: If $\lim_{n \to \infty} a_n = 0$, this test is inconclusive. The series might converge or diverge. (e.g., The Harmonic Series $\sum \frac{1}{n}$ diverges, but its terms go to 0).