Let A= a b
c d
be a 2 x 2 matrix, where a,b,c and d are real numbers. We say that A admits an eigenvector if there exists a unit vector u and a real number s such that Au=su.
Show that A admits an eigenvector precisely when (tr A)^2 - 4detA >= 0
where detA is the determinant of A and trA is the trace of A ie the sum of the entries on the leading diagonal (the diagonal from the upper left to the lower right) of A.
Note that $\det (A - \lambda) = \lambda^2 - (a+d)\lambda - bc$, when we solve for $\lambda$ using the quadratic formula, we get:
$\lambda = \frac{(a+d) \pm \sqrt{(a+d)^2 - 4(ad-bc)}}{2}$ which has a real solution iff $\sqrt{(a+d)^2 - 4(ad-bc)} \geq 0$. This is equivalent to Trace$(A)^2 - 4 \det(A) \geq 0$.