Square Root: Positive & Negative

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 2K views
mathdad
Messages
1,280
Reaction score
0
Why do we get two answers when taking the square root?

For example, let a = any positive number

sqrt{a} = - a and a.

Why is this the case?

What about 0?

Can we say sqrt{0} = - 0 and 0?
 
Mathematics news on Phys.org
RTCNTC said:
Why do we get two answers when taking the square root?
By definition. Wikipedia says that a square root of a number $a$ is a number $y$ such that $y^2$ = $a$. If $y$ is a square root of $a$ according to this definition, then so is $-y$ since $(-y)^2=((-1)y)^2=(-1)^2\cdot y^2=y^2$. It is probably slightly more difficult to explain why there are at most two square roots. The notation $\sqrt{a}$ denotes the principal square root, which by definition is a nonnegative square root.

RTCNTC said:
What about 0?

Can we say sqrt{0} = - 0 and 0?
We can, but $0$ and $-0$ is the same number.
 
Evgeny.Makarov said:
By definition. Wikipedia says that a square root of a number $a$ is a number $y$ such that $y^2$ = $a$. If $y$ is a square root of $a$ according to this definition, then so is $-y$ since $(-y)^2=((-1)y)^2=(-1)^2\cdot y^2=y^2$. It is probably slightly more difficult to explain why there are at most two square roots. The notation $\sqrt{a}$ denotes the principal square root, which by definition is a nonnegative square root.

We can, but $0$ and $-0$ is the same number.

Excellent. Good job!
 
RTCNTC said:
Why do we get two answers when taking the square root?

For example, let a = any positive number

sqrt{a} = - a and a.
No. A number can have two square roots but the two square roots of a are not "a" and "-a", they are "[tex]\sqrt{a}[/tex]" and [tex]-\sqrt{a}[/tex]" where [tex]\sqrt{a}[/tex] is the squae root I referred to before.

Why is this the case?
Because [tex](\sqrt{a})^2= a[/tex] by the definition of "square root" and [tex](-\sqrt{x})^2= (-1)^2(\sqrt{a})^2= (1)(a)= a[/tex].

What about 0?

Can we say sqrt{0} = - 0 and 0?
 
Thank you everyone.
 
And, if we allow complex numbers, then the equation [tex]x^3= a[/tex]. where a can be any complex number, has three solutions, [tex]x^4= x[/tex] has four solutions, and, in general, [tex]x^n= a[/tex] has n solutions.

If we restrict ourselves to real numbers, then the equation [tex]x^n= a[/tex], for a any real number and n odd, has one solution, while [tex]x^n= a[/tex], for n even, has 0 solutions if a<0, 1 solution if a= 0, and 2 solutions if a> 0.
 
HallsofIvy said:
And, if we allow complex numbers, then the equation [tex]x^3= a[/tex]. where a can be any complex number, has three solutions, [tex]x^4= x[/tex] has four solutions, and, in general, [tex]x^n= a[/tex] has n solutions.

If we restrict ourselves to real numbers, then the equation [tex]x^n= a[/tex], for a any real number and n odd, has one solution, while [tex]x^n= a[/tex], for n even, has 0 solutions if a<0, 1 solution if a= 0, and 2 solutions if a> 0.

Very useful.