Square roots -- positive and negative

10.9k Views Asked by At

It is perhaps a bit embarrassing that while doing higher-level math, I have forgot some more fundamental concepts. I would like to ask whether the square root of a number includes both the positive and the negative square roots.

I know that for an equation $x^2 = 9$, the solution is $x = \pm 3$. But if simply given $\sqrt{9}$, does one assume that to mean only the positive root? And when simply talking about the square root of a number in general, would one be referring to both roots or just the positive one, when neither is specified?

4

There are 4 best solutions below

0
On BEST ANSWER

If you want your square-root function $\sqrt x$ to be a function, then it needs to have the properties of a function, in particular that for each element of the domain the function gives a single value from the codomain. If you take a function to be a set of ordered pairs, then each of the initial values of the pairs must appear exactly once.

So to be a function, square-root needs to be single valued; the multi-valued version is really a relation, at which point you might get into issues of principal values.

For convenience, the square root of non-negative real numbers is usually taken to be the non-negative real value, but there is nothing other than practicality to stop you from taking some other pattern. Such arbitrary choices can raise significant issues when considering, for example, cube-root functions defined on the real and complex numbers.

2
On

For positive real $x$, $\sqrt x$ denotes the positive square root of $x$, by definition. Wikipedia agrees with me on this.

0
On

The positive value is taken because it's more valuable in general, since the domains of elementary functions which aren't defined on the entire real line are often the positive or non-negative numbers. For instance, taking the positive value lets you say $\sqrt{\sqrt{x}} = \sqrt[4]{x}$ or $\ln{\sqrt{x}} = \frac{1}{2} \ln{x}$.

2
On

The radical sign '$√$' means we are taking the positive square root of given equation

if we simply say taking square roots on both sides, then we apply a '$±$' before radical('$√$') sign, as I said '$√$' sign means positive square root, so in order to get negative one also we apply that '$±$' sign.

as you can see '$(±√x)^2$' gives result as $x$, i.e $(+√x)(+√x)=x$ and $(-√x)(-√x)=x$

The simplest way to understand this is by the following expression

if $x^2=9$

taking square root on both sides

$±√x^2=±√9$

$$±|x|=±|3|$$

it follows

$$+|x|=3$$$$-|x|=-3$$

in order to define $√$ positive, mathematicians added | |, this is called modulus function, which makes everything positive So x=3 or x=-3 so $x=±3$ or we can say $x=±√9$ as I said again $√9$ is always positive

  notice I have used word **Square root** not the symbol, means we are taking both positive square root and negative square root

but when we say $√x^2$,notice here is no $±$ symbol,so here, it is asked for the positive square root only

Conclusion: We conclude that $√$ is defined to be positive

you can also see this in Quadratic formula

$$x = \frac{-b \pm \sqrt{b^2 - 4ac} }{2a}$$

there is written $±$ in order to include negative root too!

hope it helped you......