I have the following equation: $$ 3z^2+z^*-1=0 $$ z is a complex number and $z^*$ is its conjugate. I'm stuck solving it. There's what I did so far: $$ z = a+bi $$ $$ 3a^2+6abi-3b^2+a+bi=1 $$ Assuming $Im(z) = 0$ I'm getting following equations: $$ \begin{cases} 3a^2-3b^2+a=1\\ 6abi-bi=0 \end{cases} $$ $$ bi(6a-1)=0=>b=0 \lor a=-\frac{1}{6} $$
Since $b=0$, I'm getting $$ 3a^2+a=1 $$ which will have 2 solutions. I have no idea what should I do next since I will be getting 3 different $a$'s, but wolfram shows me only 2 solutions. $$ z = -\frac{1}{6} - \frac{\sqrt{13}}{6} $$ $$ z = \frac{\sqrt{13}}{6} -\frac{1}{6} $$
If $a=-\dfrac16$, then $3a^2-3b^2+a=\dfrac1{12}-3b^2-\dfrac16=1\iff 3b^2=\dfrac1{12}-\dfrac16-1$,
which has no real solutions for $b$, so there really are only the two solutions from when $b=0$.