P1.4.5 - Geometric sequences and series

P1.4.5 - Geometric sequences and series

A geometric sequence is built by multiplying by the same number each time. That simple repeated multiplication gives you powerful formulae for terms, finite sums, and, when the ratio is small enough, a sum to infinity. In this lesson you will learn how to use those formulae, prove the finite sum formula, recognise when an infinite sum exists, and use logarithms to find the number of terms needed to reach a given sum.

Fixed ratio structure

A sequence is an ordered list of terms. A series is a sum of terms from a sequence. For example,

3, 6, 12, 24,3,\ 6,\ 12,\ 24,\ldots

is a sequence, while

3+6+12+24+3+6+12+24+\cdots

is a series.

Geometric sequence

A geometric sequence is a sequence in which each term is found by multiplying the previous term by a fixed number called the common ratio.

If the first term is a and the common ratio is r, the terms are

a, ar, ar2, ar3,a,\ ar,\ ar^2,\ ar^3,\ldots

The first term has no factor of r yet, so the nth term is

nth term of a geometric sequence

un=arn1u_n = ar^{n-1}

The exponent is n-1, not n, because u_1 = ar^0 = a. This is one of the easiest places to lose a mark.

Worked example: a geometric sequence has u_3 = 12 and u_6 = 96. Find r, a, and a formula for u_n.

Use u_n = ar^{n-1}:

u3=ar2=12u_3 = ar^2 = 12

and

u6=ar5=96.u_6 = ar^5 = 96.

Divide the equations to remove a:

ar5ar2=9612\frac{ar^5}{ar^2}=\frac{96}{12}

so

r3=8.r^3=8.

Therefore r=2. Substitute into ar^2=12:

a(22)=12,a(2^2)=12,

so

a=3.a=3.

The nth term is

un=3(2)n1.u_n = 3(2)^{n-1}.

Fixed ratio structure Continued

A negative common ratio is allowed. For example, if a=20 and r=-1/2, the sequence is

20, 10, 5, 52,20,\ -10,\ 5,\ -\frac{5}{2},\ldots

The terms alternate in sign because multiplying by a negative number changes the sign each time.

Finite geometric sums

For a geometric series with first term a and common ratio r, the sum of the first n terms is

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

The Edexcel specification expects you to know the proof of the finite sum formula, not just use the formula.

Start with

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

Multiply every term by r:

rSn=ar+ar2+ar3++arn1+arn.rS_n = ar + ar^2 + ar^3 + \cdots + ar^{n-1} + ar^n.

Now subtract the second line from the first. The middle terms cancel:

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

Factor both sides:

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

If r \ne 1, divide by 1-r:

Finite geometric sum

Sn=a(1rn)1r,r1S_n=\frac{a(1-r^n)}{1-r}, \qquad r \ne 1

When r > 1, you may prefer the equivalent form

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

It gives the same value, but often avoids a negative numerator and denominator. If r=1, the terms are all a, so the finite sum is simply S_n = na.

Worked example: find the sum of the first 7 terms of

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

Here a=5, r=3, and n=7. Since r>1, use the form with r-1:

S7=5(371)31.S_7=\frac{5(3^7-1)}{3-1}.

Calculate:

S7=5(21871)2=5×21862=5465.S_7=\frac{5(2187-1)}{2} =\frac{5 \times 2186}{2} =5465.

Finite geometric sums Continued

A common mistake is to use the number of written terms rather than the number of terms asked for. In 5+15+45+\cdots, only three terms are shown, but S_7 means the sum of seven terms.

Sum to infinity

An infinite geometric series does not always have a finite sum. The question is whether the partial sums

S1, S2, S3,S_1,\ S_2,\ S_3,\ldots

approach a fixed limit as more terms are added.

Look again at the finite sum formula:

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

If |r| < 1, then r^n tends to 0 as n becomes very large. The modulus notation |r| < 1 means

1<r<1.-1 < r < 1.

So ratios such as 1/2, 0.8, and -1/3 all satisfy |r| < 1.

[DIAGRAM: asset_name: Lesson p1.4.5: Geometric sequences and series - diagram 01; asset_slug: p1_4_5_understand_and_work_with_geometric_sequences_and_series__diagram_01; recommended_method: drawn_math; description: Draw a clean 16:9 two-panel mathematical visual of geometric partial sums. Top panel: for a=1, r=1/2, show partial sums S_1=1, S_2=1.5, S_3=1.75, S_4=1.875 as points on a horizontal number line approaching a dashed vertical limit line labelled S_infinity = 2. Bottom panel: for a=1, r=-1/2, show partial sums 1, 0.5, 0.75, 0.625, 0.6875 alternating around a dashed limit line labelled S_infinity = 2/3. Use direct labels, spacious margins, and NovaLearn styling with white background and #6A6B6E only.]
Diagram

When |r| < 1, the term r^n disappears in the limit, giving

Sum to infinity

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

The condition matters. If |r| >= 1, the terms do not shrink towards zero, so the geometric series has no finite sum to infinity.

Worked example: find the sum to infinity of

1812+8163+.18-12+8-\frac{16}{3}+\cdots.

First identify the ratio:

r=1218=23.r=\frac{-12}{18}=-\frac{2}{3}.

Since

23=23<1,\left|-\frac{2}{3}\right|=\frac{2}{3}<1,

the sum to infinity exists. Use a=18:

S=181(2/3)=181+2/3=185/3=545.S_\infty=\frac{18}{1-(-2/3)} =\frac{18}{1+2/3} =\frac{18}{5/3} =\frac{54}{5}.

Sum to infinity Continued

The phrase "sum to infinity" does not mean "add until the terms look small enough". It means the exact limit of the partial sums, and that limit exists for a geometric series only when |r| < 1.

Working backwards from sums

In exam questions, you are often not handed a and r directly. You may be given a relationship involving S_n or S_\infty and asked to find or prove something about the ratio.

The safest first step is always:

  1. identify the first term of the series being summed;
  2. identify the common ratio;
  3. choose the correct formula.

If a sum starts from the second term of a sequence, then the first term of that series is u_2, not u_1. This was a real source of errors in Edexcel examiner feedback.

Worked example: in a convergent geometric series, the common ratio is r and the sum to infinity is S_\infty. Given that

S=1615S4,S_\infty=\frac{16}{15}S_4,

show that

r=±12.r=\pm\frac{1}{2}.

Use the formulae:

S=a1rS_\infty=\frac{a}{1-r}

and

S4=a(1r4)1r.S_4=\frac{a(1-r^4)}{1-r}.

Substitute these into the given relationship:

a1r=1615a(1r4)1r.\frac{a}{1-r}=\frac{16}{15}\cdot \frac{a(1-r^4)}{1-r}.

Because the series is convergent, r \ne 1, and for a non-zero series a \ne 0. Cancel the common factor a/(1-r):

1=1615(1r4).1=\frac{16}{15}(1-r^4).

Now solve:

1516=1r4,\frac{15}{16}=1-r^4,

so

r4=116.r^4=\frac{1}{16}.

Therefore

r=±12.r=\pm\frac{1}{2}.

Both values are allowed because both satisfy |r|<1.

Working backwards from sums Continued

Notice the shape of the proof. It is not enough to jump to the answer. A "show that" question needs a clear chain from the given information to the printed result.

Using logs for n

The specification says that, given the sum of a series, you should be able to use logarithms to find n. This happens because n appears in an exponent:

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

After rearranging, you usually reach an equation or inequality involving r^n. For positive r, use

rn=cn=logclogr.r^n=c \quad \Longrightarrow \quad n=\frac{\log c}{\log r}.

The logarithm base does not matter as long as you use the same base on the top and bottom.

Worked example: a geometric series has first term 3 and common ratio 0.8. Find the least value of n for which

Sn>14.5.S_n>14.5.

First write the sum formula:

Sn=3(10.8n)10.8.S_n=\frac{3(1-0.8^n)}{1-0.8}.

Since 1-0.8=0.2,

Sn=15(10.8n).S_n=15(1-0.8^n).

Set up the inequality:

15(10.8n)>14.5.15(1-0.8^n)>14.5.

Divide by 15:

10.8n>2930.1-0.8^n>\frac{29}{30}.

Rearrange:

0.8n<130.0.8^n<\frac{1}{30}.

Take logs:

nlog(0.8)<log(130).n\log(0.8)<\log\left(\frac{1}{30}\right).

Here log(0.8) is negative. Dividing by it reverses the inequality:

n>log(1/30)log(0.8).n>\frac{\log(1/30)}{\log(0.8)}.

Using a calculator,

log(1/30)log(0.8)15.24.\frac{\log(1/30)}{\log(0.8)}\approx 15.24.

So the least integer value is

n=16.n=16.

Explain It Back

Use this as a self-explanation check after the section above. It is for diagnosing what you can already explain, not for learning new material from scratch.

For inequalities with 0<r<1, the reversal of the inequality is not an exam trick; it is just the rule for dividing by a negative number.