Solving Zero Eigenvector: A Homework Problem

  • Thread starter Thread starter Ryan007
  • Start date Start date
  • Tags Tags
    Eigenvector Zero
Click For Summary
SUMMARY

The discussion centers on solving for eigenvectors when encountering a zero eigenvector scenario, specifically using the matrix {1,1},{1,-1}. The participant successfully identifies eigenvalues of sqrt(2) and -sqrt(2) but struggles to derive the corresponding eigenvectors manually. The resolution involves recognizing that the two derived equations are redundant, leading to the conclusion that any vector satisfying either equation is a valid eigenvector. The participant learns to manipulate the equations to find suitable eigenvectors, such as {1/((sqrt(2)-1),1}.

PREREQUISITES
  • Understanding of eigenvalues and eigenvectors
  • Familiarity with matrix operations
  • Basic knowledge of linear algebra concepts
  • Experience using Maple for mathematical computations
NEXT STEPS
  • Study the properties of eigenvalues and eigenvectors in linear algebra
  • Learn how to use Maple for solving eigenvalue problems
  • Explore redundancy in linear equations and their implications
  • Investigate the geometric interpretation of eigenvectors
USEFUL FOR

Students studying linear algebra, mathematicians solving eigenvalue problems, and anyone using Maple for computational mathematics.

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.
 

Similar threads

Replies
5
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 19 ·
Replies
19
Views
4K
Replies
9
Views
2K