Free Geometric Sequence Calculator

a₁, a₂, a₃, ...

Enter the first term, common ratio, and number of terms, then click Calculate

What Is a Geometric Sequence?

A geometric sequence (also called a geometric progression) is an ordered list of numbers where, after the first, every term is the product of the previous term and a fixed, non‑zero value known as the common ratio (rr). For instance, 3,6,12,24,…3, 6, 12, 24, \ldots is geometric because each term is twice the previous one – here r=2r = 2. The first term is often denoted a1a_1.

The two essential ingredients of any geometric progression are a1a_1 and rr. With this free geometric progression calculator, you supply these (or any other pair of known values) and obtain the entire sequence, the sum of a finite or infinite number of terms, and more.

Explicit and Recursive Formulas

There are two standard ways to characterise a geometric sequence algebraically.

Explicit Formula

The explicit (or closed‑form) formula lets you compute any term directly:

an=a1⋅r n−1,a_n = a_1 \cdot r^{\,n-1},

where nn is a positive integer (n=1,2,3,…n = 1,2,3,\dots). This is the most efficient way to find, say, the 100th term without listing the 99 preceding ones.

Recursive Formula

The recursive definition expresses each term using the previous term:

an=an−1⋅r,a1 given.a_n = a_{n-1} \cdot r, \qquad a_1 \text{ given}.

The recursive form mirrors the natural generation of the sequence – multiply by rr repeatedly – but it requires the first term to start.

Both formulas describe the same progression; the choice depends on the context (e.g., programming loops often use recursion, while analytical tasks prefer the explicit form).

How to Work With the Calculator

Using this geometric series calculator is straightforward. You select the information you already have:

  • a1a_1 and rr,
  • rr and any one term ana_n, or
  • two arbitrary terms of the sequence.

After entering the data, the calculator derives the missing parameters and displays the progression. You can control how many terms are shown and which range to display. The tool also functions as a sum of geometric sequence calculator: you specify the starting and ending indices for a partial sum, or request the infinite sum (when it exists).

Sum of a Finite Geometric Series

Adding the first nn terms of a geometric progression gives a finite geometric series. The sum is obtained with the formula:

Sn=a1⋅1−r n1−r,r≠1.S_n = a_1 \cdot \frac{1 - r^{\,n}}{1 - r}, \qquad r \neq 1.

If r=1r = 1, the progression is constant and Sn=n⋅a1S_n = n \cdot a_1.

This formula can be derived by multiplying the series by (1−r)(1-r) and solving a simple equation – a classic trick that avoids adding each term manually.

Sum of an Infinite Geometric Series

An infinite geometric series converges (has a finite sum) only when the common ratio satisfies ∣r∣<1|r| < 1. In that case the sum is:

S∞=a11−r.S_{\infty} = \frac{a_1}{1 - r}.

When ∣r∣≥1|r| \geq 1, the terms either grow without bound or oscillate, so the series diverges. The calculator automatically checks the convergence and reports the infinite sum only when it exists.

Practical Examples

Zeno’s Dichotomy Paradox

Zeno’s ancient puzzle illustrates how an infinite geometric series can have a finite total. Suppose you walk from A to B in time tt. The first half takes t/2t/2, the next quarter takes t/4t/4, and so on. The times form a geometric sequence with a1=t/2a_1 = t/2 and r=1/2r = 1/2. Summing to infinity:

S∞=t/21−1/2=t.S_{\infty} = \frac{t/2}{1 - 1/2} = t.

Thus the infinite number of steps still amounts to a finite travel time.

Applications in Finance and Science

Geometric sequences appear in compound interest calculations (each period multiplies the balance by 1+rate1 + \text{rate}), exponential population growth, radioactive decay, and many other fields. The free geometric sequence calculator can handle any such progression quickly.

The Alternating Series

If the common ratio is negative, the terms alternate sign. For example, 1,−1,1,−1,…1, -1, 1, -1, \dots has r=−1r = -1. Its partial sums flip between 1 and 0, so the infinite series does not converge. The tool will indicate divergence for such cases.

Summary Table: Key Formulas

QuantityFormula
nn-th term (explicit)an=a1r n−1a_n = a_1 r^{\,n-1}
Recursive definitionan=an−1ra_n = a_{n-1} r (a1a_1 known)
Sum of first nn terms (r≠1r \neq 1)Sn=a11−rn1−rS_n = a_1 \dfrac{1 - r^n}{1 - r}
Sum to infinity ($r

Whether you need a geometric progression calculator to find the common ratio, a geometric series calculator to sum the terms, or a tool to explore the sum of geometric sequence for homework, this online resource provides all the answers in seconds.

FAQ

1. How do I find the nth term of a geometric sequence?

Use the explicit formula \(a_n = a_1 \cdot r^{\,n-1}\), where \(a_1\) is the first term, \(r\) is the common ratio, and \(n\) is the term number.

2. What is the common ratio and how can I calculate it?

The common ratio \(r\) is the factor by which each term is multiplied to get the next term. To find it, divide any term by its preceding term: \(r = a_n / a_{n-1}\).

3. How do I sum a finite geometric series?

The sum of the first \(n\) terms is given by \(S_n = a_1 \cdot (1 - r^{\,n}) / (1 - r)\) when \(r \neq 1\). For \(r = 1\), the sum is simply \(n \cdot a_1\).

4. When does an infinite geometric series have a finite sum?

An infinite geometric series converges (has a finite sum) only when the absolute value of the common ratio is less than 1 (\(|r| < 1\)). In that case the sum is \(S_{\infty} = a_1 / (1 - r)\).

5. What is the difference between explicit and recursive formulas for geometric sequences?

The explicit formula \(a_n = a_1 r^{\,n-1}\) gives the \(n\)-th term directly, while the recursive formula defines each term using the previous one (\(a_n = a_{n-1} r\) with \(a_1\) known). Both describe the same sequence but are used differently.

How to Use

  1. Enter the first term - Type the first term of your geometric sequence (a₁) in the input field.
  2. Enter the common ratio - Type the common ratio (r) - the factor by which each term is multiplied to get the next term.
  3. Calculate - Specify the number of terms (n) and click Calculate to see the nth term, sequence, and sum.