Mathwords logoReference LibraryMathwords

Converge

Converge

To approach a finite limit. There are convergent limits, convergent series, convergent sequences, and convergent improper integrals.

 

 

See also

Convergence tests, diverge

Key Formula

limnan=L\lim_{n \to \infty} a_n = L
Where:
  • ana_n = The nth term of a sequence
  • nn = The index, increasing without bound
  • LL = A finite real number that the sequence approaches

Worked Example

Problem: Determine whether the sequence a_n = 1/n converges, and if so, find its limit.
Step 1: Write out several terms to observe the pattern.
a1=1,a2=12,a3=13,a10=110,a100=1100a_1 = 1,\quad a_2 = \tfrac{1}{2},\quad a_3 = \tfrac{1}{3},\quad a_{10} = \tfrac{1}{10},\quad a_{100} = \tfrac{1}{100}
Step 2: As n grows larger, 1/n gets closer and closer to 0. No matter how small a positive number ε you choose, you can find an index N beyond which every term is within ε of 0.
For any ε>0, choose N>1ε. Then n>N1n0<ε.\text{For any } \varepsilon > 0,\text{ choose } N > \frac{1}{\varepsilon}.\text{ Then } n > N \Rightarrow \left|\frac{1}{n} - 0\right| < \varepsilon.
Step 3: Since the terms approach a finite value, the sequence converges.
limn1n=0\lim_{n \to \infty} \frac{1}{n} = 0
Answer: The sequence a_n = 1/n converges to 0.

Another Example

Problem: Determine whether the series 1 + 1/2 + 1/4 + 1/8 + ... converges.
Step 1: Recognize this as a geometric series with first term a = 1 and common ratio r = 1/2.
n=0(12)n\sum_{n=0}^{\infty} \left(\frac{1}{2}\right)^n
Step 2: A geometric series converges when |r| < 1. Since |1/2| < 1, the series converges.
r=12<1|r| = \frac{1}{2} < 1
Step 3: Apply the geometric series formula to find the sum.
S=a1r=1112=2S = \frac{a}{1 - r} = \frac{1}{1 - \frac{1}{2}} = 2
Answer: The series converges to 2.

Frequently Asked Questions

What does it mean for something to converge in math?
Convergence means that a mathematical process—such as adding more terms of a series, looking at later terms of a sequence, or extending the bounds of an integral—produces values that settle toward one specific finite number. If no such finite number exists, the process diverges instead.
How do you tell if a sequence or series converges?
For a sequence, check whether the terms approach a single finite value as the index grows. For a series, examine whether the partial sums approach a finite total. Various convergence tests (ratio test, comparison test, integral test, etc.) can help you decide without computing every term.

Converge vs. Diverge

A sequence or series converges if it approaches a specific finite value. It diverges if it does not—either because it grows without bound, oscillates, or otherwise fails to settle on a single number. For example, 1/n converges to 0, while the sequence (−1)^n diverges because it keeps alternating between −1 and 1 without approaching any single value.

Why It Matters

Convergence is a foundational idea in calculus and analysis. It determines whether infinite processes—like summing infinitely many terms or integrating over an unbounded interval—produce meaningful, finite results. In applications, convergence ensures that approximation methods (such as Taylor series or numerical algorithms) actually get closer to the true answer as you include more steps.

Common Mistakes

Mistake: Thinking that if the terms of a series approach 0, the series must converge.
Correction: Terms approaching 0 is necessary but not sufficient. The harmonic series 1 + 1/2 + 1/3 + 1/4 + ... has terms that go to 0, yet the series diverges. You need additional convergence tests to confirm.
Mistake: Confusing convergence of a sequence with convergence of a series.
Correction: A sequence converges if its individual terms approach a limit. A series converges if the sum of its terms (the partial sums) approaches a limit. The sequence 1/n converges to 0, but the series Σ(1/n) diverges.

Related Terms