1

How can I prove that I need to take the same root of a number?

For example : $$1=1$$ $$\sqrt1 = \sqrt1$$ $$-1 = 1$$ Since $-1$ and $1$ are both solutions to $\sqrt1$. I'm not sure where the mistake is. Any ideas?

Blue
  • 75,673

1 Answers1

2

Quoted from a comment:

isn't the whole point that there are negative and positive solutions?

As comments have noted, if $x\ge0$ we define $\sqrt{x}$ not as an arbitrary $y$ with $y^2=x$, but as the unique such $y$ with $y\ge0$. This allows us to distinguish one such $y$, namely $\sqrt{x}$, from another, $-\sqrt{x}$ (well, technically they're the same if $x=0$; that's just the same root twice). So while both roots exist, we can unambiguously give them different labels. So while $1,\,-1$ both square to $1$, they're not both $\sqrt{1}$: one is $-\sqrt{1}$ instead.

J.G.
  • 115,835