I need to prove existence and uniqueness of two factors for matrix operations but I don't know at all what I should do, here is the exercise:
$$ R(\theta)=\begin{bmatrix} \cos(\theta) & -\sin(\theta) \\ \sin(\theta) & \cos(\theta) \end{bmatrix} $$ I have already proved that $R(\theta)^n=R(n\theta)$. Now I need to prove that
For $a,b\in\mathbb{R}$ with $b\ne0$ and $$A=\begin{bmatrix} a & -b \\ b & a \end{bmatrix}$$ there exist only one $\lambda>0$ and only one $\theta\in\mathopen{]}0,2\pi\mathclose{[}$ such that $$ A=\lambda R(\theta).$$
How can I prove it?