How Do You Normalize Eigenvectors for an Observable Matrix?

  • Thread starter Thread starter KeyToMyFire
  • Start date Start date
  • Tags Tags
    Eigenvectors
KeyToMyFire
Messages
6
Reaction score
0

Homework Statement



An observable is represented by the matrix

0 \frac{1}{\sqrt{2}} 0
\frac{1}{\sqrt{2}} 0 \frac{1}{\sqrt{2}}
0 \frac{1}{\sqrt{2}} 0

Find the normalized eigenvectors and corresponding eigenvalues.





The Attempt at a Solution



I found the eigenvalues to be 0, -1, and 1

and the eigenvectors to be (1,0,-1), (1,-\sqrt{2},1), and ((1,\sqrt{2},1) (respectively)

I'm pretty sure these are right.


My problem comes with the word "normalized". The only place my lecture notes and book mention normalized eigenvectors is after the matrix is diagonalized, which seems unnecessary.
 
Physics news on Phys.org
You want to find eigenvectors (x,y,z) with norm one. So you want eigenvectors (x,y,z) such that \sqrt{x^2+y^2+z^2}=1. That is what normalized means.

The eigenvectors you list are correct, but they are not yet normalized.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top