terican

Last verified · v1.0

Calculator

Geometric Sequence Calculator

Calculate the nth term of a geometric sequence using the first term, common ratio, and term position. Instant results for exponential growth and decay problems.

FreeInstantNo signupOpen source

Inputs

nth Term

Explain my result

0/3 free

Get a plain-English breakdown of your result with practical next steps.

nth Term

The formula

How the
result is
computed.

Understanding Geometric Sequences

A geometric sequence 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. This mathematical pattern appears throughout nature, finance, and science, from population growth to compound interest calculations.

The Geometric Sequence Formula

The formula for finding any term in a geometric sequence is:

an = a1 · rn-1

where:

  • an represents the nth term (the term being calculated)
  • a1 is the first term in the sequence
  • r is the common ratio (the constant multiplier between consecutive terms)
  • n is the position of the term in the sequence

Formula Derivation

The formula derives from the fundamental property of geometric sequences. Starting with the first term a1, the second term equals a1 · r, the third term equals a1 · r · r = a1 · r2, and the fourth term equals a1 · r3. This pattern shows that to reach the nth term, the first term must be multiplied by r exactly (n-1) times, as explained in Khan Academy's geometric sequence resources.

Calculating Terms: Step-by-Step Process

To calculate any term in a geometric sequence:

  1. Identify the first term (a1)
  2. Determine the common ratio (r) by dividing any term by its preceding term
  3. Identify which term position (n) needs to be calculated
  4. Substitute these values into the formula an = a1 · rn-1
  5. Calculate rn-1 first, then multiply by a1

Practical Examples with Real Numbers

Example 1: Simple Geometric Sequence

Consider a sequence where a1 = 3 and r = 2. To find the 5th term:

a5 = 3 · 25-1 = 3 · 24 = 3 · 16 = 48

The sequence is: 3, 6, 12, 24, 48...

Example 2: Financial Application

An investment of $1,000 grows at 8% annually. To find the value after 10 years using the geometric sequence formula where a1 = 1000 and r = 1.08:

a10 = 1000 · 1.089 = 1000 · 1.999 ≈ $1,999

Example 3: Fractional Common Ratio

A substance decays to half its amount each hour. Starting with 800 grams, the amount after 6 hours where a1 = 800 and r = 0.5:

a6 = 800 · 0.55 = 800 · 0.03125 = 25 grams

Common Use Cases

Geometric sequences model numerous real-world scenarios:

  • Compound Interest: Investment growth where interest compounds at regular intervals
  • Population Growth: Bacterial colonies or viral spread with constant growth rates
  • Radioactive Decay: Half-life calculations in nuclear physics
  • Computer Science: Algorithm complexity analysis and data structure optimization
  • Physics: Wave amplitude reduction and energy dissipation
  • Medicine: Drug concentration decay in the bloodstream

Special Considerations

According to Paul's Online Math Notes on Special Series, the behavior of geometric sequences depends heavily on the common ratio value:

  • When |r| > 1, the sequence grows exponentially
  • When |r| < 1, the sequence decreases toward zero
  • When r = 1, all terms equal the first term
  • When r = -1, the sequence alternates between two values
  • When r is negative, terms alternate between positive and negative values

Geometric Series and Sum Calculations

Beyond calculating individual terms, geometric sequences are frequently summed to find the total of multiple consecutive terms, creating a geometric series. This is particularly important in financial mathematics and applied sciences.

For a finite geometric series with n terms, the sum formula is:

Sn = a1 · (1 - rn) / (1 - r)

This powerful formula allows calculation of total accumulated value across multiple periods without summing individual terms manually. For example, an investor receiving payments that grow geometrically can calculate total accumulated wealth using this single formula rather than computing each payment separately.

When the absolute value of the common ratio is less than 1 (|r| < 1), an infinite geometric series converges to a finite limit:

S = a1 / (1 - r)

This convergence property has profound implications in mathematics and physics. It enables calculation of perpetual annuities, present values of infinite cash flows, and analysis of quantum systems. Understanding when a geometric series converges versus diverges is fundamental to advanced mathematical analysis and practical financial planning. These calculations are essential for determining pension values, evaluating long-term investments, and modeling physical phenomena in engineering applications.

Understanding these properties helps predict sequence behavior without calculating every term, making the geometric sequence calculator an essential tool for students, scientists, and financial analysts working with exponential growth and decay models.

Reference

Frequently asked questions

What is a geometric sequence and how does it differ from other 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 value called the common ratio. For example, in the sequence 2, 6, 18, 54, each term is multiplied by 3. This differs fundamentally from an arithmetic sequence, where terms are generated by adding a constant difference. Geometric sequences model exponential growth or decay, making them essential for understanding compound interest, population dynamics, and radioactive decay in fields ranging from finance to nuclear physics.
How do you calculate the nth term of a geometric sequence?
To calculate the nth term of a geometric sequence, use the formula a_n = a₁ · r^(n-1), where a₁ is the first term, r is the common ratio, and n is the term position. For example, to find the 7th term of a sequence starting with 5 and having a common ratio of 2, calculate a₇ = 5 · 2^(7-1) = 5 · 2^6 = 5 · 64 = 320. The key is to raise the common ratio to the power of (n-1), not n, because the first term is already given and doesn't require multiplication by the ratio.
Can the common ratio in a geometric sequence be a fraction or negative number?
Yes, the common ratio can be any non-zero real number, including fractions and negative values. When the common ratio is a fraction between 0 and 1 (like 0.5 or 1/3), the sequence decreases toward zero, modeling decay processes such as drug elimination from the body or radioactive decay. When the common ratio is negative (like -2 or -0.5), the terms alternate between positive and negative values. For instance, the sequence 4, -8, 16, -32 has a common ratio of -2, creating an oscillating pattern useful in modeling alternating physical phenomena.
What are real-world applications of geometric sequences?
Geometric sequences appear extensively in real-world applications across multiple disciplines. In finance, compound interest calculations use geometric sequences to determine investment growth over time. In biology, bacterial population growth follows geometric patterns when resources are unlimited, with populations doubling at regular intervals. Medical professionals use geometric sequences to calculate drug dosage schedules and half-life elimination rates. Computer scientists analyze algorithm efficiency using geometric progressions, while physicists apply them to model radioactive decay, sound wave attenuation, and light intensity reduction through materials. Even social media viral content spread often follows geometric patterns in the early stages.
How do you find the common ratio if you only know two terms in the sequence?
To find the common ratio when given two terms, divide the later term by the earlier term. For example, if the 3rd term is 48 and the 2nd term is 12, the common ratio r = 48 ÷ 12 = 4. If the terms are not consecutive, you can use the formula r = (a_m / a_n)^(1/(m-n)), where a_m and a_n are the known terms at positions m and n. For instance, if the 5th term is 162 and the 2nd term is 6, then r = (162/6)^(1/(5-2)) = 27^(1/3) = 3. This method works for any two terms in the sequence.
What happens when you sum the terms of a geometric sequence?
When summing the terms of a geometric sequence, the result is called a geometric series. For a finite number of terms n, the sum formula is S_n = a₁(1 - r^n)/(1 - r) when r ≠ 1. For infinite geometric series where |r| < 1, the sum converges to S = a₁/(1 - r). For example, summing the first 5 terms of the sequence 3, 6, 12, 24, 48 (where a₁ = 3 and r = 2) gives S₅ = 3(1 - 2^5)/(1 - 2) = 3(-31)/(-1) = 93. Understanding geometric series is crucial for financial calculations like loan amortization and present value analysis.