Compute nth term, sum of first N terms, infinite sum (if convergent), common ratio, and visualize the geometric progression.
A geometric sequence (or geometric progression) is a sequence of numbers where each term after the first is found by multiplying the previous term by a fixed, non‑zero number called the common ratio (r). Formally: aₙ = a₁ · rⁿ⁻¹. It models exponential growth, radioactive decay, financial compound interest, and many natural phenomena. The sum of the first n terms is Sₙ = a₁(1−rⁿ)/(1−r) for r ≠ 1, and Sₙ = n·a₁ if r = 1. When |r| < 1, the infinite geometric series converges to S∞ = a₁/(1−r).
✨ Key formulas:
aₙ = a₁·rⁿ⁻¹
Sₙ = a₁·(1−rⁿ)/(1−r) , r ≠ 1
S∞ = a₁/(1−r) , if |r| < 1
The tool uses high‑precision arithmetic to compute exact results:
Suppose you invest $1,000 at an annual interest rate of 5% compounded yearly. The account balance follows a geometric sequence with a₁ = 1000 and r = 1.05. After 10 years, the balance = 1000 × (1.05)⁹ ≈ $1,551.33. Use our calculator with a₁=1000, r=1.05, n=10 to quickly verify. Moreover, the sum of contributions (if you add fixed amounts) diverges, but here the growth factor demonstrates exponential compounding – a core principle in personal finance.
| Condition on r | Behavior of Sequence | Convergence of Series (S∞) |
|---|---|---|
| r > 1 | Exponential growth (diverges to ±∞) | Divergent (infinite sum → ∞ or -∞) |
| r = 1 | Constant sequence (all terms equal) | Divergent (Sₙ = n·a₁ → ±∞ unless a₁=0) |
| 0 < r < 1 | Exponential decay (approaches 0) | Convergent to a₁/(1−r) |
| -1 < r < 0 | Alternating decaying to 0 | Convergent (alternating series sum converges) |
| r = -1 | Alternates between a₁ and -a₁ | Oscillating, no convergence |
| r < -1 | Alternating growth (magnitude increases) | Divergent |
The infinite sum Σ a₁·rⁿ⁻¹ = a₁/(1−r) for |r|<1 is one of the most fundamental series in mathematics. It appears in fractal geometry (Koch snowflake perimeter), Zeno's paradox, and the computation of repeating decimals. Our calculator instantly evaluates whether the series converges and gives the exact sum – a powerful feature for calculus students and engineers.