Convergence and Divergence Formula

Convergence and divergence is a series converges if the sequence of its partial sums approaches a finite limit.

The Formula

Ratio test: L=lim⁑nβ†’βˆžβˆ£an+1an∣L = \lim_{n \to \infty} \left|\frac{a_{n+1}}{a_n}\right|. If L<1L < 1, converges; L>1L > 1, diverges; L=1L = 1, inconclusive. pp-series: βˆ‘1np\sum \frac{1}{n^p} converges iff p>1p > 1.

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

Convergent: 1+12+14+18+β‹―=21 + \frac{1}{2} + \frac{1}{4} + \frac{1}{8} + \cdots = 2 (partial sums: 1, 1.5, 1.75, 1.875,... β†’ 2).
Divergent: 1+12+13+14+β‹―=∞1 + \frac{1}{2} + \frac{1}{3} + \frac{1}{4} + \cdots = \infty (harmonic seriesβ€”partial sums grow without bound).

Notation

βˆ‘an\sum a_n converges means lim⁑Nβ†’βˆžSN\lim_{N \to \infty} S_N exists and is finite. βˆ‘an\sum a_n diverges otherwise.

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

βˆ‘n=1∞an\sum_{n=1}^{\infty} a_n converges if lim⁑Nβ†’βˆžSN\lim_{N \to \infty} S_N exists and is finite. Necessary condition: βˆ‘an\sum a_n converges β€…β€ŠβŸΉβ€…β€Šanβ†’0\implies a_n \to 0. Ratio test: if L=lim⁑nβ†’βˆžβˆ£an+1/an∣L = \lim_{n \to \infty} |a_{n+1}/a_n| exists, then L<1β€…β€ŠβŸΉβ€…β€ŠL < 1 \implies absolute convergence, L>1β€…β€ŠβŸΉβ€…β€ŠL > 1 \implies divergence. pp-series: βˆ‘n=1∞nβˆ’p\sum_{n=1}^{\infty} n^{-p} converges β€…β€ŠβŸΊβ€…β€Šp>1\iff p > 1.

Worked Examples

Example 1

medium
Use the ratio test to determine whether βˆ‘n=1∞n2n\displaystyle\sum_{n=1}^{\infty} \frac{n}{2^n} converges or diverges.

Answer

The series converges (ratio test: L=12<1L = \frac{1}{2} < 1).

First step

1
an=n2na_n = \frac{n}{2^n}. Compute L=lim⁑nβ†’βˆžβˆ£an+1an∣L = \lim_{n\to\infty}\left|\frac{a_{n+1}}{a_n}\right|.

See the full worked solution + why-it-works coaching

SetupKey insightWhy it worksCommon pitfallConnection

Unlock answer keys One Family plan β€” every worked solution, all subjects

Example 2

hard
Determine whether βˆ‘n=1∞1n2\displaystyle\sum_{n=1}^{\infty} \frac{1}{n^2} converges using the pp-series test.

Example 3

medium
Find the sum of the geometric series βˆ‘n=0∞25n\sum_{n=0}^{\infty} \frac{2}{5^n}.

Common Mistakes

  • Concluding convergence from terms β†’0\to 0 - that is necessary but not sufficient (the harmonic series is the counterexample).
  • Reading the ratio test backwards - L<1L<1 converges, L>1L>1 diverges, and L=1L=1 tells you nothing.
  • Misjudging a pp-series - βˆ‘1/np\sum 1/n^p converges only for p>1p>1, so p=1p=1 (harmonic) diverges.

Why This Formula Matters

It is the gatekeeper of all infinite-series work: there is no point computing or manipulating a sum that diverges. Mastering the standard tests (ratio test, pp-series, term-goes-to-zero) is what lets students decide which tool applies instead of blindly summing. Recognizing it by "Does the sequence of partial sums approach a single finite number as you add more terms?" β€” rather than by familiar numbers β€” is what lets a student tell it apart from sequence convergence and infinite geometric series and nth-term divergence test in a mixed problem set.

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?

βˆ‘an\sum a_n converges means lim⁑Nβ†’βˆžSN\lim_{N \to \infty} S_N exists and is finite. βˆ‘an\sum a_n diverges otherwise.

Why is the Convergence and Divergence formula important in Math?

It is the gatekeeper of all infinite-series work: there is no point computing or manipulating a sum that diverges. Mastering the standard tests (ratio test, pp-series, term-goes-to-zero) is what lets students decide which tool applies instead of blindly summing. Recognizing it by "Does the sequence of partial sums approach a single finite number as you add more terms?" β€” rather than by familiar numbers β€” is what lets a student tell it apart from sequence convergence and infinite geometric series and nth-term divergence test in a mixed problem set.

What do students get wrong about Convergence and Divergence?

The procedure for convergence and divergence is the easy part; the trap is concluding convergence from terms β†’0\to 0. Asking "Does the sequence of partial sums approach a single finite number as you add more terms?" first is what keeps a correct-looking calculation from being attached to the wrong concept.

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 β†’