I have this matrix that represents a $2 \times 2$ linear system and I am supposed to solve to find what $x(t)$ and $y(t)$ are.
$\left[ {\begin{array}{cc} 1 & 5 \\ -1 & -3 \\ \end{array} } \right] $
I got that my eigenvalues were $-1+i$ and $-1-i$. But how do I use these to find my eigenvectors?
Use the definition of "eigenvalue" and "eigenvector". If $-1+ i$ is an eigenvalue then there exists a vector, $\begin{bmatrix}x \\ y \end{bmatrix}$, such that $\begin{bmatrix}1 & 5 \\ -1 & -3 \end{bmatrix}\begin{bmatrix}x \\ y \end{bmatrix}= \begin{bmatrix}(-1+ i)x \\ (-1+ i)y\end{bmatrix}$. Solve for $x$ and $y$. Of course, since the set of eigenvectors corresponding to a given eigenvalue form a subspace, there will be an infinite number of possible $(x, y)$ values.