Finding eigenvalues and eigenvectors of a matrix A

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Rubik
Messages
95
Reaction score
0

Homework Statement



Find the eigenvalues and eigenvectors of the matrix A = [2, 1; 8, 4]

Homework Equations



det(A - lambda I) = 0

The Attempt at a Solution



After expanding using the formula I have the equation (2 - [itex]\lambda[/itex])(4 - [itex]\lambda[/itex]) - 8

Which gives [itex]\lambda[/itex] = 0, 6 (Should I be worried that I got a zero in my answer?)

Then substituting the values for lambda back into the problem and using (A - [itex]\lambda[/itex]I)v = 0

For [itex]\lambda[/itex] = 6
[-4, 1; 8, -2] * [a; b] = [0; 0] and I get the eigenvector a[1; 4] from (-4a + b = 0)

For [itex]\lambda[/itex] = 0
[2, 1; 8, 4] * [a; b] = [0; 0] I get a second eigenvector of a[1; -2] from (2a + b = 0)

Did I get the right eigenvalues and corresponding eigenvectors?
 
Physics news on Phys.org
Rubik said:

Homework Statement



Find the eigenvalues and eigenvectors of the matrix A = [2, 1; 8, 4]

Homework Equations



det(A - lambda I) = 0

The Attempt at a Solution



After expanding using the formula I have the equation (2 - [itex]\lambda[/itex])(4 - [itex]\lambda[/itex]) - 8

Which gives [itex]\lambda[/itex] = 0, 6 (Should I be worried that I got a zero in my answer?)
Notice that the determinant of the matrix is 2(4)- 1(8)= 0. Since the determinant of a matrix is the product of its eigenvalues, 0 must be an eigenvalue.

Then substituting the values for lambda back into the problem and using (A - [itex]\lambda[/itex]I)v = 0

For [itex]\lambda[/itex] = 6
[-4, 1; 8, -2] * [a; b] = [0; 0] and I get the eigenvector a[1; 4] from (-4a + b = 0)

For [itex]\lambda[/itex] = 0
[2, 1; 8, 4] * [a; b] = [0; 0] I get a second eigenvector of a[1; -2] from (2a + b = 0)

Did I get the right eigenvalues and corresponding eigenvectors?