Additional Topics for the TMUA

Methods in Sequences and Summations

What you will get from this section. You will see a collection of useful examples involving arithmetic and geometric sequences, recurrence relations and summations. Each example develops a technique for exposing a familiar sequence hidden inside a less familiar problem.

TMUA Relevance Score: 8/10

I am writing this article because sequence and summation questions give examiners plenty of opportunities to set some genuinely interesting traps—and then sit back with popcorn and watch you fall into them. 😂

There is no single grand result tying everything in this article together. However, exposure to all these different types of problem provides exactly the kind of experience that is usually gained only after attempting many, many questions. Here, I am laying many of those traps out plainly for you to inspect, so examiners will have a much harder time catching you out with them later. Good, right?! 😁

Arithmetic and geometric sequences

I will assume that you are already familiar with arithmetic and geometric sequences, recurrence relations and the standard formulae, so these will not be our focus. Instead, the examples that follow explore some less well-known results and useful techniques involving these sequences.

Example 1: Arithmetic–geometric sequence

For a real number xx, the sequence (un)(u_n) is defined by un=(2n1)xn1u_n=(2n-1)x^{n-1}. Find xx such that

u1+u2+u3+=6.u_1+u_2+u_3+\cdots=6.

Example 1 solution

The factor 2n12n-1 generates the arithmetic sequence 1,3,5,7,1,3,5,7,\ldots, while xn1x^{n-1} generates the geometric sequence 1,x,x2,x3,1,x,x^2,x^3,\ldots. The terms of (un)(u_n) are formed by multiplying these two sequences term by term.

Let the given sum be SS. Multiplying it by the common ratio xx gives

S=1+3x+5x2+7x3+,xS=1+x+3x2+5x3+.\begin{aligned} S&=1+3x+5x^2+7x^3+\cdots,\\ xS&=\phantom{1+{}}x+3x^2+5x^3+\cdots. \end{aligned}

Subtracting the second expression from the first gives

(1x)S=1+2x+2x2+2x3+.(1-x)S=1+2x+2x^2+2x^3+\cdots.

The terms starting from 2x2x form an infinite geometric series with common ratio xx. Since the original sum converges, this geometric series must also converge, so we now know that x<1|x|<1.

Using the infinite geometric-series formula,

(1x)S=1+2x1x=1+x1xS=1+x(1x)2.(1-x)S=1+\frac{2x}{1-x}=\frac{1+x}{1-x} \quad\Rightarrow\quad S=\frac{1+x}{(1-x)^2}.

Substituting S=6S=6 gives

6(1x)2=1+x6x213x+5=0(3x5)(2x1)=0.6(1-x)^2=1+x \quad\Longleftrightarrow\quad 6x^2-13x+5=0 \quad\Longleftrightarrow\quad (3x-5)(2x-1)=0.

The two algebraic possibilities are x=53x=\frac53 and x=12x=\frac12. Since x<1|x|<1, we must have x=12x=\frac12.

Example 2: Pair analysis in an arithmetic sequence

The numbers u1,u2,,u18u_1,u_2,\ldots,u_{18} are consecutive terms of an arithmetic sequence, and u5+u14=40u_5+u_{14}=40.

Consider the following three statements.

  1. u9+u10=40u_9+u_{10}=40.
  2. u1+u2++u18=360u_1+u_2+\cdots+u_{18}=360.
  3. u1+u4+u7+u9+u12+u15+u18=140u_1+u_4+u_7+u_9+u_{12}+u_{15}+u_{18}=140.

Which of these statements must be true?

Example 2 solution

For the sum of two terms in an arithmetic sequence, shifting one term down by one index position and the other up by one index position decreases one term by the common difference dd and increases the other by dd. These two effects cancel, so the sum remains unchanged.

Therefore, u5+u14=u4+u15=40u_5+u_{14}=u_4+u_{15}=40.

Of course, we may shift by more than one index position. Moving each term by two positions changes one by +2d+2d and the other by 2d-2d, so the two effects still cancel:

u5+u14=u7+u12=40u_5+u_{14}=u_7+u_{12}=40.

More generally,

ua+ub=up+uqu_a+u_b=u_p+u_q

whenever a+b=p+qa+b=p+q. This is true for every arithmetic sequence. I call this pair analysis—a name I made up myself!

Statement 1: The indices 99 and 1010 add to 1919, as do the indices 55 and 1414. Pair analysis therefore gives u9+u10=u5+u14=40u_9+u_{10}=u_5+u_{14}=40.

Statement 1 must be true.

Statement 2: Pair the terms from the outside in:

(u1+u18)+(u2+u17)++(u9+u10)(u_1+u_{18})+(u_2+u_{17})+\cdots+(u_9+u_{10}).

Each pair has index sum 1919 and therefore has value 4040. There are 99 pairs, so u1+u2++u18=9×40=360u_1+u_2+\cdots+u_{18}=9\times40=360.

Statement 2 must also be true.

Statement 3: Pair as many terms as possible:

u1+u4+u7+u9+u12+u15+u18=(u1+u18)+(u4+u15)+(u7+u12)+u9=40+40+40+u9=120+u9.\begin{aligned} u_1+u_4+u_7+u_9+u_{12}+u_{15}+u_{18} &=(u_1+u_{18})+(u_4+u_{15})+(u_7+u_{12})+u_9\\ &=40+40+40+u_9\\ &=120+u_9. \end{aligned}

If statement 3 were true, this would force u9u_9 to be exactly 2020.

But hold on! The only condition we were given at the start was u5+u14=40u_5+u_{14}=40, which is equivalent to u9+u10=40u_9+u_{10}=40. This clearly cannot determine u9u_9 exactly. If it did, then u10=40u9u_{10}=40-u_9 would also be known. We could then find the common difference d=u10u9d=u_{10}-u_9, recover the first term and thereby determine the entire arithmetic sequence from just one pair-sum condition—which is clearly impossible! 😂

That is my rather long-winded way of saying that any subsequent claim to have determined u9u_9 exactly is fraudulent! Therefore, statement 3 need not be true.

Hence statements 1 and 2 must be true, while statement 3 need not be true.

Example 3: Averages in arithmetic sequences

A non-constant arithmetic sequence consists entirely of positive integers and has nn terms. The sum of all its terms is 105105.

The sum of the terms in odd-numbered positions is 1515 greater than the sum of the terms in even-numbered positions.

Find all possible values of nn.

Example 3 solution

Let SoS_o and SeS_e denote the sums of the terms in odd-numbered and even-numbered positions respectively. We are given that So+Se=105S_o+S_e=105 and SoSe=15S_o-S_e=15, so So=60S_o=60 and Se=45S_e=45.

We must consider separately whether nn is odd or even.

Case 1: nn is odd

Let MM be the middle term. Then MM is the average of the terms in odd-numbered positions and also the average of the terms in even-numbered positions.

Since nn is odd, there is exactly one more term in an odd-numbered position than in an even-numbered position. Therefore, SoSe=MS_o-S_e=M, giving M=15M=15.

The middle term is also the average of the entire sequence, so 105=nM=15n105=nM=15n, giving n=7n=7.

Case 2: nn is even

There are n/2n/2 terms in each group. Every term in an even-numbered position is obtained by adding dd to the preceding term in an odd-numbered position, so

SeSo=n2d15=n2dnd=30.S_e-S_o=\frac{n}{2}d \quad\Longrightarrow\quad -15=\frac{n}{2}d \quad\Longrightarrow\quad nd=-30.

Every term is an integer, so dd must also be an integer. Therefore, nn must be an even divisor of 3030, giving n=2,6,10n=2,6,10 or 3030.

Now we apply the positivity restriction. Since d=30/n<0d=-30/n<0, the sequence is decreasing and its last term is its smallest. We can restrict nn further with a little more work.

The sum of the first and last terms is twice the average of the sequence. We also know the difference between these terms:

un+u1=2(105n)andunu1=(n1)d.u_n+u_1=2\left(\frac{105}{n}\right) \qquad\text{and}\qquad u_n-u_1=(n-1)d.

Adding these equations and dividing by 22 gives

un=105n+n12d=120n15.u_n=\frac{105}{n}+\frac{n-1}{2}d =\frac{120}{n}-15.

Since unu_n must be positive, 120n15>0\frac{120}{n}-15>0, giving n<8n<8. Therefore, only n=2n=2 and n=6n=6 remain from the even case.

These values are all genuinely possible: the sequences 60,4560,45; 30,25,20,15,10,530,25,20,15,10,5; and 12,13,14,15,16,17,1812,13,14,15,16,17,18 provide examples for n=2,6n=2,6 and 77 respectively.

Therefore, the possible values of nn are 2,62,6 and 77.

Sequences defined by recurrence relations

Examples 1–3 were complete problems. The examples below are deliberately much simpler, as they are just here to demonstrate useful techniques. A useful question to keep in mind when dealing with recurrence relations is: Is there a simpler related sequence to consider?

Example 4: A hidden arithmetic sequence

The sequence (un)(u_n) is defined by u1=4u_1=4, u2=7u_2=7 and un+1+un1=2unu_{n+1}+u_{n-1}=2u_n for n2n\geq2.

Rearranging the recurrence gives

un+1un=unun1.u_{n+1}-u_n=u_n-u_{n-1}.

Successive differences are therefore equal. Since u2u1=3u_2-u_1=3, the sequence is arithmetic with common difference 33, giving un=4+3(n1)=3n+1u_n=4+3(n-1)=3n+1.

Example 5: Taking reciprocals

The positive sequence (un)(u_n) is defined by u1=12u_1=\frac12 and

un+1=un1+3un.u_{n+1}=\frac{u_n}{1+3u_n}.

The fraction becomes much simpler when inverted:

1un+1=1+3unun=1un+3.\frac1{u_{n+1}}=\frac{1+3u_n}{u_n}=\frac1{u_n}+3.

Define vn=1/unv_n=1/u_n. Then v1=2v_1=2 and vn+1=vn+3v_{n+1}=v_n+3, so (vn)(v_n) is arithmetic. Therefore, vn=3n1v_n=3n-1 and hence

un=13n1.u_n=\frac1{3n-1}.

Example 6: Shifting to create a geometric sequence

The sequence (un)(u_n) is defined by u1=1u_1=1 and un+1=2un+3u_{n+1}=2u_n+3.

Without the added 33, the recurrence would define a geometric sequence with common ratio 22. This suggests looking for a constant kk such that (un+k)(u_n+k) is geometric with common ratio 22.

We therefore want

un+1+k=2(un+k).u_{n+1}+k=2(u_n+k).

Using the recurrence, this becomes

2un+3+k=2un+2k,2u_n+3+k=2u_n+2k,

so k=3k=3.

Define vn=un+3v_n=u_n+3. Then v1=4v_1=4 and vn+1=2vnv_{n+1}=2v_n, so (vn)(v_n) is geometric. Hence vn=42n1=2n+1v_n=4\cdot2^{n-1}=2^{n+1}, giving

un=2n+13.u_n=2^{n+1}-3.

Example 7: Applying two transformations

The positive sequence (un)(u_n) is defined by u1=1u_1=1 and

un+1=un2+3un.u_{n+1}=\frac{u_n}{2+3u_n}.

Taking reciprocals and defining vn=1/unv_n=1/u_n gives v1=1v_1=1 and vn+1=2vn+3v_{n+1}=2v_n+3.

This first transformation has not yet produced an arithmetic or geometric sequence, but it has exposed the recurrence from Example 6. Adding 33 gives vn+1+3=2(vn+3)v_{n+1}+3=2(v_n+3).

Therefore, (vn+3)(v_n+3) is geometric with first term 44 and common ratio 22. Hence vn+3=2n+1v_n+3=2^{n+1}, so

un=12n+13.u_n=\frac1{2^{n+1}-3}.

Example 8: Rescaling by the term number

The sequence (un)(u_n) is defined by u1=1u_1=1 and

un+1=n+1nun+(n+1).u_{n+1}=\frac{n+1}{n}u_n+(n+1).

The repeated appearance of nn and n+1n+1 suggests dividing each term by its index. Dividing the recurrence by n+1n+1 gives

un+1n+1=unn+1.\frac{u_{n+1}}{n+1}=\frac{u_n}{n}+1.

Define vn=un/nv_n=u_n/n. Then v1=1v_1=1 and vn+1=vn+1v_{n+1}=v_n+1, so vn=nv_n=n. Consequently, un=nvn=n2u_n=nv_n=n^2.

Thus, the recurrence was simply defining the sequence 1,4,9,16,1,4,9,16,\ldots. In a TMUA question, never underestimate the value of calculating the first few terms and looking for a pattern!

Example 9: A recurrence with period three

The sequence (un)(u_n) is defined by u1=au_1=a, where a0,1a\neq0,1, and

un+1=11un.u_{n+1}=1-\frac1{u_n}.

This example demonstrates another possibility for a recurrence-defined sequence: it may be periodic. How might we recognise this? There are a couple of clues:

  • Treating the right-hand side as a function, f(x)=11xf(x)=1-\frac1x is a composition of the two self-inverse functions x1/xx\mapsto1/x and x1xx\mapsto1-x. This suggests possible periodic behaviour.

  • Try a simple value such as a=2a=2. The first four terms are 2,12,1,22,\frac12,-1,2. As soon as we return to 22, we know that the sequence will repeat and therefore has period 33 for this particular starting value.

Neither observation proves that every permitted starting value produces a sequence with period 33. The first motivates the experiment, while the second confirms only the case a=2a=2. For a complete check, calculate

f(f(x))=11xandf(f(f(x)))=x.f(f(x))=\frac1{1-x} \qquad\text{and}\qquad f(f(f(x)))=x.

Therefore, un+3=unu_{n+3}=u_n for every permitted value of aa, so the period must divide 33.

Since 33 is prime, the period can only be 11 or 33. A period of 11 would require aa to be a fixed point of ff. Solving f(a)=af(a)=a gives a2a+1=0a^2-a+1=0, whose discriminant is 3-3, so there are no real solutions.

Once the periodic nature is known, high-index terms and long sums can be reduced to calculations involving only one cycle.

Example 10: Two ways to recognise period two

Before we consider this example, it is worth recalling some facts that should be familiar to students who have studied the functions topic in A-level Mathematics:

Consider the recurrence

un+1=5un.u_{n+1}=5-u_n.

The graph of f(x)=5xf(x)=5-x is clearly symmetric about the line y=xy=x. Therefore, ff is its own inverse, so applying the recurrence twice returns us to the starting value. The sequence consequently has period 11 or 22, depending on its starting value. In particular, u1=52u_1=\frac52 gives a constant sequence with period 11; every other starting value gives period 22.

Notice how we reached this conclusion without any algebra, simply by thinking about the graph of f(x)=5xf(x)=5-x!

Next, consider

un+1=un+1un1.u_{n+1}=\frac{u_n+1}{u_n-1}.

Here, the symmetry of the graph is less obvious, so instead define f(x)=x+1x1f(x)=\frac{x+1}{x-1} and check that

f(f(x))=x+1x1+1x+1x11=2xx12x1=x.f(f(x)) =\frac{\dfrac{x+1}{x-1}+1}{\dfrac{x+1}{x-1}-1} =\frac{\dfrac{2x}{x-1}}{\dfrac{2}{x-1}} =x.

Therefore, applying the recurrence twice again returns us to the starting value, so the sequence has period 11 or 22. The actual period depends on its starting value u1=au_1=a.

If aa is a fixed point of ff, then f(a)=af(a)=a, and the sequence is constant, with period 11. In this case,

a+1a1=a\frac{a+1}{a-1}=a

has the two solutions a=1±2a=1\pm\sqrt2. These are also the points where the graph of ff intersects the line y=xy=x. For every other valid starting value a1a\neq1, the sequence has period 22.

The method of differences

The method of differences is a Further Mathematics topic, although its underlying idea is simple and natural enough to arise in a problem-solving question. You may occasionally encounter the term telescoping sum in community-written paper solutions, mathematics-olympiad material or resources from outside the UK. Do not be confused by the different terminology: it refers to the same cancellation phenomenon. In UK mathematics education, the technique is normally called the method of differences, so that is the name I will use here.

This is probably the least directly relevant part of the article for TMUA preparation because the method is outside the specification. Nevertheless, the required rearrangements are often elementary, and the cancellation itself is certainly fair mathematical game.

Example 11: A hidden difference of consecutive squares

Evaluate r=11002r+1r2(r+1)2\displaystyle\sum_{r=1}^{100}\frac{2r+1}{r^2(r+1)^2}.

Example 11 solution

The numerator can be written as the difference of two consecutive squares:

2r+1=(r+1)2r22r+1=(r+1)^2-r^2.

This is particularly useful because those same two squares appear in the denominator:

2r+1r2(r+1)2=(r+1)2r2r2(r+1)2=1r21(r+1)2\displaystyle\frac{2r+1}{r^2(r+1)^2}=\frac{(r+1)^2-r^2}{r^2(r+1)^2}=\frac1{r^2}-\frac1{(r+1)^2}.

Therefore,

r=11002r+1r2(r+1)2=(1122)+(122132)++(1100211012)=111012=1020010201.\begin{aligned} \sum_{r=1}^{100}\frac{2r+1}{r^2(r+1)^2} &=\left(1-\frac1{2^2}\right)+\left(\frac1{2^2}-\frac1{3^2}\right)+\cdots+\left(\frac1{100^2}-\frac1{101^2}\right)\\ &=1-\frac1{101^2}=\frac{10200}{10201}. \end{aligned}

Example 12: Partial fractions with a gap of two

Evaluate r=11001r(r+2)\displaystyle\sum_{r=1}^{100}\frac1{r(r+2)}.

Example 12 solution

Partial fractions give

1r(r+2)=12(1r1r+2).\frac1{r(r+2)}=\frac12\left(\frac1r-\frac1{r+2}\right).

The sum therefore becomes

12[(113)+(1214)++(11001102)].\frac12\left[ \left(1-\frac13\right) +\left(\frac12-\frac14\right) +\cdots +\left(\frac1{100}-\frac1{102}\right) \right].

Because the two fractions are separated by two indices, two positive terms at the beginning and two negative terms at the end remain. Hence

r=11001r(r+2)=12(1+1211011102)=762510302\displaystyle\sum_{r=1}^{100}\frac1{r(r+2)}=\frac12\left(1+\frac12-\frac1{101}-\frac1{102}\right)=\frac{7625}{10302}.

Example 13: Two cancelling pairs

Evaluate r=11002r(r+1)(r+2)\displaystyle\sum_{r=1}^{100}\frac{2}{r(r+1)(r+2)}.

Example 13 solution

The useful form is not immediately visible. Decomposing the fraction gives

2r(r+1)(r+2)=1r2r+1+1r+2\frac{2}{r(r+1)(r+2)}=\frac1r-\frac2{r+1}+\frac1{r+2}.

Now rearrange the three terms as two differences:

1r2r+1+1r+2=(1r1r+1)(1r+11r+2)\frac1r-\frac2{r+1}+\frac1{r+2}=\left(\frac1r-\frac1{r+1}\right)-\left(\frac1{r+1}-\frac1{r+2}\right).

Each bracket generates its own cancellation. Therefore,

r=11002r(r+1)(r+2)=(11101)(121102)=121101+1102=25755151.\begin{aligned} \sum_{r=1}^{100}\frac{2}{r(r+1)(r+2)} &=\left(1-\frac1{101}\right)-\left(\frac12-\frac1{102}\right)\\ &=\frac12-\frac1{101}+\frac1{102}\\ &=\frac{2575}{5151}. \end{aligned}

Example 14: Trial and error in the method of differences

Evaluate

n=1100n2n+1(n+1)(n+2).\sum_{n=1}^{100}\frac{n2^{n+1}}{(n+1)(n+2)}.

Example 14 solution

The factors n+1n+1 and n+2n+2 in the denominator, together with the consecutive powers of 22, suggest trying a difference such as

2nn+12n+1n+2.\frac{2^n}{n+1}-\frac{2^{n+1}}{n+2}.

Why this particular structure? When nn is replaced by n+1n+1, the first fraction becomes 2n+1n+2\frac{2^{n+1}}{n+2}, exactly matching the second fraction above. This makes cancellation between consecutive terms possible.

Multiplying both fractions by 22 gives

2n+1n+12n+2n+2,\frac{2^{n+1}}{n+1}-\frac{2^{n+2}}{n+2},

which has exactly the same structure. It is simply twice our original trial. Thus, the two guesses have the same structure, so trying either one is sufficient.

However,

2nn+12n+2n+2\frac{2^n}{n+1}-\frac{2^{n+2}}{n+2}

could never produce the required cancellation. The second fraction is not what the first fraction becomes when nn is replaced by n+1n+1: the denominator advances by one index, but the exponent advances by two.

Now simplify our original trial:

2nn+12n+1n+2=2n(n+2)2n+1(n+1)(n+1)(n+2)=n2n(n+1)(n+2).\frac{2^n}{n+1}-\frac{2^{n+1}}{n+2} = \frac{2^n(n+2)-2^{n+1}(n+1)}{(n+1)(n+2)} = -\frac{n2^n}{(n+1)(n+2)}.

This is very close to the required summand: we need only reverse the order and multiply by 22. Therefore,

n2n+1(n+1)(n+2)=2(2n+1n+22nn+1).\frac{n2^{n+1}}{(n+1)(n+2)} = 2\left(\frac{2^{n+1}}{n+2}-\frac{2^n}{n+1}\right).

Hence

n=1100n2n+1(n+1)(n+2)=2[(431)+(8443)++(21011022100101)]=2(21011021)=2101512.\begin{aligned} \sum_{n=1}^{100}\frac{n2^{n+1}}{(n+1)(n+2)} &=2\left[ \left(\frac43-1\right) +\left(\frac84-\frac43\right) +\cdots +\left(\frac{2^{101}}{102}-\frac{2^{100}}{101}\right) \right]\\ &=2\left(\frac{2^{101}}{102}-1\right)\\ &=\frac{2^{101}}{51}-2. \end{aligned}

Summary