40% off

Early-bird ends 15 Aug, 9am

Lock in £90

Calculating the nth Term of Sequences for the TMUA

Updated August 2025

Deducing the general rule for a sequence is a vital algebraic skill for the TMUA. This topic explains how to derive expressions for linear sequences with constant first differences and quadratic sequences with constant second differences, providing systematic methods for both.

Core concept

A sequence is a list of terms governed by a rule. For a linear sequence, the nthn^{th} term is of the form dn+cdn + c. For a quadratic sequence, the nthn^{th} term follows the form an2+bn+can^2 + bn + c, where the second difference between terms is constant.

If we have a list of terms in a sequence, we can determine the nthn^{th} term, which is the position to term rule used to calculate any term based on its position nn.

Finding the nth Term for a Linear Sequence

In a linear sequence, the terms increase or decrease by the same amount each time. This is known as a constant difference. To find the nthn^{th} term, identify this difference and adjust the formula to match the sequence.

Example: Increasing Linear Sequence

Find the nthn^{th} term for the sequence 2,5,8,11,...2, 5, 8, 11, ...

nn11223344
term2255881111
difference+3+3+3+3+3+3

A constant difference of +3+3 means the nthn^{th} term rule includes 3n3n. Comparing 3n3n (which produces 3,6,9,123, 6, 9, 12) to our sequence, we see each term is 11 less than 3n3n. Therefore, the nthn^{th} term is 3n13n - 1.

Example: Decreasing Linear Sequence

Find the nthn^{th} term for the sequence 14,8,2,4,...14, 8, 2, -4, ...

nn11223344
6n-6n6-612-1218-1824-24
term141488224-4

The difference between terms is 6-6. This indicates the nthn^{th} term involves 6n-6n. To get from the 6n-6n values to the actual terms, we must add 2020. Thus, the nthn^{th} term is 6n+20-6n + 20.

Example: Linear Sequence with Fractional Coefficient

Find the nthn^{th} term for the sequence 512,6,612,7,...5\frac{1}{2}, 6, 6\frac{1}{2}, 7, ...

nn11223344
term5125\frac{1}{2}666126\frac{1}{2}77
difference+12+\frac{1}{2}+12+\frac{1}{2}+12+\frac{1}{2}

The constant difference is +12+\frac{1}{2}, so the rule includes 12n\frac{1}{2}n. Since each term is 55 more than 12n\frac{1}{2}n, the nthn^{th} term is 12n+5\frac{1}{2}n + 5.

Finding the nth Term for a Quadratic Sequence

For a quadratic sequence, the first differences are not constant, but the second differences are. The rule is in the form an2+bn+can^2 + bn + c.

Method 1: Using Simultaneous Equations

Find the nthn^{th} term for 2,5,10,17,26,37,...2, 5, 10, 17, 26, 37, ...

  1. Calculate the differences:
    • First differences: +3,+5,+7,+9,+11+3, +5, +7, +9, +11
    • Second differences: +2,+2,+2,+2+2, +2, +2, +2
  2. Set up equations using an2+bn+can^2 + bn + c:
    • When n=1:a+b+c=2n = 1: a + b + c = 2 (term 1)
    • When n=2:4a+2b+c=5n = 2: 4a + 2b + c = 5 (term 2)
    • When n=3:9a+3b+c=10n = 3: 9a + 3b + c = 10 (term 3)
  3. Subtract equations:
    • (4a+2b+c)(a+b+c)    3a+b=3(4a + 2b + c) - (a + b + c) \implies 3a + b = 3
    • (9a+3b+c)(4a+2b+c)    5a+b=5(9a + 3b + c) - (4a + 2b + c) \implies 5a + b = 5
  4. Solve for aa and bb:
    • (5a+b)(3a+b)    2a=2(5a + b) - (3a + b) \implies 2a = 2, so a=1a = 1
    • Substitute a=1a=1 into 3a+b=3    3(1)+b=33a + b = 3 \implies 3(1) + b = 3, so b=0b = 0
    • Substitute a=1,b=0a=1, b=0 into a+b+c=2    1+0+c=2a + b + c = 2 \implies 1 + 0 + c = 2, so c=1c = 1

The nthn^{th} term is n2+1n^2 + 1.

Method 2: Comparing with n2n^2

Using the same sequence (2,5,10,17...2, 5, 10, 17...), the second difference is constant (+2+2). The coefficient aa is half the second difference: a=2÷2=1a = 2 \div 2 = 1. The rule involves 1n21n^2. Subtract n2n^2 values (1,4,9,161, 4, 9, 16) from the original terms to find the remaining linear sequence:

  • 21=12 - 1 = 1
  • 54=15 - 4 = 1
  • 109=110 - 9 = 1 Since the remainder is always 11, the rule is n2+1n^2 + 1.

Finding the nth Term for a Quadratic Based on a Multiple of n2n^2

Find the nthn^{th} term for 1,10,25,46,...1, 10, 25, 46, ...

  • First differences: +9,+15,+21+9, +15, +21
  • Second differences: +6,+6+6, +6 Since the second difference is +6+6, a=6÷2=3a = 6 \div 2 = 3. The rule involves 3n23n^2. The values for 3n23n^2 are 3,12,27,483, 12, 27, 48. Comparing these to 1,10,25,461, 10, 25, 46, we see each term is 22 smaller. The nthn^{th} term is 3n223n^2 - 2.

Quadratic Sequences with n2n^2 and nn terms

Find the nthn^{th} term for 5,14,27,44,65,...5, 14, 27, 44, 65, ...

  • First differences: +9,+13,+17,+21+9, +13, +17, +21
  • Second differences: +4,+4,+4+4, +4, +4 Coefficient a=4÷2=2a = 4 \div 2 = 2. The rule involves 2n22n^2. Subtract 2n22n^2 from the original terms:
  • 52(1)2=35 - 2(1)^2 = 3
  • 142(2)2=614 - 2(2)^2 = 6
  • 272(3)2=927 - 2(3)^2 = 9 The remainder sequence 3,6,9,...3, 6, 9, ... is a linear sequence with nthn^{th} term 3n3n. Combining these, the final rule is 2n2+3n2n^2 + 3n.

Key takeaways

  • A linear sequence has a constant first difference, which becomes the coefficient of nn in the nthn^{th} term formula.
  • A quadratic sequence has a constant second difference, and its formula is an2+bn+can^2 + bn + c.
  • In a quadratic sequence, the coefficient aa is always half of the constant second difference.
  • The position of a term in a sequence is denoted by nn, starting at n=1n = 1 for the first term.
  • Quadratic nthn^{th} terms can be found by either solving simultaneous equations for a,b,ca, b, c or by identifying an2an^2 and finding the linear rule for the remainder.
Tips

After deriving your nthn^{th} term formula, always test it by substituting n=3n = 3 or n=4n = 4 to see if it correctly produces the corresponding term in the original list. This is the quickest way to catch arithmetic errors in the TMUA.

Cautions

A common mistake is assuming the first difference is the coefficient of nn in a quadratic sequence. This is only true for linear sequences. For quadratic sequences, you must use the second difference to find the n2n^2 coefficient first.

Insight

The constant second difference in a quadratic sequence is the discrete mathematics equivalent of a constant second derivative in calculus. Just as a constant second derivative implies a quadratic function, a constant second difference implies a quadratic sequence.

Worked Examples

Example 1
The first five terms of a sequence in order are:

2 17 42 77 122

The nᵗʰ term of this sequence is
pn2+qpn² + q where p and q are integers.

What is the value of
pqp+q\frac{p-q}{p+q}?
A:14\frac{1}{4}
B:12\frac{1}{2}
C:1
D:2317\frac{23}{17}
E:137\frac{13}{7}
F:2
G:4
H:14

Practice Questions

Practice Question 1
Sequence 1 is an arithmetic progression with first term 11 and common difference 3.
Sequence 2 is an arithmetic progression with first term 2 and common difference 5.
Some numbers that appear in Sequence 1 also appear in Sequence 2. Let
NN be the 20th such number.
What is the remainder when
NN is divided by 7?
A:0
B:1
C:2
D:3
E:4
F:5
G:6

Frequently asked questions

How can I tell immediately if a sequence is linear or quadratic?

Check the differences between consecutive terms. If the first differences are all the same, it is a linear sequence. If the first differences are different but the differences between those differences (the second differences) are the same, it is a quadratic sequence.

What if the second difference is not constant?

If the second difference is not constant, the sequence is neither linear nor quadratic. It might be a cubic sequence (constant third difference) or a geometric sequence (constant ratio), but these are generally outside the immediate scope of section M4.19.

Why is aa half the second difference in a quadratic sequence?

If you expand a(n+1)2+b(n+1)+ca(n+1)^2 + b(n+1) + c and subtract an2+bn+can^2 + bn + c, the first difference is 2an+a+b2an + a + b. The second difference is the difference between 2a(n+1)+a+b2a(n+1) + a + b and 2an+a+b2an + a + b, which simplifies to 2a2a. Therefore, the second difference is always 2a2a.

Can nn ever be zero or negative when finding terms?

No, in the context of sequences, nn represents the position number. Positions must be positive integers, so n=1n = 1 for the first term, n=2n = 2 for the second, and so on.

Ready to test your knowledge?

You've reached the end of this section. Start a practice session to solidify your understanding and master this topic.