So the question just said to show that Q = (cos, -sin // sin cos) is orthogonal, and that x (in R2) and Qx are equidistant. Easy.
What does it mean here to say that Q acts as a rotation on R2?
Given any point
x in
R2, the point Q
x is the point
x rotated by some constant angle (
what angle?) counter-clockwise about the origin. Such a matrix Q is called a rotation matrix for this reason.
This fact can be deduced by either geometrical means or through complex numbers. Here's how it's done via complex numbers.
We can think of a point
x = (x,y) in the plane as z = x + iy.
Then let z' = x' + iy' be the point obtained by rotating z counterclockwise by angle θ about the origin. From common HSC 4U complex numbers knowledge, we know z' = (cos(θ) + i*sin(θ))*(x + iy), so
z' = (cos(θ).x – sin(θ).y) + i*(sin(θ).x + cos(θ).y) = x' + i*y'. Now we can equate coefficients.
So
x' := (x', y') = (cos(θ).x – sin(θ).y, sin(θ).x + cos(θ).y) = Q (x,y) (by definition of matrix multiplication and the definition of Q)
= Q
x.
In other words, the point
x' that is a rotation of
x by angle θ counterclockwise about the origin is given by Q
x.