Find all complex numbers $z$ such that $z^4 \in \mathbb R $
Here is my solution:
We can use the exponential form of a complex number to say that $$z^4 = |z|^4 e^{4\theta i} \quad \mbox{We know that |z| is a real number}$$
$$z^4 \in \mathbb R \iff 4\theta = 2k\pi \quad k \in \mathbb N \\ \theta = \frac {k\pi}{2}$$
And so this means that if the fourth power of a number should be real, then the angle it forms with the horizontal axis must be a multiple of $\pi/2$, and so this will ultimately cover the vertical and the horizontal axis of the complex plane. Therefore, my answer is:
$$z^4 \in \mathbb R \iff \Re(z) = 0 \lor \Im(z) = 0$$
But I am not sure if I am not missing something. Besides, I feel this is not the most precise way to solve this problem - I guess that using the standard notation $z = a+bi$ would be more fruitful.
Am I missing something?