On quadratic sequences
This is a guest post from Mark Ritchings, a maths tutor in Bury.
A quadratic sequence is a sequence for which the
- The first term is
. - The second term is
. - The third term is
.
… so, if you know the values of
In their wisdom, the people who decide what mathematics you have to learn and what you will be tested on have decided that you need to be able to do at least the following things:
- Given the expression for the
th term of a sequence, work out the first few terms, or the 20th term, or any given term. - Given a sequence, work out the next few terms or figure out the
thterm.
I’m going to focus on the second of these points. Here’s an example:
If the first four terms of a quadratic sequence are 6, 17, 34, and 57, find the next term and the
th term.
In the table below the “working out” has been added below. The first differences are found by selecting each term, after the first, and subtracting the previous term. The second difference is found in a similar way. I hope that the pattern which allows you to work out the next term is clear. The next term is 86.
Sequence | 6 | 17 | 34 | 57 | 86 | ||||
1st difference | 11 | 17 | 23 | 29 | |||||
2nd difference | 6 | 6 | 6 |
There are several ways to find the
The usual method
The most popular method with teachers seems to be the following:
- Find half of the second difference. For the example above, this is 3.
- This is the coefficient of
in the required th term, because your teacher says so. 1 - Work out the first few terms of the sequence for which the
th term is . These would be , , and - so that sequence begins 3, 12, 27. - Subtract these numbers from the terms of the given sequence to obtain a linear sequence.
6 | 17 | 34 | |
3 | 12 | 27 | |
3 | 5 | 7 |
In this example the linear sequence is 3, 5, 7, …
Write down the
6 | 17 | 34 | |
3 | 12 | 27 | |
3 | 5 | 7 |
The required
But why is the coefficient of
1st difference | 3a+b | 5a+b | |||
2nd difference | 2a |
The pattern-matching method
Comparing this new table to the original gives another way of figuring out the
6 | 17 | 34 | |||
1st difference | 11 | 17 | |||
2nd difference | 6 |
You can see that for this sequence,
To use this method you would have to memorise (or figure out) the following expressions:
- First term:
- (First) first difference:
- (Only) Second difference:
The simultaneous equations method
Rather than doing that, you can work out that the first term is
This gives three simultaneous equations with three unknowns and these equations are very easy to solve.
For the example sequence 6, 17, 34… the equations are: (1)
Subtracting (1) from (2) and (2) from (3) gives:
(4)
Subtracting (4) from (5) gives
Substituting this into equation (3) gives
Substituting
Once again the
The following two methods are not serious suggestions for GCSE students.
The matrix method
In matrix form, the simultaneous equations can be written as
The values of a,b and c are given by
Or equivalently,
Checking the inverse of the matrix is left as an exercise for the reader 2.
For the example sequence this is
And the
A special bonus method
The final method is my favourite. Imagine three quadratic functions
Add them together to get
Now
For the example question with the terms 6, 17, 34…:
You can expand these, add them up and simplify down to get
In general,
Curious students may like to read about using matrices to solve simultaneous equations and Lagrange interpolation.
* Note from Colin: I welcome guest posts from people I know. The best way to get me to know you is to interact on Twitter.
Footnotes:
1. Zing! - Ed.
2. +1 - Ed