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}\]
- \(a_1\): First term.
- \(r\): Common ratio.
- \(n\): Number of terms.
Worked Examples
Example 1: Doubling Sum
Find the sum of the first 5 terms of 2, 4, 8, 16, 32.
- \(a_1 = 2, r = 2, n = 5\).
- \(S_5 = \frac{2(1 - 2^5)}{1 - 2} = \frac{2(1 - 32)}{-1} = \frac{-62}{-1} = 62\).
- Result: 62
Example 2: Fractional Ratio
Find the sum of the first 4 terms of 1, 1/2, 1/4, 1/8.
- \(a_1 = 1, r = 0.5, n = 4\).
- \(S_4 = \frac{1(1 - 0.5^4)}{1 - 0.5} = \frac{1 - 0.0625}{0.5} = \frac{0.9375}{0.5} = 1.875\).
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.