Spot arithmetic patterns fast
Big idea: An arithmetic sequence changes by the same amount each time.
That fixed amount is called the common difference.
| Sequence | What changes? | Arithmetic? |
|---|---|---|
| 4, 7, 10, 13, ... | +3 each time | Yes |
| 15, 12, 9, 6, ... | -3 each time | Yes |
| 2, 4, 8, 16, ... | ×2 each time | No |
| 5, 5.5, 6, 6.5, ... | +0.5 each time | Yes |
Quick checks
- Add or subtract the same number each time -> arithmetic.
- Multiply or divide by the same number -> not arithmetic.
- The common difference can be negative or decimal.
Find the common difference
To find the common difference, subtract one term from the next term.
Easy examples:
- 8, 12, 16, 20, ... -> d = 12 - 8 = 4
- 21, 18, 15, 12, ... -> d = 18 - 21 = -3
- 2.5, 3.0, 3.5, 4.0, ... -> d = 0.5
Common mistake
- Looking at only the first and last term
- Using multiplication instead of subtraction
- Forgetting the negative sign
Correct method
- Compare two neighbouring terms
- Subtract in the same order each time
- Keep the sign on the answer
Exam Tips:
- Use second term minus first term.
- If the sequence is going down, the common difference is negative.
- Decimals are allowed.
Practice with real exam questions
Answer exam-style questions and get AI feedback that shows you exactly what examiners want to see in a full-marks response.
Use the nth term rule
Rule: For an arithmetic sequence: uₙ = u₁ + (n − 1)d
Here, u₁ is the first term and d is the common difference.
Worked example:
- Sequence: 5, 8, 11, 14, ...
- u₁ = 5 and d = 3
- uₙ = 5 + (n − 1)3
- So uₙ = 3n + 2
Exam Tips:
- Write down u₁ and d first.
- Use brackets carefully.
- Then simplify.