What is the cardinality of center of $\Bbb O_2(\Bbb R)$? where $\Bbb O_2(\Bbb R)$ denotes the set of all $2\times 2$ orthogonal matrices over $\Bbb R$.
My try:
Let us try some orthogonal matrices i.e.
$\begin{bmatrix} 0& 1\\ 1 & 0\end{bmatrix}$ ,$\begin{bmatrix} 0& 1\\ -1 & 0\end{bmatrix}$ ,$\begin{bmatrix} 1& -1\\ 1 & 1\end{bmatrix}$ .
Now if $\begin{bmatrix} a_{11}& a_{12}\\ a_{21} & a_{22}\end{bmatrix}$ $\in $ centre of $\Bbb O_2(\Bbb R)$ then
$\begin{bmatrix} a_{11}& a_{12}\\ a_{21} & a_{22}\end{bmatrix}$ $\begin{bmatrix} 0& 1\\ 1 & 0\end{bmatrix}$ =$\begin{bmatrix} 0& 1\\ 1 & 0\end{bmatrix}$ $\begin{bmatrix} a_{11}& a_{12}\\ a_{21} & a_{22}\end{bmatrix}$
$\implies a_{12}=a_{21},a_{11}=a_{22}$
Again,$\begin{bmatrix} a_{11}& a_{12}\\ a_{12} & a_{11}\end{bmatrix}$ $\begin{bmatrix} 1& 1\\ -1 & 1\end{bmatrix}$ =$\begin{bmatrix} 1& 1\\ -1 & 1\end{bmatrix}$ $\begin{bmatrix} a_{11}& a_{12}\\ a_{12} & a_{11}\end{bmatrix}$
$\implies a_{12}=0$
$\begin{bmatrix} a_{11}& a_{12}\\ a_{21} & a_{22}\end{bmatrix}$=$\begin{bmatrix} a_{11}& 0\\ 0 & a_{11}\end{bmatrix}$
So the center has cardinality = cardinality of $\Bbb R$
**But the answer is given to be $2$ .Where am I wrong?Please help
You need your matrix $$\begin{bmatrix}a&0\\0&a\end{bmatrix}$$ to be orthogonal, so you need $|a|=1$. As you are in $\mathbb R$, you have $a=1$ or $a=-1$.