When Does a Geometric Series Converge?
A geometric series is a sequence of terms where each term is found by multiplying the previous term by a fixed, non-zero number called the common ratio (r). The general form of a geometric series is *a + ar + ar² + ar³ + ...Understanding when such a series converges (reaches a finite sum) is fundamental in mathematics, particularly in calculus and analysis. Now, *, where a is the first term. This concept not only underpins theoretical mathematics but also finds applications in finance, physics, and engineering.
Most guides skip this. Don't.
Definition of a Geometric Series
A geometric series takes the form:
$ S = a + ar + ar^2 + ar^3 + \cdots = \sum_{n=0}^{\infty} ar^n $
Here, a represents the first term, and r is the common ratio. Take this: if a = 2 and r = 3, the series becomes *2 + 6 + 18 + 54 + ...On top of that, *. The behavior of this series—whether it converges to a finite value or grows without bound—depends entirely on the value of r Worth keeping that in mind..
Conditions for Convergence
A geometric series converges if and only if the absolute value of the common ratio is less than 1, that is:
$ |r| < 1 $
When this condition is satisfied, the sum of the infinite series is given by:
$ S = \frac{a}{1 - r} $
If |r| ≥ 1, the series diverges, meaning it does not approach a finite sum. Instead, the terms grow larger in magnitude (when |r| > 1) or oscillate without settling on a single value (when r = -1) Simple, but easy to overlook..
Mathematical Explanation
To understand why this condition is necessary, consider the partial sum of the first n terms of a geometric series:
$ S_n = a + ar + ar^2 + \cdots + ar^{n-1} $
Using algebraic manipulation, this partial sum can be expressed as:
$ S_n = \frac{a(1 - r^n)}{1 - r} \quad \text{for } r \neq 1 $
To determine whether the infinite series converges, we examine the limit of Sₙ as n approaches infinity:
$ \lim_{n \to \infty} S_n = \lim_{n \to \infty} \frac{a(1 - r^n)}{1 - r} $
-
If |r| < 1, then rⁿ approaches 0 as n becomes very large. Thus, the limit simplifies to:
$ \lim_{n \to \infty} S_n = \frac{a(1 - 0)}{1 - r} = \frac{a}{1 - r} $
-
If |r| ≥ 1, rⁿ does not approach zero. For example:
- When r = 1, rⁿ = 1 for all n, so Sₙ = a·n, which grows without bound.
- When r = -1, the terms alternate between a and -a, causing the partial sums to oscillate between a and 0, never settling on a finite value.
- When |r| > 1, the magnitude of rⁿ grows exponentially, making Sₙ diverge to infinity.
That's why, the requirement |r| < 1 ensures that the terms arⁿ become infinitesimally small, allowing the series to converge.
Examples of Convergence and Divergence
Example 1: Convergent Series (|r| < 1)
Consider the series *1 + 1/2 + 1/4 + 1/8 + ...Here's the thing — * with a = 1 and r = 1/2. That's why since |1/2| = 0. 5 < 1, the series converges Most people skip this — try not to..
$ S = \frac{1}{1 - 1/2} = 2 $
This result aligns with the intuitive idea that adding smaller and smaller fractions eventually approaches a finite total.
Example 2: Divergent Series (|r| > 1)
Take the series 3 + 6 + 12 + 24 + ... where a = 3 and r = 2. Here, *|2| = 2 ≥