What is the process for finding a complex eigenvector?

Dgray101
Messages
33
Reaction score
0

Homework Statement



Given A = [ (3,-7),(1,-2) ] and λa = \frac{1}{2} + i \frac{\sqrt{3}}{2} find a single eigenvector which spans the eigenspace.


Homework Equations





The Attempt at a Solution



So I row reduced the matrix to get [(2, -5 + i\sqrt{3}),(0,0 ] and from here we can write a solution as (x1,x2)=x2((1/2,1)) however that is not a complex eigenvector, it is just a real v etor. So Somewhere along the lines I am making a mistake in understanding how you solve for a complex eigenvector. I can do this in Rn very well, but this is throwing me off.
 
Physics news on Phys.org
Dgray101 said:

Homework Statement



Given A = [ (3,-7),(1,-2) ] and λa = \frac{1}{2} + i \frac{\sqrt{3}}{2} find a single eigenvector which spans the eigenspace.

Homework Equations


The Attempt at a Solution



So I row reduced the matrix to get [(2, -5 + i\sqrt{3}),(0,0 ] and from here we can write a solution as (x1,x2)=x2((1/2,1)) however that is not a complex eigenvector, it is just a real v etor. So Somewhere along the lines I am making a mistake in understanding how you solve for a complex eigenvector. I can do this in Rn very well, but this is throwing me off.

I think you might be making a mistake in your row reduction. This is what I get:
$$\begin{bmatrix} 5/2 - (\sqrt{3}/2)i & -7 \\ 0 & 0\end{bmatrix}$$
 
May I ask how you did that because I keep getting the same answer even redoing the problem...
 
I think I did the similar thing to what you did, but instead I multiplied the top row by the complex conjugate to row reduce.
 
Dgray101 said:
May I ask how you did that because I keep getting the same answer even redoing the problem...

I started with this:
$$ \begin{bmatrix}3 - (1/2)(1 + \sqrt{3}i) & -7 \\ 1 & -2 - (1/2)(1 + \sqrt{3}i) \end{bmatrix}$$

That simplifies to
$$\begin{bmatrix}5/2 -i\sqrt{3}/2 & -7 \\ 1 & -5/2 - i\sqrt{3}/2 \end{bmatrix}$$

I added -1 times the top row to (5/2 - i√3/2) times the bottom row.

I checked my eigenvector, and for the given matrix, Ax = λx.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top