Geometric Sequence Calculator

Find the nth term, finite sum, and convergent infinite sum of any geometric sequence.

Calculate a Geometric Sequence
Enter the first term, common ratio, and number of terms.

About Geometric Sequences

A geometric sequence is an ordered list in which every term after the first is found by multiplying the preceding term by a constant called the common ratio. If the first term is a and the ratio is r, the terms begin a, ar, ar squared, and so on. The nth term is a times r raised to the power n minus one. This calculator applies that definition directly and also evaluates finite and infinite geometric series. The common ratio controls the shape of the sequence. A ratio greater than one produces terms whose magnitudes grow. A positive ratio between zero and one produces terms that shrink toward zero. A negative ratio alternates the sign of consecutive terms, while a ratio of zero makes every term after the first equal to zero. When the ratio is exactly one, all terms equal the first term and the finite sum is simply the first term multiplied by the number of terms. A geometric series is the sum of terms in a geometric sequence. For a finite sequence, the sum of the first n terms is a times one minus r to the nth power, divided by one minus r. The special r equals one case is handled separately to avoid division by zero. Finite sums are valid for every real ratio and positive whole-number term count, so they are useful for repeated payments, depreciation schedules, branching patterns, and many algebra exercises. An infinite geometric series has a finite sum only when the absolute value of the common ratio is less than one. Under that condition, later terms become progressively smaller and their total approaches a divided by one minus r. If the ratio has magnitude one or greater, the partial sums do not settle at one finite value, so the calculator reports that the infinite series does not converge. This distinction is essential: a finite sum always stops after the requested number of terms, but an infinite sum describes a limiting process. Geometric sequences appear in compound interest, population models, radioactive decay, computer algorithms, music, and repeating decimals. Enter decimal or negative ratios when appropriate, and choose n as a positive integer. Results are rounded for display while calculations retain normal JavaScript floating-point precision. Comparing the nth term with the finite sum can help you see how individual terms contribute to the accumulated series.

Geometric Sequence Examples

Compare growing, shrinking, and alternating geometric progressions.

InputsResultsPattern
a = 2, r = 3, n = 4nth = 54, sum = 80Growing sequence
a = 8, r = 0.5, n = 4nth = 1, sum = 15, infinite = 16Convergent sequence
a = 5, r = -2, n = 3nth = 20, sum = 15Alternating sequence

How to Use the Geometric Sequence Calculator

  1. Enter the initial value as the first term.
  2. Enter the fixed multiplier as the common ratio.
  3. Enter a positive whole number for the requested term count.
  4. Select Calculate Sequence to see the nth term and series sums.

Frequently Asked Questions

How do I find the common ratio?

Divide any nonzero term by the term immediately before it. A geometric sequence has the same quotient at every step.

What is the nth term formula?

Multiply the first term by the common ratio raised to n minus one. The exponent is one less than the term number because the first term has no ratio applied yet.

When does an infinite geometric series converge?

It converges when the absolute value of the common ratio is less than one. In that range, terms approach zero and the partial sums approach a finite limit.

Can a common ratio be negative?

Yes, a negative ratio creates terms that alternate between positive and negative signs. The same nth-term and finite-sum formulas still apply.

What happens when the common ratio is one?

Every term is equal to the first term. The finite sum is the first term multiplied by n, while the nonzero infinite series does not converge.