Solve the following system under the complex numbers (without eulerian form or polar form)
$$z^3 + w^5 = 0 \\ z^2 \bar w^4 = 1$$
I have found that $(\pm 1, \mp 1)$ satisfy the equations as well as letting $z,w$ be some powers of $i$ and using divisibility.
Are there any other solutions?
Starting with the equations: $$z^3 + w^5 = 0 \\ z^2 \bar w^4 = 1$$ we find that $$w^4 = \bar z^{-2}.$$ Pluging this into the first equation yields $$z^3 + \bar{z}^{-2} w = 0$$
Which is equivalent to: $$|z|^4 z = - w$$ by noting that $z\cdot \bar z = |z|^2$.
Finally replacing this back into the original equation: $$z^2 \bar w^4 = z^2 \bar z^4 |z|^{16} = \bar z^2 |z|^{20} = 1$$
This means that $|z|^{21}=1$, and $|z| = 1$. Hence $\bar z^2 = 1$, and $w=-z$. There are only two roots to the equation $\bar z^2 - 1$, so $z$ could be $\pm 1$. Also $w = -z$. This gives the solutions $(1,-1)$ and $(-1,1)$. Which can be seen to be valid.