Facebook Pixel
Mathos AI logo

Geometric Series

Understanding Geometric Series

A geometric series is the sum of the terms of a geometric sequence. While a geometric sequence is a list of numbers where each term is multiplied by a constant factor, a series adds those numbers together. Geometric series can be either finite (having a specific number of terms) or infinite.

Finite Geometric Series

To find the sum of a finite geometric series, you don't need to add up every single term manually. Instead, you can use the finite sum formula:

Sn=a(1−rn)1−rS_n = \frac{a(1 - r^n)}{1 - r}

Where:

  • SnS_n is the sum of the first nn terms.
  • aa is the first term.
  • rr is the common ratio (where r≠1r \neq 1).
  • nn is the number of terms.

Example: Find the sum of 3+6+12+⋯+30723 + 6 + 12 + \cdots + 3072

  1. Identify the first term (a=3a = 3) and the common ratio (r=63=2r = \frac{6}{3} = 2).
  2. Find the number of terms (nn). We know the last term is 30723072. Using the sequence formula an=a⋅rn−1a_n = a \cdot r^{n-1}: 3072=3⋅2n−13072 = 3 \cdot 2^{n-1} 1024=2n−11024 = 2^{n-1} Since 210=10242^{10} = 1024, we have n−1=10n - 1 = 10, which means n=11n = 11.
  3. Plug the values into the sum formula: S11=3(1−211)1−2=3(1−2048)−1=3(−2047)−1=6141S_{11} = \frac{3(1 - 2^{11})}{1 - 2} = \frac{3(1 - 2048)}{-1} = \frac{3(-2047)}{-1} = 6141

Infinite Geometric Series

An infinite geometric series goes on forever. Surprisingly, you can often find the exact finite sum of an infinite series, but only if the series converges.

An infinite geometric series converges (has a finite sum) if the absolute value of the common ratio is strictly less than 1:

∣r∣<1|r| < 1

If ∣r∣≥1|r| \geq 1, the series diverges, meaning the sum grows infinitely large and cannot be calculated as a single number. For a converging infinite series, the formula simplifies to:

S=a1−rS = \frac{a}{1 - r}

Example: Find the sum of 1+13+19+127+⋯1 + \frac{1}{3} + \frac{1}{9} + \frac{1}{27} + \cdots

  1. Identify the first term (a=1a = 1) and the common ratio (r=13r = \frac{1}{3}).
  2. Check if it converges: Since ∣13∣<1|\frac{1}{3}| < 1, the series converges and we can find its sum.
  3. Apply the infinite sum formula: S=11−13=123=32S = \frac{1}{1 - \frac{1}{3}} = \frac{1}{\frac{2}{3}} = \frac{3}{2}

The sum of this infinite series is exactly 32\frac{3}{2}.