Could anyone help me to solve two equations with complex numbers? I would like to know if there is a way to solve them avoiding the usual substitution $z=a+ib$ because calculations are not very easy
$1)$$z^3\bar{z}+3z^2-4=0$
I tried in this way
$z^2(z\bar{z}+3)=4$
$z^2(|z^2|+3)=4$
But I'm stuck at this point
$2)$$ \begin{cases} |z^2+1|=1 \\ 2Re(z)=|z^2| \end{cases}$
Here I tried to substitute $\omega=z^2$ but it doesn't work
Thanks a lot in advice