Printable · GCSE Higher · ages 14-16
Special sequences: square, cube, Fibonacci, quadratic, geometric worksheet — GCSE Higher
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
Answer key: Special sequences: square, cube, Fibonacci, quadratic, geometric worksheet — GCSE Higher
MathsUKwww.geekhero.co.uk
- (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.
- (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.
- (d) 12 — Since a₃ = a₂ + a₁, rearranging gives a₂ = a₃ − a₁ = 17 − 5 = 12. 22 comes from adding instead of subtracting: a₃ + a₁ = 17 + 5 = 22. 11 comes from treating the sequence as if it were arithmetic and averaging the two given terms: (5 + 17) ÷ 2 = 11 — but a Fibonacci-type sequence isn't arithmetic, so this doesn't apply. −12 comes from subtracting in the wrong order: a₁ − a₃ = 5 − 17 = −12.
- (a) P — A sequence is geometric when consecutive terms share a constant ratio. For P: 6 ÷ 3 = 2, 12 ÷ 6 = 2, 24 ÷ 12 = 2 — the ratio is constant at 2, so P is geometric. Q is the square numbers (1², 2², 3², 4²), a quadratic sequence: its ratios are 4, 2.25, 1.78, … — not constant. R looks geometric at first (2, 4, 8 doubles each time), but the pattern breaks: 8 to 14 is a ratio of 1.75, not 2. Its first differences are 2, 4, 6 — a constant second difference of 2 — so R is a quadratic sequence, not geometric. S has a constant DIFFERENCE of 5 (it is arithmetic), but its ratios (2, 1.5, 1.33, …) are not constant, so it is not geometric.
- (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.
- (d) £2000 — This is an arithmetic sequence with first term £500 and common difference £300. The 6th term is 500 + 5 × 300 = 2000. A candidate who uses 6 lots of the increase instead of 5 gets 500 + 6 × 300 = 2300. A candidate who forgets to add the first year's profit at all gets 5 × 300 = 1500. A candidate who miscounts the number of increases as 4 instead of 5 gets 500 + 4 × 300 = 1700.
- (b) √2 — 5√2 ÷ 5 = √2. Checking between the third and second terms: 10 ÷ 5√2 = √2 as well (since 10 ÷ 5√2 = 2 ÷ √2 = √2), so the common ratio is confirmed as √2 throughout. Squaring the ratio instead of leaving it as a surd gives 2, which is wrong because 2 is the SQUARE of the common ratio, not the ratio itself. Rounding the exact surd to a decimal gives 1.41, which is wrong because the sequence is defined using an exact surd ratio, and a rounded decimal is not the same value. Writing down the SECOND TERM of the sequence, 5√2, instead of the ratio BETWEEN terms, gives 5√2, which is wrong because a term of the sequence is not the same thing as the common ratio.
- (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.
- (b) 10 — Check n = 9: a₉ = 3 × 2⁸ = 3 × 256 = 768, below 1,000. Check n = 10: a₁₀ = 3 × 2⁹ = 3 × 512 = 1,536, above 1,000. So the first term greater than 1,000 is at position n = 10. Answering 9 comes from forgetting the −1 shift and using the formula as 3 × 2ⁿ instead of 3 × 2ⁿ⁻¹: checking 3 × 2⁹ = 1,536 (which exceeds 1,000) but then reporting the position as n = 9, the exponent used, instead of n = 10 — wrong, because the exponent in the real formula is n − 1, not n. Answering 11 comes from going one term too far: correctly finding that a₁₀ already exceeds 1,000, but then checking one position further and reporting n = 11 instead of stopping at the first position that already works — wrong, because n = 11 is not the FIRST term greater than 1,000. Answering 1,536 gives the VALUE of the term (a₁₀ itself) rather than its position — wrong, because the question asks which term it is (the value of n), not what that term is worth.
- (c) 2 — For a geometric sequence, a₄ = a₂ × r². So r² = a₄ ÷ a₂ = 24 ÷ 6 = 4, giving r = 2 or r = −2. Since all the terms are positive, r = 2. 4 comes from computing a₄ ÷ a₂ = 4 and stopping there, without taking the square root to find r. 18 comes from subtracting instead of dividing: a₄ − a₂ = 24 − 6 = 18, taken directly as the common ratio. −2 is the other square root of 4, but it is rejected because all the sequence's terms are given as positive.
- (a) 12 + 4√2 — a₁ = 4, a₂ = 4√2, and a₃ = a₁ × r² = 4 × (√2)² = 4 × 2 = 8. The sum of the first three terms is 4 + 4√2 + 8 = 12 + 4√2. 8 + 4√2 comes from leaving out a₁ and adding only a₂ + a₃ = 4√2 + 8. 36 + 4√2 comes from squaring the whole second term instead of applying the ratio to the first term: (4√2)² = 32 used as a₃, giving 4 + 4√2 + 32 = 36 + 4√2. 4 + 12√2 comes from using r³ instead of r² for the third term: 4 × (√2)³ = 4 × 2√2 = 8√2, giving 4 + 4√2 + 8√2 = 4 + 12√2.
- (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.
- (a) 4 — a₅ = a₄ + a₃, so a₄ = a₅ − a₃ = 29 − 11 = 18. a₄ = a₃ + a₂, so a₂ = a₄ − a₃ = 18 − 11 = 7. a₃ = a₂ + a₁, so a₁ = a₃ − a₂ = 11 − 7 = 4. Checking forwards: 4, 7, 11, 18, 29. Answering 7 stops one step early, reporting a₂ = 7 instead of continuing back one more step to a₁ — wrong, because the question asks for a₁, not a₂. Answering 18 reports a₄ = 18, an intermediate value found along the way, instead of a₁ — wrong, because a₄ is a term used to reach the answer, not the term the question asks for. Answering 3 takes one backward step too many, working out a further term a₀ = a₂ − a₁ = 7 − 4 = 3 — wrong, because the sequence starts at a₁, so a₁ = 4 is as far back as the question goes.
- (c) 55 — Continuing the pattern: 8+13=21 (5th term), 13+21=34 (6th term), 21+34=55 (7th term). A candidate who miscounts the position and stops one term early would give 34, the 6th term. A candidate who doubles the most recent term instead of adding the two before it would compute 34×2=68. A candidate who adds a non-adjacent pair — the 4th and 6th terms, skipping the 5th — would compute 13+34=47.
- (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.
Build your own mix at the worksheet builder.