Geometric Sequence Calculator
Calculate nth term and sum of geometric sequence
Step 1: Enter the first term (a) of your sequence.
Step 2: Enter the common ratio (r) - the factor each term is multiplied by.
Step 3: Enter how many terms (n) to calculate, then click Calculate.
What Is a Geometric Sequence
A geometric sequence multiplies each term by a constant called the common ratio. Start with 2 and ratio 3: 2, 6, 18, 54, 162... Each term is 3x the previous one. This is different from arithmetic sequences that add a constant amount.
The Geometric Sequence Formula
Two key formulas:
n-th Term: aₙ = a × r^(n-1)
Find any term directly. For a=2, r=3, the 5th term is 2 × 3⁴ = 2 × 81 = 162.
Sum: Sₙ = a(1-rⁿ)/(1-r)
Sum of first n terms. For a=2, r=3, n=5: S₅ = 2(1-3⁵)/(1-3) = 2(1-243)/(-2) = 242.
Where Geometric Sequences Appear
Compound interest is geometric - your money grows by a fixed percentage each year. Population growth follows geometric patterns. Computer algorithms often have geometric time complexity. Radioactive decay is geometric with ratio less than 1.
| First Term (a) | Ratio (r) | First 5 Terms | Application |
|---|---|---|---|
| 1 | 2 | 1, 2, 4, 8, 16 | Binary numbers, doubling |
| 100 | 1.05 | 100, 105, 110.25, 115.76, 121.55 | 5% compound interest |
| 1000 | 0.5 | 1000, 500, 250, 125, 62.5 | Radioactive half-life |
| 3 | 3 | 3, 9, 27, 81, 243 | Powers of 3 |
| 1 | -2 | 1, -2, 4, -8, 16 | Alternating sequence |
| 0.1 | 10 | 0.1, 1, 10, 100, 1000 | Orders of magnitude |
When r > 1, the sequence grows exponentially. When 0 < r < 1, it decays. When r is negative, terms alternate signs.
Frequently Asked Questions
Other Free Tools
Arithmetic Sequence Calculator
Arithmetic Sequence Calculator
Fibonacci Generator
Fibonacci Generator
Average Calculator
Average Calculator – Calculate Mean, Median & More
Weighted Average Calculator
Weighted Average Calculator
Range Calculator
Range Calculator
Standard Deviation Calculator
Standard Deviation Calculator