For AI agents: use /llms.txt for the Nakafa content index.
Recall that reflecting a point (x,y) across the x-axis results in the image (x,−y).
We are looking for a matrix (rtsu) such that:
By equating the coefficients, we get:
-
rx+sy=1x+0y⟹r=1,s=0
-
tx+uy=0x−1y⟹t=0,u=−1
Thus, the reflection matrix for the x-axis is (100−1).
Reflecting a point (x,y) across the y-axis results in (−x,y).
This gives r=−1,s=0,t=0,u=1.
The matrix is (−1001).
Reflecting a point (x,y) across the line y=x results in (y,x).
This gives r=0,s=1,t=1,u=0.
The matrix is (0110).
Reflecting a point (x,y) across the line y=−x results in (−y,−x).
This gives r=0,s=−1,t=−1,u=0.
The matrix is (0−1−10).
- Reflection matrix for the x-axis: (100−1)
- Reflection matrix for the y-axis: (−1001)
- Reflection matrix for line y=x: (0110)
- Reflection matrix for line y=−x: (0−1−10)
Find the image of (3,−4) reflected across the x-axis.
Using the reflection matrix for the x-axis:
Thus, the image is (3,4).
Determine the image of triangle ABC with vertices A(3,1), B(−2,3), and C(2,−1) reflected across the y-axis!
The reflection matrix for the y-axis is (−1001).
The matrix of triangle ABC's vertices: (31−232−1).
Thus, the image is triangle A′B′C′ with vertices A′(−3,1), B′(2,3), and C′(−2,−1).
- Find the image of point (3,5) reflected across the x-axis using the matrix multiplication (100−1).
- Determine the image of triangle ABC with vertices A(3,1), B(−2,3), and C(2,−1) reflected across the line !
-
The image of point (3,5) reflected across the x-axis using the matrix multiplication (100−1) is:
Image: (3,−5).
-
The reflection matrix for y=−x is (0−1−10).
Matrix of ABC vertices: (31−232−1).
Image: A′(−1,−3), B′(−3,2), C′(1,−2).