Lesson 103: Geometric Series: Exponential Summation

Fast Sums

A geometric series is much harder to sum by hand because the numbers grow so quickly. We use this formula:

\[S_n = \frac{a_1(1 - r^n)}{1 - r}\]

Worked Examples

Example 1: Doubling Sum

Find the sum of the first 5 terms of 2, 4, 8, 16, 32.

Example 2: Fractional Ratio

Find the sum of the first 4 terms of 1, 1/2, 1/4, 1/8.

The Bridge to Quantum Mechanics

In the "Many-World Interpretation" or in any branching quantum process (like an electron cascade), the number of possible outcomes grows geometrically. To calculate the total probability of all these branches combined, we use geometric series. This is also how we calculate the "Partition Function" in quantum statistics—a number that tells us how likely an atom is to be in a certain state at a given temperature. Geometric series are the math of cascading events.