Moving Points by Adding a Vector
A translation moves a point horizontally by and vertically by , giving the image .
This operation can be written in the form of vector addition (column matrix):
Rotations about the origin and reflections in lines through the origin can be represented by matrix multiplication. A nonzero translation instead adds a vector and cannot be represented this way.
To combine translation with linear transformations using matrix multiplication, we use homogeneous coordinates. The point is represented by the column:
The transformation then uses a matrix. For a horizontal shift of and a vertical shift of , it is:
The calculation gives:
Matrix Operation
For a point , add the translation vector component by component:
Finding the Image of a Point with Matrix Operation
Use matrix operations to translate the point by the following vector and determine its image:
Solution:
Apply the vector addition directly:
Its image is .
Exercises
-
Use matrix operations to translate the point by the following vector and determine its image:
-
A triangle has vertices , , and . Translate it by the vector below and determine the coordinates of :
Solutions
-
For the point , use the shifts and .
Image: .
-
Apply the given translation vector to each vertex:
-
For :
So .
-
For :
So .
-
For :
So .
Image coordinates: , , .
-