Negating Both Coordinates with a Matrix
Reflecting a point over the origin results in the image . This is equivalent to a rotation about the origin.
To find the matrix for this transformation, start with unknown entries:
We want to find such that:
From matrix multiplication, we can write:
By equating the corresponding coefficients, we get:
- For the first row: . This means and .
- For the second row: . This means and .
Reflection Matrix over the Origin
Reflection over the origin negates both coordinates:
Applying the Reflection Matrix over the Origin
The matrix below turns a reflection over the origin into one multiplication. The examples apply it to single points and then to a whole triangle.
Reflecting Two Points
Determine the images of points and when reflected over the origin!
Solution:
Using the transformation matrix:
For point :
The image of point is .
For point :
The image of point is .
Exercises
Both problems reflect over the origin. The second applies the reflection matrix to each vertex of a triangle.
- Determine the images of points and when reflected over the origin!
- A triangle has vertices , , and . Determine the coordinates of the image triangle after reflection over the origin using matrix multiplication.
Solutions
Each solution below multiplies the reflection matrix by the coordinates of one point. Write the matrix first, then apply it to each vertex of the triangle so the image is built from its corners.
-
The reflection matrix over the origin is:
For :
Image . For :
Image .
-
Matrix of vertices:
Image: , , .