Let $R_{\theta} = \pmatrix{\cos \theta & \sin \theta \\ \sin \theta & -\cos \theta}$.
So I was able to find that the eigenvalues are $1$ and $-1$ using $\det(R_{\theta} - \lambda I)$.
I also know how to find the eigenvectors if I use the reflection matrix $\pmatrix{0 & 1 \\ 1 & 0}$, so I know the two eigenvectors are
$$\pmatrix{1 \\ 1}, \pmatrix{1 \\ -1}.$$
My question is: how do I find the eigenvectors using the cosine and sine matrix $R_{\theta}$ instead of the easier matrix? Can I do things (I feel like the answer is no, but googling didn't tell me) like square a row in my attempts to reduce the matrix down? Does that make sense what I am asking? If not, I am happy to try to clarify.