Skip to content

Geometric sequences and series

A geometric sequence is formed by multiplying each term by the same constant, called the common ratio rr.

For example,

3,12,48,192,3,12,48,192,\ldots

is geometric because each term is 44 times the preceding term, so r=4r=4.

A geometric series is the result of adding terms of a geometric sequence:

3+12+48+192+.3+12+48+192+\cdots.

A sequence is a list. A series is a sum.

You should be able to:

For consecutive non-zero terms, divide a term by the term before it. A sequence (un)(u_n) is geometric if

un+1un=r\frac{u_{n+1}}{u_n}=r

is constant. Equivalently,

un+1=run.u_{n+1}=ru_n.

SequenceConsecutive ratiosGeometric?
5,15,45,135,5,15,45,135,\ldots3,3,3,3,3,3,\ldotsYes, r=3r=3
80,40,20,10,80,40,20,10,\ldots12,12,12,\frac12,\frac12,\frac12,\ldotsYes, r=12r=\frac12
6,12,24,48,6,-12,24,-48,\ldots2,2,2,-2,-2,-2,\ldotsYes, r=2r=-2
2,6,12,20,2,6,12,20,\ldots3,2,53,3,2,\frac53,\ldotsNo

A negative common ratio makes the signs alternate. A ratio between 00 and 11 makes positive terms decrease towards zero. A common ratio of 11 gives a constant sequence.

Let the first term be aa and the common ratio be rr. Repeated multiplication gives

u1=a,u2=ar,u3=ar2,u4=ar3.\begin{aligned} u_1&=a,\\ u_2&=ar,\\ u_3&=ar^2,\\ u_4&=ar^3. \end{aligned}

The nnth term contains n1n-1 multiplications by rr, so

un=arn1.\boxed{u_n=ar^{n-1}}.

The exponent is n1n-1, not nn. Substituting n=1n=1 must give the first term aa.

Find the eighth term of 160,80,40,20,160,80,40,20,\ldots.

Here a=160a=160 and

r=80160=12.r=\frac{80}{160}=\frac12.

Therefore

u8=ar81=160(12)7=54.\begin{aligned} u_8&=ar^{8-1}\\ &=160\left(\frac12\right)^7\\ &=\frac54. \end{aligned}

For the geometric sequence with a=7a=7 and r=3r=-3, find u6u_6.

u6=7(3)5=1701.u_6=7(-3)^5=-1701.

The fifth power is odd, so the answer is negative. Keep a negative ratio in brackets when using a calculator.

Worked example 3: recover the first term and ratio

Section titled “Worked example 3: recover the first term and ratio”

In a geometric sequence, u3=18u_3=18 and u6=486u_6=486. Find aa and rr.

Using un=arn1u_n=ar^{n-1}:

ar2=18ar^2=18

and

ar5=486.ar^5=486.

Divide the second equation by the first. This removes aa:

r3=48618=27.r^3=\frac{486}{18}=27.

Hence r=3r=3. Substituting into ar2=18ar^2=18 gives

9a=18,9a=18,

so a=2a=2.

The gap between term numbers is 63=36-3=3, which explains the power r3r^3 after division.

Determine whether 14581458 is a term of 2,6,18,54,2,6,18,54,\ldots.

Here a=2a=2 and r=3r=3. Set the nth term equal to 14581458:

2(3n1)=1458.2(3^{n-1})=1458.

Then

3n1=729=36,3^{n-1}=729=3^6,

so n1=6n-1=6 and n=7n=7. Therefore 14581458 is the seventh term.

If the powers do not match exactly, logarithms can find nn. The result must be a positive integer for the value to be a term.

A geometric sequence has u2=12u_2=12 and u5=324u_5=324.

  1. Find rr and aa.
  2. Find u8u_8.
  3. State a recurrence relation for the sequence.
Answers

Dividing ar4=324ar^4=324 by ar=12ar=12 gives

r3=27,r^3=27,

so r=3r=3 and a=12/3=4a=12/3=4.

u8=4(37)=8748.u_8=4(3^7)=8748.

A suitable recurrence relation is

u1=4,un+1=3un.u_1=4,\qquad u_{n+1}=3u_n.

Let

Sn=a+ar+ar2++arn1.S_n=a+ar+ar^2+\cdots+ar^{n-1}.

Multiply every term by rr:

rSn=ar+ar2+ar3++arn.rS_n=ar+ar^2+ar^3+\cdots+ar^n.

Subtract the second equation from the first. All middle terms cancel:

SnrSn=aarn.S_n-rS_n=a-ar^n.

Therefore

Sn(1r)=a(1rn),S_n(1-r)=a(1-r^n),

and, for r1r\ne1,

Sn=a(1rn)1r.\boxed{S_n=\frac{a(1-r^n)}{1-r}}.

Multiplying the numerator and denominator by 1-1 gives the equivalent form

Sn=a(rn1)r1.\boxed{S_n=\frac{a(r^n-1)}{r-1}}.

The first form is often convenient when r<1|r|<1; the second often keeps positive quantities when r>1r>1. If r=1r=1, every term equals aa, so Sn=naS_n=na.

Worked example 5: sum a finite geometric series

Section titled “Worked example 5: sum a finite geometric series”

Find the sum of the first 1010 terms of

5+15+45+135+.5+15+45+135+\cdots.

Here a=5a=5, r=3r=3 and n=10n=10. Using the second form,

S10=5(3101)31=5(590491)2=147620.\begin{aligned} S_{10}&=\frac{5(3^{10}-1)}{3-1}\\ &=\frac{5(59049-1)}2\\ &=147620. \end{aligned}

The power is rnr^n, although the final term is arn1ar^{n-1}. This difference follows from the subtraction used in the derivation.

Worked example 6: sum with a negative ratio

Section titled “Worked example 6: sum with a negative ratio”

Find

6432+168+64-32+16-8+\cdots

up to and including the eighth term.

Here a=64a=64, r=12r=-\frac12 and n=8n=8:

S8=64(1(12)8)1(12)=64(11256)32=852.\begin{aligned} S_8 &=\frac{64\left(1-\left(-\frac12\right)^8\right)}{1-\left(-\frac12\right)}\\ &=\frac{64\left(1-\frac1{256}\right)}{\frac32}\\ &=\frac{85}{2}. \end{aligned}

The sum is positive because the positive terms outweigh the following negative terms.

Worked example 7: sum between two positions

Section titled “Worked example 7: sum between two positions”

For un=3(2n1)u_n=3(2^{n-1}), find

u5+u6++u12.u_5+u_6+\cdots+u_{12}.

There are

125+1=812-5+1=8

terms. Their first term is

u5=3(24)=48,u_5=3(2^4)=48,

and their common ratio is still 22. Hence

48(281)21=12240.\frac{48(2^8-1)}{2-1}=12240.

Alternatively, calculate S12S4S_{12}-S_4. Subtracting S5S_5 would also remove u5u_5.

  1. Find S7S_7 for 81+27+9+81+27+9+\cdots.
  2. Find the sum from the fourth to the ninth term inclusive of 5,10,20,5,10,20,\ldots.
Answers

For the first series, a=81a=81, r=13r=\frac13 and n=7n=7:

S7=81(1(13)7)113=10939.S_7=\frac{81\left(1-(\frac13)^7\right)}{1-\frac13}=\frac{1093}{9}.

For the second, the fourth term is 4040 and there are 94+1=69-4+1=6 terms:

40(261)21=2520.\frac{40(2^6-1)}{2-1}=2520.

When nn is unknown, the equation usually contains rnr^n. Rearrange first, then express both sides with a common base or use logarithms.

Worked example 8: find the number of terms

Section titled “Worked example 8: find the number of terms”

The sum of the first nn terms of 3+6+12+3+6+12+\cdots is 30693069. Find nn.

Here a=3a=3 and r=2r=2:

3069=3(2n1)21,1023=2n1,1024=2n.\begin{aligned} 3069&=\frac{3(2^n-1)}{2-1},\\ 1023&=2^n-1,\\ 1024&=2^n. \end{aligned}

Since 1024=2101024=2^{10}, n=10n=10.

An athlete runs 22 km in the first week of a programme and increases the weekly distance by 8%8\% each week. Find the least number of weeks for the total distance to exceed 3030 km.

The weekly distances form a geometric sequence with a=2a=2 and r=1.08r=1.08. We need

2(1.08n1)1.081>30.\frac{2(1.08^n-1)}{1.08-1}>30.

Therefore

25(1.08n1)>30,25(1.08^n-1)>30,

so

1.08n>2.2.1.08^n>2.2.

Taking logarithms gives

n>log2.2log1.0810.25.n>\frac{\log 2.2}{\log 1.08}\approx10.25.

Since nn counts complete weeks, the least possible integer is

n=11.\boxed{n=11}.

Check the boundary: S1028.97<30S_{10}\approx28.97<30, while S1133.29>30S_{11}\approx33.29>30.

For a finite sum,

Sn=a(1rn)1r.S_n=\frac{a(1-r^n)}{1-r}.

If r<1|r|<1, repeated multiplication makes rnr^n approach zero as nn grows. The partial sums therefore approach

S=a1r,r<1.\boxed{S_\infty=\frac{a}{1-r}},\qquad |r|<1.

This is the sum to infinity. It is a limit of finite partial sums, not the result of reaching a final term.

The condition r<1|r|<1 is essential:

  • if r1r\geq1, the terms do not approach zero, except in the trivial case a=0a=0;
  • if r1r\leq-1, the terms either alternate without settling or grow in magnitude;
  • if 1<r<0-1<r<0, the terms alternate, but shrink enough for the partial sums to settle.

A necessary test for any infinite series to converge is that its terms approach zero. For a geometric series, this condition is also sufficient.

Find the sum to infinity of

18+12+8+163+.18+12+8+\frac{16}{3}+\cdots.

The ratio is

r=1218=23.r=\frac{12}{18}=\frac23.

Since r<1|r|<1, the series converges:

S=18123=54.S_\infty=\frac{18}{1-\frac23}=54.

Worked example 11: an alternating infinite series

Section titled “Worked example 11: an alternating infinite series”

Determine whether

208+3.21.28+20-8+3.2-1.28+\cdots

converges, and find its sum if it does.

The common ratio is

r=820=0.4.r=\frac{-8}{20}=-0.4.

Since 0.4<1|-0.4|<1, the series converges. Its sum is

S=201(0.4)=1007.S_\infty=\frac{20}{1-(-0.4)}=\frac{100}{7}.

Do not replace rr by r|r| in the formula. Absolute value is used only to test convergence.

A convergent geometric series has first term 1212 and sum to infinity 2020. Find the common ratio.

20=121r.20=\frac{12}{1-r}.

Thus

20(1r)=12,20(1-r)=12,

so

1r=351-r=\frac35

and

r=25.r=\frac25.

The result satisfies r<1|r|<1, as required.

Express 0.2727270.272727\ldots as a fraction.

Write the decimal as a geometric series:

0.272727=0.27+0.0027+0.000027+.0.272727\ldots=0.27+0.0027+0.000027+\cdots.

Here a=0.27=27100a=0.27=\frac{27}{100} and r=0.01=1100r=0.01=\frac1{100}. Therefore

0.272727=2710011100=2799=311.\begin{aligned} 0.272727\ldots &=\frac{\frac{27}{100}}{1-\frac1{100}}\\ &=\frac{27}{99}\\ &=\frac3{11}. \end{aligned}
  1. Decide whether 7+8.4+10.08+7+8.4+10.08+\cdots has a sum to infinity.
  2. Find the sum to infinity of 4515+545-15+5-\cdots.
  3. A convergent geometric series has first term 99 and sum to infinity 66. Find rr.
Answers
  1. Here r=1.2r=1.2. Since r>1|r|>1, there is no sum to infinity.

  2. Here r=13r=-\frac13, so

    S=451+13=1354.S_\infty=\frac{45}{1+\frac13}=\frac{135}{4}.

  3. From

    6=91r,6=\frac9{1-r},

    we get 1r=321-r=\frac32, so r=12r=-\frac12. This satisfies r<1|r|<1.

  • Using arnar^n for the nth term: there are only n1n-1 multiplications after the first term, so un=arn1u_n=ar^{n-1}.
  • Using the nth term formula for a sum: arn1ar^{n-1} is one term; SnS_n adds all terms from the first through the nth.
  • Losing a negative ratio: for an alternating sequence, substitute the negative value of rr into every formula.
  • Using SS_\infty without checking: the formula a/(1r)a/(1-r) is valid only when r<1|r|<1.
  • Rounding too early: retain exact powers or full calculator values until the final line.
  • Accepting a non-integer value of nn: a term number or number of terms must be a positive integer. In threshold problems, check which neighbouring integer first satisfies the inequality.

A geometric sequence has positive terms. Its third term is 2020 and its sixth term is 2.52.5.

  1. Find aa and rr.
  2. Find the sum of the first eight terms.
  3. Find the sum to infinity.
Answer

Since ar2=20ar^2=20 and ar5=2.5ar^5=2.5,

r3=2.520=18.r^3=\frac{2.5}{20}=\frac18.

The terms are positive, so r=12r=\frac12. Then

a(12)2=20,a\left(\frac12\right)^2=20,

which gives a=80a=80.

For the first eight terms,

S8=80(1(12)8)112=12758.S_8=\frac{80\left(1-(\frac12)^8\right)}{1-\frac12} =\frac{1275}{8}.

Since r<1|r|<1,

S=80112=160.S_\infty=\frac{80}{1-\frac12}=160.

The finite sum 159.375159.375 is slightly below its limiting value 160160, which is consistent with all terms being positive.

Continue with sigma notation to write sums compactly, then study sequences and series in modelling to apply geometric methods to repeated growth, decay and payment problems. For the continuous counterpart, see exponential growth and decay.