Quadratic Sequence — Definition, Formula & Examples
A quadratic sequence is a sequence of numbers where the second differences between consecutive terms are constant. The nth term is defined by a quadratic expression of the form .
A sequence is quadratic if its general term can be written as where and , , are constants. Equivalently, the first differences form an arithmetic (linear) sequence, so the second differences are constant and equal to .
Key Formula
Where:
- = The nth term of the sequence
- = Half the constant second difference (a ≠ 0)
- = Linear coefficient
- = Constant term
How It Works
To identify a quadratic sequence, compute the first differences (subtract each term from the next). Then compute the second differences (subtract each first difference from the next). If the second differences are all the same constant, the sequence is quadratic. To find the nth-term rule, use the fact that the second difference equals to determine , then solve for and using known terms.
Worked Example
Problem: Find the nth-term formula for the sequence 3, 10, 21, 36, 55, …
Find first differences: Subtract consecutive terms.
Find second differences: Subtract consecutive first differences. They are all 4, confirming a quadratic sequence.
Determine a: The second difference equals 2a.
Find b and c: Use T₁ = 3 and T₂ = 10. Substituting n = 1: 2(1) + b(1) + c = 3, so b + c = 1. Substituting n = 2: 2(4) + 2b + c = 10, so 2b + c = 2.
Answer:
Why It Matters
Quadratic sequences appear frequently on GCSE and A-level exams and in SAT/ACT pattern-recognition problems. Understanding them also builds the foundation for polynomial regression and modeling real-world data such as projectile heights or areas that grow non-linearly.
Common Mistakes
Mistake: Using first differences instead of second differences to test for a quadratic pattern.
Correction: Constant first differences indicate a linear (arithmetic) sequence. For a quadratic sequence, the first differences change but the second differences are constant.
