Question
Question: Show that the Transformation matrix of reflection about line y = x is equivalent to reflection relat...
Show that the Transformation matrix of reflection about line y = x is equivalent to reflection relative to x-axis followed by anticlockwise rotation of 90 degree

The transformation matrix of reflection about line y = x is equivalent to reflection relative to x-axis followed by anticlockwise rotation of 90 degrees because their transformation matrices are equal.
Solution
To show the equivalence of transformations, we determine the transformation matrices for each operation and then perform matrix multiplication.
-
Transformation Matrix for Reflection about the line y=x
A point (x,y) reflected about the line y=x transforms to (y,x). The transformation equations are: x′=y y′=x In matrix form, this is:
(x′y′)=(0110)(xy)So, the transformation matrix for reflection about y=x is My=x=(0110).
-
Transformation Matrix for Reflection relative to the x-axis
A point (x,y) reflected about the x-axis transforms to (x,−y). The transformation equations are: x′=x y′=−y In matrix form, this is:
(x′y′)=(100−1)(xy)So, the transformation matrix for reflection about the x-axis is Mx=(100−1).
-
Transformation Matrix for Anticlockwise Rotation of 90 degrees
The general transformation matrix for an anticlockwise rotation by an angle θ is:
Rθ=(cosθsinθ−sinθcosθ)For an anticlockwise rotation of 90∘ (θ=90∘): cos90∘=0 sin90∘=1
So, the transformation matrix for 90∘ anticlockwise rotation is R90=(01−10).
-
Combined Transformation Matrix (Reflection relative to x-axis followed by Anticlockwise Rotation of 90 degrees)
When transformations are applied sequentially, the matrices are multiplied in the reverse order of application. If transformation A is applied first, then B, the combined matrix is MBMA. Here, reflection about the x-axis (Mx) is applied first, followed by anticlockwise rotation of 90∘ (R90). The combined transformation matrix is R90⋅Mx:
R90⋅Mx=(01−10)(100−1)Performing the matrix multiplication:
R90⋅Mx=((0)(1)+(−1)(0)(1)(1)+(0)(0)(0)(0)+(−1)(−1)(1)(0)+(0)(−1)) R90⋅Mx=(0+01+00+10+0) R90⋅Mx=(0110)
Conclusion
Comparing the combined transformation matrix R90⋅Mx with the matrix for reflection about y=x:
R90⋅Mx=(0110) My=x=(0110)Since R90⋅Mx=My=x, it is shown that the transformation matrix of reflection about the line y=x is equivalent to reflection relative to the x-axis followed by an anticlockwise rotation of 90 degrees.