Matrix Operation for Translation
Translation or shifting a point by a vector results in the image .
This operation can be written in the form of vector addition (column matrix):
This is different from transformations like rotation or reflection across an axis/line, which can be represented by matrix multiplication. Pure translation is a vector addition operation.
However, if we want to combine translation with other linear transformations using matrix multiplication, we often use homogeneous coordinates. With homogeneous coordinates, a point is represented as , and the transformation matrix becomes . For translation by , the matrix is:
Thus:
Matrix Operation
The matrix operation associated with translation by vector for point is:
Finding the Image of a Point with Matrix Operation
Determine the image of point translated by the vector using matrix operation.
Alternative Solution:
Based on the matrix operation, the image can be determined by:
Its image is .
Exercises
- Determine the image of point translated by the vector using matrix operation.
- A triangle has vertices , , and . This triangle is translated by vector . Determine the coordinates of the image triangle .
Key Answers
-
Point , translation vector .
Image: .
-
Translation vector .
- For : . So .
- For : . So .
- For : . So .
Image coordinates: , , .