Consider a plane and a line given by equation ax + by = 0. Write a 2×2 matrix, M, of the mirror reflection (flip) around this line. Calculate det(M) and M2 and discuss the results.
In slope intercept form, the ax + by = 0 can be written as y = -(a/b)x.
The matrix representing reflection across the line y = mx is A =
-(m2-1)/ (m2+1) |
2m/(m2+1) |
2m/(m2+1) |
(m2-1)/(m2+1) |
Here, m = -a/b so that M =
-(a2-b2)/ (a2+b2) |
-2ab/(a2+b2) |
-2ab/(a2+b2) |
(a2-b2)/ (a2+b2) |
Then, det(M) = -(a2-b2)2/(a2+b2)2- 4a2b2/(a2+b2)2 = -(a4-2a2b2+b4+4a2 b2)/ (a2+b2)2 = -(a4+2a2b2+b4)/ (a2+b2)2 = -(a2+b2)2/(a2+b2)2 = -1.
Also, M2 = M.M =
1 |
0 |
0 |
1 |
The matrix M2 is the identity matrix I , as it reflects a second time across the line ax+by = 0, thereby undoing the first reflection across this line.
Get Answers For Free
Most questions answered within 1 hours.