Finding eigenbasis and diagonalization

  • Thread starter Thread starter TheFerruccio
  • Start date Start date
  • Tags Tags
    Diagonalization
TheFerruccio
Messages
216
Reaction score
0

Homework Statement



Find the eigenbasis and diagonalize.

Homework Equations



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

The Attempt at a Solution



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

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

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:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top