Printable · GCSE Higher · ages 14-16
Vector arithmetic and vector proof worksheet — GCSE Higher
Fifteen questions on "vector arithmetic and vector proof" — DfE statement G25. Print it, or print three versions so neighbours cannot copy by letter; the key gives the letter for each version.
part Higher
Vector arithmetic and vector proof worksheet — GCSE Higher
MathsUKwww.geekhero.co.uk
- 1.A drone flies from its base in three stages, each stage measured in metres east and north as a column vector. Stage 1 is the column vector with top number 30 and bottom number 40. Stage 2 is the column vector with top number −10 and bottom number 20. Stage 3 is the column vector with top number 15 and bottom number −5. Work out the column vector that would take the drone in a single straight flight back to its base from where it ends up.
- 2.OABC is a parallelogram, with OA = a and OC = c. M is the midpoint of AB. Express the vector MC in terms of a and c.
- 3.A bead starts at position (2, −1) on a grid, in centimetres. It is moved by the column vector u, with top number 3 and bottom number 5, and then moved by the column vector v, with top number −7 and bottom number 2. Work out the coordinates of the bead's final position.
- 4.Point A has coordinates (2, 5). Point A is translated to point B using the column vector with top number 6 and bottom number −3. Write down the coordinates of point B.
- 5.u is the column vector with top number 5 and bottom number 1. v is the column vector with top number 2 and bottom number 4. Work out u − v, giving your answer as a column vector in the form (top, bottom).
- 6.a is the column vector with top number 3 and bottom number −2. b is the column vector with top number −1 and bottom number 5. Work out 2a + b, giving your answer as a column vector in the form (top, bottom).
- 7.Triangle ABC is translated by the column vector with top number 3 and bottom number −5 to form triangle A′B′C′. Triangle A′B′C′ is then translated by the column vector with top number −7 and bottom number 2 to form triangle A″B″C″. Work out the single column vector that translates triangle ABC directly to triangle A″B″C″.
- 8.OABC is a parallelogram, with OA = a and OC = c. M is the midpoint of AB. Express the vector OM in terms of a and c.
- 9.m is the column vector with top number 3 and bottom number −4. Which of these column vectors is a scalar multiple of m?
- 10.OABC is a parallelogram, with OA = a and OC = c. X is the point on AC such that AX is a third of XC. Express the vector OX in terms of a and c.
- 11.A surveyor marks two fixed points A and B, with position vectors OA = a and OB = b (in km) from a base station O. A relay mast P is to be placed on the line AB such that AP : PB = 3 : 2. Express the vector OP in terms of a and b.
- 12.In triangle OAB, OA = a and OB = b. P is the point on OA such that OP = (1/3)a, and Q is the point on OB such that OQ = (1/3)b. Express the vector PQ in terms of a and b.
- 13.In triangle OAB, OA = a and OB = b. P lies on AB such that AP is twice PB. Express the vector OP in terms of a and b.
- 14.p is the column vector with top number 5 and bottom number 1. q is the column vector with top number −2 and bottom number 3. Work out p − 2q, giving your answer as a column vector in the form (top, bottom).
- 15.A designer enlarges a drawing of a model car for a poster. She first enlarges the drawing by a scale factor of 1.5, and then enlarges that result by a further scale factor of 2. On the original drawing, the position of a wheel relative to the front bumper is given by the column vector with top number 4 and bottom number −3, in centimetres. What is the corresponding column vector on the poster, in centimetres?
Answer key
- (c) (−35, −55) — Add the three stages component by component to find the drone's position relative to base: (30+(−10)+15, 40+20+(−5)) = (35, 55). The flight back to base is the negative of this vector, reversing both numbers: (−35, −55). (35, 55) is the vector from base to the drone's position — it forgets to reverse direction for the return flight. (−35, 55) only reverses the top number. (35, −55) only reverses the bottom number.
- (c) (1/2)c − a — Method: in parallelogram OABC, AB is equal and parallel to OC, so AB = c; M is the midpoint of AB, so AM = (1/2)c and OM = OA + AM = a + (1/2)c. MC runs from M to C, so MC = OC − OM. Working: MC = c − (a + (1/2)c) = (1/2)c − a. Answer: MC = (1/2)c − a. Subtracting in the wrong order gives a − (1/2)c, the same vector pointing the opposite way, from C to M rather than M to C; forgetting to halve the c-term gives c − a, which is AC, not MC; and adding instead of subtracting gives (1/2)c + a, which is OM itself. Always subtract the vector for the START of the journey, OM, from the vector for its END point, OC — and keep the fraction from the halving step.
- (d) (−2, 6) — Method: add the top numbers of both vectors to the starting x-coordinate, and the bottom numbers of both vectors to the starting y-coordinate. Working: x-coordinate 2 + 3 + (−7) = −2; y-coordinate −1 + 5 + 2 = 6. Answer: (−2, 6). A candidate who only applies vector u and forgets v gets (5, 4). A candidate who only applies vector v and forgets u gets (−5, 1). A candidate who works out the combined vector u + v but forgets to add it to the starting point gets (−4, 7).
- (a) (8, 2) — Method: translating a point by a column vector means adding the vector's top number to the x-coordinate and its bottom number to the y-coordinate. Working: x-coordinate 2 + 6 = 8; y-coordinate 5 + (−3) = 2. Answer: B = (8, 2). A candidate who ignores the negative sign and adds 3 instead of −3 gets (8, 8). A candidate who translates in the reverse direction, subtracting the vector from A instead of adding it, gets (−4, 8). A candidate who swaps the vector's top and bottom numbers before adding gets (−1, 11).
- (b) (3, −3) — Subtracting column vectors means subtracting the top numbers and subtracting the bottom numbers, in the order given: top = 5 − 2 = 3, bottom = 1 − 4 = −3, giving (3, −3). A candidate who works out v − u instead of u − v, reversing the order, gets (−3, 3). A candidate who makes a sign error on the bottom number, treating 1 − 4 as 3 instead of −3, gets (3, 3). A candidate who adds the vectors instead of subtracting gets (7, 5). Because the question asks for u − v, not v − u, the correct answer is (3, −3).
- (b) (5, 1) — First scale a by 2: 2a = (2×3, 2×(−2)) = (6, −4). Then add b component by component: (6+(−1), −4+5) = (5, 1). (2, 3) is a + b without doubling a first. (4, 6) doubles both a and b instead of only a. (7, −9) subtracts b from 2a instead of adding it.
- (d) (−4, −3) — The combined translation is the sum of the two column vectors, added component by component: top numbers 3 + (−7) = −4, bottom numbers −5 + 2 = −3, giving (−4, −3). (10, −7) subtracts the second vector from the first instead of adding them. (−4, 3) gets the top number right but makes a sign error on the bottom, treating −5 + 2 as +3. (4, −3) gets the bottom number right but makes a sign error on the top, treating 3 + (−7) as +4.
- (c) a + (1/2)c — Method: OABC is a parallelogram, so OB = OA + AB, and since AB is equal and parallel to OC, AB = c; this gives OB = a + c. M is the midpoint of AB, so AM = (1/2)AB = (1/2)c. Working: OM = OA + AM = a + (1/2)c. Answer: OM = a + (1/2)c. Adding the whole of AB instead of half of it gives a + c, which is OB, not OM; halving the whole diagonal OB instead of just AB gives (1/2)a + (1/2)c, the midpoint of OB rather than of AB; and flipping the sign on the c-term gives a − (1/2)c, which points back the wrong way along AB. Halve only the side you are told to halve, and check the sign before you commit to an answer.
- (b) (6, −8) — Method: a scalar multiple of m has the same ratio between its top and bottom numbers as m does. Working: m = (3, −4); multiplying both parts by 2 gives 2 × 3 = 6 and 2 × (−4) = −8, so (6, −8) is a scalar multiple of m. Answer: (6, −8). The vector (6, −4) needs a multiplier of 2 for the top number but only 1 for the bottom number, so it is not a multiple. The vector (−6, −8) needs a multiplier of −2 for the top number but 2 for the bottom number, so it is not a multiple. The vector (9, −8) needs a multiplier of 3 for the top number but 2 for the bottom number, so it is not a multiple.
- (d) (3/4)a + (1/4)c — Method: OX = OA + AX, and since AX is a third of XC, AX is 1/4 of the whole of AC, with AC = c − a. Working: OX = a + 1/4(c − a) = a − (1/4)a + (1/4)c = (3/4)a + (1/4)c. Answer: OX = (3/4)a + (1/4)c. Measuring 1/4 of AC from C's end instead of A's swaps the fractions round, giving (1/4)a + (3/4)c; adding (1/4)c onto the whole of a without subtracting a inside the bracket first gives a + (1/4)c; and treating the ratio as though AX and XC were equal gives the midpoint, (1/2)a + (1/2)c. Convert the ratio to a fraction of AC measured from A, subtract before you scale, and then add the result to OA.
- (d) (2/5)a + (3/5)b — Method: OP = OA + AP, and since AP : PB = 3 : 2 splits AB into 5 equal parts, AP is 3/5 of the whole of AB, with AB = b − a. Working: OP = a + 3/5(b − a) = a − (3/5)a + (3/5)b = (2/5)a + (3/5)b. Answer: OP = (2/5)a + (3/5)b. Using the ratio the wrong way round, as though it read AP : PB = 2 : 3, gives (3/5)a + (2/5)b; adding (3/5)b onto the whole of a without subtracting a inside the bracket first gives a + (3/5)b; and treating the ratio as 1 : 1 gives the midpoint, (1/2)a + (1/2)b. Convert the ratio to a fraction of AB measured from A, matching the ORDER the ratio is stated in, and subtract before you scale.
- (c) (1/3)b − (1/3)a — Method: PQ runs from P to Q, so PQ = OQ − OP. Working: PQ = (1/3)b − (1/3)a. Answer: PQ = (1/3)b − (1/3)a. Subtracting the other way round gives (1/3)a − (1/3)b, the same vector pointing back from Q to P instead of P to Q; using 2/3 instead of the 1/3 that OP and OQ were actually given as gives (2/3)b − (2/3)a; and using the full vectors a and b with no scaling at all gives b − a, which is AB, not PQ. Always subtract START from END, OQ − OP, and carry the fraction given in the question through to your final vector.
- (c) (1/3)a + (2/3)b — Method: OP = OA + AP, and since AP is twice PB, AP is 2/3 of the whole of AB, with AB = b − a. Working: OP = a + 2/3(b − a) = a − (2/3)a + (2/3)b = (1/3)a + (2/3)b. Answer: OP = (1/3)a + (2/3)b. Measuring 2/3 of AB from B's end instead of A's swaps the fractions round, giving (2/3)a + (1/3)b; adding (2/3)b onto the whole of a without first subtracting a inside the bracket gives a + (2/3)b; and treating the ratio as though AP and PB were equal gives the midpoint, (1/2)a + (1/2)b. Convert the ratio to a fraction of AB measured from the point named first in the ratio, subtract before you scale, and then add the result to OA.
- (a) (9, −5) — Method: multiply every part of q by 2, then subtract the matching part from p. Working: 2q = (−4, 6); p − 2q gives top 5 − (−4) = 9 and bottom 1 − 6 = −5. Answer: p − 2q = (9, −5). A candidate who forgets to double q first, working out p − q instead, gets (7, −2). A candidate who doubles p instead of q, working out 2p − q, gets (12, −1). A candidate who adds 2q instead of subtracting it gets (1, 7).
- (b) (12, −9) — Two enlargements one after the other combine into a single scale factor: 1.5 × 2 = 3. Multiplying a vector by a scalar means multiplying both the top number and the bottom number by it: top = 4 × 3 = 12, bottom = −3 × 3 = −9, giving (12, −9). A candidate who adds the scale factor to each number instead of multiplying gets (4 + 3, −3 + 3) = (7, 0). A candidate who multiplies the top number but leaves the bottom number unchanged gets (12, −3). A candidate who multiplies the bottom number but leaves the top number unchanged gets (4, −9). The correct column vector for the poster is (12, −9).
Build your own mix at the worksheet builder.