Trying to understand Eigenvectors

  • Thread starter Thread starter noelo2014
  • Start date Start date
  • Tags Tags
    Eigenvectors
Click For Summary

Homework Help Overview

The discussion revolves around finding eigenvalues and eigenvectors for a given matrix. The original poster attempts to understand the concept of eigenvectors, particularly for the eigenvalue λ=1, after calculating the eigenvalues as 1, 2, and 3.

Discussion Character

  • Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • The original poster describes their process of finding the characteristic polynomial and eigenvalues, then attempts to find the eigenvector for λ=1 by row-reducing the matrix (A-Iλ). They express confusion regarding the implications of the resulting matrix and the role of the variable x2.

Discussion Status

Participants are exploring the nature of eigenvectors and the conditions under which certain components can be zero or arbitrary. Some guidance has been offered regarding the interpretation of the row-reduced matrix and the implications for the eigenvector corresponding to λ=1.

Contextual Notes

There is an emphasis on understanding the subtleties of eigenvector solutions, particularly the freedom in choosing values for certain components of the eigenvector.

noelo2014
Messages
45
Reaction score
0

Homework Statement



Find the Eigenvalues of A=

4 0 1
-2 1 0
-2 0 1

Then find the eigenvectors corresponding to each of the eigenvalues.



Homework Equations





The Attempt at a Solution



I found the Characteristic Polynomial of the matrix, computed the Eigenvalues which are 1,2,3.

What I'm trying to get my head around is the concept of the eigenvectors.

First of all I attempted to find the eigenvector(s) for λ=1. So I constructed the matrix (A-Iλ), row-reduced and got the matrix:

1 0 0
0 0 1
0 0 0

This matrix corresponds to the set of linear eqns (A-Iλ)x, and x must be non-zero. So normally I'd just read the solutions from this matrix and tell myself

x1=0
and
x3=0

I did this in maple and it gave me the value (0,1,0) as the eigenvector corresponding to λ=1, but x2 doesn't equal zero in any of these rows. Can someone explain this to me?
 
Physics news on Phys.org
There is no constraint on x2, so it is arbitrary. 1 is chosen so that the eigenvector is properly normalized. The eigenspace corresponding to eigenvalue ##\lambda =1## is then all vectors of the form ##\langle 0, k, 0\rangle##.
 
Ok, so what you're saying is that x1 has to be zero and x3 has to be zero but x2 can be anything?

I think I get it, I think I'll just need to practice more questions like this. It's a bit subtle.
 
It might be helpful to put some words with the work you did.

When you were finding the eigenvectors for λ = 1, you ended up with this matrix:
$$\begin{bmatrix} 1 & 0 & 0 \\ 0 & 0 & 1 \\ 0 & 0 & 0 \end{bmatrix}$$

Your work started with the matrix equation (A - 1I)x = 0. By row-reduction, you got to the matrix I show above.

This matrix represents the linear system
x1 + 0x2 + 0x3 = 0
0x1 + 0x2 + x3 = 0
0x1 + 0x2 + 0x3 = 0

Or more simply,
x1 = 0
x3 = 0

Since there are no conditions or restrictions on x2, you can substitute any real value for x2. This means that any vector of the form <0, k, 0> is an eigenvector for λ = 1. For convenience's sake, k = 1 is chosen, making the eigenvector <0, 1, 0>. Any multiple of that vector would also be an eigenvector for this eigenvalue.
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 5 ·
Replies
5
Views
15K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
Replies
4
Views
2K
  • · Replies 19 ·
Replies
19
Views
4K
Replies
3
Views
2K