Thread Closed

Eigenvalues and eigenvectors

 
Share Thread Thread Tools
May3-07, 09:15 AM   #1
 

Eigenvalues and eigenvectors


Hi

I came across a problem of eigenvalues and eigenvectors. It was easy and I solved it but one thing made me unsure about the answer. All the three eigenvectors were zero vectors. Here is the question and my answer:

The matrix A=
( -1 0 0 1
0 -2 0 0
0 1 -2 0
0 0 0 1)

I began with finding the eigenvalues. The result is the following fourth order equation (x=lamda=eigenvalue):
x^4+4x^3+x^2-6x-4=0
When i solved this equation using Texas Instruments calculator, it found three solutions:
x1=-(sqrt(5)+1)
x2=(sqrt(5)-1)
x3= -1
x4= -1

So, I had three eignevectors because x3=x4=-1 (multiplicity 2)

When I used these eigenvalues to find the eigenvectors, all of the eigenvectors turned out to be=
(0
0
0
0)

My question: is this reasonable solution to have all of the eigenvectors= 0 or I have made a mistake somewhere.

Thanks in advance
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Galaxies fed by funnels of fuel
>> The better to see you with: Scientists build record-setting metamaterial flat lens
>> Google eyes emerging markets networks
May3-07, 09:55 AM   #2
 
By definition eigenvectors are non-zero. For sure you have made a calculation mistake.

If [tex]
det \left(A-\lambda I \right) = 0
[/tex]

then there has to be an non-zero vector that this matrix takes to zero.
May3-07, 11:07 AM   #3
 
Blog Entries: 1
Recognitions:
Homework Helper Homework Help
You've made this incredibly complicated in terms of calculating the zeroes.

Expand by cofactors along the first column (expanding A-I*lamda), and you should see a lower triangular 3x3 matrix as the only determinant you need to take. The eigenvalues should fall into your lap at that point
May3-07, 12:03 PM   #4
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus

Eigenvalues and eigenvectors


Since the second row has only one non-zero entry it is simple to expand by the second row. You get [itex]\lambda+ 2[/itex] time a determinant in which, again, has only a single entry. Expanding that determinant by the second row, you get [itex](\lambda+ 2)^2[/itex] times a 2 by 2 determinant that has a 0 in the lower left corner- it is "upper triangular" so that it is just the product of the diagonal entries: your eigenvalue equation is [itex](\lambda+ 2)^2(\lambda- 1)^2= 0[/itex] so the only eigenvalues are -2 and 1.
The definition of "eigenvalue" is that [itex]\lambda[/itex] is an eigenvalue of A if and only if the equation [itex]Ax= \lambda x[/itex] is true for non-zero x. The fact that you found that "All the three eigenvectors were zero vectors" should have told you that you did not have the right eigenvalues!
May3-07, 02:06 PM   #5
 
Thanks all for your help

I went back and solved it using the hint of the expanding using 2nd row and I have four eigenvalues: -2, -2, 1, -1. You might missed the last eigenvalue.

Then, I found the eigenvectors. It turned out to have only 2 eigenvectors for -2 & 1 since the eigenvector of -1 is a zero-eigenvector.

So, for eigenvalue=(-2) I had the following eigenvector:
(0
0
1
0)

My question now is how to find generalized eigenvectors?

I found the defficincy = d = k - m = 2- 1 = 1
Then, I solved (A - (-2) I)^(d+1) * v = 0
(1 0 0 1 (x1 (0
0 0 0 0 x2 = 0
0 1 0 0 x3 0
0 0 0 3) x4) 0)

of course with raising the quantity (A - (-2) I) to power 2 since d+1=2

Then, I picked a vector such that if I multiply it with the quantity (A - (-2) I)^1 it will give me my eigenvector:
(0
0
1
0)
is my approach for this particular point correct (When I tried more than one vector to have my eigenvector after multiplication)?

I found the generalized eigenvector to be:
(0
1
x
0)

Then I chose x = 2.

Also, does the value of d (difficiency) changes the generalized eigenvectors?
May4-07, 01:53 PM   #6
 
I appreciate any ubdates on the topic.Neoon
May5-07, 02:10 AM   #7
 
Just a short question:

If I have d= defficiency = 0
Do I have a generalized eigenvector?
May5-07, 10:40 AM   #8
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
No, I did not "miss" -1 as an eigenvalue- it is NOT an eigenvalue.

"the eigenvector of -1 is a zero-eigenvector."

You have been told twice here, and I am certain by your teacher and textbook, that a number, [itex]\lambda[/itex] is an eigenvalue of A if and only the equation [itex]Ax= \lambda x[/itex] has non-zero solutions. Please stop talking about "zero-eigenvectors".

The eigenvalue 1 has any multiple of [1, 0, 0, -2] as eigenvector and the eigenvalue -2 has any multiple of the vector you found, [0, 0, 0, 1, 0] as eigenvector.

you haven't actually said what problem it is you are trying to solve but if, for example, you wanted to find a matrix that would change A to its Jordan Normal Form, you will have to find one more "generalized" eigenvector for each eigenvalue.
May6-07, 03:40 AM   #9
 
Ok, I appreciate your clarification about eigenvectors.

Now, for the generalized eigenvectors, what if we have k, the multiplicity, equal to m, the number of eigenvectors so d, the difficiency, equal to zero? Do we have a gineralized eigenvector in this case?
May6-07, 06:18 AM   #10
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
If the defficiency is 0- that is, if the number of independent eigenvectors for a given eigenvalue is equal to the multiplicity of that eigenvalue, then you have enough eigenvectors. You don't need "generalized" eigenvectors.
May6-07, 11:04 PM   #11
 
Thank you for your valuable help

I really appreciate
Thread Closed
Thread Tools


Similar Threads for: Eigenvalues and eigenvectors
Thread Forum Replies
I don't get Eigenvalues or Eigenvectors Linear & Abstract Algebra 29
Eigenvalues/Eigenvectors Calculus & Beyond Homework 2
Eigenvalues and Eigenvectors Advanced Physics Homework 2
eigenvalues and eigenvectors General Math 2
Eigenvalues and Eigenvectors Linear & Abstract Algebra 23