Eigenvector with Complex Eigenvalues - What am I doing wrong?

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
3 replies · 3K views
alsvt
Messages
3
Reaction score
0

Homework Statement


eigenvector.png

Homework Equations


Conjugate of a complex number
Matrix reduction

The Attempt at a Solution



My attempt is bordered. Sorry about the quality.
snapshot.jpg


So I'm not sure what I'm missing. I use the exact same method that I use for normal eigenvectors, just with complex numbers in the mix.
 
Last edited:
Physics news on Phys.org
I can't quite read all of your work, but if you subtract [tex]\lambda[/tex] along the diagonal, you get:

[tex]\bmatrix<br /> 1 + i & 1 \\<br /> -2 & -1 + i \\<br /> \endbmatrix x = 0[/tex]

The rows of this matrix are multiples (-1 + i) of each other, so you can use either row to find the eigenvector:

[tex]x_1 (1 + i) + x_2 = 0[/tex]
[tex]-x_1 (1 + i) = x_2[/tex]

so your vector is (1, -1 - i). This happens to not be one of your choices, but you can multiply it by i to obtain (i, 1 - i).
 
Last edited:
@vela Thanks. I wasn't really thinking it through at the end.