A geometric sequence multiplies each term by the same fixed factor to produce the next. That factor — the common ratio — controls whether the sequence grows, decays, oscillates, or converges. Geometric sequences appear wherever quantities scale by a constant proportion, and their series formulas include one of the few cases where an infinite sum has a finite closed form.
Definition
A geometric sequence is a sequence in which consecutive terms have a constant ratio r:
anan+1=rfor all n
Starting from a first term a1=0, the sequence unfolds as a1,a1r,a1r2,a1r3,…. The general term is:
an=a1⋅rn−1
The ratio r determines the sequence's character. When r>1, the terms grow without bound: 2,6,18,54,… with r=3. When 0<r<1, the terms decay toward zero: 81,27,9,3,1,… with r=31. When r<0, the terms alternate in sign: 4,−8,16,−32,… with r=−2.
The case r=1 produces a constant sequence — every term equals a1. The case r=0 is excluded because every term after the first would be zero, and the ratio anan+1 would be undefined.
Where an arithmetic sequence is linear — its terms lie on a straight line when plotted against their indices — a geometric sequence is exponential. The general term a1⋅rn−1 is an exponential function of n.
Identifying Geometric Sequences
To test whether a sequence is geometric, compute the ratio of consecutive terms. If every ratio equals the same value, the sequence is geometric and that value is r.
The sequence 5,15,45,135 has ratios 3,3,3. All equal, so it is geometric with r=3.
The sequence 12,6,3,1.5 has ratios 0.5,0.5,0.5. Geometric with r=21.
The sequence 1,2,4,7 has ratios 2,2,1.75. The final ratio differs, so the sequence is not geometric.
A constant sequence like 5,5,5,5 is both arithmetic (with d=0) and geometric (with r=1). This is the only type of sequence that belongs to both families.
As with arithmetic sequences, a finite sample cannot confirm a geometric pattern with certainty. The sequence 2,4,8 could continue as 16,32,… (geometric with r=2) or as 14,22,… (not geometric). The defining rule, not the sample, is what settles the classification.
Finding Terms
The explicit formula an=a1⋅rn−1 contains four quantities. Given any three, the fourth can be found.
Finding a specific term: if a1=3 and r=2, then a10=3⋅29=1536.
Finding the common ratio: if a1=5 and a4=40, then 40=5⋅r3, so r3=8 and r=2.
Finding the first term: if a6=96 and r=2, then 96=a1⋅25, so a1=3.
Finding the position of a term: if a1=4, r=3, and some term equals 2916, then 2916=4⋅3n−1, so 3n−1=729=36 and n=7. When the arithmetic does not produce a clean power, solving for n requires logarithms: n−1=lnrln(an/a1).
When two non-consecutive terms are given — say a2=6 and a5=162 — write both in terms of a1 and r: a1r=6 and a1r4=162. Dividing gives r3=27, so r=3, and back-substituting gives a1=2.
Recursive Formula
The recursive definition of a geometric sequence specifies a starting value and a multiplicative rule:
a1=c,an=r⋅an−1
Each term is produced by multiplying the preceding term by r. This makes the constant-ratio structure explicit but requires computing all earlier terms to reach a later one.
Converting between forms works the same way as for arithmetic sequences. Applying the recursive rule n−1 times gives an=c⋅rn−1, recovering the explicit formula. In the other direction, dividing an=a1rn−1 by an−1=a1rn−2 yields an−1an=r, which gives the recursive rule an=r⋅an−1.
Both representations define the same sequence. The explicit form is better for computing isolated terms; the recursive form emphasizes the multiplicative process and connects to models where each step scales the previous state by a fixed factor.
Finite Geometric Series
The sum of the first n terms of a geometric sequence is:
Sn=a1+a1r+a1r2+⋯+a1rn−1
The closed form is:
Sn=a1⋅1−r1−rn(r=1)
The derivation uses a telescoping trick. Multiply Sn by r:
rSn=a1r+a1r2+⋯+a1rn
Subtract from the original sum:
Sn−rSn=a1−a1rn
Factor:
Sn(1−r)=a1(1−rn)
Divide by 1−r to isolate Sn. When r=1, every term equals a1 and Sn=na1.
For example, the sum 1+2+4+8+⋯+29 has a1=1, r=2, and n=10:
S10=1⋅1−21−210=−11−1024=1023
Infinite Geometric Series
When ∣r∣<1, the terms of a geometric sequence shrink toward zero, and the partial sums Sn approach a finite limit as n→∞. Since rn→0, the finite sum formula Sn=a1⋅1−r1−rn simplifies to:
S=1−ra1(∣r∣<1)
The series 21+41+81+⋯ has a1=21 and r=21, so S=1−1/21/2=1. Adding half of the remaining distance at each step eventually fills the full unit.
Repeating decimals provide another illustration. The decimal 0.333…=103+1003+10003+⋯ is a geometric series with a1=103 and r=101, summing to 9/103/10=31.
When ∣r∣≥1, the terms do not diminish (or grow in magnitude), and the partial sums grow without bound. The series diverges and no finite sum exists. The boundary case r=−1 produces partial sums that oscillate between a1 and 0 without settling — this too is divergent.
Geometric Mean
The geometric mean of two positive numbers a and b is:
G=ab
In a geometric sequence with positive terms, every term is the geometric mean of its two neighbors:
an=an−1⋅an+1
This follows from the constant-ratio property: an−1=ran and an+1=anr, so an−1⋅an+1=an2.
Inserting geometric means between two positive values a and b requires placing k terms so that the resulting k+2 values form a geometric sequence. The common ratio must be r=(ab)1/(k+1), and the inserted terms are ar,ar2,…,ark.
The AM–GM inequality states that for any set of positive numbers, the geometric mean never exceeds the arithmetic mean:
G≤A
Equality holds only when all values are identical. This inequality extends to include the harmonic mean: H≤G≤A.