An infinite series is the sum of the terms of an infinite sequence $\{a_n\}$.
- Sequence: An ordered list of numbers. Ex: $a_n = \frac{1}{n} \rightarrow 1, \frac{1}{2}, \frac{1}{3}, ...$
- Series: The sum of that list. Ex: $\sum_{n=1}^{\infty} \frac{1}{n} = 1 + \frac{1}{2} + \frac{1}{3} + ...$
The fundamental question is whether the series converges to a finite sum or diverges.
KEY CONCEPT: Sequence of Partial Sums
The convergence of a series is determined by the limit of its sequence of partial sums, $S_n = \sum_{i=1}^{n} a_i$. If $\lim_{n \to \infty} S_n = S$ (a finite value), the series converges to S.
THEOREM: Geometric Series
A series of the form $\sum_{n=1}^{\infty} ar^{n-1} = a + ar + ar^2 + ...$
- Converges if $|r| < 1$. The sum is given by the formula $S = \frac{a}{1-r}$, where 'a' is the first term.
- Diverges if $|r| \geq 1$.
THEOREM: The Test for Divergence
If $\lim_{n \to \infty} a_n \neq 0$ or if the limit does not exist, then the series $\sum a_n$ **diverges**.
IMPORTANT NOTE
The converse of the Test for Divergence is false. If $\lim_{n \to \infty} a_n = 0$, the test is inconclusive. The series may converge or diverge. For example, for the Harmonic Series $\sum \frac{1}{n}$, the terms approach zero, but the series diverges.