The page defined the common ratio, derived the explicit and recursive formulas, the finite-series telescoping sum, the infinite-series convergence rule, and the geometric-mean property. The table below collects each formula with a representative example for quick reference.
| Concept |
Formula / property |
Example |
| Common ratio |
r = an+1 ⁄ an (constant; r ≠ 0) |
5, 15, 45, 135 → r = 3 |
| Explicit (n-th term) |
an = a₁ · rn−1 |
a₁ = 3, r = 2 → an = 3 · 2n−1 |
| Recursive |
a₁ = c; an = r · an−1 |
multiply each term by r to step forward |
| Finite series sum |
Sn = a₁ · (1 − rn) ⁄ (1 − r) for r ≠ 1; if r = 1 then Sn = n · a₁ |
1 + 2 + 4 + … + 2⁹ = 1023 |
| Infinite series sum |
S = a₁ ⁄ (1 − r), valid only when |r| < 1 |
1⁄2 + 1⁄4 + 1⁄8 + … = 1 |
| Geometric-mean property |
for positive terms, an = √(an−1 · an+1) |
interior term = √(neighbor product) |
| Inserting k means between a, b |
r = (b ⁄ a)1 ⁄ (k+1); inserts a·r, a·r², …, a·rk |
3 means between 2 and 162 → r = 3 gives 6, 18, 54 |
| AM–GM inequality |
G ≤ A (equality iff all values are equal); extends to H ≤ G ≤ A |
√(ab) ≤ (a + b) ⁄ 2 |
| Compared with arithmetic |
arithmetic = linear (an ∝ n); geometric = exponential (an ∝ rn) |
3, 6, 9, 12 (arithmetic) vs 3, 6, 12, 24 (geometric) |