Let $\mathbf{A}$ be a $2×2$ matrix with complex entries. If $\det (\mathbf{A})= 0$ and $\operatorname{trace}(\mathbf{A})\ne 0$ , then show that $\ker (\mathbf{A})\cap\operatorname{range}(\mathbf{A})=\{0\}$ and $\mathbb{C}^2=\operatorname{span}\{\ker(\mathbf{A}), \operatorname{range}\mathbf{A}\}$.
I take a linear transformation $T:\mathbb{C}\rightarrow \mathbb{C}$ with $T (1)= a+bi $ and $T (i)=d+ci $ Where $$ \mathbf{A}= \begin {pmatrix} a&d\\ b&c\\ \end {pmatrix} $$
Then I'm stuck.
Please help.
The characteristic polynomial of $A$ is $x^2-\operatorname{tr}(A)x$, which has two roots: $0$ and $\operatorname{tr}(A)$. So, there are non-zero vectors $v$ and $w$ such that $A.v=0$ and that $A.w=\operatorname{tr}(A)w$. They are linearly independent, $\ker A=\mathbb{C}v$, and $\operatorname{range}A=\mathbb{C}w$. Therefore, $\ker A\cap\operatorname{range}A=\{0\}$.