topic badge
Standard Level

6.05 Geometric series

Lesson

If the first term of a geometric progression is $u_1$u1 and the common ratio is $r$r, then the sequence becomes:

$u_1$u1$u_1r$u1r$u_1r^2$u1r2$u_1r^3$u1r3$u_1r^4$u1r4... 

Suppose we wish to add the first $n$n terms of this sequence. This will form a geometric series, also known as the partial sum of the sequence. We could write the sum as:

$S_n=u_1+u_1r+u_1r^2+u_1r^3+...+u_1r^{n-1}$Sn=u1+u1r+u1r2+u1r3+...+u1rn1

If we multiply both sides of this equation by the common ratio $r$r we see that:

$rS_n=u_1r+u_1r^2+u_1r^3+...+u_1r^{n-1}+u_1r^n$rSn=u1r+u1r2+u1r3+...+u1rn1+u1rn

 

Then, by carefully subtracting  $rS_n$rSn from $S_n$Sn term by term, we see that all of the middle terms disappear:

$S_n-rS_n=u_1+\left(u_1r-u_1r\right)+\left(u_1r^2-u_1r^2\right)+...+\left(u_1r^{n-1}-u_1r^{n-1}\right)-u_1r^n$SnrSn=u1+(u1ru1r)+(u1r2u1r2)+...+(u1rn1u1rn1)u1rn

This means that $S_n-rS_n=u_1-u_1r^n$SnrSn=u1u1rn and when common factors are taken out on both sides of this equation, we find $S_n\left(1-r\right)=u_1\left(1-r^n\right)$Sn(1r)=u1(1rn) . Finally, by dividing both sides by $\left(1-r\right)$(1r)  (excluding the trivial case of $r=1$r=1) we reveal the geometric sum formula:

 

$S_n=\frac{u_1\left(1-r^n\right)}{1-r}$Sn=u1(1rn)1r

 

An extra step, multiplying the numerator and denominator by $-1$1 , reveals a slightly different form for  $S_n$Sn that is easier to manage when the common ratio is greater than $r=1$r=1 :

$S_n=\frac{u_1\left(r^n-1\right)}{r-1}$Sn=u1(rn1)r1

Geometric series

For any geometric sequence with starting value $u_1$u1 and common ratio $r$r, we can find the sum of the first $n$n terms, using:

$S_n=\frac{u_1\left(1-r^n\right)}{1-r}$Sn=u1(1rn)1r, for $r<1$r<1   or  $S_n=\frac{u_1\left(r^n-1\right)}{r-1}$Sn=u1(rn1)r1, convenient if $r>1$r>1 

Alternatively, if the last term $u_n$un is known:

$S_n=\frac{u_1-ru_n}{1-r}$Sn=u1run1r, for $r<1$r<1   or   $S_n=\frac{ru_n-u_1}{r-1}$Sn=runu1r1, convenient if $r>1$r>1

You might be wondering that the formulas above exclude the case for $r=1$r=1. For the case where $r=1$r=1, and $u_1$u1  is the first term, then the sequence becomes:

$u_1,u_1,u_1,u_1,....$u1,u1,u1,u1,.... and hence, the sum of the first $n$n terms is:

$S_n$Sn $=$= $u_1+u_1+u_1+...+u_1$u1+u1+u1+...+u1 ($n$n times)
  $=$= $nu_1$nu1  

Worked examples

Example 1

Find the sum of the first $10$10 terms of the geometric progression that begins $96+48+12+...$96+48+12+....

Think:  State $u_1$u1$r$r and $n$n, then substitute into the formula $S_n=\frac{u_1\left(1-r^n\right)}{1-r}$Sn=u1(1rn)1r, since we have a decreasing sequence $r$r must be less than $1$1.

Do: $u_1=96$u1=96$r=\frac{1}{2}$r=12 and $n=10$n=10, so we have:

$S_{10}$S10 $=$= $\frac{u_1\left(1-r^n\right)}{1-r}$u1(1rn)1r
  $=$= $\frac{96\times\left(1-\left(\frac{1}{2}\right)^{10}\right)}{1-\frac{1}{2}}$96×(1(12)10)112
  $=$= $191.8125$191.8125

 

Example 2

Evaluate the geometric series $2+6+18+54...+4374$2+6+18+54...+4374.

Think: Here we know the first and last term and have an increasing sequence. State $u_1$u1, $u_n$un and $r$r, then substitute into the formula $S_n=\frac{ru_n-u_1}{r-1}$Sn=runu1r1. Note: we can use the formula $S_n=\frac{u_1\left(r^n-1\right)}{r-1}$Sn=u1(rn1)r1 but we would need to first solve $u_n=4374$un=4374, for $n$n.

Do: $u_1=2$u1=2, $u_n=4374$un=4374 and $r=3$r=3, so we have:

$S_n$Sn $=$= $\frac{ru_n-u_1}{r-1}$runu1r1
  $=$= $\frac{3\times4374-2}{3-1}$3×4374231
  $=$= $6560$6560
Example 3

If the sum for the first $n$n terms of the geometric sequence $5,10,20,...$5,10,20,... is $5115$5115, find $n$n.

Think: We have an increasing geometric sequence. State $u_1$u1, $r$r and $S_n$Sn, then substitute into the formula $S_n=\frac{u_1\left(r^n-1\right)}{r-1}$Sn=u1(rn1)r1 and rearrange.

Do: $u_1=5$u1=5, $r=2$r=2 and $S_n=5115$Sn=5115, so we have:

$S_n$Sn $=$= $\frac{u_1\left(r^n-1\right)}{r-1}$u1(rn1)r1  
 $5115$5115 $=$= $\frac{5\left(2^n-1\right)}{2-1}$5(2n1)21 Substitute values into formula
Hence,$5\left(2^n-1\right)$5(2n1) $=$= $5115$5115 Simplify fraction and bring unknown to left-hand side
$2^n-1$2n1 $=$= $1023$1023 Divide both sides by $5$5
$2^n$2n $=$= $1024$1024 Add $1$1 to both sides
$\therefore n$n $=$= $10$10 Solve for $n$n, using guess and check or technology.
Example 4

A bank client deposits $\$1000$$1000 at the beginning of each year, and is given $7%$7% interest per year for $50$50 years. How much will accrue in the account over that time?

Think: In geometric sequences, we looked at finding the balance after $n$n years for a compound interest account, what makes this example different? Notice the client is also adding a deposit to the account each year. What is $u_1$u1 and $r$r in this case? To answer this, we might begin by searching for a pattern by examining what happens in the first few years - this is often a good starting point for application questions.

Do: If we set $A_n$An as the amount of money accrued after $n$n years have elapsed, then we have:

$A_0=1000$A0=1000

And after one year we have:

$A_1$A1 $=$= $1000+1000\times\frac{7}{100}$1000+1000×7100
  $=$= $1000\left(1+\frac{7}{100}\right)$1000(1+7100)
  $=$= $1000\times\left(1.07\right)$1000×(1.07)

This means that the amount accrued after $1$1 year is $\$1070$$1070

By the end of the second year, another $\$1000$$1000 has been added and receives interest, but the original $\$1000$$1000 has been boosted by two interest payments.

The total amount can be determined by:

$A_2$A2 $=$= $1000\left(1.07\right)+1000\left(1.07\right)\left(1.07\right)$1000(1.07)+1000(1.07)(1.07)
  $=$= $1000\left(1.07+1.07^2\right)$1000(1.07+1.072)

By the end of the third year, the total accrual becomes:

$A_3=1000\left(1.07+1.07^2+1.07^3\right)$A3=1000(1.07+1.072+1.073)

A pattern is emerging, and by the end of $50$50 years, the total accrued becomes:

$A_{50}=1000\left(1.07+1.07^2+1.07^3+...+1.07^{50}\right)$A50=1000(1.07+1.072+1.073+...+1.0750).

Inside the brackets is a geometric series with first term and common ratio both equal to $1.07$1.07

Hence, we can now state $u_1=1.07$u1=1.07, $r=1.07$r=1.07, $n=50$n=50 and substitute into the formula $A_n=1000\times S_n$An=1000×Sn, where $S_n=\frac{u_1\left(r^n-1\right)}{r-1}$Sn=u1(rn1)r1. So we have:

$A_n$An $=$= $1000\left(\frac{u_1\left(r^n-1\right)}{r-1}\right)$1000(u1(rn1)r1)
  $=$= $1000\left(\frac{1.07\left(1.07^{50}-1\right)}{1.07-1}\right)$1000(1.07(1.07501)1.071)
  $\approx$ $\$434985.95$$434985.95

Hence the amount accrued in the account will be approximately $\$434985.95$$434985.95

Practice questions

Question 1

Consider the series $5+15+45$5+15+45 ...

Find the sum of the first $9$9 terms.

QUESTION 2

The sum of $n$n terms in the geometric series $1+5+25+\text{. . . }$1+5+25+. . . is $1525878906$1525878906.

Solve for $n$n, the number of terms.

 

Summation notation

Recall from arithmetic series we can write the series $2+4+6+8+10.....+30$2+4+6+8+10.....+30, using the following compact notation:

$\sum_{n=1}^{15}2n$15n=12n

The expression above can be read as "the sum of $2n$2n for the values $n=1$n=1 to $15$15".

Worked example

Example 5 

Write the sum of the first $10$10 terms of the geometric sequence $4,12,36,...$4,12,36,... with summation notation and evaluate the expression.

Think: We want to sum from term $1$1 to term $10$10 for the sequence with $u_1=4$u1=4 and $r=3$r=3. This would have the general term of the form $u_n=4\left(3^{n-1}\right)$un=4(3n1). We could write this as: $\sum_{n=1}^{10}u_n$10n=1un where $u_n=4\left(3^{n-1}\right)$un=4(3n1). Or we can write it is a single expression as:

 $\sum_{n=1}^{10}4\left(3^{n-1}\right)$10n=14(3n1)

Reflect: Substitute for $n=1,2,3...$n=1,2,3... the first few terms to see how the formula unfolds:

$4+12+36+...+78732$4+12+36+...+78732

To evaluate the summation we can use our geometric series formula: $S_n=\frac{u_1\left(r^n-1\right)}{r-1}$Sn=u1(rn1)r1:

$S_{10}$S10 $=$= $\frac{4\left(3^{10}-1\right)}{3-1}$4(3101)31
  $=$= $118096$118096

Practice questions

Question 3

Write the following series using summation notation in the form $\sum_{k=1}^nu_k$nk=1uk

$1-\frac{1}{2}+\frac{1}{4}-\frac{1}{8}+\text{. . .}+\frac{1}{256}$112+1418+. . .+1256

Use technology

Recall from arithmetic series we can use the calculator to input sequences and calculate series in lists or the summation notation we just reviewed. Here are some examples for geometric series. 

Worked examples

Example 6

Evaluate $\sum_{n=1}^{20}5\left(2^{n-1}\right)$20n=15(2n1).

Think: Find the summation notation in your calculator and make the expression look like the one above. You can use a different letter instead of $n$n, you will get the same answer.

Do:

Hence, the summation comes to $5242875$5242875.

Example 7

The first three terms of a geometric sequence are $x+13$x+13, $x+4$x+4 and $x-2$x2. Determine the value of the common ratio for this sequence.

Think: Let's make the most of the solving functionality of our calculator to determine the value(s) for $x$x which makes these three terms the terms of a geometric sequence. To do this we need to establish the relationship which exists between these three terms.

Do: Since there must be a common ratio between terms, we can say:

$\frac{u_2}{u_1}$u2u1 $=$= $\frac{u_3}{u_2}$u3u2
Thus, $\frac{x+4}{x+13}$x+4x+13 $=$= $\frac{x-2}{x+4}$x2x+4

Now we'll type this equation using the solve function of the calculator to see what $x$x value(s) we get.

We can see that there is only one value for $x$x that is a solution to this equation.

Now the question asked us not for the value of $x$x, but for the value of the common ratio. So we now need to substitute that back into either the left or right side of our equation and then evaluate to find $r$r.

$r$r $=$= $\frac{14+4}{14+13}$14+414+13
  $=$= $\frac{18}{27}$1827
  $=$= $\frac{2}{3}$23

Practice questions

Question 4

Use the sequence facility of your calculator to determine for which term number $n$n the geometric sequence $u_n=4\left(2.2^{n-1}\right)$un=4(2.2n1) has a sum of $374.59968$374.59968.

What is Mathspace

About Mathspace