Allday Education

Geometric Sequences

A sequence is just an ordered list of numbers, and the two kinds you'll meet constantly are arithmetic and geometric. An arithmetic sequence adds the same amount each step: 5,8,11,14,5, 8, 11, 14, \ldots adds 33 every time. A geometric sequence multiplies by the same amount each step: 5,10,20,40,5, 10, 20, 40, \ldots doubles every time. That one distinction — add versus multiply — drives everything else about them.

The payoff is the explicit formula, which jumps straight to any term without listing all the ones before it. For arithmetic sequences it's an=a1+(n1)da_n = a_1 + (n - 1)d; for geometric it's an=a1rn1a_n = a_1 \cdot r^{\,n-1}. Learn what each letter means and you can find the 5050th term as fast as the 55th.

Arithmetic sequences: a common difference

In an arithmetic sequence, each term is the previous term plus a fixed number called the common difference, written dd. Find dd by subtracting any term from the one after it: in 7,11,15,19,7, 11, 15, 19, \ldots the difference is 117=411 - 7 = 4. If the sequence decreases, dd is negative.

The explicit formula is an=a1+(n1)da_n = a_1 + (n - 1)d, where a1a_1 is the first term and nn is the term number. The logic: to reach the nnth term you start at a1a_1 and take n1n - 1 steps of size dd. The exponent-free structure means arithmetic sequences grow linearly — plot the terms of 2,5,8,11,2, 5, 8, 11, \ldots below and they sit right on a straight line.

12341234567891011xy

Geometric sequences: a common ratio

In a geometric sequence, each term is the previous term times a fixed number called the common ratio, written rr. Find rr by dividing any term by the one before it: in 3,6,12,24,3, 6, 12, 24, \ldots the ratio is 63=2\dfrac{6}{3} = 2. A ratio between 00 and 11 makes the sequence shrink; a negative ratio makes the signs alternate.

The explicit formula is an=a1rn1a_n = a_1 \cdot r^{\,n-1}. Same logic as before: to reach the nnth term you start at a1a_1 and multiply by rr a total of n1n - 1 times. The exponent is n1n - 1, not nn — that off-by-one is the single most common mistake on these problems. Geometric sequences grow (or decay) exponentially, so the terms curve upward or downward fast. Plotted below, the geometric sequence 2,4,8,16,2, 4, 8, 16, \ldots bends upward instead of following a line.

1234246810121416xy

How to tell which one you have

Run both tests. Subtract consecutive terms — if you get the same number every time, it's arithmetic. Divide consecutive terms — if you get the same number every time, it's geometric. A sequence like 2,5,10,17,2, 5, 10, 17, \ldots fails both tests (the differences are 3,5,73, 5, 7), so it's neither.

Context gives it away too. Situations that add a fixed amount per step are arithmetic: a theater where each row has 33 more seats than the row in front of it. Situations that scale by a fixed percent or factor per step are geometric: a ball that rebounds to 60%60\% of its previous height on every bounce.

Worked examples

Example 1: an arithmetic term far down the list

Find the 2020th term of the sequence 7,11,15,7, 11, 15, \ldots

Find the common differenced=117=4d = 11 - 7 = 4
Write the explicit formulaan=a1+(n1)da_n = a_1 + (n - 1)d
Substitute a1=7a_1 = 7, d=4d = 4, n=20n = 20a20=7+(19)(4)a_{20} = 7 + (19)(4)
Simplifya20=7+76=83a_{20} = 7 + 76 = 83

Answer: a20=83a_{20} = 83

Example 2: a geometric term

Find the 88th term of the sequence 3,6,12,3, 6, 12, \ldots

Find the common ratior=63=2r = \dfrac{6}{3} = 2
Write the explicit formulaan=a1rn1a_n = a_1 \cdot r^{\,n-1}
Substitute a1=3a_1 = 3, r=2r = 2, n=8n = 8 — the exponent is 77, not 88a8=327a_8 = 3 \cdot 2^7
Simplifya8=3128=384a_8 = 3 \cdot 128 = 384

Answer: a8=384a_8 = 384

Example 3: an arithmetic sequence in context

A theater has 1414 seats in the first row, and each row behind it has 33 more seats than the row in front. How many seats are in row 2525?

Adding a fixed 33 seats per row makes this arithmetica1=14,d=3a_1 = 14, \quad d = 3
Write the formula for row nnan=14+(n1)(3)a_n = 14 + (n - 1)(3)
Substitute n=25n = 25a25=14+(24)(3)a_{25} = 14 + (24)(3)
Simplifya25=14+72=86a_{25} = 14 + 72 = 86

Answer: Row 2525 has 8686 seats

Example 4: a shrinking geometric sequence

Find the 66th term of the sequence 160,80,40,160, 80, 40, \ldots

Find the common ratior=80160=12r = \dfrac{80}{160} = \dfrac{1}{2}
Write the explicit formulaan=160(12)n1a_n = 160 \cdot \left(\dfrac{1}{2}\right)^{n-1}
Substitute n=6n = 6a6=160(12)5a_6 = 160 \cdot \left(\dfrac{1}{2}\right)^{5}
Simplifya6=16032=5a_6 = \dfrac{160}{32} = 5

Answer: a6=5a_6 = 5

Try one yourself

Common questions

Why is the exponent n1n - 1 and not nn?

Because the first term uses zero multiplications. By the time you reach term nn, you've multiplied by rr only n1n - 1 times — once for each step after the first term. Same idea in the arithmetic formula: term nn is n1n - 1 steps of size dd past a1a_1. Test any formula on n=1n = 1; it should return a1a_1 exactly.

Can the common ratio be negative?

Yes. A sequence like 2,6,18,54,2, -6, 18, -54, \ldots has r=3r = -3, and the terms alternate sign forever. It's still geometric — dividing any term by the previous one gives 3-3 every time. The common difference of an arithmetic sequence can be negative too; that just means the sequence decreases.

What if a sequence is neither arithmetic nor geometric?

Then neither formula applies, and that's common — the perfect squares 1,4,9,16,1, 4, 9, 16, \ldots are neither, since their differences grow and their ratios shrink. Always verify the pattern with at least two differences or two ratios before committing to a formula.

Want the video version?

Allday Everyday Math has video lessons, practice, and an AI tutor for every topic, Pre-Algebra through Algebra 2.

Try it for $1