Diagonalisable or not?

93 Views Asked by At

Let $$A = \begin{pmatrix}a & b\\c & d\end{pmatrix}.$$

Show that

1) $A$ is diagonalisable if $(a - d)^2 + 4 bc > 0$

2) $A$ is not diagonalisable if $(a - d)^2 + 4 bc < 0$

2

There are 2 best solutions below

0
On

Hint: Look at the characteristic polynomial and see what those conditions imply.

2
On

The characteristic polynomial is

$$\det(xI-A)=\begin{vmatrix}x-a&-b\\-c&x-d\end{vmatrix}=x^2-(a+d)x+(ad-bc)$$

The above quadratic's discriminant is

$$\Delta=(a+d)^2-4(ad-bc)=(a-d)^2+4bc$$

Now, what does having positive discriminant imply for the roots of a quadratic? And what does having two different eigenvalues imply about diagonalizing (or not) a $\;2\times2\;$ matrix? And what if no eigenvalues exist?