1.4: Absolute value inequalities
( \newcommand{\kernel}{\mathrm{null}\,}\)
Using the notation from the previous section, we now solve inequalities involving the absolute value. These inequalities may be solved in three steps:
- Step 1: Solve the corresponding equality. The solution of the equality divides the real number line into several subintervals.
- Step 2: Using step 1, check the inequality for a number in each of the subintervals. This check determines the intervals of the solution set.
- Step 3: Check the endpoints of the intervals.
Here are some examples for the above solution method.
Solve for x:
- |x+7|<2
- |3x−5|≥11
- |12−5x|≤1
Solution
- We follow the three steps described above. In step 1, we solve the corresponding equality, |x+7|=2. x+7=2 & x+7=−2 x+7=2x+7=−2⟹x=−5⟹x=−9The solutions x=−5 and x=−9 divide the number line into three subintervals:
Now, in step 2, we check the inequality for one number in each of these subintervals.
Check: x=−10 Check: x=−7 Check: x=0|(−10)+7|?<2|(−7)+7|?<2|0+7|?<2|−3|?<2|0|?<2|7|?<23?<20?<27?<2 false true false
Since x=−7 in the subinterval given by −9<x<−5 solves the inequality |x+7|<2, it follows that all numbers in the subinterval given by −9<x<−5 solve the inequality. Similarly, since x=−10 and x=0 do not solve the inequality, no number in these subintervals will solve the inequality. For step 3, we note that the numbers x=−9 and x=−5 are not included as solutions since the inequality is strict (that is we have < instead of ≤).The solution set is therefore the interval S=(−9,−5). The solution on the number line is:
- We follow the steps as before. First, in step 1, we solve |3x−5|=11. 3x−5=113x−5=−11⟹3x=16⟹3x=−6⟹x=163⟹x=−2
The two solutions x=−2 and x=163=513 divide the number line into the subintervals displayed below. x<−2−2<x<513513<x
For step 2, we check a number in each subinterval. This gives:
Check: x=−3 Check: x=1 Check: x=6|3⋅(−3)−5|?≥11|3⋅1−5|?≥11|3⋅6−5|?≥11|−9−5|?≥11|3−5|?≥11|18−5|?≥11|−14|?≥11|−2|?≥11|13|?≥1114?≥112?≥1113?≥11 true false true
For step 3, note that we include −2 and 513 in the solution set since the inequality is “greater than or equal to” (that is ≥, as opposed to >). Furthermore, the numbers −∞ and ∞ are not included, since ±∞ are not real numbers.
The solution set is therefore the union of the two intervals: S=(−∞,−2]∪[513,∞)
- To solve |12−5x|≤1, we first solve the equality |12−5x|=1. 12−5x=112−5x=−1⟹−5x=−11⟹−5x=−13⟹x=−11−5=2.2⟹x=−13−5=2.6
This divides the number line into three subintervals, and we check the original inequality |12−5x|≤1 for a number in each of these subintervals.
Interval: x<2.2Interval: 2.2<x<2.6Interval: 2.6<xCheck: x=1Check: x=2.4Check: x=3|12−5⋅1|?≤1|12−5⋅1|?≤1|12−5⋅3|?≤1|12−5|?≤1|12−12|?≤1|12−15|?≤1|7|?≤1|0|?≤1|−3|?≤17?≤10?≤13?≤1 false true false
The solution set is the interval S=[2.2,2.6], where we included x=2.2 and x=2.6 since the original inequality “less than or equal to” (≤) includes the equality.
Alternatively, whenever you have an absolute value inequality you can turn it into two inequalities.
Here are a couple of examples.
Solve for x: |12−5x|≤1
Solution
Note that |12−5x|≤1 implies that
−1≤12−5x≤1
so that
−13≤−5x≤−11
and by dividing by −5 (remembering to switch the direction of the inequalities when multiplying or dividing by a negative number) we see that
135≥x≥115
or in interval notation, we have the solution set
S=[115,135]
If |x+6|>2 then either x+6>2 or x+6<−2 so that either x>−4 or x<−8 so that in interval notation the solution is S=(−∞,−8)∪(−4,∞).
Solution
There is a geometric interpretation of the absolute value on the number line as the distance between two numbers:
distance between a and b is |b−a| which is also equal to |a−b|
This interpretation can also be used to solve absolute value equations and inequalities.
Solve for x:
- |x−6|=4
- |x−6|≤4
- |x−6|≥4
Solution
- Consider the distance between x and 6 to be 4 on a number line:
There are two solutions, x=2 or x=10. That is, the distance between 2 and 6 is 4 and the distance between 10 and 6 is 4.
- Numbers inside the braces above have distance 4 or less. The solution is given on the number line as:
In interval notation, the solution set is the interval S=[2,10]. One can also write that the solution set consists of all x such that 2≤x≤10.
- Numbers outside the braces above have distance 4 or more. The solution is given on the number line as:
In interval notation, the solution set is the interval (−∞,2] and [10,∞), or in short it is the union of the two intervals:
S=(∞,2]∪[10,∞)
One can also write that the solution set consists of all x such that x≤2 or x≥10.