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â.