In this section, we review some of the basic concepts involving the absolute value of a real number \(x\). There are a few different ways to define absolute value and in this section we choose the following definition. (Absolute value will be revisited in much greater depth in Section AbsoluteValueFunctions where we present what one can think of as the “precise” definition.)

For example, \(|5| = 5\) and \(|-5| = 5\), since each is \(5\) units from \(0\) on the number line:

[Picture]

Graphically why \(|-5|=5\) and \(|5|=5\).

Computationally, the absolute value ‘makes negative numbers positive’, though we need to be a little cautious with this description. While \(|-7| = 7\), \(|5-7| \neq 5+7\). The absolute value acts as a grouping symbol, so \(|5-7| = |-2| = 2\), which makes sense since \(5\) and \(7\) are two units away from each other on the number line:

[Picture]

Graphically why \(|5-7|=2\)

We list some of the operational properties of absolute value below.

The proof of Theorem absolutevalueprops is difficult, but not impossible, using the distance definition of absolute value or even the ‘it makes negatives positive’ notion. It is, however, much easier if one uses the “precise” definition given in Section AbsoluteValueFunctions so we will revisit the proof then. For now, let’s focus on how to solve basic equations and inequalities involving the absolute value.

1 Absolute Value Equations

Thinking of absolute value in terms of distance gives us a geometric way to interpret equations. For example, to solve \(|x| = 3\), we are looking for all real numbers \(x\) whose distance from \(0\) is \(3\) units. If we move three units to the right of \(0\), we end up at \(x = 3\). If we move three units to the left, we end up at \(x = -3\). Thus the solutions to \(|x| = 3\) are \(x = \pm 3\).

[Picture]

The solutions to \(|x| = 3\) are \(x=\pm 3\).

Thinking this way gives us the following.

Theorem 2 is our main tool in solving equations involving the absolute value, since it allows us a way to rewrite such equations as compound linear equations.

Strategy for Solving Equations Involving Absolute Value

In order to solve an equation involving the absolute value of a quantity \(|X|\):

  1. Isolate the absolute value on one side of the equation so it has the form \(|X| = c\).
  2. Apply Theorem 2.

The techniques we use to ‘isolate the absolute value’ are precisely those we used in Section ?? to isolate the variable when solving linear equations. Time for some practice.

2 Absolute Value Inequalities

We now turn our attention to solving some basic inequalities involving the absolute value. Suppose we wished to solve \(|x| < 3\). Geometrically, we are looking for all of the real numbers whose distance from \(0\) is less than \(3\) units. We get \(-3 < x < 3\), or in interval notation, \((-3,3)\). Suppose we are asked to solve \(|x| > 3\) instead. Now we want the distance between \(x\) and \(0\) to be greater than \(3\) units. Moving in the positive direction, this means \(x > 3\). In the negative direction, this puts \(x < -3\). Our solutions would then satisfy \(x < -3\) or \(x > 3\). In interval notation, we express this as \((-\infty , -3) \cup (3, \infty )\).

[Picture] [Picture]
  
The solution to \(|x|<3\) is \((-3,3)\) The solution to \(|x|>3\) is \((-\infty ,-3)\cup (3,\infty )\)

Generalizing this notion, we get the following:

If the inequality we’re faced with involves ‘\(\leq \)’ or ‘\(\geq \),’ we can combine the results of Theorem 3 with Theorem 2 as needed.

Strategy for Solving Inequalities Involving Absolute Value

In order to solve an inequality involving the absolute value of a quantity \(|X|\):

  1. Isolate the absolute value on one side of the inequality.
  2. Apply Theorem 3.

The astute reader will have noticed by now that the authors have done nothing in the way of explaining why anyone would ever need to know this stuff. Go back and read the New Preface and the introduction to the Appendix. These sections are designed to review skills and concepts that you’ve already learned. Thus the deeper applications are in the main body of the text as opposed to here in the Appendix.

We close this section with an example of how the properties in Theorem 1 are used in Calculus. Here, ‘\(\varepsilon \)’ is the Greek letter ‘epsilon’ and it represents a positive real number. Those of you who will be taking Calculus in the future should become very familiar with this type of algebraic manipulation.

\[ \begin{array}{rclr} \left | \dfrac {8-4x}{3} \right | & < & \varepsilon & \\ \dfrac {|8 - 4x|}{|3|} & < & \varepsilon & \text {Quotient Rule}\\ \dfrac {|-4(x-2)|}{3} & < & \varepsilon & \text {Factor} \\ \dfrac {|-4| |x-2|}{3} & < & \varepsilon & \text {Product Rule} \\ \dfrac {4 |x-2|}{3} & < & \varepsilon & \\ \dfrac {3}{4} \cdot \dfrac {4 |x-2|}{3} & < & \dfrac {3}{4} \cdot \varepsilon & \text {Multiply by $\dfrac {3}{4}$} \\ |x -2 | & < & \dfrac {3}{4} \varepsilon & \\ \end{array}\]