An infinite series is the sum of an infinite sequence: $\sum_{n=1}^\infty a_n = a_1 + a_2 + a_3 + \dots$. But how can we add infinitely many numbers? We define the sum as the limit of the partial sums $S_N = \sum_{n=1}^N a_n$ as $N \to \infty$. If this limit exists (finite), the series converges; otherwise, it diverges.

🎯 In this section you will learn

πŸ“Œ Definition of an Infinite Series

$$ \sum_{n=1}^\infty a_n = \lim_{N \to \infty} S_N \quad \text{where} \quad S_N = \sum_{n=1}^N a_n $$
If the limit exists (finite), the series converges; otherwise, it diverges
πŸ’‘ Key Idea

The sum of an infinite series is the limit of its partial sums. This is similar to improper integrals: we take a limit to define the infinite sum.

Example 1Partial Sums of a Geometric Series

Consider $\sum_{n=1}^\infty \frac{1}{2^n} = \frac{1}{2} + \frac{1}{4} + \frac{1}{8} + \dots$

β‘ 
Compute partial sums
$S_1 = \frac{1}{2} = 0.5$
$S_2 = \frac{1}{2} + \frac{1}{4} = 0.75$
$S_3 = 0.875$
$S_4 = 0.9375$
$S_5 = 0.96875$
β‘‘
Observe the pattern
$S_N = 1 - \frac{1}{2^N}$
β‘’
Take the limit
$\lim_{N \to \infty} (1 - \frac{1}{2^N}) = 1$
β‘£
Conclusion
The series converges to $1$.
Example 2Telescoping Series

Find the sum of $\sum_{n=1}^\infty \left(\frac{1}{n} - \frac{1}{n+1}\right)$.

β‘ 
Write the partial sum
$S_N = \left(1 - \frac{1}{2}\right) + \left(\frac{1}{2} - \frac{1}{3}\right) + \dots + \left(\frac{1}{N} - \frac{1}{N+1}\right)$
β‘‘
Cancel terms (telescoping)
$S_N = 1 - \frac{1}{N+1}$
β‘’
Take the limit
$\lim_{N \to \infty} \left(1 - \frac{1}{N+1}\right) = 1$
Example 3Harmonic Series (Diverges)

Consider $\sum_{n=1}^\infty \frac{1}{n} = 1 + \frac{1}{2} + \frac{1}{3} + \frac{1}{4} + \dots$

Example 4Divergence by nth Term Test

Show that $\sum_{n=1}^\infty \frac{n}{n+1}$ diverges.

πŸ“Œ Key Terms

TermDefinition
$n$th term$a_n$, the $n$th term of the series
Partial sum $S_N$$\sum_{n=1}^N a_n$, the sum of the first $N$ terms
Convergent series$\lim_{N \to \infty} S_N = L$ (finite)
Divergent series$\lim_{N \to \infty} S_N$ does not exist or is infinite
Telescoping seriesSeries where terms cancel when writing partial sums
⚠️ nth Term Test for Divergence

If $\lim_{n \to \infty} a_n \neq 0$, then the series $\sum a_n$ diverges.
Note: If the limit is $0$, the series may converge or diverge (inconclusive).

πŸ” Key Takeaways
← Back to Module Page