Show $A=\begin{bmatrix}d-\lambda\cr -c\end{bmatrix}$ is eigenvector of $\begin{bmatrix}a &b\cr c&d\end{bmatrix}$
I first did $\operatorname{det}(A-\lambda I)=0$ and got $\lambda^2+(-a-d)\lambda+(ad-bc)=0$
To that end, I then tried doing the quadratic formula but that really didn't get me anywhere. I need to somehow get $\lambda$ values to get the eigenvectors but I can't even get it.
$$\begin{bmatrix}a &b\cr c&d\end{bmatrix}\begin{bmatrix}d-\lambda\cr -c\end{bmatrix}=\begin{bmatrix}ad-\lambda a-bc\\cd-\lambda c-cd\end{bmatrix}=\begin{bmatrix}\lambda d-\lambda^2\\-\lambda c\end{bmatrix}=\lambda\begin{bmatrix}d-\lambda\\-c\end{bmatrix},$$ where the second equality follows using $\lambda^2+(-a-d)\lambda+(ad-bc)=0$.
Edit: Of course since an eigenvector must be non-zero, therefore this is only true when $d \neq \lambda$ and/or $c\neq 0.$