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.
You can find a parametric equation of the upper half plane, namely $$\text{upper-half plane}= \{ \alpha +i\beta:-\infty\lt\alpha\lt+\infty ,0\leq\beta\lt+\infty\}$$ Then the image of the upper half plane under $f(z)={z^2}$ is ${(\alpha+i\beta)^2}={\alpha^2}-{\beta^2}+i\cdot2\alpha\beta $. Since $-\infty\lt\alpha\lt+\infty$ and $0\leq\beta\lt+\infty$ , the negative sign in the real part guarantees: $${-\infty\lt\alpha^2}-{\beta^2\lt+\infty}$$ and because $\alpha$ can be negative: $$-\infty\lt2\alpha\beta\lt+\infty$$ Since both ${\alpha^2}-{\beta^2}$ and $2\alpha\beta$ are real numbers, positive or negative, ${\alpha^2}-{\beta^2}+i\cdot2\alpha\beta$ is a parametric equation for the whole complex plane. I am not sure of the rigour of this approach, I just know that parametric equations work in most of the cases. Any feedback is appreciated!