Since 2010 · Powering 2M+ tool runs every month
Since 2010
Add to Chrome

My Toolbox

Automatic Mode

No saved tools yet.

Go Premium
Related tools
Arithmetic Sequence CalculatorFirst n Prime NumbersList of Fibonacci NumbersRecurrence Relation SolverPartition Function CalculatorInfinite Series Sum CalculatorSum of Squares Calculator
Home Page > Math > Sequence Tools

Geometric Sequence Calculator

Calculate the nth term, sum of first n terms, and infinite sum of any geometric sequence with step-by-step solutions and interactive visualization.

Free to useNo sign-up requiredUpdated Jan 2026
Geometric Sequence CalculatorTry it now — free ▼
Starting value of the sequence
Multiplier between terms
Which term to find (1, 2, 3...)
Decimal places
Formula Preview: aₙ = a₁ × r^(n-1) and Sₙ = a₁(1-rⁿ)/(1-r)

Embed Geometric Sequence Calculator Widget

Video Guide: Geometric Sequence Calculator

About Geometric Sequence Calculator

Welcome to our Geometric Sequence Calculator, a powerful mathematical tool that calculates the nth term, sum of the first n terms, and infinite sum of any geometric sequence. Whether you are studying mathematics, preparing for exams, or solving real-world problems involving exponential growth or decay, this calculator provides accurate results with detailed step-by-step solutions and interactive visualizations.

What Is a Geometric Sequence?

A geometric sequence (also called a 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). This multiplicative pattern distinguishes geometric sequences from arithmetic sequences, where terms differ by a constant addition.

For example, the sequence 3, 6, 12, 24, 48, ... is geometric because each term is twice the previous term (r = 2). The sequence 100, 50, 25, 12.5, ... is also geometric with r = 0.5, showing how terms can decrease.

Key Components of a Geometric Sequence

Geometric Sequence Formulas

The nth Term Formula

To find any term in a geometric sequence, use the formula:

nth Term of Geometric Sequence
$$a_n = a_1 \times r^{(n-1)}$$

Where a₁ is the first term, r is the common ratio, and n is the position of the term. The exponent is (n-1) because we multiply by r zero times to get the first term, once to get the second term, and so on.

Sum of First n Terms

The sum of the first n terms depends on whether the common ratio equals 1:

Geometric Series Sum (when r ≠ 1)
$$S_n = a_1 \times \frac{1 - r^n}{1 - r}$$

When r = 1, all terms are equal, so Sₙ = n × a₁.

Infinite Sum (Convergent Series)

When |r| < 1, the terms approach zero and the infinite sum converges:

Infinite Geometric Series Sum (when |r| < 1)
$$S_\infty = \frac{a_1}{1 - r}$$

If |r| ≥ 1, the series diverges and has no finite sum.

How to Use This Calculator

  1. Enter the first term (a₁): Input the starting value of your geometric sequence. This can be positive, negative, or a decimal.
  2. Enter the common ratio (r): Input the value by which each term is multiplied. The ratio can be positive, negative, or fractional.
  3. Enter n: Specify which term position you want to find, and how many terms to sum.
  4. Select precision: Choose the number of decimal places for your results (10-100).
  5. Click Calculate: View the nth term, sum, sequence visualization, and step-by-step solution.

Understanding Sequence Behavior

Growth vs Decay

Real-World Applications

Finance & Investment

Compound interest calculations, where money grows by a fixed percentage each period, follow geometric sequence patterns. An investment growing at 8% annually multiplies by 1.08 each year.

Biology & Population

Bacterial growth, where cells divide at regular intervals, follows geometric progression. If bacteria double every hour, the population follows a sequence with r = 2.

Physics & Engineering

Radioactive decay, sound intensity reduction, and signal attenuation follow geometric decay patterns where each interval reduces the quantity by a constant factor.

Computer Science

Algorithm complexity analysis often involves geometric series. Binary search halves the problem size each step, and recursive algorithms frequently exhibit geometric patterns.

Frequently Asked Questions

What is a geometric sequence?

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). For example, 2, 6, 18, 54, ... is a geometric sequence with first term a₁=2 and common ratio r=3.

What is the formula for the nth term of a geometric sequence?

The nth term of a geometric sequence is given by the formula: aₙ = a₁ × r^(n-1), where a₁ is the first term, r is the common ratio, and n is the position of the term you want to find. For example, if a₁=3 and r=2, the 5th term is a₅ = 3 × 2^4 = 48.

How do you find the sum of a geometric sequence?

The sum of the first n terms of a geometric sequence is Sₙ = a₁(1-rⁿ)/(1-r) when r≠1, or Sₙ = n×a₁ when r=1. For an infinite geometric series where |r|<1, the sum converges to S∞ = a₁/(1-r).

When does a geometric series converge?

A geometric series converges (has a finite sum to infinity) when the absolute value of the common ratio is less than 1 (|r| < 1). This means terms get progressively smaller and approach zero. If |r| ≥ 1, the series diverges and has no finite sum.

What is the difference between geometric and arithmetic sequences?

In an arithmetic sequence, each term differs from the previous by a constant amount (common difference). In a geometric sequence, each term is a constant multiple (common ratio) of the previous term. Arithmetic: 2, 5, 8, 11 (add 3). Geometric: 2, 6, 18, 54 (multiply by 3).

Additional Resources

Reference this content, page, or tool as:

"Geometric Sequence Calculator" at https://MiniWebtool.com/geometric-sequence-calculator/ from MiniWebtool, https://MiniWebtool.com/

by miniwebtool team. Updated: Jan 20, 2026

You can also try our AI Math Solver GPT to solve your math problems through natural language question and answer.

Sequence Tools:

Top & Updated:

Geometric Mean CalculatorGeometric Distribution CalculatorGraph Degree Sequence ValidatorView all →
Home Page > Math > Sequence Tools > Geometric Sequence Calculator