Convergence and Divergence Formula
The Formula
When to use: Convergence means the infinite sum adds up to a finite number—each new term adds less and less, and the total stabilizes. Divergence means the sum either blows up to infinity or never settles down. The key question: does adding infinitely many terms produce a finite result?
Quick Example
Divergent: 1 + \frac{1}{2} + \frac{1}{3} + \frac{1}{4} + \cdots = \infty (harmonic series—partial sums grow without bound).
Notation
What This Formula Means
A series converges if the sequence of its partial sums approaches a finite limit. A series diverges if the partial sums grow without bound or oscillate without settling.
Convergence means the infinite sum adds up to a finite number—each new term adds less and less, and the total stabilizes. Divergence means the sum either blows up to infinity or never settles down. The key question: does adding infinitely many terms produce a finite result?
Formal View
Worked Examples
Example 1
mediumSolution
- 1 a_n = \frac{n}{2^n}. Compute L = \lim_{n\to\infty}\left|\frac{a_{n+1}}{a_n}\right|.
- 2 \frac{a_{n+1}}{a_n} = \frac{(n+1)/2^{n+1}}{n/2^n} = \frac{n+1}{n} \cdot \frac{1}{2}.
- 3 \lim_{n\to\infty} \frac{n+1}{2n} = \frac{1}{2}.
- 4 Since L = \frac{1}{2} < 1, the series converges absolutely.
Answer
Example 2
hardCommon Mistakes
- Concluding convergence just because terms approach zero: the harmonic series \sum \frac{1}{n} diverges even though \frac{1}{n} \to 0.
- Confusing the convergence of a sequence with the convergence of a series: a_n \to 0 (sequence converges) does not imply \sum a_n converges (series may diverge).
- Applying the ratio or root test and getting a limit of 1, then concluding convergence or divergence—a limit of 1 is inconclusive and you must use a different test.
Why This Formula Matters
Convergence is the gatekeeper for infinite series: you can only assign a finite sum to a convergent series. This concept is central to Taylor series, Fourier series, numerical methods, and any application where you approximate with infinite sums.
Frequently Asked Questions
What is the Convergence and Divergence formula?
A series converges if the sequence of its partial sums approaches a finite limit. A series diverges if the partial sums grow without bound or oscillate without settling.
How do you use the Convergence and Divergence formula?
Convergence means the infinite sum adds up to a finite number—each new term adds less and less, and the total stabilizes. Divergence means the sum either blows up to infinity or never settles down. The key question: does adding infinitely many terms produce a finite result?
What do the symbols mean in the Convergence and Divergence formula?
\sum a_n converges means \lim_{N \to \infty} S_N exists and is finite. \sum a_n diverges otherwise.
Why is the Convergence and Divergence formula important in Math?
Convergence is the gatekeeper for infinite series: you can only assign a finite sum to a convergent series. This concept is central to Taylor series, Fourier series, numerical methods, and any application where you approximate with infinite sums.
What do students get wrong about Convergence and Divergence?
The divergence test only goes one way: if a_n \not\to 0, the series diverges. But a_n \to 0 does NOT mean convergence. You need a stronger test to prove convergence.
What should I learn before the Convergence and Divergence formula?
Before studying the Convergence and Divergence formula, you should understand: series, limit, infinite geometric series.
Want the Full Guide?
This formula is covered in depth in our complete guide:
Limits Explained Intuitively: The Foundation of Calculus →