Find the eigenvalues of a given matrix

blouqu6
Messages
3
Reaction score
0
1. The 3x3 Matrix A=[33, -12, -70; 0, 1, 0; 14, -6, -30] has three distinct eigenvalues, λ123.
Find each eigenvalue.2. det(A-λI)=0 where I denotes the appropriate identity matrix (3x3 in this case)3. Here's my attempt:

--> det([33, -12, -70; 0, 1, 0; 14, -6, -30]-λ[1, 0, 0; 0, 1, 0; 0, 0, 1])=0

--> det([33-λ, -12, -70; 0, 1-λ, 0; 14, -6, -30-λ]=0

--> -λ3+4λ2+7λ-10=0

And this is where I'm not exactly sure what to do. I don't believe I can effectively use grouping to solve for λ. Any help here would be appreciated.
 
Last edited:
on Phys.org
blouqu6 said:
1. The 3x3 Matrix A=[33, -12, -70; 0, 1, 0; 14, -6, -30] has three distinct eigenvalues, λ123.
Find each eigenvalue.2. det(A-λI)=0 where I denotes the appropriate identity matrix (3x3 in this case)3. Here's my attempt:

--> det([33, -12, -70; 0, 1, 0; 14, -6, -30]-λ[1, 0, 0; 0, 1, 0; 0, 0, 1])=0

--> det([33-λ, -12, -70; 0, 1-λ, 0; 14, -6, -30-λ]=0

--> -λ3+4λ2+7λ-10=0

And this is where I'm not exactly sure what to do. I don't believe I can effectively use grouping to solve for λ. Any help here would be appreciated.


The rational roots theorem. Any possible rational root must divide 10. Can you guess one? Once you find a root r, divide by λ-r. Now you have a quadratic.
 
Ahh yes

And that did it. Thanks man, I ended up with λ1=-2,λ2=1, and λ3=5, which is the correct answer. Really appreciate the help.
 
blouqu6 said:
And that did it. Thanks man, I ended up with λ1=-2,λ2=1, and λ3=5, which is the correct answer. Really appreciate the help.

You are welcome. If they give you a cubic to solve without using a computing device, it will likely have one easy root. If you find that you are home free.
 

Similar threads

Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
15K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 8 ·
Replies
8
Views
2K