Sequences, Series & Convergence Tests
Understanding the fundamentals of infinite processes in mathematics
Introduction
Sequences
A sequence is an ordered list of numbers. Formally, a sequence is a function whose domain is the set of natural numbers.
We say a sequence converges to a limit \( L \) if the terms \( a_n \) get arbitrarily close to \( L \) as \( n \) increases.
Series
A series is the sum of the terms of a sequence. An infinite series is the sum of infinitely many terms.
A series converges if the sequence of partial sums \( S_N = \sum_{n=1}^{N} a_n \) converges to a finite limit.
Convergence Tests Explained
Divergence Test
If the limit of the sequence terms doesn't approach zero, the series must diverge.
Example:
Does \( \sum_{n=1}^{\infty} \frac{n}{n+1} \) converge?
The series diverges by the Divergence Test.
Geometric Series Test
A geometric series converges if the common ratio has absolute value less than 1.
Example:
Does \( \sum_{n=0}^{\infty} \frac{2}{3^n} \) converge?
The series converges to 3.
p-Series Test
A p-series converges if the exponent p is greater than 1.
Example:
Does \( \sum_{n=1}^{\infty} \frac{1}{n^{1.5}} \) converge?
The series converges by the p-Series Test.
Comparison Test
Compare to a known series. If your series is smaller than a convergent series, it converges. If larger than a divergent series, it diverges.
Example:
Does \( \sum_{n=1}^{\infty} \frac{1}{n^2 + 1} \) converge?
The series converges by Comparison Test.
Ratio Test
Examine the limit of the ratio of consecutive terms. Useful for factorials and exponentials.
If L < 1: converges, L > 1: diverges, L = 1: inconclusive
Example:
Does \( \sum_{n=1}^{\infty} \frac{n!}{10^n} \) converge?
The series diverges by Ratio Test (L > 1).
Root Test
Examine the limit of the nth root of the absolute value of the terms. Useful when terms have nth powers.
If L < 1: converges, L > 1: diverges, L = 1: inconclusive
Example:
Does \( \sum_{n=1}^{\infty} \left(\frac{2n}{3n+1}\right)^n \) converge?
The series converges by Root Test.
Alternating Series Test
For series with alternating signs, if the absolute values decrease to zero, the series converges.
Example:
Does \( \sum_{n=1}^{\infty} \frac{(-1)^n}{n} \) converge?
The series converges by Alternating Series Test.
Integral Test
If the function f(n) = aₙ is continuous, positive, and decreasing, the series behaves like its integral.
Example:
Does \( \sum_{n=1}^{\infty} \frac{1}{n \ln n} \) converge?
The series diverges by Integral Test.
Summary Table
Test | When to Use | Conditions | Conclusion |
---|---|---|---|
Divergence Test | First test for any series | lim aₙ ≠ 0 | Series diverges |
Geometric Series | Terms are constant multiples of rⁿ | |r| < 1 | Converges to a/(1-r) |
p-Series | Terms are 1/nᵖ | p > 1 | Converges |
Comparison Test | Can compare to known series | 0 ≤ aₙ ≤ bₙ | If ∑bₙ converges, then ∑aₙ converges |
Ratio Test | Factorials or exponentials | lim |aₙ₊₁/aₙ| = L | L < 1: converges, L > 1: diverges |
Root Test | Terms have nth powers | lim ⁿ√|aₙ| = L | L < 1: converges, L > 1: diverges |
Alternating Series | Signs alternate | |aₙ| decreases to 0 | Converges |
Integral Test | f(n) = aₙ is integrable | f positive, continuous, decreasing | ∫f and ∑aₙ same behavior |