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.
Inputs
nth Term
—
Explain my result
Get a plain-English breakdown of your result with practical next steps.
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:
- Identify the first term (a1)
- Determine the common ratio (r) by dividing any term by its preceding term
- Identify which term position (n) needs to be calculated
- Substitute these values into the formula an = a1 · rn-1
- 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