Definition
A Geometric Series is the sum of the terms of a geometric sequence.
Why It Matters
Geometric series calculate the cumulative effect of compounding over time; whether finding the long-term return on an investment or assessing convergence in physics, understanding how a constant ratio sums up is the difference between predicting infinity or a finite limit.
Core Concepts
-
Finite Geometric Series: The sum of the first terms is:
- How to read: “The sum S n is equal to the sum from k equals one to n of a one times r raised to the quantity k minus one, which equals a one times the quantity one minus r to the n, all divided by the quantity one minus r.”
- Meaning / when to use: Closed-form sum of geometric terms — avoids adding them one by one.
-
Infinite Geometric Series: If the common ratio , the series converges to a finite sum:
- How to read: “The sum S is equal to the first term a one divided by the quantity one minus r.”
- Meaning: When , terms shrink fast enough that the infinite sum is finite — classic result for perpetuities and Zeno-type problems.
-
Divergence: If and , the infinite series diverges (the sum goes to infinity or oscillates).
- How to read: “The absolute value of r is greater than or equal to one.”
- Meaning: Terms do not shrink to zero fast enough; the partial sums grow without bound or oscillate.