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โ=1โra(1โrn)โ
Where:
- Snโ is the sum of the first n terms.
- a is the first term.
- r is the common ratio (where r๎ =1).
- n is the number of terms.
Example: Find the sum of 3+6+12+โฏ+3072
- Identify the first term (a=3) and the common ratio (r=36โ=2).
- Find the number of terms (n). We know the last term is 3072. Using the sequence formula anโ=aโ rnโ1: 3072=3โ 2nโ1 1024=2nโ1 Since 210=1024, we have nโ1=10, which means n=11.
- Plug the values into the sum formula: S11โ=1โ23(1โ211)โ=โ13(1โ2048)โ=โ13(โ2047)โ=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
If โฃrโฃโฅ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=1โraโ
Example: Find the sum of 1+31โ+91โ+271โ+โฏ
- Identify the first term (a=1) and the common ratio (r=31โ).
- Check if it converges: Since โฃ31โโฃ<1, the series converges and we can find its sum.
- Apply the infinite sum formula: S=1โ31โ1โ=32โ1โ=23โ
The sum of this infinite series is exactly 23โ.