24.1 Absolute Value PDF
24.1 Absolute Value PDF
The idea of absolute value is really just the idea of “distance from 0.”
Going back to the idea of a number line,
we can say that 2 is a distance of two units away from 0, but also that −2,
the opposite of 2 (and on the other side of 0), is two units away from 0. So
both 2 and −2 are two units away from 0. The number 4 is four units away
from 0, and −5 is five units away from 0.
So notice that, if we translate both positive and negative numbers into just
their distance from 0, we get
In fact, this is exactly what the absolute value operation does for us. It
turns each number into its distance from the origin, essentially turning all
19
positive and negative numbers into only positive numbers. (Also, it “turns”
0 into 0, because the number 0 is zero units away from itself.)
| − 3|
This means “take the absolute value of −3.” We already know that the
absolute value of −3 is 3, since −3 is a distance of three units away from 0.
Here are some more examples:
| − 1| → 1
|1| → 1
| − 6| → 6
|6| → 6
| − 100 | → 100
| 100 | → 100
20
there’s one important thing we need to say. We MUST evaluate the
expression inside the absolute value bars before taking the absolute value.
As an example, consider
| − 3 − 4|
You might be tempted to think that the absolute value operation just takes
away the negative sign that goes with the 3, and you would probably get 1
as the answer:
| − 3 − 4|
|3 − 4|
| − 1|
But this is wrong, because you would have performed the absolute value
operation first, by taking away the first negative sign inside the absolute
value bars. What we need to do instead is evaluate the expression inside
the absolute value bars first, and THEN take the absolute value. This is
how we should solve it:
| − 3 − 4|
| − 7|
21
Notice how we first dealt with the subtraction problem inside the absolute
value bars, by evaluating −3 − 4 as −7. Only then, once we had evaluated
that expression, did we take the absolute value.
22