Geometric Progression Calculator — Calculate nth Term & Sum of GP

Are you studying population growth, calculating compound interest, or analyzing radioactive decay? Our professional Geometric Progression Calculator is the ultimate tool for solving complex sequence problems. A Geometric Progression (GP), or geometric sequence, is a series of numbers where each term after the first is found by multiplying the previous one by a fixed, non-zero number called the 'common ratio.' This GP series solver provides instant results for any term, finite sum, and even the infinite sum for converging series.

  • Free Online Tool
  • Instant Results
  • No Installation
  • Secure & Private

Understanding This Calculator

What is a Geometric Progression (GP)?

In mathematics, a Geometric Progression is a sequence that grows or shrinks exponentially. Unlike an arithmetic progression where you add a fixed amount, in a GP, you multiply. This leads to rapid changes, which is why GPs are used to model phenomena like viral spread, nuclear chain reactions, and financial investments. The sequence [3, 6, 12, 24, 48] is a GP with a common ratio of '2'.

Core GP Formulas

Our geometric sequence tool utilizes the standard algebraic formulas to provide precise results:

1. Finding the nth Term (aₙ)

aₙ = a × rⁿ⁻¹

This formula lets you find the exact value of any position in the sequence. For example, if you want to know the 10th term, you multiply the first term by the common ratio raised to the 9th power.

2. Finding the Finite Sum (Sₙ)

Sₙ = a(1 - rⁿ) / (1 - r)

This calculates the total sum of the first 'n' terms. This is particularly useful in finance for calculating the total value of an annuity or a series of investments over time.

3. The Infinite Sum (S∞)

If the common ratio 'r' is between -1 and 1, the sequence eventually approaches zero. In these specific cases, the sum of an infinite number of terms actually reaches a finite limit:

S∞ = a / (1 - r)

Components of a Geometric Series

  • First Term (a): The non-zero starting point of your sequence.
  • Common Ratio (r): The multiplier. If r > 1, the sequence grows. If 0 < r < 1, the sequence decays. If r is negative, the sequence alternates between positive and negative values.
  • Number of Terms (n): The specific position or total count of terms being analyzed.

Real-World Applications of Geometric Progressions

  1. Finance (Compound Interest): Every year your investment grows by a percentage, it is multiplying the previous year's total, forming a geometric progression.
  2. Biology (Bacterial Growth): Bacteria that double every hour follow a GP with a common ratio of 2.
  3. Physics (Radioactive Decay): Substances that lose half their mass over a 'half-life' follow a GP with a common ratio of 0.5.
  4. Technology (Computer Processing): Moore's Law, which observes that the number of transistors on a chip doubles approximately every two years, describes a geometric progression.

How to Use

  • Enter the 'First Term (a)' of your geometric sequence.
  • Input the 'Common Ratio (r)' (the number you multiply by).
  • Enter the 'Number of Terms (n)' to find a specific position and finite sum.
  • Review the 'nth Term', 'Sum of n Terms', and 'Infinite Sum' (if applicable) instantly.

Frequently Asked Questions

Can the common ratio (r) be negative?

Yes! A negative common ratio causes the sequence to alternate between positive and negative numbers (e.g., 2, -4, 8, -16...). This is common in physics for oscillating systems.

What happens if the common ratio is 1?

If r = 1, every term is identical to the first term (e.g., 5, 5, 5...). The sum of n terms would simply be a × n. This is technically both an AP and a GP.

When does an infinite sum exist?

An infinite sum (S∞) only exists if the absolute value of the common ratio is less than 1 (|r| < 1). This is called a converging series.

What is the 'Common Ratio' in a percentage increase?

If something increases by 5% every year, the common ratio (r) is 1.05. If it decreases by 5%, the common ratio is 0.95.

How do I find 'r' from two terms?

Divide any term by the term immediately preceding it (r = aₙ / aₙ₋₁). If the terms are not consecutive, use the formula r = ⁿ⁻ᵐ√(aₙ / aₘ).

Are GPs used in fractals?

Yes! Many fractals, like the Koch Snowflake or the Sierpinski Triangle, have perimeters or areas that follow geometric progressions at each stage of construction.

Can the first term (a) be zero?

In a standard GP, the first term is assumed to be non-zero. If a = 0, every subsequent term would also be zero, which is not a useful mathematical sequence.

What is a 'Geometric Mean'?

For two numbers x and y, the geometric mean is √(x × y). In a GP [x, y, z], y is always the geometric mean of x and z.