Printable · GCSE Foundation · ages 14-16
Special sequences: square, cube, Fibonacci, quadratic, geometric worksheet — GCSE Foundation
Fifteen questions on "special sequences: square, cube, fibonacci, quadratic, geometric" — DfE statement A24. Print it, or print three versions so neighbours cannot copy by letter; the key gives the letter for each version.
part HigherNon-calculator
Special sequences: square, cube, Fibonacci, quadratic, geometric worksheet — GCSE Foundation
MathsUKwww.geekhero.co.uk
- 1.Which of these numbers is a cube number?
- 2.Four sequences are shown below. Sequence P: 4, 8, 16, 32, ... Sequence Q: 4, 8, 12, 16, ... Sequence R: 4, 7, 12, 19, ... Sequence S: 4, 9, 16, 25, ... Work out which of the sequences P, Q, R and S is geometric.
- 3.A geometric sequence begins 80, 40, 20, 10, ... Work out the next term in the sequence.
- 4.A colony of bacteria doubles in number every hour. At 9am there are 5 bacteria in the colony. Work out how many bacteria there will be at 12 noon.
- 5.A sequence starts at 2. Each term after that is found using the rule "double the previous term, then add 1". Work out the 4th term of the sequence.
- 6.The triangular numbers begin 1, 3, 6, 10, 15, ... Work out the next term in the sequence.
- 7.The first term of an arithmetic sequence is 5, and each term after that increases by 6. Work out the 8th term of the sequence.
- 8.A stack of firewood has 3 logs in the top layer. Each layer below has 4 more logs than the layer above it. Work out the number of logs in the 6th layer from the top.
- 9.An arithmetic sequence has first term 40 and common difference −6. Work out the 9th term of the sequence.
- 10.A ball is dropped and bounces. The height of each bounce after the first is 8 cm less than the bounce before it. The first bounce reaches 60 cm. Work out the height of the 5th bounce.
- 11.A geometric sequence has first term 3 and common ratio 2. Work out the 5th term of the sequence.
- 12.The first five terms of a quadratic sequence are 5, 8, 13, 20, 29. Work out the next term in the sequence.
- 13.The first five cube numbers are 1, 8, 27, 64, 125. Write down the next cube number in the sequence.
- 14.The first five terms of a quadratic sequence are 2, 5, 10, 17, 26. Work out the next term in the sequence.
- 15.The first five square numbers are 1, 4, 9, 16, 25. Write down the next square number in the sequence.
Answer key
- (b) 27 — 27 = 3³ (3 × 3 × 3), so it is a cube number. The other three, 9 = 3², 16 = 4² and 25 = 5², are all square numbers, not cube numbers — each is reached by multiplying a whole number by itself only twice, not three times.
- (c) P — Sequence P has a common ratio of 2 (4 × 2 = 8, 8 × 2 = 16, 16 × 2 = 32), so it is geometric. Sequence Q has a common difference of 4, which is arithmetic, not geometric — a candidate who confuses a constant difference with a constant ratio picks Q. Sequence R has increasing differences of 3, 5, 7, a quadratic sequence, not geometric — a candidate who assumes any fast-growing sequence must be geometric picks R. Sequence S is the square numbers from 2² onwards (2², 3², 4², 5²), which is also quadratic, not geometric — a candidate who thinks squaring always means geometric growth picks S.
- (d) 5 — Each term is found by multiplying the previous term by the common ratio, 0.5: 80, 40, 20, 10, and the next term is 10 × 0.5 = 5. A candidate who instead subtracts the same amount each time (repeating the last difference of 10) would reach 10 − 10 = 0. A candidate who divides by 4 instead of by 2 would reach 10 ÷ 4 = 2.5. A candidate who multiplies by 2 instead of dividing (reversing the direction of the sequence) would reach 10 × 2 = 20.
- (a) 40 — From 9am to 12 noon is 3 hours, so the population doubles three times: 5 × 2³ = 40. A candidate who counts the elapsed time as 4 hours (an off-by-one counting error) would reach 5 × 2⁴ = 80. A candidate who counts it as only 2 hours would reach 5 × 2² = 20. A candidate who misreads 'doubles' as 'increases by 2' each hour would compute 5 + 3 × 2 = 11.
- (b) 23 — Term 1 is 2. Term 2 = 2 × 2 + 1 = 5. Term 3 = 2 × 5 + 1 = 11. Term 4 = 2 × 11 + 1 = 23. A candidate who doubles each term but forgets to add 1 gets 2, 4, 8, 16. A candidate who adds 1 before doubling at each step (the wrong order) gets 2, 6, 14, 30. A candidate who forgets to add 1 only on the final step gets 2 × 11 = 22.
- (d) 21 — The differences between consecutive triangular numbers increase by 1 each time: 3−1=2, 6−3=3, 10−6=4, 15−10=5. So the next difference is 6, giving 15+6=21. A candidate who keeps the difference the same as the previous step (adding 5 again) would reach 20. A candidate who uses a constant difference of 3 throughout would reach 18. A candidate who instead finds the square of the term number (5²=25, since 15 is the 5th term) would reach 25 — that is the rule for square numbers, not triangular numbers.
- (d) 47 — To reach the 8th term from the 1st term, the difference of 6 is added 7 times (8 − 1 = 7): 5 + 7 × 6 = 47. A candidate who multiplies by the term number itself, rather than one less, would compute 5 + 8 × 6 = 53. A candidate who uses one step too few (6 instead of 7) would reach 5 + 6 × 6 = 41. A candidate who forgets to include the first term at all would compute just 8 × 6 = 48.
- (a) 23 — The number of logs increases by 4 for each layer down, starting from 3 in the top layer, so the nth layer has 3+(n−1)×4 logs. For the 6th layer: 3+5×4=3+20=23. A candidate who adds the difference of 4 six times instead of five, treating the top layer as needing an addition too, would compute 3+6×4=27. A candidate who uses 4n instead of 4n−1, omitting the adjustment for the first layer, would compute 4×6=24. A candidate who subtracts the common difference, 4, instead of 1 when adjusting the multiplier would compute 4×6−4=20.
- (c) −8 — The nth term is the first term plus (n − 1) lots of the common difference: 40 + 8 × (−6) = 40 − 48 = −8. A candidate who uses 9 lots of the common difference instead of 8 gets 40 + 9 × (−6) = −14. A candidate who treats the common difference as +6 instead of −6 gets 40 + 8 × 6 = 88. A candidate who uses only 7 lots of the common difference gets 40 + 7 × (−6) = −2.
- (d) 28 — The height decreases by 8 cm at each bounce after the first, so the nth bounce reaches 60−(n−1)×8 cm. For the 5th bounce: 60−4×8=60−32=28. A candidate who subtracts 8 one time too many, five times instead of four, would compute 60−5×8=20. A candidate who adds the decrease instead of subtracting it, a sign error, would compute 60+4×8=92. A candidate who works out only the total decrease and forgets to include the starting height of 60 cm would compute just 5×8=40.
- (d) 48 — Each term is found by multiplying the previous term by the common ratio, 2: 3, 6, 12, 24, 48 — the 5th term is 48. A candidate who mistakes the common ratio for a common difference, and adds 2 four times, would reach 3+4×2=11. A candidate who works out the multiplier 2⁴=16 but forgets to multiply it by the first term would give 16. A candidate who multiplies one time too many (finding the 6th term instead of the 5th) would reach 3×2⁵=96.
- (b) 40 — The differences between consecutive terms are 3, 5, 7, 9, increasing by 2 each time, so the next difference is 11, giving 29 + 11 = 40. A candidate who reuses the last difference of 9 without increasing it gets 29 + 9 = 38. A candidate who increases the difference by only 1 instead of 2 gets 29 + 10 = 39. A candidate who reuses the first difference of 3 instead of the pattern gets 29 + 3 = 32.
- (a) 216 — The cube numbers are formed by cubing 1, 2, 3, 4, 5, ..., so the next one is 6³ = 216. A candidate who squares 6 instead of cubing it gets 6² = 36. A candidate who assumes the sequence doubles each time gets 125 × 2 = 250. A candidate who uses 5 × 6² instead of 6 × 6 × 6 gets 180.
- (c) 37 — The first differences are 3, 5, 7, 9 — they increase by 2 each time (the second difference), so the next first difference is 11, giving 26+11=37. A candidate who repeats the last first difference (9) instead of increasing it would reach 26+9=35. A candidate who increases the difference by 4 instead of 2 would reach 26+13=39. A candidate who adds only the second difference (2) to the last term, instead of the next first difference, would reach 26+2=28.
- (a) 36 — Square numbers are n² for n = 1, 2, 3, ...; the fifth term, 25, is 5². The sixth square number is 6² = 36. A candidate who mislabels 25 as the sixth square number would compute 7² = 49 instead. A candidate who repeats an earlier difference between terms (5, from 4 to 9) rather than the correct next difference (11, since the differences are the odd numbers 3, 5, 7, 9, 11) would reach 30. A candidate who instead adds 10 would reach 35.
Build your own mix at the worksheet builder.