Skip to main content

Geometric sequence calculator

Geometric sequence patterns and exponential growth illustrated with mathematical formulas and number progressions

Geometric Sequence Calculator — Find the nth Term or Sum of Terms

This calculator helps you work with geometric sequences (geometric progressions). You can find the nth term or the sum of the first n terms, with the formula and working shown step by step. Whether you're modeling exponential growth, studying for a math exam, or exploring multiplicative patterns, this tool provides accurate results with clear explanations.

Geometric sequences are fundamental to understanding exponential growth and decay. They appear in population biology, physics, music theory, computer science, and countless other fields. Unlike arithmetic sequences that grow linearly, geometric sequences can grow or decay at accelerating rates, making them essential for modeling real-world phenomena.

Result will appear here.

Continue Building Your Sequence Skills

You've seen how the calculator finds geometric terms and sums. Now, strengthen your understanding with guided practice.

Explore the Practice Workbook

1. Understanding Geometric Sequences

A geometric sequence is a sequence of numbers where each term after the first is obtained by multiplying the previous term by a constant ratio, r. Unlike arithmetic sequences that grow by addition, geometric sequences grow by multiplication.

nth term: aā‚™ = a₁ × r^(n-1)
Sum of first n terms (r ≠ 1): Sā‚™ = a₁ × (1 - r^n) / (1 - r)

Think of a geometric sequence as a chain reaction. You start with a₁, then multiply by r to get the next term, multiply by r again for the one after that, and so on. Each step scales the previous value by the same factor.

Sequence: 2, 6, 18, 54, 162, …

a₁ = 2, r = 3 | 5th term: 2 × 3⁴ = 2 × 81 = 162

For arithmetic sequences (which grow by addition), see our arithmetic sequence calculator. For Fibonacci sequences, see the Fibonacci sequence calculator.

2. How the Calculator Works

The calculator applies the standard geometric sequence formulas and handles the special case when r = 1 through a series of clear steps:

Step 1: Takes input values: a₁ (first term), r (common ratio), and n (term number)

All values can be positive, negative, whole numbers, or decimals.

Step 2: Selects the calculation type — nth term or sum of first n terms

Choose "Find nth term" for a single value or "Find sum" for the cumulative total.

Step 3: Applies the geometric sequence formula

For the nth term: aā‚™ = a₁ × r^(n-1). For the sum when r = 1: Sā‚™ = n × a₁. Otherwise: Sā‚™ = a₁ × (1 - r^n) / (1 - r).

Step 4: Displays the result instantly with the formula working shown

You see the full substitution and the final answer.

3. Detailed Examples

Let's explore several examples that demonstrate different scenarios you might encounter when working with geometric sequences.

3.1 Finding the nth Term

1. a₁ = 3, r = 2, n = 5 → nth term: 48

a₅ = 3 × 2⁴ = 3 × 16 = 48. The sequence is 3, 6, 12, 24, 48.

2. a₁ = 5, r = 0.5, n = 6 → nth term: 0.15625

With r between 0 and 1, the sequence decays toward zero. 5 × 0.5⁵ = 5 × 0.03125 = 0.15625.

3.2 Finding the Sum

3. a₁ = 1, r = 3, n = 4 → sum: 40

S₄ = 1 × (1 - 3⁴)/(1 - 3) = (1 - 81)/(-2) = 80/2 = 40.

4. a₁ = 4, r = 2, n = 5 → sum: 124

S₅ = 4 × (1 - 2⁵)/(1 - 2) = 4 × (1 - 32)/(-1) = 4 × 31 = 124.

3.3 Negative Common Ratio

5. a₁ = 1, r = -2, n = 6 → nth term: -32

The sequence alternates: 1, -2, 4, -8, 16, -32. The 6th term is negative because 6 is even.

3.4 Fractional Common Ratio

6. a₁ = 100, r = 0.5, n = 4 → sum: 187.5

S₄ = 100 × (1 - 0.5⁴)/(1 - 0.5) = 100 × (1 - 0.0625)/0.5 = 100 × 0.9375/0.5 = 187.5.

4. Why Geometric Sequences Matter

Geometric sequences appear in physics, population growth, exponential decay, computing, and pattern recognition. They model exponential growth and decay, which are fundamental to understanding many natural and technological phenomena.

šŸ”¬ Population Growth: Bacterial colonies doubling every hour follow a geometric progression with r = 2

šŸŽµ Music: Frequencies of notes in equal temperament form a geometric sequence

šŸ’» Computing: Binary place values (1, 2, 4, 8, 16, …) form a geometric sequence with r = 2

šŸŽÆ Test Prep: Geometric sequences appear on standardized tests

šŸ“ Physics: Modeling exponential decay in radioactive materials

šŸ”¢ Pattern Recognition: Identifying multiplicative patterns in data

5. Real-World Applications

Geometric sequences appear in numerous everyday and professional contexts:

🧬 Biology: Cell division: 1 cell becomes 2, then 4, then 8 (geometric with r = 2).

šŸ“± Technology: Data storage capacities doubling: 16GB, 32GB, 64GB, 128GB.

šŸŽµ Music: Piano frequencies where each octave doubles the frequency.

šŸ“‰ Decay: Radioactive half-life where material halves each period.

šŸ’» Computing: Binary number system place values.

šŸ“Š Statistics: Exponential smoothing in time series analysis.

⚙️ Engineering: Gear ratios in mechanical systems.

šŸ”­ Astronomy: Stellar magnitude scale (each magnitude is ~2.5× brighter).

6. Visualizing Sequences

Understanding geometric sequences becomes easier with a visual representation:

Sequence: 2, 6, 18, 54, 162 (a₁ = 2, r = 3)

a₁ = 2 a₂ = 6 a₃ = 18 a₄ = 54 a₅ = 162

Each arrow represents multiplying by the common ratio r = 3. Starting at 2, each step triples the previous value.

Geometric sequences are part of a broader family of mathematical sequences:

Sequence Type Rule Example
Arithmetic Add constant difference 2, 5, 8, 11, 14 (d = 3)
Geometric Multiply by constant ratio 2, 6, 18, 54 (r = 3)
Fibonacci Each term is sum of previous two 1, 1, 2, 3, 5, 8, 13
Quadratic Second difference is constant 1, 4, 9, 16, 25 (squares)
Exponential Growth rate proportional to value 1, 2, 4, 8, 16 (doubling)

8. Special Cases

Several special cases of geometric sequences are worth noting:

Case 1: r = 1

All terms are equal: a₁, a₁, a₁, a₁... The sequence is constant. The sum formula simplifies to Sā‚™ = n × a₁.

Case 2: r = -1

The sequence alternates: a₁, -a₁, a₁, -a₁... Terms flip between positive and negative.

Case 3: |r| < 1

The sequence decays toward zero. Each term is smaller than the previous. The infinite sum converges to a₁ / (1 - r).

Case 4: r = 0

The sequence is a₁, 0, 0, 0... After the first term, all terms are zero.

9. Common Mistakes to Avoid

Even with clear formulas, certain mistakes occur frequently. Being aware of these can help you avoid them.

Mistake 1: Using the wrong formula

The nth term formula finds a single value; the sum formula adds up all terms. Don't confuse them.

Mistake 2: Forgetting that r ≠ 1 for the sum formula

When r = 1, every term equals a₁, so Sā‚™ = n × a₁. The standard sum formula would divide by zero.

Mistake 3: Miscalculating powers

The exponent is (n-1), not n. For the 5th term, use r⁴, not r⁵.

Mistake 4: Dropping negative signs

When r is negative, the sequence alternates signs. Keep track of whether n-1 is even or odd.

Mistake 5: Confusing arithmetic and geometric sequences

Arithmetic sequences add a constant; geometric sequences multiply by a constant. These are fundamentally different growth patterns.

Important Reminder: For sum when r = 1, use Sā‚™ = n × a₁.

Correct Approach: The calculator handles this automatically.

10. Frequently Asked Questions

Yes. Sequences can alternate signs if the ratio is negative. For example, a₁ = 1, r = -2 gives 1, -2, 4, -8, 16, -32...

Yes. a₁, r, and n can be decimals or integers. For example, a₁ = 100 and r = 0.9 models 10% decay per step.

The first term a₁ is the nth term, and the sum of the first 1 term equals a₁.

Arithmetic sequences add a constant difference. Geometric sequences multiply by a constant ratio. See our arithmetic sequence calculator for comparison.

The terms approach zero, and the infinite sum converges to S∞ = a₁ / (1 - r). This calculator handles finite sums.

The nth term is aā‚™ = a₁ × r^(n-1). For example, if a₁ = 2 and r = 3, the 4th term is 2 × 3³ = 2 × 27 = 54.

Explore Math Topics

Continue your learning journey with our other math guides

Conclusion

This geometric sequence calculator is a fast and reliable tool to find the nth term or sum of the first n terms, helping students and math enthusiasts solve geometric progression problems easily.

Whether you're modeling population growth, studying for a math exam, or exploring exponential patterns, having the formula and working shown alongside the answer helps deepen your understanding. Bookmark this page for the next time you need to work with geometric sequences quickly and accurately.

Remember that while this tool is incredibly helpful, practicing sequence problems by hand will deepen your understanding of exponential patterns. Try solving simple sequences mentally first, then verify with the calculator.

Readers who wish to continue practicing and reinforce what they've learned can explore the companion learning resource for guided exercises.