Solving Absolute
Solving Absolute
When you take the absolute value of a number, you always end up with a positive number (or
zero). Whether the input was positive or negative (or zero), the output is always positive (or
zero). For instance, | 3 | = 3, and | 3 | = 3 also.
This property that both the positive and the negative become positive makes solving
absolute-value equations a little tricky. But once you learn the "trick", they're not so bad. Let's
start with something simple:
Solve | x
|=3
= 3, 3.
Absolute-value equations always work this way: to be able to remove the absolute-value bars,
you have to isolate the absolute value onto one side, and then split the equation into the two
possible cases.
You can, by the way, verify the above solution graphically. When you attempt to solve the
absoluve-value equation | x | = 3, you are, in effect, setting two line equations equal to each
other and finding where they cross. In this case, as you can see below:
= 3. Of course, any
Solve | x
+2|=7
To clear the absolute-value bars, I must split the equation into its two possible two
cases, one case for each sign:
(x + 2) = 7 or (x + 2) = 7
x + 2 = 7 or x 2 = 7
x = 5 or 9 = x
Then the solution is x
= 9, 5.
Solve | 2x
3|4=3
y1 = | x + 2 | and y2 = 7:
First, I'll isolate the absolute-value part; that is, I'll get the absolute-value expression
by itself on one side of the "equals" sign, with everything else on the other side:
| 2x 3 | 4 = 3
| 2x 3 | = 7
Now I'll clear the absolute-value bars by splitting the equation into its two cases, one
for each sign:
(2x 3) = 7 or (2x 3) = 7
2x 3 = 7 or 2x + 3 = 7
2x = 10 or 2x = 4
x = 5 or x = 2
So the solution is x
= 2, 5.
Solve | x2
y1 = | 2x 3 | 4 and y2 = 3:
4x 5 | = 7
First, I'll clear the absolute-value bars by splitting the equation into its two cases:
( x2 4x 5 ) = 7 or (x2 4x 5) = 7
Solving the first case, I get:
x2 4x 5 = 7
x2 4x 12 = 0
(x 6)(x + 2) = 0
x = 6, x = 2
Solving the second case, I get:
x2 + 4x + 5 = 7
x2 + 4x 2 = 0
0 = x2 4x + 2
y1 = | x2 4x 5 | and y2 = 7:
What if your equation has two absolute values? Then you will need to be more explicit about
the cases you are checking, but afterwards, the general approach will be the same.
Solve | x
3 | = | 3x + 2 | 1
First I need to find the break-points for each of these absolute values. Where do the
arguments (the expressions between the bars) of these absolute values switch from
being positive inside the bars to being negative? I'll look at each absolute value
separately.
(infinity,
2/3),
(2/3, 3), and (3, infinity). On the first interval, both absolute-value expressions will
The zeroes of the two absolute-value expressions give me three intervals:
have negative values, so I'll need to change the signs on both of them when I take the
bars off.
| x 3 | = | 3x + 2 | 1
(x 3) = (3x + 2) 1
x + 3 = 3x 2 1
2x = 6
x = 3 Copyright Elizabeth Stapel 2002-2011 All Rights Reserved
This tells me that the solution to the original equation, on the interval (infinity,
2/3),
is x = 3. Since x = 3 is contained within this interval, this solution is valid.
On the second interval (where x is between 2/3 and 3), the absolute value on the
left-hand side of the equation, | x 3 |, has a negative argument; I'll have to change
its sign when I take off the bars. But the absolute value on the right-hand side of the
equation, | 3x + 2 |, has a positive argument, so I can just take the bars off.
| x 3 | = | 3x + 2 | 1
(x 3) = 3x + 2 1
x + 3 = 3x + 1
2 = 4x
1/2 = x
This tells me that the solution to the original equation, on the interval (2/3,
1/2. Since 1/2 is between 2/3 and 3, this solution is valid.
3), is x =
On the third interval (where x is 3 or more), both absolute values have positive
arguments, so I can just take the bars off.
| x 3 | = | 3x + 2 | 1
x 3 = 3x + 2 1
4 = 2x
2 = x
However, on this interval, x was already fixed as being greater than 3; the solution
then cannot be "x = 2", since 2 is actually less than 3. So "x = 2" is not actually a
valid solution!
Then the answer is:
x = 3 or x = 1/2
To confirm this graphically, look for the intersections of
y1 = | x 3 | and y2 = | 3x + 2 | 1:
You don't often need to take different intervals into consideration but sometimes you do. So
make sure you understand the last exercise above.
You can use the Mathway widget below to practice solving an absolute-value equation. Try
the entered exercise, or type in your own exercise. Then click "Answer" to compare your
answer to Mathway's. (Or skip the widget and return to the index.)