mathacademytutoring Home



Absolute Value and Square Roots

by | Jan 12, 2021 | Math Learning

Table of Contents

Absolute values often show up in problems involving square roots. That’s because you can’t take the square root of a negative number without introducing imaginary numbers (those involving i = \sqrt{-1} ).

Example 1:

Simplify \sqrt{x^{2}}

This problem looks deceptively simple. Many students would say the answer is x and move on. However, that is only true for positive values of x.

Try x = 2

\sqrt{x^{2}} =  x

Left-hand side: \sqrt{2^{2}} =  \sqrt{4} =  2

Right-hand-side:  2

The equality holds for x = 2 (and actually for all values of x that are \geq  0).

Try x = -5.

\sqrt{x^{2}} =  x

Left-hand side: \sqrt{(-5)^{2}} = \sqrt{25} = 5

Right-hand-side: -5

Since 5 \neq -5, this equation does not hold for x = -5. Notice that when x < 0, the left hand side is actually equal to -x. Therefore, for all x < 0, \sqrt{x^{2}} = -x

To summarize, for all x \geq 0, \sqrt{x^{2}} = x, and for all x < 0, \sqrt{x^{2}} = -x.

We can write this as a piecewise function as follows:

    \[\left\{\begin{array}{lr}\sqrt{x^2} = x, & \text{if } x \geq 0\\-x, & \text{if } x < 0\end{array}\right.\]

Our assignment was to simplify, and a piecewise function is surely not simpler than \sqrt{x^2}. However, this piece-wise function is actually the exact definition of absolute value. Therefore, we can write \sqrt{x^2} = \vert x \vert, and our simplification is complete. This holds true, for any expression in the square root that has a even exponent. Even though x^2 is positive, it can be product of two negatives ex: (-5) (-5) or two positives (5)(5). Therefore, the absolute value ensures that both cases are addressed in the solution.

Example 2:

Solve for x:  x^2=z+9

x^2=z+9

To solve for x, we first take the square root of both sides.

\sqrt{x^2}=\sqrt{z}+9

As we discussed earlier, \sqrt{x^2} = \vert x \vert, so

\vert x \vert = \sqrt{z}+9

The equation isn’t quite solved for x yet. To remove the absolute value, we write:

x = \pm\sqrt{z}+9, and our work is done.

When working on problems involving square roots, remember to always check the positive and negative cases and be careful that you don’t miss the absolute value.

Share This