128,311 views
23 votes
23 votes
Point A (6,2) is translated using the vector <-5,2>. Where is the new point located?

User Mabahj
by
3.1k points

1 Answer

24 votes
24 votes

Answer: (1,4)

======================================================

Step-by-step explanation:

The notation <-5,2> is the same as writing the translation rule
(x,y) \to (x-5,y+2)

It says: move 5 units to the left and 2 units up

The point (6,2) moves to (1,2) when moving five units to the left. Then it ultimately arrives at (1, 4) after moving 2 units up. You could move 2 units up first and then 5 units to the left later on, and you'd still arrive at (1, 4). In this case, the order doesn't matter (some combinations of transformations this won't be the case and order will matter).

---------

Or you could write out the steps like so


(x,y) \to (x-5, y+2)\\\\(6,2) \to (6-5, 2+2)\\\\(6,2) \to (1, 4)\\\\

We see that (6,2) moves to (1, 4)

Point A (6,2) is translated using the vector <-5,2>. Where is the new point-example-1
User RossBille
by
2.5k points