Sequences and Series
Geometric Series Sum
Sum the first n terms of a geometric sequence using S_n = a_1 · (r^n - 1) / (r - 1) when r ≠ 1.
Example
geometric-series-sum
The sum of the first n terms of a geometric sequence: S_n = a_1 · (r^n - 1) / (r - 1) Steps: 1. Compute r^n (the nth power of the ratio). 2. Substitute into the formula and simplify. 3. The denominator r - 1 cancels common factors.