I am supposed to Show that the mapping $w (z) = z^2 $ takes the upper-half complex plane $\text{Im} (z) \ge 0$ into the whole plane. $w = u+iv$ and $z=x+iy$
I tried doing it as follows:
$$w = u+iv = (x+iy)(x+iy) = x^2-y^2 + i2yx $$
This implies that $$u = x^2-y^2 \space\space\space\space\space \text{and} \space\space\space\space\space v=2yx$$
The condition $\text{Im}(z) \geq 0$ would mean that $v \geq0$ and that $x^2 \geq u$. Since x can take any value from the condition we see that u can be any positive value.
This would mean that we have transferred the initial complex number into the upper right quadrant but not the entire quadrant. I probably did something wrong but am very confused.
Any help would be appreciated.