Technical problem with eigenvalues

  • Context: MHB 
  • Thread starter Thread starter Yankel
  • Start date Start date
  • Tags Tags
    Eigenvalues
Click For Summary
SUMMARY

The discussion focuses on finding the eigenvalues of a matrix using the characteristic polynomial, specifically the polynomial -λ³ + 8λ² - 20λ + 16. The correct eigenvalues identified are 2, 2, and 4. To factor the polynomial into the form (λ - 4)(λ - 2)², the Rational Root Theorem is recommended as a starting point, followed by polynomial long division or synthetic division to simplify the expression. Transformations of the matrix can also aid in deriving the characteristic polynomial.

PREREQUISITES
  • Understanding of eigenvalues and eigenvectors
  • Familiarity with characteristic polynomials
  • Knowledge of the Rational Root Theorem
  • Experience with polynomial long division and synthetic division
NEXT STEPS
  • Study the Rational Root Theorem in detail
  • Practice polynomial long division with various polynomials
  • Learn about matrix transformations and their effects on eigenvalues
  • Explore synthetic division techniques for polynomial factorization
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, as well as educators teaching eigenvalue concepts and polynomial factorization techniques.

Yankel
Messages
390
Reaction score
0
Hello

I was trying to find eigenvalues of a matrix. I calculated the characteristic polynomial by calculating (A-lambdaI) and then calculating it's determinant. The results was:

-\lambda ^{3}+8\lambda ^{2}-20\lambda +16

which is the correct calculation.

Now, the eigenvalues are 2,2,4, but I do not know, technically, how am I suppose to find it from:

-\lambda ^{3}+8\lambda ^{2}-20\lambda +16 = 0

I mean, how do I expand this polynomial into:

(\lambda -4)(\lambda -2)^{2}

assuming that I do not see it in my eyes immediately, is there some hint to look for ?

Just to supply all information, the matrix is:

\begin{pmatrix} 3 &2 &3 \\ -1 &0 &-3 \\ 1 &2 &5 \end{pmatrix}thanks !
 
Physics news on Phys.org
The first place to look would be the Rational Root Theorem. Then, once you get one root, you can perform polynomial long division or synthetic division to obtain a quadratic times the linear factor you just discovered.
 
Sometimes (this is the case) we can get factorized the characteristc polynomial with adequate transformations. For example, $R_3+R_2$ and $C_2-C_3$ provide:

$$\begin{aligned}\begin{vmatrix}{3-\lambda}&{2}&{3}\\{-1}&{-\lambda}&{-3}\\{1}&{2}&{5-\lambda}\end{vmatrix}&=\begin{vmatrix}{3-\lambda}&{2}&{3}\\{-1}&{-\lambda}&{-3}\\{0}&{2-\lambda}&{2-\lambda}\end{vmatrix}\\ &=\begin{vmatrix}{3-\lambda}&{-1}&{3}\\{-1}&{-\lambda+3}&{-3}\\{0}&{0}&{2-\lambda}\end{vmatrix}\\&=(2-\lambda)(\lambda^2-6\lambda+8)\\&=-(\lambda-2)^2(\lambda-4)\end{aligned}$$
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
3
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K