An infinite series \(\displaystyle\sum_{n=1}^{\infty} a_n\) is built by adding up infinitely many terms. Convergence means the running total gets closer and closer to some finite number \(L\) — and stays there. Divergence means it doesn't: the sum grows without bound, oscillates, or otherwise fails to settle.
Formally, we define the \(N\)-th partial sum \(S_N = a_1 + a_2 + \cdots + a_N\) and say the series converges if \(\lim_{N \to \infty} S_N = L\) for some finite \(L\).
To cross a room, you first cross half of it, then half of what remains, then half again — forever. Yet you reach the other side. That's convergence: infinitely many steps, finite total distance. The series \(\frac{1}{2} + \frac{1}{4} + \frac{1}{8} + \cdots = 1\) is exactly this.
Adding terms to a divergent series is like pouring water into a bucket with no bottom. The harmonic series \(\sum \frac{1}{n}\) looks like it should converge — terms get smaller and smaller — but it doesn't. The terms shrink too slowly to stop the total from growing forever. Slow decay is not enough; the terms must shrink fast enough.
The most important reference series. Everything else gets compared to it.
No single test works for every series. Here are the main tools, in roughly the order you should try them:
\(\left|\dfrac{a_{n+1}}{a_n}\right| = \dfrac{(n+1)!}{3^{n+1}} \cdot \dfrac{3^n}{n!} = \dfrac{n+1}{3} \to \infty\)
\(\left|\dfrac{a_{n+1}}{a_n}\right| = \dfrac{2^{n+1}}{(n+1)!} \cdot \dfrac{n!}{2^n} = \dfrac{2}{n+1} \to 0\)
Compare to \(\dfrac{1}{n^2}\): \(\lim \dfrac{a_n}{1/n^2} = \lim \dfrac{3n^4+n^2}{n^4-2} = 3\)
\(b_n = \tfrac{1}{\sqrt{n}} > 0\), decreasing, \(\to 0\)
A series \(\sum a_n\) is absolutely convergent if \(\sum |a_n|\) converges. Absolute convergence implies convergence, and the sum is immune to rearrangement.
A series is conditionally convergent if \(\sum a_n\) converges but \(\sum |a_n|\) diverges. Rearranging terms of a conditionally convergent series can change its sum to anything — or make it diverge (Riemann rearrangement theorem).
Ready to test your knowledge?
Convergence tests appear on every Calculus II exam. Practice choosing the right test and applying it correctly.
Browse All Quizzes →