If $A=\begin{bmatrix} a & b \\ c & d \\ \end{bmatrix}$ has all positive real entries, satisfies $AX=Y$, for $X=\begin{bmatrix} x \\ y \\ \end{bmatrix}$ , $Y$ is a scalar multiple of $X$, and $X$ is an eigenvector of $A$. Then prove there exists an eigenvector $X$ in the first and second quadrant. (That is, $x,y\geq0$ and $x\leq0,y\geq0$).
Through some computation, I have determined ratios for the entries of the eigenvector $X$ as:
$$\frac {y}{x}=\frac {\lambda-a}{b} \ \ \ \ \ \frac {y}{x}= \frac {c}{\lambda-d}$$
and
$$\frac {y}{x}= \frac {d-a\pm\sqrt{(a+d)^2-4(ad-bc)}}{2b}$$
I am not sure if the above formulas may help, but I am rather stuck on the above question. Any help would be much appreciated. Thanks in advance.
You have almost got the answer! For the second eigen vector take $x=-1$ and note that $d-a - \sqrt {(a+d)^{2}-4(ad-bc)}$ is negative: this follows from the fact that $4(ad-bc)<4ad$. Similarly, for the first eigen vector take $x=1$ and choose the plus sign.