40% off

Early-bird ends 15 Aug, 9am

Lock in £90

Finite and Infinite Geometric Series

Updated August 2025

This section covers the calculation of finite and infinite sums for geometric series. You will learn to identify the first term and common ratio, apply the formulas for SnS_n and SS_\infty, and manipulate series to find sums of specific subsets of terms while avoiding common errors.

Core concept

A geometric series is the sum of terms in a geometric progression where each term is multiplied by a constant ratio rr. A finite sum SnS_n exists for any r1r \neq 1, but an infinite sum SS_\infty only exists for convergent series where r<1|r| < 1.

Introduction to Geometric Progressions

In the TMUA and ESAT, you are expected to recognise geometric series, often referred to as Geometric Progressions (GPs). A geometric progression is defined by its first term aa and its common ratio rr. Each term unu_n is related to the previous term by the ratio un+1/un=ru_{n+1} / u_n = r. This leads to the standard formula for the nthn^{th} term:

un=arn1u_n = ar^{n-1}

Note that sometimes the first term is written as ar0ar^0 to remain consistent with this formula.

The Formulas for Series Summation

A geometric series is the sum of the terms of a geometric progression. For a finite number of terms nn, the sum SnS_n is given by:

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

For an infinite geometric series, a sum only exists if the series is convergent. This happens when the common ratio rr satisfies the condition r<1|r| < 1. The sum to infinity, SS_\infty, is given by:

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

It is also essential to be fluent in using Sigma (Σ\Sigma) notation to represent these sums. The finite sum can be written in two equivalent ways:

Sn=k=1nark1=k=0n1arkS_n = \sum_{k=1}^{n} ar^{k-1} = \sum_{k=0}^{n-1} ar^k

Generating New Progressions

You can derive new progressions from a given geometric progression. For example, given the series Sn=a+ar+ar2+ar3+ar4+ar5+S_n = a + ar + ar^2 + ar^3 + ar^4 + ar^5 + \dots, replacing rr with r-r creates an alternating series:

Sn(r)=aar+ar2ar3+ar4ar5+S_n(-r) = a - ar + ar^2 - ar^3 + ar^4 - ar^5 + \dots

This is also a GP with first term aa and common ratio r-r. Its sum to infinity is S=a1+rS_\infty = \frac{a}{1+r}. By combining these, you can explore other series. For instance, 12(Sn+Sn(r))=a+ar2+ar4+ar6+\frac{1}{2}(S_n + S_n(-r)) = a + ar^2 + ar^4 + ar^6 + \dots, which is a GP with first term aa and common ratio r2r^2.

Example 1: Squaring every term

Consider a series where every term is squared:

Sn(squared)=a2+a2r2+a2r4+a2r6+S_n(\text{squared}) = a^2 + a^2r^2 + a^2r^4 + a^2r^6 + \dots

This is a GP where the new first term is u1=a2u_1 = a^2 and the new common ratio is r2r^2. The sum to infinity for this squared series is S=a21r2S_\infty = \frac{a^2}{1 - r^2}.

Example 2: Raising every term to power kk

If every term is raised to a positive integer power kk:

Sn(power k)=ak+akrk+akr2k+akr3k+S_n(\text{power } k) = a^k + a^k r^k + a^k r^{2k} + a^k r^{3k} + \dots

This is a GP with first term aka^k and common ratio rkr^k. If r<1|r| < 1 and kk is a positive number, then rk<1|r^k| < 1, and a sum to infinity will exist. However, if k<0k < 0 and 0<r<10 < r < 1, the ratio rkr^k will be greater than 1, meaning the series will no longer converge.

Summing a Subset of a Geometric Series

You may be asked to find the sum of part of a GP, such as arm+arm+1++arnar^m + ar^{m+1} + \dots + ar^n, where n>mn > m.

One critical concept here is the number of terms. It is common to assume there are nmn - m terms, but this is a fence post error. There are actually nm+1n - m + 1 terms in this sum.

There are three main methods for tackling such a sum:

  1. Method 1: Difference of two sums. Treat it as Sn+1SmS_{n+1} - S_m. Note that Sn+1S_{n+1} includes terms up to arnar^n and SmS_m removes terms up to arm1ar^{m-1}, leaving the required terms.

  2. Method 2: Factorise rmr^m or armar^m. Factorising armar^m gives arm(1+r+r2++rnm)ar^m(1 + r + r^2 + \dots + r^{n-m}). This is a standard GP inside the brackets with nm+1n - m + 1 terms.

  3. Method 3: New GP definition. Treat it as a new GP where the first term is armar^m, the common ratio is rr, and the number of terms is nm+1n - m + 1.

As an exercise, you should work out the sum using all three methods to verify they produce the same result.

Key takeaways

  • The sum to infinity S=a/(1r)S_\infty = a / (1 - r) exists if and only if r<1|r| < 1.
  • The number of terms in a subset sum from armar^m to arnar^n is nm+1n - m + 1.
  • Any transformation of a GP, such as squaring terms or raising them to power kk, results in a new GP with a modified first term and common ratio.
  • The common ratio rr can be found by dividing any term by its predecessor: r=un+1/unr = u_{n+1} / u_n.
Tips

When dealing with sigma notation, always write out the first two or three terms of the sum. This helps you identify the actual first term aa and common ratio rr, which might not be immediately obvious from the formula.

Cautions

Be extremely careful with the condition r<1|r| < 1. If a question asks for the sum to infinity and rr is 1.5 or -2, the sum does not exist. Identifying this is often the key to solving the problem.

Insight

The sum to infinity formula is derived from the finite sum formula by considering the limit as nn tends to infinity. If r<1|r| < 1, then rnr^n tends to 0, which simplifies the numerator a(1rn)a(1 - r^n) to just aa.

Worked Examples

Example 1
The base 10 number 0.03841 has the value
0×101+3×102+8×103+4×104+1×105=0.038410 \times 10^{-1} + 3\times10^{-2} + 8 \times 10^{-3} + 4 \times 10^{-4} + 1 \times 10^{-5} = 0.03841
Similarly, the base 2 number 0.01101 has the value
0×21+1×22+1×23+0×24+1×25=13320\times2^{-1} + 1\times 2^{-2} + 1 \times 2^{-3} + 0 \times 2^{-4} + 1 \times 2^{-5} = \frac{13}{32}
What is the value of the recurring base 2 number
0.001˙1˙=0.001100110011...?0.00\dot{1}\dot{1} = 0.001100110011...?
A:13\frac{1}{3}
B:15\frac{1}{5}
C:115\frac{1}{15}
D:215\frac{2}{15}
E:415\frac{4}{15}
F:316\frac{3}{16}
G:516\frac{5}{16}
H:631\frac{6}{31}

Practice Questions

Practice Question 1
An arithmetic progression and a convergent geometric progression each have first term 12\frac{1}{2}.
The sum of the second terms of the two progressions is
12\frac{1}{2}.
The sum of the third terms of the two progressions is
18\frac{1}{8}.
What is the sum to infinity of the geometric progression?
A:2-2
B:1-1
C:12\frac{1}{2}
D:13\frac{1}{3}
E:13\frac{1}{3}
F:12\frac{1}{2}
G:11
H:22

Frequently asked questions

What happens if the common ratio rr is exactly 1?

If r=1r = 1, every term in the progression is aa. The sum SnS_n would simply be nana. The standard sum formula cannot be used because it would involve division by zero.

Can a geometric series with a negative common ratio converge?

Yes, as long as r<1|r| < 1. For example, if r=0.5r = -0.5, the terms alternate in sign but their absolute values decrease toward zero, allowing the series to converge to a finite sum to infinity.

How do I check for the number of terms in a Sigma notation sum?

For a sum k=mnf(k)\sum_{k=m}^{n} f(k), the number of terms is always (upperlimit)(lowerlimit)+1(upper \, limit) - (lower \, limit) + 1, which is nm+1n - m + 1. This is essential to avoid the fence post error.

Is there an easy way to remember the SnS_n formula?

Think of it as the first term multiplied by (1rnumberofterms)/(1r)(1 - r^{number \, of \, terms}) / (1 - r). This helps when you are summing subsets where the number of terms isn't simply nn.

Ready to test your knowledge?

You've reached the end of this section. Start a practice session to solidify your understanding and master this topic.