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−311=321=23
The sum of this infinite series is exactly 23.