3

$|x|=\sqrt{x^2}$ as Wolfram|Alpha shows. But, as $(x^2)^\frac12=x$, I can't understand where am I wrong interpreting Square-root.

Silent
  • 6,520

3 Answers3

6

You know that $x^2$ is not an invertible function. To find an inverse you must restrict it. The convention is to restrict the function to positive numbers, hence the $\sqrt y$ function always gives the non negative solution to the equation $x^2=y$.

This being said you understand that the rule: $$ (x^p)^q = x^{pq} $$ is not valid when $x<0$, but is only valid for $x>0$.

4

$$\sqrt{x^2}=|x|$$ so if $x\ge 0$ then $\sqrt{x^2}=+x$ and if $x<0$ then $\sqrt{x^2}=-x$. In both cases the square root should be held positive. Many students have troubles in making difference between the question you asked and this fact that $(\pm x)^2=x^2$.

Mikasa
  • 67,374
3

By convention, the square-root sign $\sqrt{}$ denotes the non-negative square root. So $\sqrt{x^2} = |x|$.

TonyK
  • 64,559