I want to get some perspective on complex exponentiation and the best possible approach to solve them.
$ z^{3/4}=-1 ;z \in \mathbb{C}$
Let $z=x+iy=\rho e^{i \theta} $ where $\rho =|z|$ and tan$\theta=\frac xy$
$w=-1=(1).e^{i(\pi+2k\pi)} $
According to me, there is a simple way to prove there is a solution to this equation. I may very well be wrong, but here I go.
$$ \frac{3\theta}{4}=\pi+2k\pi $$
$$ \theta =\frac{4\pi}{3}+\frac{8k\pi}{3}$$ Which gives me 3 unique solutions for $\theta$: $\frac{4\pi}{3},\frac{2\pi}{3},0$
I'd then like to check that they verify $|z|=1$, I can disqualify $\theta=0$ in a jiffy. I then check: $$tan\frac{4\pi}{3}=\frac{y}{x}$$ $$x tan\frac{4\pi}{3}=y$$ So from $|z|=1$: $$ \sqrt{(x tan\frac{4\pi}{3})^2 +x^2}=1$$ $$x=\frac{+}{-}\frac{1}{ \sqrt{ (tan^2\frac{4\pi}{3} +1)} } $$
So nothing seems out of place to me so far... Wolfram Alpha insists there are no solutions and my calculator doesn't make the cut for complex numbers.