M HYPE SPLASH
// news

Square Root of $x^2$

By Emma Terry
$\begingroup$

Does the $\sqrt{x^2}$ equal $x$ or $|x|$? In other words is it an agreement that we take by default the positive square root of $x$ or we have to explicitly define it with absolute value as there could be two roots to $x^2$ ($+x$ or $-x$)?

$\endgroup$

4 Answers

$\begingroup$

Assuming you are talking about real $x$, the square root is defined to be the principal square root i.e. the positive one. So $\sqrt{x^2}=|x|$, as, for example $\sqrt{4}=2$ and not $-2$, while $(-2)^2=4$

$\endgroup$ 2 $\begingroup$

The symbol $\sqrt{x}$ always denotes the positive number $y$ satisfying the equation $y^2 = x$. The reasoning behind this, as far as I know, is to make $\sqrt{x}$ a function. Every positive real number has two square roots (e.g. both $3$ and $-3$ are square roots of $9$), but if $\sqrt{x}$ denoted both of these numbers, then it would be much more annoying to deal with. For example, in an inequality, you would not be able to multiply both sides by $\sqrt{x}$, since you would have no guarantee that $\sqrt{x} > 0$. By calling $\sqrt{x}$ the positive root, it represents one number, not two, and this allows you to only deal with the negative root when you want to.

To be consistent with $\sqrt{x} > 0$, we must say $\sqrt{x^2} = |x|$.

To reinforce this, consider $\sqrt{(-2)^2}$. If we simply said that $\sqrt{x^2} = x$, then we would have $\sqrt{(-2)^2} = -2$. While it's true that $-2$ is a square root of $4$, because $(-2)^2 = 4$, it is not the positive square root, so this answer is not what we want. The positive square root is $2$, and since $\sqrt{x}$ denotes the positive root, $\sqrt{(-2)^2} = |-2| = 2.$

$\endgroup$ $\begingroup$

$\sqrt {x^2}\geq 0$ for every $x$ and also $|x|=x$ if $x\geq 0$ and $|x|=-x$ if $x\leq 0$ and thus $\sqrt {x^2} =x$ if $x\geq 0$

and $\sqrt {x^2} =-x $if $x\leq 0$ or $\sqrt {x^2} =|x|$

$\endgroup$ $\begingroup$

$x^2=(-x)^2$ and $x^2=x^2$. Another word, $√x^2=|x|$

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy