What`s the algebraic difference between a reflection and a glide reflection

abstract-algebrageometrygroup-theorylinear algebrasymmetry

I'm self studying with Artins Algebra and reached chapter 5, section 2. There, he defines four types of symmetry (orientation-preserving: rotation and translation; orientation-reversing: reflection and glide-reflection) and goes on to show that they can all be represented as the composition of a reflection on the x1-axis (if it's orientation-reversing), a rotation around the origin and a translation. In one of the exercises, you are then asked to "prove that a conjugate of a reflection or a glide-reflection is a motion of the same type", but I don't understand how I can tell reflection and glide reflection apart on an algebraic level since a reflection around a line that doesn't intersect the origin also includes translations, and I haven't found anything in the chapter about it.

Edit: using $f(f(x))=x$ for a reflection $f(x)=t_a(\rho_\theta(r(x)))$, I got the result that, for a translation vector $a$ and a rotation angle $\theta$, we would have

$$\begin{bmatrix}a_1\\a_2 \end{bmatrix}=\begin{bmatrix}-\cos(\theta)a_1-\sin(\theta)a_2\\ -\sin(\theta)a_1+\cos(\theta)a_2 \end{bmatrix}$$
if and only if $f$ is a reflection. Is this correct?

Best Answer

Given that $f(x) = t_a\circ \rho_\theta\circ r$, we see that $f$ is a reflection if and only if $f(f(0)) = 0$. We note that $$ \begin{align} f(f(0)) & = f(a) = a + \rho_\theta(r(a)) = a + \pmatrix{\cos \theta & -\sin \theta\\ \sin \theta & \cos \theta } \pmatrix{a_1\\ -a_2} \\ & = \pmatrix{a_1\\a_2} + \pmatrix{\cos \theta a_1 + \sin \theta a_2\\ \sin \theta a_1 - \cos \theta a_2}. \end{align} $$ So indeed, your statement is correct.

Related Question