Find for which real parameter a matrix is diagonalisable

343 Views Asked by At

We're given the folowing matrix. $$A = \begin{bmatrix}0 & 0&2h\\1 & 0&-2-3h\\0&1&3+h \end{bmatrix}$$ and we're asked to find for which $h \in \mathbb{R}$ this matrix is diagonalisable.

Here's my approach. I've been able to find the characteristic polynomial of the matrix, which is: $$-\lambda^3+(3+h)\lambda^2 - (2+3h)\lambda + 2h $$

Since I didn't know what to do from here, I tried to see if the matrix is diagonalisable with $h=1$. This gives me the following polynomial: $$-\lambda^3+4\lambda^2-5\lambda+2 \\ = \ - (\lambda-2)(\lambda-1)^2$$ Therefore, to see if the matrix is diagonalisable for $h=1$, I need to see if $\mathrm{dim}(\mathrm{Ker}(A- 1 \cdot I))$ (where $I$ is the indentity matrix) is equal to $2$.$$ A-1\cdot I= \begin{bmatrix}-1&0&2\\1 & -1&-5\\0&1&3 \end{bmatrix}$$ which in echelon form gives me: $$\begin{bmatrix}1 & 0&-2\\0&1&3\\0&0&0 \end{bmatrix}$$

We can see that $\mathrm{dim}(\mathrm{Ker}(A- 1 \cdot I)) \neq 2$. Thus I would conclude that for $h=1$, the matrix A is not diagonalisable.

But the correction sheet says that A is diagonalisable for all $h\in \mathbb{R}$.

So first of all, I don't understand why it doesn't work $h=1$ (I guess I made a mistake somewhere, but I can't find it). Then, I don't know how I'm supposed to find out that the matrix is diagonalisable for all $h \in \mathbb{R}$.

2

There are 2 best solutions below

2
On BEST ANSWER

Note that:

$$-\lambda^3+(3+h)\lambda^2 - (2+3h)\lambda + 2h=-\lambda^3+3\lambda^2 -2\lambda +h\lambda^2-3h\lambda + 2h=-\lambda(\lambda^2-3\lambda +2)+h(\lambda^2-3\lambda +2)=(h-\lambda)(\lambda^2-3\lambda +2)=(h-\lambda)(\lambda-1)(\lambda-2)$$

0
On

The characteristic polynomial of $A$ is$$-x^3+(h+3)x^2-(3h+2)x+2h,$$whose discriminant is$$h^4-6h^3+13h^2-12h+4=(h^2-3h+2)^2=(h-1)^2(h-2)^2.$$Therefore, if $h\notin\{1,2\}$, then $A$ has $3$ distinct eigenvalues and then it must be diagonalizable. All you have to do is to see what happens whan $h\in\{1,2\}$.