2

Let $m$ be an orientation-reversing isometry. Prove algebraically the $m^2$ is a translation.

What I attempted: We know that $m$ is an orientation-reversing isometry i.e. it is either a reflection or a glide-reflection.

I started by consider the case when $m$ is a reflection.

The matrix representing this transformation is given by $\begin{pmatrix} \cos \phi & \sin \phi\\ \sin \phi & -\cos \phi \end{pmatrix}$

I calculated the square of the above matrix and obtained the identity matrix, which means that $m^2$ is a translation of $v=\begin{pmatrix}0 \\ 0 \end{pmatrix}$

I am not sure if this is correct..

With the glide-reflection, I am not sure how to proceed, since I don't know how to express neither the endomorphism "glide-reflection" in terms of the endomorphism rotation, reflection, translation and neither the matrix representing this transformation.

amir
  • 1,311

1 Answers1

4

Hint: Consider an orientation-reversing isometry as $m:x \mapsto Ax+b$, where $A$ is a reflaction matrix (so, $A^2=I$), $b$ is a translation vector. And try to find $m^2$.

user35603
  • 3,002