[Math] How to tell if a matrix is diagonalizable knowing only the trace, one eigenvalue, and a result of the characteristic polynomial

eigenvalues-eigenvectorslinear algebramatricesmatrix equationsmatrix-rank

Given $A$, a $3 \times 3$ matrix, and:

$\mathrm{tr}(A) = −2$,

$\mathrm{rk}(A−2I)< 3$,

$\chi_A(1) = −8$

($\mathrm{tr}$: trace, $\mathrm{rk}$: rank, and $\chi_A(x)$: characteristic polynomial)

How can I tell if the matrix is diagonalizable? What are the eigenvalues?
I know that given $\mathrm{rk}(A−2I)< 3$, $2$ must an eigenvalue with multiplicity $1$, at least. But I don't know what information does "$\chi_A(1)=−8$" provide me.

Best Answer

You have two missing eigenvalues, other than the known eigenvalue $2$. The first equation tells you that their sum is $-4$. The last equation gives you another equation: since $\chi_A(t) = (t-2)(t-\lambda)(t-\mu)$, plugging in $t=1$ allows you to solve for $\lambda$ and $\mu$.