Linear and Quadratic Sequences for the ESAT

Updated July 2026

The ability to deduce the nth term of linear and quadratic sequences is a core requirement for ESAT Mathematics 1. This topic involves identifying constant first or second differences to establish position to term rules. By mastering these patterns, you can quickly formulate equations to find any value in a sequence given its position.

Core concept

The nthn^{\text{th}} term is a general formula, or position to term rule, used to calculate any term in a sequence based on its position nn. Linear sequences have a constant first difference and follow the form dn+cdn + c, while quadratic sequences have a constant second difference and follow the form an2+bn+can^2 + bn + c.

When we are presented with a list of terms in a sequence, we can determine the nthn^{\text{th}} term. This rule allows us to calculate any value in the sequence simply by knowing its position. For example, in the linear sequence 1,3,5,7,1, 3, 5, 7, \dots, each term increases by 22 every time, resulting in an nthn^{\text{th}} term of 2n12n - 1. In the quadratic sequence 1,7,17,31,1, 7, 17, 31, \dots, the values are generated using the rule 2n212n^2 - 1.

Finding the nthn^{\text{th}} term for a linear sequence

A linear sequence is defined by terms that increase or decrease by the same amount each time, meaning there is a constant difference between them. Consider the sequence 2,5,8,11,2, 5, 8, 11, \dots:

nn1234
term25811
difference+3+3+3

Because there is a constant difference of +3+3, the nthn^{\text{th}} term must include 3n3n. We observe that each term in the sequence is exactly 11 less than 3×n3 \times n (for example, when n=1n=1, 3(1)=33(1) = 3 and 31=23 - 1 = 2). Therefore, the nthn^{\text{th}} term is 3n13n - 1.

Finding the nthn^{\text{th}} term for a decreasing linear sequence

For sequences where the values decrease, the method remains the same but involves negative coefficients. Consider the sequence 14,8,2,4,14, 8, 2, -4, \dots. We can organise this by writing the position numbers nn and the terms, leaving space for a middle row to help our calculation:

nn1234
6n-6n-6-12-18-24
term1482-4

Since the constant difference between terms is 6-6, we know the nthn^{\text{th}} term involves 6n-6n. Comparing the values of 6n-6n to the actual terms in the sequence, we see that we must add 2020 to each middle row value to reach the term (for example, 6+20=14-6 + 20 = 14). Thus, the nthn^{\text{th}} term is 6n+20-6n + 20.

Finding the nthn^{\text{th}} term for a linear sequence with fractional coefficient

Linear sequences can also have differences that are not integers. Consider the sequence 512,6,612,7,5\frac{1}{2}, 6, 6\frac{1}{2}, 7, \dots:

nn1234
term5125\frac{1}{2}66126\frac{1}{2}7
difference+12+\frac{1}{2}+12+\frac{1}{2}+12+\frac{1}{2}

The constant difference is +12+\frac{1}{2}, so the nthn^{\text{th}} term includes 12n\frac{1}{2}n. By comparing 12n\frac{1}{2}n to the terms, we see that each term is 55 more than its corresponding 12n\frac{1}{2}n value (for n=1n=1, 12+5=512\frac{1}{2} + 5 = 5\frac{1}{2}). The nthn^{\text{th}} term is 12n+5\frac{1}{2}n + 5.

Finding the nthn^{\text{th}} term for a quadratic sequence

A quadratic sequence is one where the first differences change, but the second differences (the difference between the differences) are constant. The general form is an2+bn+can^2 + bn + c. Consider the sequence 2,5,10,17,26,37,2, 5, 10, 17, 26, 37, \dots.

nn123456
term2510172637
1st difference+3+5+7+9+11
2nd difference+2+2+2+2

Method 1: Simultaneous Equations We know the form is an2+bn+can^2 + bn + c. We can create equations using values of nn:

  1. When n=1n=1, a+b+c=2a + b + c = 2 (the 1st term).
  2. When n=2n=2, 4a+2b+c=54a + 2b + c = 5 (the 2nd term).
  3. When n=3n=3, 9a+3b+c=109a + 3b + c = 10 (the 3rd term).

Subtracting equation 1 from equation 2 gives 3a+b=33a + b = 3. Subtracting equation 2 from equation 3 gives 5a+b=55a + b = 5. Solving these two new equations: (5a+b)(3a+b)=53(5a + b) - (3a + b) = 5 - 3, so 2a=22a = 2, which means a=1a = 1. Substituting a=1a=1 into 3a+b=33a + b = 3 gives b=0b = 0. Finally, substituting into a+b+c=2a + b + c = 2 gives 1+0+c=21 + 0 + c = 2, so c=1c = 1. The nthn^{\text{th}} term is n2+1n^2 + 1.

Method 2: Comparing to n2n^2 To find the coefficient aa, divide the second difference by two: 2÷2=12 \div 2 = 1. This tells us the rule involves 1n21n^2. The sequence for n2n^2 is 1,4,9,161, 4, 9, 16. Comparing these to our sequence 2,5,10,172, 5, 10, 17, we see every term is 11 greater than n2n^2. Thus, the rule is n2+1n^2 + 1.

Finding the nthn^{\text{th}} term for a quadratic sequence based on a multiple of n2n^2

Consider the sequence 1,10,25,46,1, 10, 25, 46, \dots. 1st differences: +9,+15,+21+9, +15, +21. Second difference: +6+6. Using Method 1, we establish a+b+c=1a+b+c=1 and 4a+2b+c=104a+2b+c=10, giving 3a+b=93a+b=9. With n=3n=3, 9a+3b+c=259a+3b+c=25, so 5a+b=155a+b=15. Solving these, 2a=62a=6 hence a=3a=3, b=0b=0, and c=2c=-2. The rule is 3n223n^2 - 2. Using Method 2, a=6÷2=3a = 6 \div 2 = 3. The sequence 3n23n^2 would be 3,12,27,48,3, 12, 27, 48, \dots. Each term in our actual sequence is 22 smaller than these values, so the rule is 3n223n^2 - 2.

Finding the nthn^{\text{th}} term for a quadratic sequence with terms in n2n^2 and nn

Consider the sequence 5,14,27,44,65,5, 14, 27, 44, 65, \dots. 1st differences: +9,+13,+17,+21+9, +13, +17, +21. Second difference: +4+4. Method 1: Using n=1,2,3n=1, 2, 3, we get a+b+c=5a+b+c=5, 4a+2b+c=144a+2b+c=14, and 9a+3b+c=279a+3b+c=27. Subtracting gives 3a+b=93a+b=9 and 5a+b=135a+b=13. Solving these gives 2a=42a=4, so a=2a=2. Then 3(2)+b=93(2)+b=9, so b=3b=3. Finally, 2+3+c=52+3+c=5, so c=0c=0. The rule is 2n2+3n2n^2 + 3n.

Method 2: Since a=4÷2=2a = 4 \div 2 = 2, the term involves 2n22n^2. Compare the sequence to 2n22n^2:

term514274465
2n22n^228183250
difference+3+6+9+12+15

The differences +3,+6,+9,+12,+15+3, +6, +9, +12, +15 form a linear sequence with nthn^{\text{th}} term 3n3n. Combining these parts, the full rule is 2n2+3n2n^2 + 3n.

Key takeaways

  • Linear sequences have a constant first difference, while quadratic sequences have a constant second difference.
  • To find the coefficient 'a' in a quadratic an2+bn+can^2 + bn + c, divide the constant second difference by two.
  • Method 1 involves setting up and solving simultaneous equations for n=1n=1, n=2n=2, and n=3n=3.
  • Method 2 involves subtracting the an2an^2 part from the original sequence and finding the linear nthn^{\text{th}} term for the remainder.
Tips

Always verify your deduced nthn^{\text{th}} term by plugging in n=1n=1, n=2n=2, and n=3n=3. If the formula generates the correct first three terms, it is almost certainly correct.

Cautions

A common mistake is using the second difference as the coefficient 'a'. Remember that the coefficient of n2n^2 is always half of the constant second difference.

Insight

The relationship between the constant second difference and the n2n^2 term is a discrete version of calculus. In the same way that the second derivative of ax2ax^2 is 2a2a, the second difference of a quadratic sequence an2an^2 is always 2a2a.

Frequently asked questions

How do I know if a sequence is linear or quadratic?

Calculate the differences between consecutive terms. If the first differences are all the same, the sequence is linear. If the first differences change but the differences between those differences (the second differences) are the same, the sequence is quadratic.

What should I do if the second difference is not constant?

If the second difference is not constant, the sequence is not quadratic. It might be cubic (constant third difference) or geometric (constant ratio), though quadratic and linear are the primary types covered in this specification.

Can the constant difference in a linear sequence be a fraction?

Yes. If the sequence increases by 0.50.5 each time, the nthn^{\text{th}} term will start with 0.5n0.5n or 12n\frac{1}{2}n. Use the same comparison method to find the constant term.

Is there a faster way to find b and c without simultaneous equations?

Yes, using Method 2. Once you find an2an^2, subtract those values from your sequence. The result will be a linear sequence. Find the nthn^{\text{th}} term of that linear sequence to get the bn+cbn + c part.

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.