Can an eigenvalue have multiple eigenvectors?

In summary, when you have more than one eigenvalue for a given matrix, you can find eignvectors that are linear combinations of each other.
  • #1
wown
22
0
I am little confused about the choice of eigenvectors chosen by my book. I am wondering if an eigenvalue can have multiple eigenvectors and if all are equally correct. Case in point the example below:

Homework Statement


find a fundamental matrix for the system x'(t) = Ax(t) for the given matrix A:
A = Row1 = {3 1 -1}
Row2 = {1 3 -1}
Row3 = {3 3 -1}

The attempt at a solution:
So i go through the motions and find that th eigenvalues are 1 and -2. the eigenvector for eValue 1 = {1, 1, 3}

When I try to solve for the eVector for eValue =2, There are 2 possibilties because:
(A-rI), where r = 2:
Row1 = {1 1 -1}
Row2 = {1 1 -1}
Row3 = {3 3 -3}

which basically leads to the equation U1 + U2 - U3 = 0
i.e. U3 = U1 + U2
from here, I can say
U1 = s, U2 =t, and U3 = s + t, leading to the eVectors:
{s, t, s+t}
or s * {1,0,1} + t * {0,1,1}

OR i can say U1 = -U2 + U3, U2 =t, U3 =s and my eVectors are:
{t - s, t, s} or t*{1, 1, 0} + s*{-1, 0, 1}

Which is correct? the book says the 2nd one but i don't see why pick one over the other.
 
Physics news on Phys.org
  • #2
when you have degenerate eignevectors (algebraic multiplicity of eigenvalue is greater than 1 in characteristic equation), usually there is more than one eigenvector for the given eigenvalue (this is called the geometric multiplicity of the eigenvalue)

And whenever you have more than one eigenvector for a given eigenvalue the eignevectors you solve for will not be unique, however the ones you solve for will span the same "eigenspace" which is unqiue. In this case a 2D plane

Note that even when you have only a single eignevector it is only unique up to a given multiplicative constant and actually represents a 1D line of valid eignevectors
 
  • #3
:) I have not taken linear algebra yet (this is for diff eq class) and so most of what you said went over my head. but in lamens terms, i think this is what you are saying:

because the eigenvalue 2 is a repeated root of the equation A-rI = 0, the eigenvectors will not be unique and so it is possible to have two different eigenvectors for the same eigenvalue. Therefore, the choice of the eigenvector does not matter and i can use either eigenvector for my fundamental matrix?
is that correct?
 
  • #4
note quite but close

As the eigenvalue 2 is a repeated root, it can have either 1 or 2 eigenvectors. In this case it has 2.

Now say you found eigenvectors u & v, and the book found p & q. As they "span" the same space, each set can be written as a linear combination of the other. This means you can find real numbers a,b,c,d such that
p = au+bv
q = cu+dv
 
  • #5
Gotcha. Thanks a lot!
 

Related to Can an eigenvalue have multiple eigenvectors?

What are eigenvectors and why are they important in linear algebra?

Eigenvectors are special vectors that do not change direction when multiplied by a linear transformation. They are important because they represent the directions in which a transformation has the simplest effect, and they can be used to decompose a matrix into simpler forms for easier computations.

How do you calculate eigenvectors?

The process for calculating eigenvectors involves finding the eigenvalues of a matrix by solving the characteristic equation, and then plugging those values back into the original matrix to solve for the corresponding eigenvectors. This can be done using various methods such as Gaussian elimination or using matrix decomposition techniques.

Can a matrix have more than one eigenvector?

Yes, a matrix can have multiple eigenvectors associated with the same eigenvalue. This is because an eigenvalue represents a scalar factor that stretches or compresses the eigenvector, so any scalar multiple of the eigenvector is also an eigenvector for that eigenvalue.

What is the relationship between eigenvectors and eigenvalues?

Eigenvectors and eigenvalues are closely related, as every eigenvalue has at least one corresponding eigenvector. The eigenvalue represents the scalar factor by which the eigenvector is stretched or compressed when multiplied by the matrix. Additionally, the eigenvectors associated with different eigenvalues are orthogonal to each other.

How are eigenvectors used in real-world applications?

Eigenvectors have a wide range of applications in various fields such as physics, engineering, and data analysis. They are used for image and signal processing, principal component analysis, and in the study of quantum mechanics and fluid dynamics. In machine learning, eigenvectors are used for dimensionality reduction and feature extraction.

Similar threads

  • Calculus and Beyond Homework Help
Replies
5
Views
711
  • Calculus and Beyond Homework Help
Replies
2
Views
709
  • Calculus and Beyond Homework Help
Replies
12
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
434
  • Calculus and Beyond Homework Help
Replies
7
Views
1K
  • Linear and Abstract Algebra
Replies
12
Views
1K
  • Mechanical Engineering
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
24
Views
1K
  • Calculus and Beyond Homework Help
Replies
12
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
Back
Top