In short
A geometric progression (GP) is a sequence in which every term after the first is obtained by multiplying the previous term by a fixed number called the common ratio r. If the first term is a, the n-th term is a \cdot r^{\,n-1}. While an arithmetic progression grows by adding, a GP grows by multiplying — and that single change turns steady staircase growth into explosive (or collapsing) exponential behaviour.
You deposit ₹10,000 in a savings account that pays 10% annual interest. After one year you have ₹11,000. After two years you do not have ₹12,000 — you have ₹12,100, because the interest in the second year is computed on ₹11,000, not on the original ₹10,000. After three years, ₹13,310. After four years, ₹14,641.
Line the balances up: 10000,\; 11000,\; 12100,\; 13310,\; 14641. Each term is 1.1 times the one before. The differences between consecutive terms are not constant — the jumps get bigger as the balance grows. This is not an arithmetic progression. It is a geometric progression, and the fixed multiplier 1.1 is its common ratio.
Understanding GPs means understanding how anything that grows (or shrinks) by a fixed percentage at each step behaves over time — compound interest, population growth, radioactive decay, the number of bacteria doubling every hour.
Definition and common ratio
A geometric progression is a sequence of the form
where a is the first term and r is the common ratio — the factor you multiply by to get from one term to the next.
The common ratio is found by dividing any term by the one before it:
If this ratio is the same for every consecutive pair, the sequence is a GP. If it varies, it is not.
Some quick examples:
| Sequence | a | r | Pattern |
|---|---|---|---|
| 2, 6, 18, 54, \dots | 2 | 3 | each term tripled |
| 100, 50, 25, 12.5, \dots | 100 | 0.5 | each term halved |
| -3, 6, -12, 24, \dots | -3 | -2 | sign alternates |
| 5, 5, 5, 5, \dots | 5 | 1 | constant sequence |
The common ratio r can be any non-zero real number. When r > 1, the terms grow without bound. When 0 < r < 1, the terms shrink toward zero. When r < 0, the terms alternate in sign. When r = 1, the GP is a constant sequence — technically still geometric, but not very interesting.
The one value r cannot take is 0. If r = 0, every term after the first would be zero, and you would lose the ability to recover r by dividing consecutive terms.
Geometric Progression
A sequence a_1, a_2, a_3, \dots is a geometric progression with first term a = a_1 and common ratio r \neq 0 if
Equivalently, the ratio \dfrac{a_{n+1}}{a_n} is the same constant r for every n.
The n-th term formula
Start from the definition and unroll:
The pattern is immediate: to get from the first term to the n-th, you multiply by r exactly n - 1 times.
The exponent is n - 1, not n, because the first term has had zero multiplications. This is worth memorising cold — it is the GP counterpart of the AP formula a_n = a + (n - 1)d, with multiplication replacing addition and exponentiation replacing repeated addition.
For the savings account example: a = 10000, r = 1.1, so the balance after n years (which is the (n + 1)-th term) is 10000 \times 1.1^{\,n}. After 4 years: 10000 \times 1.1^4 = 10000 \times 1.4641 = 14641.
Properties of GP
Property 1: Constant ratio
This is the defining property, but it is worth restating for problem-solving. If three numbers a, b, c are in GP, then
The middle term squared equals the product of the outer two. This is the GP analogue of the AP property "twice the middle term equals the sum of the outer two." The condition b^2 = ac is the quickest test for checking whether three given numbers form a GP.
Property 2: Products and quotients of GP terms
If a_1, a_2, a_3, \dots is a GP, then:
- The sequence of reciprocals \dfrac{1}{a_1}, \dfrac{1}{a_2}, \dfrac{1}{a_3}, \dots is also a GP, with common ratio \dfrac{1}{r}.
- Multiplying every term by a constant k gives a GP ka_1, ka_2, ka_3, \dots with the same common ratio r.
- Raising every term to a fixed power m gives a GP a_1^m, a_2^m, a_3^m, \dots with common ratio r^m.
These follow directly from the laws of exponents: a_n = a \cdot r^{n-1}, so a_n^m = a^m \cdot (r^m)^{n-1}, which is a GP with first term a^m and ratio r^m.
Property 3: Terms equidistant from the ends
In a finite GP a_1, a_2, \dots, a_n, the product of terms equidistant from the two ends is constant:
Each of these products equals a^2 \cdot r^{\,n-1}. The proof: a_k \cdot a_{n+1-k} = (a \cdot r^{k-1})(a \cdot r^{n-k}) = a^2 \cdot r^{n-1}, which is the same for every k.
This is the multiplicative cousin of the AP property where the sum of equidistant terms is constant.
Property 4: Three consecutive terms
A convenient trick for setting up GP problems. If three terms of a GP are needed, write them as \dfrac{a}{r},\; a,\; ar. Their product is a^3 — independent of r — so if the product is given, you can find a immediately.
Similarly, for four terms, use \dfrac{a}{r^3},\; \dfrac{a}{r},\; ar,\; ar^3 (ratio r^2 between consecutive terms). The product of all four is a^4, again independent of r.
Property 5: Geometric means
If a, b, c are in GP, then b is the geometric mean of a and c: b = \sqrt{ac} (taking the positive root when a and c are positive). This is the GP counterpart of the AM being the middle term of a three-term AP. The article on Geometric Mean develops this fully.
Different shapes of a GP
The behaviour of a GP depends entirely on the value of r. The figure below shows five GPs, all starting at a = 16, with different common ratios. The vertical axis is the term value; the horizontal axis is the term number.
The key observation: when |r| < 1, the terms get smaller and smaller, approaching zero. When |r| > 1, the terms grow without bound. When |r| = 1, the terms stay the same size (either constant or alternating between a and -a). This trichotomy is the foundation of the infinite GP sum formula in Sum of Geometric Progression.
Two worked examples
Example 1: The 3rd term of a GP is 12 and the 6th term is 96. Find the first term and the common ratio.
This problem gives you two terms and asks you to recover the GP's parameters.
Step 1. Write the two given terms using the n-th term formula.
Why: the n-th term of a GP is a \cdot r^{n-1}, so the 3rd term has exponent 2 and the 6th has exponent 5.
Step 2. Divide the second equation by the first to eliminate a.
Why: dividing two terms of a GP cancels the first term a, leaving a pure power of r. The exponent in r^3 is the difference 5 - 2 = 3.
Step 3. Solve for r.
Why: the cube root of 8 is 2, using the laws from Exponents and Powers.
Step 4. Substitute back to find a.
Result: The first term is a = 3 and the common ratio is r = 2. The GP is 3, 6, 12, 24, 48, 96, \dots
The technique of dividing two known terms to isolate r works whenever you are given any two terms of a GP. If a_m and a_n are given (with m < n), then r^{n - m} = \dfrac{a_n}{a_m}, and r follows by taking the (n - m)-th root.
Example 2: Three numbers in GP have a product of 216 and a sum of 26. Find them.
This calls for the centred-form trick.
Step 1. Write the three terms as \dfrac{a}{r},\; a,\; ar.
Why: this form guarantees the three terms are in GP with common ratio r, and it makes the product easy to handle.
Step 2. Use the product.
Why: in the centred form, the r's cancel from the product, leaving only a^3.
Step 3. Use the sum with a = 6.
Multiply through by r:
Why: multiplying by r clears the fraction, giving a standard quadratic in r.
Step 4. Solve the quadratic.
Why: both roots give valid GPs — the two values of r produce the same three numbers in reverse order.
If r = 3: the terms are \dfrac{6}{3} = 2, 6, 6 \times 3 = 18. Check: 2 + 6 + 18 = 26 and 2 \times 6 \times 18 = 216.
If r = \dfrac{1}{3}: the terms are 18, 6, 2 — the same three numbers reversed.
Result: The three numbers are 2, 6, 18.
Common confusions
-
"If the differences keep increasing, it must be a GP." Not necessarily. The differences in a GP do increase (when r > 1), but so do the differences in many other sequences — for instance, 1, 4, 9, 16 (perfect squares) has growing differences but is not a GP. The test is whether the ratio of consecutive terms is constant, not whether the differences are growing.
-
"The common ratio is always positive." It can be negative. 2, -6, 18, -54 is a GP with r = -3. The sign alternates, but the ratio is constant.
-
"A GP cannot have a common ratio of 1." It can — the result is a constant sequence like 5, 5, 5, 5, \dots. It is a valid GP, just a trivial one.
-
"a_n = a \cdot r^n is the n-th term formula." The exponent should be n - 1, not n. The first term is a \cdot r^0 = a, the second is a \cdot r^1, and so on. The exponent is always one less than the term number.
-
"If b^2 = ac, then a, b, c are in GP." Almost — but you need a \neq 0 and c \neq 0, and you need to check the signs. The condition b^2 = ac is necessary for a GP, but if a = 0 the sequence 0, 0, c is not a well-defined GP (the common ratio is undefined).
Going deeper
If you came here to learn the definition, the n-th term formula, and the basic properties of GPs, you have them. The rest of this section connects GPs to logarithms and to the history of an idea that transformed computation.
GPs and logarithms
Take the GP a, ar, ar^2, ar^3, \dots and apply a logarithm to every term:
The result is an arithmetic progression with first term \log a and common difference \log r. Logarithms turn GPs into APs and multiplication into addition. This is the fundamental link between the two progressions, and it is the reason logarithms were invented in the first place — before electronic calculators, turning a hard multiplication into an easy addition was the most valuable trick in computational mathematics. The article on Exponents and Powers lays the groundwork for this connection.
Infinite GPs and convergence
When |r| < 1, the terms ar^n shrink toward zero as n grows. The GP 10, 5, 2.5, 1.25, \dots (with r = 0.5) never actually reaches zero, but the terms get as close to zero as you like. You can ask: what happens if you add up all the terms, forever?
The answer is that the sum converges to a finite number. For the GP above, 10 + 5 + 2.5 + 1.25 + \cdots = 20. The formula and its derivation are the subject of Sum of Geometric Progression, which is the next article in this sequence.
When |r| \geq 1, the terms do not shrink, and the sum does not converge. The distinction between |r| < 1 (convergent) and |r| \geq 1 (divergent) is one of the first encounters you will have with the concept of convergence — an idea that runs through all of calculus and analysis.
Compound growth as a GP
The savings-account example from the opening is the template for every compound growth problem. If a quantity starts at P and grows by a factor of r at each step:
- After n steps, the quantity is P \cdot r^n — a GP term.
- The growth rate per step is (r - 1) \times 100\%. So r = 1.1 corresponds to 10\% growth.
- Doubling time: the quantity doubles when r^n = 2, i.e., n = \dfrac{\log 2}{\log r}. At 10\% growth, n = \dfrac{0.693}{0.0953} \approx 7.3 steps.
This is why GPs matter beyond textbook exercises. Any process where each step multiplies by a constant — population growth, inflation, radioactive decay, the spread of a rumour — follows a GP. The explosive growth you saw in the bar chart is the same explosive growth that makes compound interest powerful and pandemics dangerous.
Where this leads next
Geometric progressions are the gateway to every topic involving exponential growth and multiplicative structure.
- Sum of Geometric Progression — the next chapter: how to add up the terms of a GP, including the infinite sum when |r| < 1.
- Geometric Mean — the multiplicative counterpart of the arithmetic mean, defined as the middle term of a three-term GP.
- Arithmetic Progression — the additive counterpart, where the common difference is constant instead of the common ratio.
- Exponents and Powers — the laws that make the n-th term formula a \cdot r^{n-1} work, and the bridge to logarithms.
- Sequences — Introduction — the broader framework of sequences and series, of which APs and GPs are the two most important special cases.