91热爆

Finding the nth term of quadratic sequences - Higher

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

Quadratic sequences

The \(n\)th term for a quadratic sequence has a term that contains \(n^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

Finding the nth term of a quadratic

Example 1

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

Sequence showing that it's increments are equally incremental (+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.

\(n^2\)14916
Operation\(+ 1\)\(+ 1\)\(+ 1\)\(+ 1\)
Sequence251017
\(n^2\)
1
4
9
16
Operation
\(+ 1\)
\(+ 1\)
\(+ 1\)
\(+ 1\)
Sequence
2
5
10
17

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

Example 2

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

Sequence showing that it's increments are equally incremental (+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:

\(2n^2\)281832
Operation\(+ 3\)\(+ 3\)\(+ 3\)\(+ 3\)
Sequence5112135
\(2n^2\)
2
8
18
32
Operation
\(+ 3\)
\(+ 3\)
\(+ 3\)
\(+ 3\)
Sequence
5
11
21
35

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

Sequence showing that it's increments are equally incremental (+2).

The coefficient of \(n^2\) is half the second difference, which is 1.

Sequence showing that it's increments are equally incremental (+5).

So 8, 13, 18, 23 is a linear sequence with \(n\)th term \(5n + 3\).

So the \(n\)th term of the quadratic sequence is \(n^2 + 5n + 3\).