Let $A$ be an orthogonal $n\times n$ matrix. Show that $\|A\vec x\|=\|A^{-1}\vec x\|$ for any vector $\vec x$ in $\mathbb R^2$
I want to show that $\|A\vec x\|=\|A^{-1}\vec x\|=\|\vec x\|$
I tried to show that since $A^TA=I$, then using $A^T=A^{-1}$,
$\|A^{-1}\vec x\|=(A^{-1}\vec x)\cdot(A^{-1}\vec x)=(A^{-1}\vec x)^T(A^{-1}\vec x)=\vec x^T(A^{-1})^TA^{-1}\vec x=\vec x^T(A^{T})^TA^{-1}\vec x=\vec x^TAA^{-1}\vec x$.
I got stuck here since by definition $A^TA\neq AA^T$ (or is it)?
Any hint is appreciated!