0

I don't understand why you have to write the absolute value sign when solving for the square root of $x$ squared.

Shouldn't the answer automatically be positive? Why is the absolute value sign needed?

  • The question as stated is ambiguous. Do you mean "Why is $\sqrt{x^2}=|x|$?" or "Why is $\sqrt{x}^2=|x|$?" This is why using MathJax is good. – robjohn Jan 31 '16 at 17:42
  • Long story short: because $\sqrt{(-5)^2}=5\ne -5$. –  Feb 02 '16 at 00:48

3 Answers3

4

$$\sqrt{x^2}=\begin{cases}x & \text{if} \: x\geq0 \\ -x & \text{if} \: x<0 \end{cases} = |x|$$

Is it clear?

2

Yes, the square root is automatically positive - that's exactly why we need the absolute value when we write $\sqrt{x^2}=|x|$. If instead we wrote $\sqrt{x^2}=x$ that would be wrong; for $x<0$ that would say the square root of $x^2$ was not positive.

0

The answer is automatically positive, but $x$ in the radicand isn't necessarily.

Another justification:

Both are non-negative, and their squares are equal.

Bernard
  • 175,478