Eigenvector Woes Homework Solution

  • Thread starter Thread starter kq6up
  • Start date Start date
  • Tags Tags
    Eigenvector
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 · 1K views
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
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