So I have already worked out the eigenvalues for the following matrix,
\begin{bmatrix}-3 & 1\\-1 & 1\end{bmatrix}
which happen to be $\lambda_1=-1+\sqrt{3}$ and $\lambda_2=-1-\sqrt{3} $.
However, I am having trouble finding the eigenvectors. This is what I have so far,
From $\lambda_1=1+\sqrt{3}$,
\begin{equation}\begin{bmatrix}-2-\sqrt{3} & 1\\-1 & 2-\sqrt{3}\end{bmatrix} \begin{bmatrix}x_1\\x_2\end{bmatrix}=\begin{bmatrix}0\\0\end{bmatrix}\end{equation}
So using the second equation, \begin{equation} -x_1+(2-\sqrt{3})x_2=0\end{equation} \begin{equation}(2-\sqrt{3})x_2=x_1\end{equation}
Eigenvector is \begin{equation}\begin{bmatrix}(2-\sqrt{3})x_2\\x_2\end{bmatrix}\end{equation}
I don't know how to find the value for $x_2$?
If someone could guide me on finding this value, it would be greatly appreciated!
You cannot find the value of $x_2$ because every value is OK. That is, no matter what $x_2$ is equal to, it is always true that $$\begin{bmatrix}-3&1\\-1&1\end{bmatrix}\cdot\begin{bmatrix}(2-\sqrt{3})x_2\\x_2\end{bmatrix}=\lambda_1\cdot\begin{bmatrix}(2-\sqrt{3})x_2\\x_2\end{bmatrix}$$
This is true in general. If $\lambda$ is an eigenvalue of $A$, and $x$ is an eigenvector, and $\alpha$ is any number, then you have, for $y=\alpha x$, $$Ay=A(\alpha x)=\alpha Ax=\alpha\lambda x=\lambda\alpha x=\lambda y$$