Difficulty Finding the EigenX of an Operator

Spurious J
Messages
6
Reaction score
0
1. The operator is:
[ 0 -i]
[ i 0]


2. I'm trying to find the eigenvalues and vectors. By inspection they appear to be
|i> = (0)
...(1)
and |-i> = (1)
...(0)

(or, easier to type, <i| = ( 0 1) and <-i| = (1 0) )

But these values don't work when I plug them back into the general equation for finding eigenvalues, moreover, when I attempt to simply solve for the values/vectors by hand, I obtain the same values, but then get zero fro ever component of the related eigenvectors

eg.
(0 -i) (a) = -i (a)
( i 0) (b) (b), which is -bi= -ai and ai= -bi

Thanks
 
Physics news on Phys.org
Spurious J said:
1. The operator is:
[ 0 -i]
[ i 0]2. I'm trying to find the eigenvalues and vectors. By inspection they appear to be
|i> = (0)
...(1)
and |-i> = (1)
...(0)

(or, easier to type, <i| = ( 0 1) and <-i| = (1 0) )
Your eigenvalues are incorrect, if I'm interpreting your post correctly. It seems you are concluding that the eigenvalues are i and -i. But that is not correct.

Solve for λ in the for characteristic polynomial det(A - λI) = 0,

Where A is your operator matrix. In this case,

\mathrm{A} = \left[ \begin{array}{cc}<br /> 0 &amp; -i \\<br /> i &amp; 0<br /> \end{array} \right]

And λI is unity matrix times λ,

\lambda \mathrm{I} = \left[ \begin{array}{cc}<br /> \lambda &amp; 0 \\<br /> 0 &amp; \lambda<br /> \end{array} \right]

So in other words, your characteristic polynomial for this problem is:

\left| \begin{array}{cc}<br /> 0 - \lambda &amp; -i \\<br /> i &amp; 0 - \lambda<br /> \end{array} \right| = 0

Solve for λ. You'll end up with two possible values for λ. These are your eigenvalues.

Then find your eigenvectors.
 
Last edited:
To solve this, I first used the units to work out that a= m* a/m, i.e. t=z/λ. This would allow you to determine the time duration within an interval section by section and then add this to the previous ones to obtain the age of the respective layer. However, this would require a constant thickness per year for each interval. However, since this is most likely not the case, my next consideration was that the age must be the integral of a 1/λ(z) function, which I cannot model.
Back
Top