Let $x^2=y$, then $x=\pm\sqrt y$. But why can't it be $\pm x=\sqrt y$? I started thinking about this when i encounter this answer to a question but I didn't really understand it. In the answer, it says that there are two possible definitions for the notation $√$:
- For any positive real number $a$, $\sqrt a$ is defined as the square roots of $a$
- For any positive real number $a$, $\sqrt a$ is defined as the positive square root of $a$
By the first definition, $\sqrt {16}= \pm 4$. It also says that if I use the first definition,then I will encounter some problems in the future and that’s why we use the second definition. In the answer it says that solving for $x$ in $x^2 - \pi =0$ for $x>0$, by doing $x=\sqrt \pi$, would be incorrect. I still can’t understand why $x=\sqrt \pi$ would be incorrect if I use the first definition.
For me, $\pm x = \sqrt y$ and $x=\pm \sqrt y$ looks like they mean the exact same thing, but I suppose they don’t. Why is that?
but
$$ \sqrt{y} = \pm x \Leftrightarrow \sqrt{y} = x \vee \sqrt{y} = -x $$
So, the second expression only gives a valid alternative (depending on the sign of $x$) while the firs always gives two alternatives.
– PierreCarre Nov 03 '21 at 09:17