Launching your learning experience…
Detailed notes on Algebra for Cambridge IGCSE Mathematics, covering key concepts, explanations, examples, and exam-focused revision points.
Linear, quadratic, geometric and special sequences. Find the nth term, predict any term, identify the type, and continue patterns. The nth term is the formula that compresses a sequence into a single rule.
Mapped to the Cambridge IGCSE 0580 syllabus (2025-2027).
Constant first difference. Formula: an=a1+(n−1)d, or by inspection.
A sequence is linear (arithmetic) when the gap between consecutive terms is constant. That gap is the common difference d.
Worked. 5,8,11,14,17,….
Quick formula. For any linear sequence: an=dn+(a1−d). The coefficient of n is d; the constant is the "zeroth term" you'd get if you went one step BEFORE a1.
Worked. Find the nth term of 7,4,1,−2,….
Use. "What's the 50th term?" → a50=−3(50)+10=−140. "Which term equals −50?" → −3n+10=−50⇒n=20.
Constant SECOND difference. The leading coefficient is half that 2nd difference.
A sequence is quadratic when the SECOND difference is constant.
Method to find the nth term.
Worked. Find the nth term of 4,9,16,25,36,….
Note. This particular sequence is just (n+1)2 — the squares shifted by one.
Constant RATIO between consecutive terms. nth term: a1⋅rn−1.
A sequence is geometric when each term is the previous term multiplied by a constant ratio r.
Worked. 3,6,12,24,….
Worked. 80,40,20,10,….
Spotting a geometric sequence. Divide consecutive terms — if you get the same ratio every time, it's geometric.
Real contexts. Compound interest, exponential growth, radioactive decay. We'll meet these formally on the Exponential Growth & Decay notes.
Squares, cubes, triangular numbers, Fibonacci, powers of two — Cambridge expects you to spot these on sight.
Memorise these formulae:
| Sequence | First few terms | nth term |
|---|---|---|
| Natural numbers | 1,2,3,4,5,… | n |
| Even numbers | 2,4,6,8,10,… | 2n |
| Odd numbers | 1,3,5,7,9,… | 2n−1 |
| Squares | 1,4,9,16,25,… | n2 |
| Cubes | 1,8,27,64,125,… | n3 |
| Triangular | 1,3,6,10,15,… | 2n(n+1) |
| Powers of two | 2,4,8,16,32,… | 2n |
| Fibonacci | 1,1,2,3,5,8,13,… | an=an−1+an−2 (recursive) |
Tip. When you see a sequence on the paper, check: differences? Ratios? Or does it match a famous sequence?
Verbatim phrases and definitions Cambridge mark schemes credit.
Sequences appear most years on Paper 2 as 2-3 mark items: continue the sequence, find the nth term. Paper 4 has them as 4-5 mark questions, often combining linear and quadratic, or asking for which term equals a given value. Examiner reports flag the quadratic 'subtract An2' step as the recurring difficulty.
Sources: Cambridge IGCSE Mathematics 0580 syllabus 2025-2027 (E2.13); 0580/22 May/Jun 2024 — Q10 (linear nth term); 0580/42 Oct/Nov 2024 — Q14 (quadratic sequence); 0580 Examiner Reports 2022-2024. Last reviewed 2026-05-05.
Step-by-step solutions to past-paper-style questions on sequences and nth term, written exactly the way a tutor would explain them at the board.
Almost every sequences and nth term exam question is one of these shapes. Learn to spot each one and you will always know how to start.
Recognise it by
A single instruction — find the nth term, find the kth term, which term equals … — on one sequence.
How to approach it
Test the differences: constant first differences mean a linear rule dn+(a−d); constant second differences mean a quadratic — the n2 coefficient is half the second difference, with a residual linear sequence to fit.
Common trap
Using the whole second difference as the n2 coefficient instead of half it. Examiner reports flag this, plus writing Tn=dn and dropping the constant correction.
Recognise it by
Identify the type of sequence or state what kind of sequence this is — square, cube, triangular, geometric.
How to approach it
Compare the terms against the known special sequences (n2, n3, 2n(n+1), arn−1); test the ratio of consecutive terms, not just the difference.
Common trap
Confusing a geometric sequence with a linear one. Examiner reports note candidates check differences only — check the ratio to spot geometric growth.
Recognise it by
A non-standard sequence — often a sequence of fractions — where one rule does not describe the whole term.
How to approach it
Split the term into parts (numerator and denominator), find a separate nth-term rule for each sub-pattern, then recombine.
Common trap
Trying to fit a single rule to the whole fraction. The mark scheme credits the numerator rule, denominator rule and combination separately.
Question
The first four terms of a sequence are 5,8,11,14. Find the nth term.
Step-by-step solution
Step 1
Find the common difference.
d=8−5=3
Step 2
The nth term is dn+(a−d) where a is the first term.
Tn=3n+(5−3)=3n+2
Step 3
Verify: T1=3(1)+2=5 ✓
Answer
Tn=3n+2
Question
The nth term of a sequence is 4n−7. Find the 20th term.
Step-by-step solution
Step 1
Substitute n=20.
T20=4(20)−7=73
Answer
73
Question
The first four terms of a sequence are 3,8,15,24. Find the nth term.
Step-by-step solution
Step 1
First differences: 5,7,9 → not constant.
Step 2
Second differences: 2,2 → constant. So the nth term is quadratic.
Step 3
Coefficient of n2 is half the second difference: 22=1. So Tn contains n2.
Step 4
Subtract n2 from each term: 3−1=2, 8−4=4, 15−9=6, 24−16=8. The remainder is 2n.
Step 5
Combine.
Tn=n2+2n
Answer
Tn=n2+2n
Examiner tip
Half the (constant) second difference gives the coefficient of n2. This shortcut is worth a method mark even before you finish.
Question
The nth term of a sequence is 5n−2. Which term has the value 98?
Step-by-step solution
Step 1
Set the nth term equal to 98 and solve.
5n−2=98⟹5n=100⟹n=20
Answer
The 20th term
Question
Identify the type of sequence: 1,4,9,16,25,… and write its nth term.
Step-by-step solution
Step 1
Each term is a perfect square: 12,22,32,42,52,…
Step 2
nth term:
Tn=n2
Answer
Square numbers; Tn=n2
Question
The nth term of a sequence is Tn=2n2−n+3. Find the 10th term.
Step-by-step solution
Step 1
Substitute n=10 with brackets.
T10=2(10)2−10+3
Step 2
Evaluate.
=2(100)−10+3=200−10+3=193
Answer
T10=193
Question
A quadratic sequence begins 7, 14, 23, 34, 47,…. Find the nth term.
Step-by-step solution
Step 1
First differences: 7,9,11,13 — not constant.
Step 2
Second differences: 2,2,2 — constant.
Step 3
Coefficient of n2 is half the second difference: 22=1. Subtract n2 from each term: 7−1=6, 14−4=10, 23−9=14, 34−16=18, 47−25=22.
Step 4
The residual sequence 6,10,14,18,22 is linear with common difference 4. nth term: 4n+2.
Step 5
Combine.
Tn=n2+4n+2
Answer
Tn=n2+4n+2
Examiner tip
The mark scheme awards a method mark for the residual-sequence step. The examiner report flags candidates who try simultaneous equations directly and slip on the algebra.
Question
The nth term of a sequence is Tn=n2+3n. Find the value of n for which Tn=130.
Step-by-step solution
Step 1
Set up the equation.
n2+3n=130⟹n2+3n−130=0
Step 2
Factor.
(n−10)(n+13)=0⟹n=10 or n=−13
Step 3
Reject n=−13 because n is a positive integer.
Answer
n=10
Question
A sequence begins 3, 6, 12, 24, 48,…. State the type of sequence, find the common ratio, and write down the nth term.
Step-by-step solution
Step 1
Each term is double the previous, so this is a geometric sequence with first term a=3 and common ratio r=2.
Step 2
Use Tn=arn−1.
Tn=3×2n−1
Step 3
Check: T1=3, T2=6, T3=12. Confirmed.
Answer
Geometric, r=2; Tn=3×2n−1
Examiner tip
The examiner report flags candidates who confuse geometric with linear sequences. Test the RATIO of consecutive terms, not just the difference.
Question
The sequence is 21, 52, 83, 114, …. Find the nth term and use it to find T20.
Step-by-step solution
Step 1
Numerators: 1,2,3,4,… — the nth numerator is n.
Step 2
Denominators: 2,5,8,11,… — linear with common difference 3 and first term 2. nth denominator: 3n−1.
Step 3
Combine.
Tn=3n−1n
Step 4
Substitute n=20.
T20=3(20)−120=5920
Answer
Tn=3n−1n;\ T20=5920
Examiner tip
The mark scheme awards separate marks for finding the numerator rule, the denominator rule and combining. Splitting fractions into two sub-patterns is the recommended approach in the examiner report.
The formulae you need to memorise for sequences and nth term on the Cambridge IGCSE 0580 paper, with every variable defined in plain English and a note on when to use it.
Tn=a+(n−1)d
When to use
When the differences between consecutive terms are constant.
coefficient of n2=2second difference
When to use
When first differences are NOT constant but second differences ARE — sequence is quadratic.
Definitions to memorise and the exact keywords mark schemes credit for sequences and nth term answers — sharpened from recent examiner reports for the 2026 0580 sitting.
An ordered list of numbers (terms), each generated by a rule.
An individual number in a sequence; Tn denotes the nth term, where n is the position.
The fixed amount added to each term to get the next, in a linear/arithmetic sequence.
A sequence whose nth term contains n2 — recognised by constant second differences.
Square: Tn=n2. Cube: Tn=n3. Triangular: Tn=2n(n+1).
The traps other students keep falling into on sequences and nth term questions — taken from recent Cambridge IGCSE 0580 examiner reports and mark schemes — and how to avoid them.
Why it happens
Students stop at the common difference and forget the constant correction.
How to avoid it
After identifying d, find the constant: T1=a tells you what Tn=dn+c should give for n=1.
0580/42 — examiner reports
Why it happens
Easy to forget the divide-by-two step.
How to avoid it
Coefficient of n2 = HALF the second difference. Always.
Why it happens
Programming habits leak in.
How to avoid it
In Cambridge IGCSE, n starts at 1. The first term is T1, not T0.
Why it happens
Time pressure.
How to avoid it
Substitute n=1,2,3 into your rule and confirm the values match the given sequence.
The things students keep getting wrong in this sub-topic, answered.