Eigenvectors from complex eigenvalues

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
zfolwick
Messages
36
Reaction score
0
how does one systematically find the eigenvectors of a 2x2 (or higher) Real matrix given complex eigenvalues?
 
Physics news on Phys.org
For example, the eigenvalues of the matrix
[tex]\begin{bmatrix}0 & -1 \\ 1 & 0 \end{bmatrix}[/tex]
are i and - i.

If < x, y> is an eigenvector corresponding to eigenvalue i then we must have
[tex]\begin{bmatrix}0 & -1 \\ 1 & 0 \end{bmatrix}\begin{bmatrix}x \\ y\end{bmatrix}= \begin{bmatrix}- y \\ x\end{bmatrix}= \begin{bmatrix} ix \\ iy\end{bmatrix}[/tex]

So we must have -y= ix and x= iy. Since 1/i= -i, those are equivalent. Any such eigenvector is of the form < x, y>= <iy, y>= y<i , 1>.