Suppose $z = a + bi$, $w = u + iv$, and $$a = \left(\frac{|w| + u}{2}\right)^{1/2}, b = \left(\frac{|w| - u}{2}\right)^{1/2}$$ Prove that $z^2 =w$ if $v \geq 0$ and that $(\bar{z})^2 = w$ if $v \leq 0$. Conclude that every complex number (with one exception!) has two complex square roots.
I have two problems:
1) I completed a proof but it assumed $|w|+u > 0$ and $|w| - u > 0$ so that $a,b \in \mathbb{R}$. Should I have been assuming that $a,b,u,v \notin \mathbb{R}$ was possible? Or is their some kind of proof that $a,b \in \mathbb{R}$ always? Does it matter?
2) What exactly does proving the first part have to do with concluding that every complex number has two roots? It seems like the real conclusion is "there are two expressions for the square root depending on whether the imaginary part is non-negative or non-positive". I've seen a couple of solution guides (yes I peeked sue me) do the same proof I did (not sure if it's a proof because of objection (1)) and then either 1) immediately conclude the bold statement without justification or 2) conclude that $z$ and $\bar{z}$ are the roots of $w$. But answer (2) looks wrong, since if $v>0$, $z$ is a square root of $w$ but $\bar{z}$ isn't and vice versa for $v < 0$. Although the statement is still true since if $z$ is a square root then so is $-z$, but then this just makes the preceding theorem seem irrelevant. Am I missing something?
Thanks.