$-1=(-1)^1=(-1)^\frac{2}{2}=((-1)^2)^\frac{1}{2}=\sqrt{(-1)^2}=\sqrt{1}=1$
This proof bugs me for the following reasons:
- Mathematicians have defined the symbol $\sqrt{}$ (Named the principal square root) to mean 'take only the positive square root of the number under the radical'
- This makes it so that the $y = \sqrt{x}$ is a function and therefore for every x-value (input) there is only 1 y-value (output).
- Therefore $\sqrt{x^2}=|x|$ due to the above definition.
- But then this means $\sqrt{(-1)^2} = |-1| = 1!!!!$
I really don't understand what's wrong with the above proof, the only way this could make sense is to define $\sqrt{a} = \pm k$ where the symbol know gives rise to two solutions to the equation, but then y = $\sqrt{x}$ is not a function and is simply a relation.
If we have $\sqrt{a}=\pm k$ then $\sqrt{(-1)^2}$ can be equal to -1 as well and then $-1=(-1)^1=(-1)^\frac{2}{2}=((-1)^2)^\frac{1}{2}=\sqrt{(-1)^2} = -1 = -1$ and everything works out fine.
Side Note: Why do we even want y = $\sqrt{x}$ to be a function anyway? What's the harm in defining $\sqrt{x} = \pm k$ where y = $\sqrt{x}$ is not a function?
Proof for $\sqrt{x^2}=|x|$
Let k = $\sqrt{x^2}$ where k is a constant.
$k^2=(\sqrt{x^2})^2=(((x^2))^\frac{1}{2})^2$
$k^2=x^2$
$k^2-x^2=0$
$(k+x)(k-x)=0$
$k = x$ or $k=-x$
But $\sqrt{a}>0$ for $a>0$ by definition of the principal square root.
$\therefore k \neq-x$
In order to make this identity work properly, an absolute value sign is required.
$\therefore \sqrt{x^2}=|x|$
Btw, my question is not the same as why $\sqrt{-1\times-1}\neq(\sqrt{-1})^2$ as I am not using the property $\sqrt{a}\sqrt{b}=\sqrt{ab}$ here and I am not bringing up the concept of imaginary numbers.