Finding eigenbasis and diagonalization

  • Thread starter Thread starter TheFerruccio
  • Start date Start date
  • Tags Tags
    Diagonalization
Click For Summary
SUMMARY

The discussion focuses on finding the eigenbasis and diagonalizing the matrix \(\mathbf{A} = \begin{bmatrix} 5 & \frac{8}{3} & \frac{-2}{3} \\ 2 & \frac{2}{3} & \frac{4}{3} \\ -4 & \frac{-4}{3} & \frac{-8}{3} \end{bmatrix}\). The characteristic equation derived is \(-\lambda^3 + 3\lambda^2 + 18\lambda = 0\). The solution emphasizes that factoring the cubic equation is the most efficient method to find its roots, and no simpler method exists for determining the characteristic polynomial. The participant successfully solved the problem through manual calculations.

PREREQUISITES
  • Understanding of eigenvalues and eigenvectors
  • Familiarity with characteristic polynomials
  • Knowledge of cubic equations and factoring techniques
  • Basic linear algebra concepts
NEXT STEPS
  • Study methods for solving cubic equations, including factoring and the Rational Root Theorem
  • Learn about eigenvalue decomposition and its applications
  • Explore numerical methods for finding eigenvalues in larger matrices
  • Investigate software tools like MATLAB or Python's NumPy for matrix diagonalization
USEFUL FOR

Students studying linear algebra, mathematicians focusing on matrix theory, and anyone interested in computational methods for eigenvalue problems.

TheFerruccio
Messages
216
Reaction score
0

Homework Statement



Find the eigenbasis and diagonalize.

Homework Equations



[tex]\mathbf{A} = \left[ {\begin{array}{ccc}<br /> 5& \frac{8}{3} & \frac{-2}{3} \\<br /> 2 & \frac{2}{3}& \frac{4}{3} \\<br /> -4 & \frac{-4}{3} & \frac{-8}{3}\\<br /> \end{array} } \right][/tex]

The Attempt at a Solution



I find the characteristic equation by finding the determinant of [tex]\mathbf{A} - \lambda \mathbf{I}[/tex][tex]\left|\mathbf{A} - \lambda \mathbf{I}\right| = \left| {\begin{array}{ccc}<br /> 5 - \lambda & \frac{8}{3} & \frac{-2}{3} \\<br /> 2 & \frac{2}{3} - \lambda & \frac{4}{3} \\<br /> -4 & \frac{-4}{3} & \frac{-8}{3} - \lambda\\<br /> \end{array} } \right|[/tex] = 0

This gets me the cubic equation:
[tex]-\lambda^3 + 3\lambda^2 + 18\lambda = 0[/tex]

So, here's the question: Are there any nice, fast ways to get the roots of the cubic equation? Furthermore, is there any faster way to find the characteristic polynomial that doesn't include such a high probability of arithmetic error when doing it by hand?

All of this is done by hand, no calculator, pencil and paper.
 
Last edited:
Physics news on Phys.org


You are doing ok so far. You've got the right characteristic equation. Now just factor it. It's really not so bad for a cubic. You can factor out lambda right away and that leaves you with a quadratic. I don't think there is any easier way to find the characteristic polynomial in general than what you did. And there's no easier way to find cubic roots than to factor. If it doesn't factor, it's really hard.
 


Dick said:
You are doing ok so far. You've got the right characteristic equation. Now just factor it. It's really not so bad for a cubic. You can factor out lambda right away and that leaves you with a quadratic. I don't think there is any easier way to find the characteristic polynomial in general than what you did. And there's no easier way to find cubic roots than to factor. If it doesn't factor, it's really hard.
Oh, duh! I wasn't thinking. I was looking at the equation too fast and didn't see the obvious factorization right there.

Thanks for the help. I managed to figure this out after a few pages of number crunching.
 
Last edited:

Similar threads

Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
6
Views
3K
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 47 ·
2
Replies
47
Views
5K
  • · Replies 9 ·
Replies
9
Views
2K