Finding eigenbasis and diagonalization

  • Thread starter Thread starter TheFerruccio
  • Start date Start date
  • Tags Tags
    Diagonalization
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 · 3K views
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:
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: