Geometric Series and the Sum to Infinity

Geometric Series

Much like for arithmetic series, the word ‘series‘ indicates that we should be adding a set of given numbers together.  However, the word ‘geometric‘ indicates that the numbers in the series are increasing (or decreasing) by the same factor. We call this the common ratio and is usually denoted $r$. For example, 1+2+4+8+16+32 is a geometric series with common ratio $r=2$. We refer to the numbers in the series as ‘terms‘. So, this geometric series has 6 terms and the first term is 1. We usually denote the number of terms $n$ and the first term $a$. It follows that the general geometric series is as follows:

$a+ar+ar^2+ar^3+…+ar^{n-1}$

Note that the final or nth term in this series is the first term multiplied by the common ratio just $n-1$ times.  If there are more terms, we may refer to the nth term in any geometric series as $u_n=ar^{n-1}$. You should memorise this. It is also possible to add all of the terms (or just the first n terms) of any geometric series using the formula 

$S_n=\frac{a\left(1-r^n\right)}{1-r}$

The ‘$S$’ stands for ‘sum’. This formula is given in the Edexcel formula booklet. See below for proof of the formula and see Examples 1 and 2 for some geometric series and their summations. 

Note that we can also use sigma notation to write a geometric series in shorthand. $a+ar+ar^2+ar^3+…+ar^{n-1}$ can be written as $\sum_{k=1}^nar^{k-1}$. It follows that $\sum_{k=1}^nar^{k-1}=\frac{a\left(1-r^n\right)}{1-r}$ and we can use the summation formula to find the sum of any geometric series given in sigma notation. See Example 4 or see more on how to use sigma notation.

Proof of the formula for $S_n$

The proof of the formula is started off by writing out $S_n$ so the terms are visible. The … indicates that there are some terms in between that follow the pattern as expected. We then multiply both sides by the common ratio $r$:

$S_n=a+ar+ar^2+ar^3+…+ar^{n-1}$

$rS_n=ar+ar^2+ar^3+ar^4+…+ar^{n}$

noting that both lines have most terms in common except there is an $a$ in the top and an $ar^n$ in the bottom. We proceed by subtracting the bottom from the top giving:

$S_n-rS_n=a-ar^{n}$

We then factorise to get:

$S_n(1-r)=a(1-r^n)$.

Hence, obtaining $S_n=\frac{a\left(1-r^n\right)}{1-r}$ as required by dividing both sides by $(1-r)$.

Sum to infinity for Geometric Series

Unlike with arithmetic series, it is possible to take the sum to infinity with a geometric series. This means that we may allow the terms to continue to be added forever. This is only possible, however, if the terms in the series are decreasing in size. It follows that it is possible to take the sum to infinity when the common ratio is between -1 and 1 but (not inclusive). We write $-1<r<1$ or $\vert r\vert <1$ (see more on modding). The common ratio cannot be 1 because the terms will remain the same (or alternate in sign when $r=-1$) and adding on the same number forever will result in an infinite answer. We say that it is possible to sum to infinity when the series converges and this happens when $\vert r\vert <1$. The result when summing to infinity is given by

$S_\infty=\frac{a}{1-r}, \hspace{30pt} \vert r\vert <1$

Note that this is the same as the formula for $S_n$ if we let $n\rightarrow\infty$. This is because $r^n\rightarrow 0$ as $n\rightarrow\infty$ if $\vert r\vert<1$. See Example 4 to see how to use the sum to infinity.

Geometric Series Examples

Find the 12th term and the sum of the first 12 terms for the following geometric series:

$3+6+12+24+48+…$

The 3rd term of a geometric sequence is $3$ and the 10th term is $-6561$. Find the first term $a$ and the common ratio $r$.

The sum of the first $k$ terms of a geometric series whose nth term is defined by $u_n=4\times (0.75)^{n-1}$ is 15.97146 to 5 decimal places. Find $k$.

Evaluate the following:

  1. $\sum_{i=1}^{15}7\left(\frac{2}{3}\right)^i$
  2. $\sum_{i=1}^{\infty}7\left(\frac{2}{3}\right)^i$

Questions by Topic

Main Menu