Eigenvector Woes Homework Solution

  • Thread starter Thread starter kq6up
  • Start date Start date
  • Tags Tags
    Eigenvector
kq6up
Messages
366
Reaction score
13

Homework Statement



Find the eigenvectors of: ##
\newcommand{\Bold}[1]{\mathbf{#1}}\left(\begin{array}{rrr}

5 & 0 & \sqrt{3} \\

0 & 3 & 0 \\

\sqrt{3} & 0 & 3

\end{array}\right)

##

Homework Equations



##(\mathbf{A}-\lambda\mathbf{I})\cdot\mathbf{x}=0##

The Attempt at a Solution



I get the correct eigenvectors for ##\lambda=2,6##, but I don't understand why the eigenvector is ##\hat{j}## when ##\lambda=3##.

When ##\lambda=3##, the matrix becomes ##
\newcommand{\Bold}[1]{\mathbf{#1}}\left(\begin{array}{rrr}

2 & 0 & \sqrt{3} \\

0 & 0 & 0 \\

\sqrt{3} & 0 & 0

\end{array}\right)

##. The first row yields a function ##2x-\sqrt{3}z=0##. The points that satisfy this equation do not lay along ##\hat{j}##. What am I missing?

Thanks,
Chris
 
Physics news on Phys.org
The third row implies ##x=0##. Do you see that?
 
kq6up said:
The first row yields a function 2x− 3√ z=0
The first row yields the equation 2x + 3 √ z=0.

As vela notes, the third row implies that x = 0. Neither equation involves y, so there are no constraints on y.
 
Ah, that makes sense.

Thanks,
Chris
 
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