Printable · GCSE Foundation · ages 14-16
Vector arithmetic and vector proof worksheet — GCSE Foundation
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 HigherNon-calculator
Vector arithmetic and vector proof worksheet — GCSE Foundation
MathsUKwww.geekhero.co.uk
- 1.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.
- 2.a is the column vector with top number 3 and bottom number −2. Work out 4a, giving your answer as a column vector in the form (top, bottom).
- 3.A cyclist's journey from her house to the shop is represented by the column vector with top number 2 and bottom number 5, where each unit is 1 km east and 1 km north. She then cycles from the shop to the park, represented by the column vector with top number 4 and bottom number −3. What single column vector represents her journey from her house directly to the park?
- 4.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.
- 5.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.
- 6.u is the column vector with top number 7 and bottom number 3. v is the column vector with top number 2 and bottom number 5. Work out u − v, giving your answer as a column vector in the form (top, bottom).
- 7.m is the column vector with top number 3 and bottom number −4. Which of these column vectors is a scalar multiple of m?
- 8.p is the column vector with top number 2 and bottom number 3. q is the column vector with top number −1 and bottom number 4. Work out 2p + q, giving your answer as a column vector in the form (top, bottom).
- 9.m is the column vector with top number 4 and bottom number 6. n is the column vector with top number −6 and bottom number −9. Given that n = k × m for some number k, work out the value of k.
- 10.p is the column vector with top number 5 and bottom number 2. q is the column vector with top number 1 and bottom number 6. Work out p + q, giving your answer as a column vector in the form (top, bottom).
- 11.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 4. Work out a + b, giving your answer as a column vector in the form (top, bottom).
- 12.e is the column vector with top number 5 and bottom number k. f is the column vector with top number 15 and bottom number 6. Given that f is 3 times e, work out the value of k.
- 13.p is the column vector with top number 4 and bottom number −3. Work out 2p, giving your answer as a column vector in the form (top, bottom).
- 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.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″.
Answer key
- (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) (12, −8) — Method: to multiply a column vector by a number, multiply every part of the vector by that number. Working: top number 4 × 3 = 12; bottom number 4 × (−2) = −8. Answer: 4a = (12, −8). A candidate who adds 4 to each part instead of multiplying gets (7, 2). A candidate who multiplies only the top number by 4 and leaves the bottom number unchanged gets (12, −2). A candidate who multiplies only the bottom number by 4 and leaves the top number unchanged gets (3, −8).
- (b) (6, 2) — The overall journey from house to park is the sum of the two vectors: top = 2 + 4 = 6, bottom = 5 + (−3) = 2, giving (6, 2). A candidate who subtracts the second vector from the first instead of adding gets (2 − 4, 5 − (−3)) = (−2, 8). A candidate who subtracts the other way round gets (4 − 2, −3 − 5) = (2, −8). A candidate who forgets the negative sign on the second vector's bottom number and adds 3 instead of −3 gets (6, 8). Because the journeys join end to end, the correct resultant vector is (6, 2).
- (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.
- (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).
- (b) (5, −2) — Method: subtract column vectors by subtracting the bottom vector's top number from the top vector's top number, and doing the same for the bottom numbers. Working: top numbers 7 − 2 = 5; bottom numbers 3 − 5 = −2. Answer: u − v = (5, −2). A candidate who drops the negative sign gets (5, 2). A candidate who works out v − u instead of u − v gets (−5, 2). A candidate who adds instead of subtracts gets (9, 8).
- (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.
- (b) (3, 10) — Method: multiply every part of p by 2, then add the matching parts of q. Working: 2p = (4, 6); adding q gives top 4 + (−1) = 3 and bottom 6 + 4 = 10. Answer: 2p + q = (3, 10). A candidate who forgets to double p first, working out p + q instead, gets (1, 7). A candidate who doubles q instead of p, working out p + 2q, gets (0, 11). A candidate who subtracts q instead of adding it, working out 2p − q, gets (5, 2).
- (c) −1.5 — Since n = k × m, dividing a number in n by the matching number in m gives k: k = −6 ÷ 4 = −1.5 (check with the bottom numbers: −9 ÷ 6 = −1.5, the same value, confirming n is a scalar multiple of m). 1.5 has the correct size but is missing the negative sign. −10 comes from subtracting the top numbers, −6 − 4, instead of dividing them. −24 comes from multiplying the top numbers, −6 × 4, instead of dividing them.
- (d) (6, 8) — Method: add column vectors by adding the top numbers together and the bottom numbers together. Working: top numbers 5 + 1 = 6; bottom numbers 2 + 6 = 8. Answer: p + q = (6, 8). A candidate who subtracts instead of adds gets (4, −4). A candidate who swaps the top and bottom of the correct answer gets (8, 6). A candidate who only adds the top numbers and leaves the bottom number of p unchanged gets (6, 2).
- (b) (2, 6) — To add column vectors, add the top numbers together and add the bottom numbers together, separately: top = 3 + (−1) = 2, bottom = 2 + 4 = 6, giving (2, 6). A candidate who writes the top and bottom numbers of the correct answer in the wrong order gives (6, 2). A candidate who subtracts instead of adds, working out 3 − (−1) = 4 and 2 − 4 = −2, gives (4, −2). A candidate who adds the top numbers correctly but subtracts the bottom numbers by mistake, working out 2 − 4 = −2, gives (2, −2). The correct answer is (2, 6).
- (d) 2 — Method: if f is 3 times e, then each part of f equals 3 times the matching part of e. Working: using the bottom numbers, 6 = 3 × k, so k = 2. Answer: k = 2. A candidate who multiplies instead of dividing, working out 6 × 3, gets 18. A candidate who uses the top numbers' ratio instead, 15 ÷ 5, and gives that ratio as k gets 3. A candidate who adds instead of using the multiple relationship, working out 6 + 3, gets 9.
- (b) (8, −6) — Multiplying a column vector by a scalar multiplies both numbers in the vector by that scalar: 2p = (2×4, 2×(−3)) = (8, −6). (8, −3) doubles the top number but leaves the bottom number, −3, unchanged. (4, −6) doubles the bottom number but leaves the top number, 4, unchanged. (8, 6) doubles both numbers correctly in size but loses the negative sign on the bottom number.
- (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).
- (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.
Build your own mix at the worksheet builder.