What is the Connection between Matrices and Geometric Transformations?
A matrix can be associated with transformation operations on any point in the Cartesian plane.
A point in the Cartesian plane, often symbolized by the ordered pair , can also be symbolized by the position vector . This position vector notation will be frequently used in discussing the connection between matrices and transformations.
If a point is transformed by the matrix , its image is obtained from matrix multiplication:
Thus, and .
Multiplying a Matrix by a Position Vector
If represents any point in the Cartesian plane, find the product of .
Alternative Solution:
The matrix product is:
It can be observed that the point is transformed by the matrix into the point . This is the formula for a counter-clockwise rotation about the origin.
Multiplying a Matrix by Three Points Simultaneously
Find the image of , with vertices , , and transformed by the matrix .
Alternative Solution:
First, we can write the coordinates of the points as columns of a matrix, i.e., (Columns A, B, C).
Next, multiply this matrix from the left by .
The result of the transformation is a new triangle with vertices , , and .
The matrix represents a rotation about the origin.
Exercises
- Find the product of . What transformation does this matrix represent?
- A transformation is associated with the matrix . Find the image of a triangle with vertices , , and under this transformation!
Key Answers
-
The point is transformed into .
This is a (or ) clockwise rotation about the origin.
-
Transformation matrix .
Vertices: , , .
Point matrix: .
Image vertices: , , .
(This transformation is known as a shear)