The absolute value ∣x∣ measures the distance of x from 0 on the number line. Inequalities involving ∣x∣ are inequalities about distance , and they almost always reduce to one or two linear inequalities.
The two master rules
For any a>0:
∣x∣<a⟺−a<x<a.
∣x∣>a⟺x<−a or x>a.
The first describes "within distance a from 0" , a bounded interval (−a,a). The second describes "more than distance a from 0" , the complement, (−∞,−a)∪(a,∞).
For a=0: ∣x∣<0 has no solution; ∣x∣>0 means x=0; ∣x∣≤0 means x=0.
With non-strict inequalities, the brackets close: ∣x∣≤a⟺−a≤x≤a, and ∣x∣≥a⟺x≤−a or x≥a.
Inequalities of the form ∣x−c∣<a or ∣x−c∣>a
Shift by c. ∣x−c∣ is the distance from x to c. So:
∣x−c∣<a⟺−a<x−c<a⟺c−a<x<c+a.
This is the interval centred at c with radius a. Similarly ∣x−c∣≥a describes the points at distance ≥a from c.
Inequalities with ∣f(x)∣<g(x)
If g(x)>0, then ∣f(x)∣<g(x)⟺−g(x)<f(x)<g(x). Solve the two linear (or polynomial) inequalities and intersect.
If g(x) is itself an unknown, you must also ensure g(x)>0.
Triangle inequality
∣x+y∣≤∣x∣+∣y∣
for all real x,y. With equality iff x and y have the same sign (or one is zero). The reverse: ∣x∣−∣y∣≤∣x−y∣.
These hold for real numbers, but they also generalise to complex numbers (Chapter 4) and to vectors (Class XII).
Worked examples
Example 1. Solve ∣x−2∣<3.
−3<x−2<3⟺−1<x<5. Solution: (−1,5).
Example 2. Solve ∣2x+1∣≥5.
2x+1≥5 or 2x+1≤−5. First: x≥2. Second: x≤−3. Solution: (−∞,−3]∪[2,∞).
Example 3. Solve ∣x−3∣<∣x+1∣.
Square both sides (both non-negative, so direction preserved):
(x−3)2<(x+1)2⟺x2−6x+9<x2+2x+1⟺−6x+9<2x+1⟺8<8x⟺x>1.
Solution: (1,∞).
(Geometric check: ∣x−3∣ is distance to 3, ∣x+1∣ is distance to −1. The midpoint of 3 and −1 is 1; points closer to 3 have x>1.)
Example 4. Solve ∣x∣+∣x−2∣<3.
Case-split by sign of x and x−2:
x<0: ∣x∣=−x, ∣x−2∣=2−x. Sum: −x+2−x=2−2x<3⟺x>−21. Intersect with x<0: (−21,0).
Case 2: x+2<0, i.e. x<−2. Then ∣x−1∣≥0>x+2 is negative, so x+2∣x−1∣ is ≤0<1, unless the modulus is zero (it cannot be in this range since x=1>−2). So the inequality is automatically satisfied: x<−2.
Combining: (−∞,−2)∪[−21,∞).
Try it yourself
Solve ∣x∣≤4.
Solve ∣x+3∣>2.
Solve ∣2x−5∣≤7.
Solve ∣x−1∣<∣x+2∣.
Solve ∣x∣+∣x−1∣≤3.
Solve ∣x∣+1∣x∣−1<21.
Solve x−21<41.
Solve ∣3x+5∣≥4.
Solve ∣x2−1∣<3 (reduces to a quadratic-in-x inequality).
Solve x−2∣−∣x+1≥1.
Show that the solution set of ∣x−1∣+∣x+1∣≤2 is exactly [−1,1].
Solve ∣x−1∣2−2∣x−1∣−3≥0 (a quadratic in ∣x−1∣).
Pitfalls / Tricks
∣x∣<a produces a single interval; ∣x∣>a produces two intervals. Do not confuse.
For ∣f(x)∣<g(x), always check g(x)>0 first , otherwise no solutions are possible.
Squaring both sides of ∣f(x)∣<∣g(x)∣ is safe because both sides are ≥0.
Insight. Absolute value is just "distance". Every absolute-value inequality is a distance statement, and is often easiest to read off a number line.