0

I get why $\sqrt{9} = \pm 3$. But (at least I think) the ± is there because there's a certain ambiguity as to which number was squared to obtain $9$.

Does that mean that if we remove the ambiguity $\sqrt{3^2} = 3$ ?

One argument could be that since $\sqrt{3^2} = \sqrt{9} = \pm 3$. Then again we could argue that we know for a fact that $9$ is the result of squaring the number $3$ and should therefore be $\sqrt{3^2} = 3$.

I apologize as I'm only a beginner and this may perhaps seem too basic.

marco trevi
  • 3,342
  • It's quite unclear (to me) what you are actually asking, but have a look at these questions and see if it helps: https://math.stackexchange.com/questions/26363/square-roots-positive-and-negative, https://math.stackexchange.com/questions/1448885/is-sqrt64-considered-8-or-is-it-8-8 – Hans Lundmark Nov 21 '21 at 20:20

2 Answers2

1

When we have $\sqrt{x}$ it is usually assumed to be the principal square root operator, which means it returns only the positive root. We have $$\sqrt{\cdot}: \mathbb R_{\geq 0} \to \mathbb R_{\geq 0}\\ x \mapsto \sqrt{x}$$

In your case, by definition

$$\sqrt{x^2} =\left|x\right| = \begin{cases} x & \mbox{ if } x > 0 \\ -x & \mbox{ if } x < 0 \\ 0 & \mbox{ if } x = 0\end{cases}$$

0

Your line of thinking makes sense, but it's not exactly like that - it's not that we "don't know" which value was squared to get it; rather, both are answers.


In most (almost all) contexts, $\sqrt n$ refers to only the positive value of the square root. So, $\sqrt{3^2}$ would just be $3$, but so would $\sqrt{(-3)^2}$. In this situation, you have to be careful because $\left(\sqrt n\right)^2=n$ but $\sqrt{n^2}=|n|$.


If you think about it, $\sqrt n$ is just "roots of the equation $x^2=n$" (hence why it's called square root) and so there will be two answers (well, except when $n=0$, then there's only one distinct answer).


Overall, your line of thinking makes sense, but it's not that we "don't know the original value". Depending on your definition, either only the positive value is correct, or occasionally both values are right, and either way, you cannot count on $\sqrt{n^2}$ to equal $n$.

  • 1
    In some other contexts (or by some people's definitions) --- I'd be surprised if you can find even ONE mathematics book written after roughly the 1930s that doesn't use the single-valued meaning of the radical symbol. – Dave L. Renfro Nov 21 '21 at 16:16
  • @DaveL.Renfro That is true... now that I think about it, that seems to be the only usage. I will edit my answer to match that. – hyper-neutrino Nov 21 '21 at 16:45