I am given that matrix $$A= \begin{bmatrix} a & b \\ c & d \\ \end{bmatrix} $$
and I need to find conditions on a,b,c, and d such that A has
- Two distinct real eigenvalues
- One real eigenvalue
- No real eigenvalue
I was trying to think this through and all I can figure out is that would it have two distinct eigenvalues if det(A-$\lambda$I)=0?
$$det(A-\lambda I)=0$$ $$(a-\lambda)(d-\lambda)-bc=0$$ $$ad-a\lambda-d\lambda +\lambda² -bc=0 $$ $$\lambda² -(a+d)\lambda+(ad-bc)=0 $$ Making analysis under discriminant and you will see...
$(a+d)²-4(ad-bc)>0$ it is $\Delta >0 <=>$ $2$ real eigenvalues
$(a+d)²-4(ad-bc)=0$ it is $\Delta =0 <=>$ $1$ real eigenvalues
$(a+d)²-4(ad-bc)<0$ it is $\Delta <0 <=>$ $0$ real eigenvalues
Well, all this is because $R$ is incomplete field, in case you have Complex matrices you lost the characteristic of order set, but you have that all polynomials have that same number of roots that their's degree, then you have one(multiplicity 2) or two eigenvalues.