91ȱ

Quadratic sequences

Quadratic sequences are sequences that include an \(n^2\) term. They can be identified by the fact that the differences in between the terms are not equal, but the second differences between terms are equal.

Example one

Work out the \(n\)th term of the sequence 2, 5, 10, 17, 26, ...

A number sequence with terms 2, 5, 10, 17, 26. The first differences between the terms are +3, +5, +7, +9. The second differences between the terms is +2

Work out the first differences between the terms. The first differences are not the same, so work out the second differences.

The second differences are the same. The sequence is quadratic and will contain an \(n^2\) term. The of \(n^2\) is always half of the second difference. In this example, the second difference is 2. Half of 2 is 1, so the coefficient of \(n^2\) is 1.

To work out the \(n\)th term of the sequence, write out the numbers in the sequence \(n^2\) and compare this sequence with the sequence in the question.

A 4 column table with three rows labelled 'n squared', 'Operation' and 'Sequence'.

In this example, you need to add \(1\) to \(n^2\) to match the sequence. The sequence is therefore \(n^2 + 1\).

Example two

Work out the \(n\)th term of the sequence 5, 11, 21, 35, ...

A number sequence with terms 5, 11, 21, 35. The first differences between the terms are +6, +10, +14. The second differences between the terms is +4

Work out the first differences between the terms. The first differences are not the same, so work out the second differences.

The second difference is the same so the sequence is quadratic and will contain an \(n^2\) term. The coefficient of \(n^2\) is half the second difference, which is 2. The sequence will contain \(2n^2\), so use this:

A 4 column table with three rows labelled '2n squared', 'Operation' and 'Sequence'.

The sequence is \(2n^2 + 3\).