Let $$A = \begin{bmatrix}a&b\\c&d\end{bmatrix}$$ with eigenvalue $k$. Show that unless it is $0$, the vector $(b, k - a)^T$ is an eigenvector.
If $k$ is the only eigenvalue, then $b$, $c$ should both be $0$, and both $a, d = k$, so that $(b, k - a)^T = 0$, so that shouldn't be the case. Then there should be $2$ distinct eigenvalues. However, I can't find a way to prove that the vector is indeed a eigenvector. Since the first component is $b$, the eigenvalue should definitely be $k$. But then I have trouble with the $k - a$ part.
If $k$ is an eigen value corresponding to the eigen vector $\mathbf{v}=\begin{bmatrix}b\\k-a\end{bmatrix}$, then
\begin{align*} A\mathbf{v}&=k\mathbf{v}\\ \begin{bmatrix} a & b\\ c & d \end{bmatrix}\begin{bmatrix}b\\k-a\end{bmatrix}&=k\begin{bmatrix}b\\k-a\end{bmatrix}\\ \begin{bmatrix}bk\\cb+dk-ad\end{bmatrix}&=k\begin{bmatrix}b\\k-a\end{bmatrix}\\ \end{align*} Since the two vectors are equal to each other, we get $$cb+dk-ad=k^2-ak \implies \color{red}{k^2-(a+d)k+(ad-bc)=0}.$$ But this holds true because the last equation is the characteristic equation of the given matrix and eigen values are roots of this equation.
If $ad-bc=0$ (i.e. the determinant is $0$), then $k=0$ will also be a solution to this problem.