Printable · GCSE Higher · ages 14-16
Algebra worksheet — GCSE Higher
Fifteen questions across the algebra statements at Higher tier. Choose the non-calculator filter to rehearse Paper 1, which counts for a third of the marks.
Calculator
Algebra worksheet — GCSE Higher
MathsUKwww.geekhero.co.uk
- 1.A circular running track is modelled on a grid whose centre is the origin, where each unit represents 1 metre. A floodlight at the point (30, 40) stands on the edge of the track. A second floodlight stands on the edge of the track at the point (0, k), where k is positive. Work out the value of k.
- 2.The table shows the height, in metres, of a firework rocket at various times, in seconds, during its flight: 40 at t = 2, 54 at t = 3, and 60 at t = 4. Use the chord between t = 2 and t = 4 to estimate the gradient of the height-time graph at t = 3, stating the correct units.
- 3.The formula connecting distance (d), speed (s) and time (t) is d = st. Make s the subject of the formula.
- 4.f(x) = x³ − 3x − 20, and the equation f(x) = 0 has exactly one solution. Work out the pair of consecutive integers between which that solution lies.y = x
- 5.The equation 7x = x² + 3 can be solved using the iterative formula xₙ₊₁ = (xₙ² + 3) ÷ 7. Taking x₀ = 0.4, x₁ = 0.4514 correct to 4 decimal places. Using the full unrounded value of x₁, work out x₂ correct to 3 decimal places.
- 6.A closed cylinder has radius r cm and height (r + 5) cm. Its volume is 300 cm³, giving the equation πr²(r + 5) = 300, which can be solved using the iterative formula rₙ₊₁ = √(300 ÷ (π(rₙ + 5))). Taking r₀ = 3, work out r₃ correct to 2 decimal places.
- 7.The diagram shows a distance–time graph for a cyclist travelling at a constant speed, for the first 6 minutes of a journey. Distance is in kilometres and time is in minutes. Work out how far the cyclist would travel in 20 minutes at the same speed.
- 8.The equation x² + 2x − 5 = 0 can be solved using the iterative formula xₙ₊₁ = 5/(xₙ + 2). The starting value is x₀ = 1, so x₁ is the value after the formula has been used once. Work out x₂ correct to 2 decimal places.
- 9.Points A(−1, 2) and B(5, 8) are the endpoints of a line segment. Work out the equation of the perpendicular bisector of AB.
- 10.The equation x³ − 3x − 4 = 0 has a root near x = 2. Four students each try a different iterative formula, all starting from x₀ = 2: xₙ₊₁ = ∛(3xₙ + 4); xₙ₊₁ = (xₙ³ − 4) ÷ 3; xₙ₊₁ = 4 ÷ (xₙ² − 3); xₙ₊₁ = xₙ³ − 2xₙ − 4. Only one of these formulas keeps producing values that settle near the root when it is repeated. Work out x₁, correct to 3 decimal places, for the formula that does this.
- 11.The equation x³ + 4x − 9 = 0 is to be solved by iteration. Work out which one of these iterative formulas comes from a correct rearrangement of that equation.
- 12.A bath is filled with water; the graph of volume (litres) against time (minutes) is a curve, since the flow rate changes. The tangent to the curve at t = 10 minutes passes through the points (8, 130) and (12, 190), and the volume in the bath at t = 10 minutes is 160 litres. Use the gradient of this tangent to estimate the volume in the bath 5 minutes after t = 10 minutes.
- 13.On Monday, a runner covers 15 km in 2.5 hours. On Tuesday, she covers 12 km in 1.5 hours. Using the formula speed = distance ÷ time, work out on which day she ran faster, and by how much.
- 14.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.
- 15.The tangent to a curve at the point where x = 4 passes through the points (2, 5) and (6, 21). Use these two points to estimate the gradient of the curve at x = 4.
Answer key
- (c) 50 — Method: the edge of the track is a circle centred on the origin, so it has equation x² + y² = r²; use the floodlight whose coordinates are given to find r², then substitute x = 0 to find where that circle meets the positive y-axis. Working: 30² + 40² = 900 + 1600 = 2500, so the edge of the track is x² + y² = 2500. Substituting x = 0 gives k² = 2500, so k = √2500 = 50, taking the positive root because k is positive. Answer: k = 50. The distractors: 2500 is r² used as though it were the radius, which would place the second floodlight fifty times too far from the centre; 70 adds the two coordinates, 30 + 40, instead of adding their squares; 40 takes the y-coordinate of the first floodlight to be the radius, which would only be true if that floodlight stood on the y-axis itself.
- (c) 10 m/s — A symmetric chord gradient uses the two points either side of t = 3: (2, 40) and (4, 60). The gradient is the change in height divided by the change in time: (60 − 40) ÷ (4 − 2) = 20 ÷ 2 = 10 m/s. Using only the values either side of one gap, (2, 40) and (3, 54), instead of the full symmetric chord, gives (54 − 40) ÷ (3 − 2) = 14 m/s. Getting the correct number but dropping the time unit, leaving only metres, gives 10 m. Dividing time by height instead of height by time inverts the calculation to (4 − 2) ÷ (60 − 40) = 0.1 s/m.
- (b) s = d / t — Method: undo the multiplication by t by dividing both sides by t. Working: d = st, so dividing both sides by t gives s = d / t. The value s = dt comes from multiplying by t instead of dividing. The value s = t / d comes from inverting the fraction, dividing t by d instead of d by t. The value s = d − t comes from subtracting t instead of dividing by it.
- (b) 3 and 4 — Method: the graph of f(x) is continuous, so where it crosses the x-axis the value of f(x) changes sign; substitute consecutive integers until one value is negative and the next is positive. Working: f(2) = 8 − 6 − 20 = −18, f(3) = 27 − 9 − 20 = −2 and f(4) = 64 − 12 − 20 = 32. The sign changes from negative to positive between x = 3 and x = 4, so the solution lies there. Answer: 3 and 4. The distractors: 2 and 3 comes from ignoring the −3x term and solving x³ = 20, whose root is 2.71, one interval to the left; 6 and 7 comes from reading x³ as x² and solving x² − 3x − 20 = 0, whose positive root is 6.22; 4 and 5 is the interval immediately after the change of sign, named by a candidate who finds f(4) positive and quotes the interval beginning there instead of the one across which the sign actually turned.
- (b) 0.458 — x₁ = (0.4² + 3) ÷ 7 = 3.16 ÷ 7 = 0.4514 (unrounded, 0.451428...). x₂ = (x₁² + 3) ÷ 7 = (0.2038 + 3) ÷ 7 = 3.2038 ÷ 7 = 0.458 (3 d.p.). Choosing 0.632 divides only the 3 by 7 instead of dividing the whole sum x₁² + 3 by 7. Choosing 0.451 repeats the calculation for x₁ instead of moving on to x₂. Choosing 0.493 uses x₁ itself instead of x₁² inside the formula.
- (b) 3.38 — r₁ = √(300 ÷ (π × 8)) = √11.9366 = 3.4550. r₂ = √(300 ÷ (π × 8.4550)) = √11.2947 = 3.3608. r₃ = √(300 ÷ (π × 8.3608)) = √11.4232 = 3.3798, which rounds to 3.38. Choosing 3.36 stops at r₂, one iteration too early. Choosing 4.82 leaves out the '+ 5' inside the bracket, dividing by π × rₙ instead of π × (rₙ + 5). Choosing 3.45 comes from using π ≈ 3 instead of the calculator's π key throughout.
- (b) 10 km — Method: find the constant speed from the graph (distance ÷ time for any point on the line), then multiply that speed by 20 minutes. Working: the line passes through (4 minutes, 2 km), so the speed is 2 ÷ 4 = 0.5 km per minute; in 20 minutes the cyclist travels 0.5 × 20 = 10 km. Answer: 10 km. Distractor refutation: 3 km comes from reading off the distance shown at the end of the plotted section (6 minutes) and stopping there, instead of extending the line to 20 minutes. 20 km comes from misreading the speed as 1 km per minute instead of 0.5 km per minute, doubling the true rate. 40 km comes from dividing 20 by the speed instead of multiplying by it, a reciprocal mix-up.
- (a) 1.36 — Method: put the starting value into the right-hand side to get x₁, feed that value back in to get x₂, and round only once the second value has been found. Working: x₁ = 5 ÷ (1 + 2) = 5 ÷ 3 = 1.66666…; x₂ = 5 ÷ (1.66666… + 2) = 5 ÷ 3.66666… = 1.36363…. The digit in the third decimal place is 3, so x₂ = 1.36 correct to 2 decimal places. Answer: 1.36. The distractors: 1.67 is x₁, the value after a single use of the formula, given by a candidate who counts the starting value itself as x₁; 1.49 is x₃ = 1.48648…, one use of the formula too many; 1.37 comes from writing x₁ down as 1.66, truncating the display instead of keeping it in full, and then working out 5 ÷ 3.66 = 1.36612…, which rounds up to 1.37.
- (d) x + y = 7 — The midpoint of AB is (−1 + 5)/2, (2 + 8)/2, which is (2, 5). The gradient of AB is (8 − 2)/(5 − (−1)) = 6/6 = 1. The perpendicular bisector has gradient −1 and passes through (2, 5): y − 5 = −(x − 2), which rearranges to x + y = 7. Distractor routes: x − y = −3 uses the gradient of AB itself, 1, rather than its negative reciprocal, giving a line PARALLEL to AB through the midpoint instead of perpendicular to it. x + y = 12 comes from adding the y-coordinates, 2 + 8 = 10, but forgetting to divide by 2, using the midpoint (2, 10) instead of (2, 5). x + y = 4 comes from using A's x-coordinate, −1, directly instead of averaging it with B's, giving the point (−1, 5) instead of the true midpoint (2, 5).
- (a) 2.154 — Continuing xₙ₊₁ = ∛(3xₙ + 4) from x₁ = 2.154 gives x₂ = 2.187, x₃ = 2.195, settling towards the root near 2.196 — this is the formula that converges. Continuing xₙ₊₁ = (xₙ³ − 4) ÷ 3 from x₁ = 1.333 gives x₂ = −0.543 and then x₃ = −1.387, moving further from the root each time. Continuing xₙ₊₁ = 4 ÷ (xₙ² − 3) from x₁ = 4 gives x₂ = 0.308 and then x₃ = −1.377, swinging wildly rather than settling. Continuing xₙ₊₁ = xₙ³ − 2xₙ − 4 from x₁ = 0 gives x₂ = −4 and then x₃ = −60, running away from the root entirely.
- (c) xₙ₊₁ = ∛(9 − 4xₙ) — Method: a formula xₙ₊₁ = f(xₙ) is a correct rearrangement when the equation x = f(x) turns back into the equation you started with, so rearrange x³ + 4x − 9 = 0 by making the cube the subject. Working: x³ + 4x − 9 = 0 gives x³ = 9 − 4x, because the 4x and the 9 each change sign as they cross the equals sign; taking the cube root of both sides gives x = ∛(9 − 4x), which is the formula xₙ₊₁ = ∛(9 − 4xₙ). Answer: xₙ₊₁ = ∛(9 − 4xₙ). The distractors: ∛(9 + 4xₙ) comes from writing x³ = 9 + 4x, moving the 4x across the equals sign without changing its sign; (9 + xₙ³)/4 comes from making the linear term the subject but keeping the sign of the cube, writing 4x = 9 + x³ when the equation gives 4x = 9 − x³; ∛(9 − 4xₙ³) cubes the x in the linear term as well, changing a term the original equation never cubed.
- (b) 235 litres — The flow rate at t = 10 is the gradient of the tangent: change in volume ÷ change in time = (190 − 130) ÷ (12 − 8) = 60 ÷ 4 = 15 litres per minute. Treating this rate as roughly constant for a short interval, the volume 5 minutes after t = 10 is estimated as 160 + 5 × 15 = 235 litres. Using the tangent's own point spacing — 2 minutes, from t = 10 to t = 12 — instead of the 5 minutes actually asked for gives 160 + 2 × 15 = 190, which is just the volume already given at one of the tangent's own points, not an answer to the question asked. Multiplying the gradient by the time WITHOUT adding the starting volume, 5 × 15 = 75, forgets that a rate estimates a CHANGE, which must be added to the starting volume, not given as the answer on its own. Subtracting instead of adding, 160 − 5 × 15 = 85, extrapolates backward in time rather than forward.
- (a) Tuesday, by 2 km/h — Monday's speed is 15 ÷ 2.5 = 6 km/h and Tuesday's speed is 12 ÷ 1.5 = 8 km/h, so Tuesday was faster, by 8 − 6 = 2 km/h. A candidate who works out the correct speeds but mislabels which day is faster gets Monday, by 2 km/h. A candidate who divides 15 ÷ 2.5 incorrectly as 5 instead of 6 gets a difference of 8 − 5 = 3 km/h, still crediting Tuesday. A candidate who forgets to find Monday's speed and gives Tuesday's speed itself as the difference states Tuesday, by 8 km/h.
- (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.
- (a) 4 — The gradient of a straight line through two points is the change in y divided by the change in x. Change in y = 21 − 5 = 16. Change in x = 6 − 2 = 4. Gradient = 16 ÷ 4 = 4. Dividing x by y instead of y by x gives 0.25; forgetting to divide by the change in x at all leaves 16; dividing by only one of the two x-coordinates, 16 ÷ 2 = 8, uses the wrong denominator.
Build your own mix at the worksheet builder.