Sequences
Number sequences are sets of numbers that follow a pattern or a rule.
Each number in a sequence is called a term.
There are some special sequences that you should recognise.
The most important of these are:
- square numbers: \(1, 4, 9, 16, 25, 36, …\) - the nth term is \(n^2\)
- cube numbers: \(1, 8, 27, 64, 125, …\) - the nth term is \(n^3\)
- triangular numbers: \(1, 3, 6, 10, 15, …\) (these numbers can be represented as a triangle of dots). The term to term rule for the triangle numbers is to add one more each time: \(1 + 2 = 3, 3 + 3 = 6, 6 + 4 = 10\) etc.
- Fibonacci sequence: \(1, 1, 2, 3, 5, 8, 13, …\) (in this sequence you start off with 1 and then to get each term you add the two terms that come before it)
- A sequence which increases or decreases by the same amount each time is called a linear sequence e.g.
Term to term rules
The term to term rule of a sequence describes how to get from one term to the next.
Example 1
Work out the next two termAn element within an algebraic sentence. For example 3x +7 has two terms, 3x and 7. in the following sequence and write down the term to term rule:
\(3, 7, 11, 15, …\)
Firstly, work out the differenceThe numerical difference between two numbers is found by comparing the quantities. A difference is always a positive value. The difference between 3 and 5 is 2, the difference between 5 and 3 is 2 in the terms.
This sequence is going up by four each time, so add 4 on to the last term to find the next term in the sequence.
\(3, 7, 11, 15, 19, 23, …\)
To work out the term to term rule, give the starting number of the sequence and then describe the pattern of the numbers.
The first number is 3. The term to term rule is 'add 4'.
Once the first term and term to term rule are known, all the terms in the sequence can be found.
Example 2
Work out the next two terms in the following sequence and write down the term to term rule:
\(–1, -0.5, 0, 0.5, …\)
The first term is –1. The term to term rule is 'add 0.5'.
Question
What is the term to term rule and the next two terms of the sequence:
\(17, 14, 11, 8, …?\)
To work out the term to term rule, give the first term and then the pattern. The first term is 17, and the pattern is to subtract 3 each time, so the term to term rule is 'start at 17 and subtract 3'.
The next two terms of the sequence are 5 and 2, giving the sequence as:
Question
What are the next 3 terms of a sequence that has a first term of 1, where the term to term rule is multiply by 2?
The first term is given as 1. Each number that follows is double the number before.
Position to term rules or nth term
Each term in a sequence has a position. The first term is in position 1, the second term is in position 2 and so on.
Position to term rules use algebra to work out what number is in a sequence if the position in the sequence is known. This is also called the nth term, which is a position to term rule that works out a term at position \(n\), where \(n\) means any position in the sequence.
Working out position to term rules
Example
Work out the position to term rule for the following sequence: \(5, 6, 7, 8, …\)
Solution
First, write out the sequence and the positions of each term.
| Position | 1 | 2 | 3 | 4 |
| Term | 5 | 6 | 7 | 8 |
Next, work out how to go from the position to the term.
| Position | 1 | 2 | 3 | 4 |
| Operation | +4 | +4 | +4 | +4 |
| Term | 5 | 6 | 7 | 8 |
In this example, to get from the position to the term, take the position number and add 4.
If the position is \(n\), then the position to term rule is \(n+4\).
The nth term
The nth term of a sequence is the position to term rule using \(n\) to represent the position number.
Example
Work out the nth term of the following sequence: 3, 5, 7, 9, …
Firstly, write out the sequence and the positions of the terms.
As there isn't a clear way of going from the position to the term, look for a common difference between the terms. In this case, there is a difference of 2 each time.
This common difference describes the times tables that the sequence is working in. In this sequence it's the 2 times tables.
Write out the 2 times tables and compare each term in the sequence to the 2 times tables.
| Position | 1 | 2 | 3 | 4 |
| Term | \(\times2\) | \(\times2\) | \(\times2\) | \(\times2\) |
| 2 times table | 2 | 4 | 6 | 8 |
| Operation | \(+1\) | \(+1\) | \(+1\) | \(+1\) |
| Term | 3 | 5 | 7 | 9 |
To get from the position to the term, first multiply the positions by 2 then add 1.
If the position is \(n\), then this is \(2\times n+1\) which can be written as \(2n+1\).
Using the nth term
If the nth term of a sequence is known, it is possible to work out any number in that sequence.
Example
Write the first five terms of the sequence \(3n+4\).
\(n\) represents the position in the sequence. The first term in the sequence is when \(n=1\), the second term in the sequence is when \(n=2\), and so on.
To find the terms, substitute \(n\) for the position number:
- when \(n=1,3n+4=3\times1+4=3+4=7\)
- when \(n=2,3n+4=3\times2+4=6+4=10\)
- when \(n=3,3n+4=3\times3+4=9+4=13\)
- when \(n=4,3n+4=3\times4+4=12+4=16\)
- when \(n=5,3n+4=3\times5+4=15+4=19\)
The first five terms of the sequence: \(3n+4\) are \(7, 10, 13, 16, 19, …\)
Working out terms in a sequence
When the nth term is known, it can be used to work out specific terms in a sequence. For example, the 50th term can be calculated without calculating the first 49 terms, which would take a long time.
Question
What is the 100th term in the sequence \(5n–3\)?
To answer this, the position is 100, so substitute \(n\) for 100.
\(5n – 3 = 5\times 100 – 3 = 500 – 3 = 497\)
497 is the 100\(^{th}\) term in the sequence \(5n – 3\).
Is the number 14 in the sequence \(4n+2\)?
To work out whether 14 is in this sequence, put the nth term equal to the number and solve the equation.
\(4n + 2 = 14\)
\(–2\) \(–2\)
\(4n = 12\)
\(\div4\) \(\div4\)
\(n = 3\)
This means that 14 is in the sequence and it is the third term.
Quadratic sequences
The \(n^{th}\) for a quadratic sequence has a term that contains \(x^2\). Terms of a quadratic sequence can be worked out in the same way.
Example
Write the first five terms of the sequence \(n^2+3n–5\).
- when \(n=1, n^2 + 3n–5 = 1^2 + 3 \times 1–5 = 1 + 3–5 = –1\)
- when \(n=2, n^2 + 3n–5 = 2^2 + 3 \times 2–5 = 4 + 6–5 = 5\)
- when \(n=3, n^2 + 3n–5 = 3^2 + 3 \times 3–5 = 9 + 9–5 = 13\)
- when \(n=4, n^2 + 3n–5 = 4^2 + 3 \times 4–5 = 16 + 12–5 = 23\)
- when \(n=5, n^2 + 3n–5 = 5^2 + 3 \times 5–5 = 25 + 15–5 = 35\)
The first five terms of the sequence: \(n^2 + 3n – 5\) are \(–1, 5, 13, 23, 35\).
Non-linear sequences
Some sequences may contain terms that are fractions.
Example
Work out the \(nth\) term of the following sequence: \(\frac{1}{3},\frac{2}{5},\frac{3}{7},\frac{4}{9}…\)
First, look for the pattern on the numerator of each fraction.
| Position | 1 | 2 | 3 | 4 |
| Term | 1 | 2 | 3 | 4 |
The rule is \(n\).
Then, look for the pattern on the denominator of each equation:
| Position | 1 | 2 | 3 | 4 |
| Term | 3 | 5 | 7 | 9 |
The rule is \(2n+1\)
The rule for the sequence \(\frac{1}{3},\frac{2}{5},\frac{3}{7},\frac{4}{9}…\) is \(\frac{n}{2n+1}\)
Test yourself
More on M5: Number & Algebra
Find out more by working through a topic
- count1 of 2
