So I'm tasked with finding an $R^2$ isometry that has no eigenvalues in $\mathbb{R}$. Trouble is, well, I don't really "get" isometries as they pertain to eigenvalues and transformation matrices. I could trivially come up with...say the following matrix: $$\begin{bmatrix}1 & -1\\ \frac{1}{4} & 1\end{bmatrix}$$
Now the eigenvalue would be: \begin{align} (1 - \lambda)^2 - (-\frac{1}{2}) &= 0\\ \frac{5}{4} - 2\lambda + \lambda^2 &= 0\\ \lambda &= \frac{2\pm\sqrt{(-2)^2-4\cdot\frac{5}{4}}}{2}\\ \lambda &= \frac{2\pm\sqrt{4-5}}{2} \end{align}
That would have a complex eigenvalue (of $1 \pm \frac{i}{2}$), but that's very certainly not of absolute value 1. Since $a$ in the equation is always 1, I guess I'd need to come up with numbers that result in $\sqrt{2} + \sqrt{2}i$ so that the absolute value would indeed be 1.
However, that doesn't really have much to do with the definition of an isometry, which is defined through inner product space: I can't really find the link between the eigenvalue and the inner product space. I guess my question is, how do I go about formulating an isometry that also fills all these conditions?
Let $f\colon\Bbb R^2\longrightarrow\Bbb R^2$ be an isometry. Then both $f(1,0)$ and $f(0,1)$ have norm $1$. Also, since isometries preserve angles, $f(1,0)$ and $f(0,1)$ are orthogonal. So, the matrix of $f$ with respect to the standard basis is either of the form$$\begin{bmatrix}a&b\\b&-a\end{bmatrix}\tag1$$or of the form$$\begin{bmatrix}a&-b\\b&a\end{bmatrix},\tag2$$with $a^2+b^2=1$. If it is of the form $(1)$, then $f$ has real eigenvalues: $\pm\sqrt{a^2+b^2}$. On the other hand, if it has the form $(2)$, then its eigenvalues are $a\pm bi$, which are real if and only if $b=0$ (that is, if and only if $f=\pm\operatorname{Id}_2$).