[Math] Isometry of $\mathbb R^2$ that preserves orientation is either a rotation or a translation

geometric transformationgeometry

I want to show that if $\gamma$ is an isometry of $\mathbb{R}^2$ that preserves orientation, then it is either a translation or a rotation about a point.

If $\gamma$ is an isometry of $\mathbb{R}^2$ then it is of the form $\vec{\gamma}(\vec{x})=A\vec{x}+\vec{b}$ for some orthogonal matrix $A$ and $\vec{b} \in \mathbb{R}^2$. Since $\gamma$ preserves orientation we have that $\det A=1$.

If $A=I$, then clearly $\gamma$ is a translation $\vec{x} \mapsto \vec{x} + \vec{b}$.

I'm stuck with the case $A \neq I$, though. How do I proceed?

Best Answer

Orthogonal matrices with determinant 1 are exactly rotation matrices (about the origin). Hence $\vec{\gamma}(\vec{x})=A\vec{x}+\vec{b}$ is a rotation plus a translation, i.e. a rotation about the point which has the coordinates of the vector $\vec{b}$.