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 , the sequence is defined by . Find such that
Example 1 solution
The factor generates the arithmetic sequence , while generates the geometric sequence . The terms of are formed by multiplying these two sequences term by term.
Let the given sum be . Multiplying it by the common ratio gives
Subtracting the second expression from the first gives
The terms starting from form an infinite geometric series with common ratio . Since the original sum converges, this geometric series must also converge, so we now know that .
Using the infinite geometric-series formula,
Substituting gives
The two algebraic possibilities are and . Since , we must have .
Technique. When the terms are formed by multiplying an arithmetic sequence by a geometric sequence, multiply the entire sum by the geometric common ratio and subtract to expose a new geometric series.
Example 2: Pair analysis in an arithmetic sequence
The numbers are consecutive terms of an arithmetic sequence, and .
Consider the following three statements.
- .
- .
- .
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 and increases the other by . These two effects cancel, so the sum remains unchanged.
Therefore, .
Of course, we may shift by more than one index position. Moving each term by two positions changes one by and the other by , so the two effects still cancel:
.
More generally,
whenever . This is true for every arithmetic sequence. I call this pair analysis—a name I made up myself!
Statement 1: The indices and add to , as do the indices and . Pair analysis therefore gives .
Statement 1 must be true.
Statement 2: Pair the terms from the outside in:
.
Each pair has index sum and therefore has value . There are pairs, so .
Statement 2 must also be true.
Statement 3: Pair as many terms as possible:
If statement 3 were true, this would force to be exactly .
But hold on! The only condition we were given at the start was , which is equivalent to . This clearly cannot determine exactly. If it did, then would also be known. We could then find the common difference , 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 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.
Technique. I call this pair analysis. There is a directly analogous version for geometric sequences.
In an arithmetic sequence, whenever .
In a geometric sequence, whenever .
Example 3: Averages in arithmetic sequences
A non-constant arithmetic sequence consists entirely of positive integers and has terms. The sum of all its terms is .
The sum of the terms in odd-numbered positions is greater than the sum of the terms in even-numbered positions.
Find all possible values of .
Example 3 solution
Let and denote the sums of the terms in odd-numbered and even-numbered positions respectively. We are given that and , so and .
We must consider separately whether is odd or even.
Case 1: is odd
Let be the middle term. Then is the average of the terms in odd-numbered positions and also the average of the terms in even-numbered positions.
Since is odd, there is exactly one more term in an odd-numbered position than in an even-numbered position. Therefore, , giving .
The middle term is also the average of the entire sequence, so , giving .
Case 2: is even
There are terms in each group. Every term in an even-numbered position is obtained by adding to the preceding term in an odd-numbered position, so
Every term is an integer, so must also be an integer. Therefore, must be an even divisor of , giving or .
Now we apply the positivity restriction. Since , the sequence is decreasing and its last term is its smallest. We can restrict 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:
Adding these equations and dividing by gives
Since must be positive, , giving . Therefore, only and remain from the even case.
These values are all genuinely possible: the sequences ; ; and provide examples for and respectively.
Therefore, the possible values of are and .
Technique. The average of an arithmetic sequence is the average of its first and last terms or, more generally, of any pair of terms equally far from the two ends. If the sequence has an odd number of terms, this average is also the middle term.
For the curious. My original version of this question asked for the total number of distinct sequences satisfying these conditions. What do you think the answer is? Hint: it is not . 😂
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 is defined by , and for .
Rearranging the recurrence gives
Successive differences are therefore equal. Since , the sequence is arithmetic with common difference , giving .
Technique. A recurrence involving three consecutive terms may hide an arithmetic or geometric sequence. Look for:
- , revealing an arithmetic sequence;
- , revealing a geometric sequence, provided the required divisions are valid.
Example 5: Taking reciprocals
The positive sequence is defined by and
The fraction becomes much simpler when inverted:
Define . Then and , so is arithmetic. Therefore, and hence
Technique. If a recurrence contains in both the numerator and denominator, try taking reciprocals. This may reveal a simpler related sequence.
Example 6: Shifting to create a geometric sequence
The sequence is defined by and .
Without the added , the recurrence would define a geometric sequence with common ratio . This suggests looking for a constant such that is geometric with common ratio .
We therefore want
Using the recurrence, this becomes
so .
Define . Then and , so is geometric. Hence , giving
Technique. For a recurrence of the form , look for a constant such that is geometric by requiring .
Example 7: Applying two transformations
The positive sequence is defined by and
Taking reciprocals and defining gives and .
This first transformation has not yet produced an arithmetic or geometric sequence, but it has exposed the recurrence from Example 6. Adding gives .
Therefore, is geometric with first term and common ratio . Hence , so
Technique. One transformation may reveal the need for another!
Example 8: Rescaling by the term number
The sequence is defined by and
The repeated appearance of and suggests dividing each term by its index. Dividing the recurrence by gives
Define . Then and , so . Consequently, .
Thus, the recurrence was simply defining the sequence . In a TMUA question, never underestimate the value of calculating the first few terms and looking for a pattern!
Technique. When a recurrence repeatedly contains and , try dividing or multiplying each term by its index. A rescaled sequence such as may be much simpler.
Example 9: A recurrence with period three
The sequence is defined by , where , and
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, is a composition of the two self-inverse functions and . This suggests possible periodic behaviour.
-
Try a simple value such as . The first four terms are . As soon as we return to , we know that the sequence will repeat and therefore has period for this particular starting value.
Neither observation proves that every permitted starting value produces a sequence with period . The first motivates the experiment, while the second confirms only the case . For a complete check, calculate
Therefore, for every permitted value of , so the period must divide .
Since is prime, the period can only be or . A period of would require to be a fixed point of . Solving gives , whose discriminant is , 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.
Technique. A recurrence built from simple self-inverse functions, such as and , may suggest periodic behaviour. Calculate the first few terms to look for a 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:
The graphs of and its inverse , when the inverse exists, are reflections of each other in the line . They satisfy for every in the domain of .
Consequently, if and only if the graph of is symmetric about the line . This provides a useful way to recognise immediately that a given function is its own inverse, without using algebra.
Consider the recurrence
The graph of is clearly symmetric about the line . Therefore, is its own inverse, so applying the recurrence twice returns us to the starting value. The sequence consequently has period or , depending on its starting value. In particular, gives a constant sequence with period ; every other starting value gives period .
Notice how we reached this conclusion without any algebra, simply by thinking about the graph of !
Next, consider
Here, the symmetry of the graph is less obvious, so instead define and check that
Therefore, applying the recurrence twice again returns us to the starting value, so the sequence has period or . The actual period depends on its starting value .
If is a fixed point of , then , and the sequence is constant, with period . In this case,
has the two solutions . These are also the points where the graph of intersects the line . For every other valid starting value , the sequence has period .
Technique. To check for period , either recognise that the graph of is symmetric about the line or verify algebraically that . Fixed points give period ; every other valid starting value gives period .
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 .
Example 11 solution
The numerator can be written as the difference of two consecutive squares:
.
This is particularly useful because those same two squares appear in the denominator:
.
Therefore,
Technique. Look for a way to write the th term as . When the terms are added, each intermediate value cancels with the corresponding value in the next term, leaving only the two end terms.
Example 12: Partial fractions with a gap of two
Evaluate .
Example 12 solution
Partial fractions give
The sum therefore becomes
Because the two fractions are separated by two indices, two positive terms at the beginning and two negative terms at the end remain. Hence
.
Technique. If the term takes the form , expect remaining terms at each end.
Example 13: Two cancelling pairs
Evaluate .
Example 13 solution
The useful form is not immediately visible. Decomposing the fraction gives
.
Now rearrange the three terms as two differences:
.
Each bracket generates its own cancellation. Therefore,
Technique. An expression of the form can be split into two first differences: .
Example 14: Trial and error in the method of differences
Evaluate
Example 14 solution
The factors and in the denominator, together with the consecutive powers of , suggest trying a difference such as
Why this particular structure? When is replaced by , the first fraction becomes , exactly matching the second fraction above. This makes cancellation between consecutive terms possible.
Multiplying both fractions by gives
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,
could never produce the required cancellation. The second fraction is not what the first fraction becomes when is replaced by : the denominator advances by one index, but the exponent advances by two.
Now simplify our original trial:
This is very close to the required summand: we need only reverse the order and multiply by . Therefore,
Hence
Technique. If you suspect that the method of differences may work, use the structure of the summand to make an informed trial, but make sure that your trial is of the form .
Summary
Arithmetic and geometric sequences: look for useful products, pairings and averages.
Recurrence relations: try shifting, reciprocating or rescaling the terms to reveal a simpler related sequence, and look out for periodic behaviour.
Method of differences: rewrite the summand as so that intermediate terms cancel.