Q1.
Find the first five terms of the sequence in which the nth term is given by (i) tn = 3n – 4, (ii) tn = 2 – 5n, and (iii) tn = n² – 2n + 3 for n ≥ 1.
Answer
Put n = 1, 2, 3, 4, 5 into each rule.
(i) tn = 3n – 4
t1 = 3 – 4 = –1 t2 = 6 – 4 = 2 t3 = 9 – 4 = 5 t4 = 12 – 4 = 8 t5 = 15 – 4 = 11
First five terms: –1, 2, 5, 8, 11
First five terms: –1, 2, 5, 8, 11
(ii) tn = 2 – 5n
t1 = 2 – 5 = –3 t2 = 2 – 10 = –8 t3 = 2 – 15 = –13 t4 = –18 t5 = –23
First five terms: –3, –8, –13, –18, –23
First five terms: –3, –8, –13, –18, –23
(iii) tn = n2 – 2n + 3
t1 = 1 – 2 + 3 = 2 t2 = 4 – 4 + 3 = 3 t3 = 9 – 6 + 3 = 6
t4 = 16 – 8 + 3 = 11 t5 = 25 – 10 + 3 = 18
First five terms: 2, 3, 6, 11, 18
t4 = 16 – 8 + 3 = 11 t5 = 25 – 10 + 3 = 18
First five terms: 2, 3, 6, 11, 18
Why it happens: the first two rules are linear in n, so their terms change by the same amount every step — by +3 in (i) and by –5 in (ii). Both are arithmetic progressions, one rising and one falling. The third rule is quadratic, so its gaps are 1, 3, 5, 7 — themselves growing — and it is not an AP. Reading the shape of the formula tells you the shape of the sequence before you compute a single term.
Check it yourself: for (iii), n2 – 2n + 3 = (n – 1)2 + 2, so the terms are 2 more than the square numbers 0, 1, 4, 9, 16 — giving 2, 3, 6, 11, 18 again.