Solving Zero Eigenvector: A Homework Problem

  • Thread starter Thread starter Ryan007
  • Start date Start date
  • Tags Tags
    Eigenvector Zero
Ryan007
Messages
14
Reaction score
1

Homework Statement



I can calculate the proper eigenvalues, but when I plug them back into the matrix, I get x1=0 and x2=0. But this is not the answer Maple gives me! How do I solve for the eigenvector when it appears that a zero vector is the only solution?

Homework Equations



For example, for the matrix {1,1},{1,-1} (rows shown), Maple gives me: eigenvalue of sqrt(2) with eigenvector {1/((sqrt(2)-1),1} and eigenvalue of -sqrt(2) with eigenvector {1/(-(sqrt(2)-1),1}

The Attempt at a Solution



But I can't get these eigenvectors when I try to solve by hand! How do you solve in these situations?
What are these situations called?



 
Physics news on Phys.org
For sqrt(2), You end up with the eigenvector equation:

\left(\begin{array}{cc} 1 & 1 \\ 1 & -1 \end{array}\right)\binom{x}{y}=\sqrt{2}\binom{x}{y}

or:

(1-\sqrt{2}) x+y=0

x-y(1+\sqrt{2})=0

which are redundant so any vector (x,y) that satisfies either equation is a suitable eigenvector like:

\binom{1+\sqrt{2}}{1}

and even:

\binom{\frac{1}{\sqrt{2}-1}}{1}
 
Thanks! Oh duh! I didn't realize that the 2 equations were the same. That's why I was getting x=0 and y=0 as solutions. I had to multiply through by the appropriate constant to make the 2 equations look the same.
 
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...

Similar threads

Replies
7
Views
2K
Replies
12
Views
2K
Replies
3
Views
2K
Replies
2
Views
1K
Replies
6
Views
2K
Replies
3
Views
1K
Replies
19
Views
4K
Back
Top