Math Lab
Home/Class XI/Ch 5/Inequalities involving absolute value

Inequalities involving absolute value

The absolute value x|x| measures the distance of xx from 00 on the number line. Inequalities involving x|x| are inequalities about distance , and they almost always reduce to one or two linear inequalities.

The two master rules

For any a>0a > 0:

x<a    a<x<a.\boxed{|x| < a \iff -a < x < a.}

x>a    x<a or x>a.\boxed{|x| > a \iff x < -a \text{ or } x > a.}

The first describes "within distance aa from 00" , a bounded interval (a,a)(-a, a). The second describes "more than distance aa from 00" , the complement, (,a)(a,)(-\infty, -a) \cup (a, \infty).

For a=0a = 0: x<0|x| < 0 has no solution; x>0|x| > 0 means x0x \ne 0; x0|x| \le 0 means x=0x = 0.

With non-strict inequalities, the brackets close: xa    axa|x| \le a \iff -a \le x \le a, and xa    xa|x| \ge a \iff x \le -a or xax \ge a.

Inequalities of the form xc<a|x - c| < a or xc>a|x - c| > a

Shift by cc. xc|x - c| is the distance from xx to cc. So:

xc<a    a<xc<a    ca<x<c+a.|x - c| < a \iff -a < x - c < a \iff c - a < x < c + a.

This is the interval centred at cc with radius aa. Similarly xca|x - c| \ge a describes the points at distance a\ge a from cc.

Inequalities with f(x)<g(x)|f(x)| < g(x)

If g(x)>0g(x) > 0, then f(x)<g(x)    g(x)<f(x)<g(x)|f(x)| < g(x) \iff -g(x) < f(x) < g(x). Solve the two linear (or polynomial) inequalities and intersect.

If g(x)g(x) is itself an unknown, you must also ensure g(x)>0g(x) > 0.

Triangle inequality

x+yx+y|x + y| \le |x| + |y| for all real x,yx, y. With equality iff xx and yy have the same sign (or one is zero). The reverse: xyxy\big||x| - |y|\big| \le |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 x2<3|x - 2| < 3.

3<x2<3    1<x<5-3 < x - 2 < 3 \iff -1 < x < 5. Solution: (1,5)(-1, 5).

Example 2. Solve 2x+15|2x + 1| \ge 5.

2x+152x + 1 \ge 5 or 2x+152x + 1 \le -5. First: x2x \ge 2. Second: x3x \le -3. Solution: (,3][2,)(-\infty, -3] \cup [2, \infty).

Example 3. Solve x3<x+1|x - 3| < |x + 1|.

Square both sides (both non-negative, so direction preserved): (x3)2<(x+1)2    x26x+9<x2+2x+1    6x+9<2x+1    8<8x    x>1.(x - 3)^2 < (x + 1)^2 \iff x^2 - 6x + 9 < x^2 + 2x + 1 \iff -6x + 9 < 2x + 1 \iff 8 < 8x \iff x > 1. Solution: (1,)(1, \infty).

(Geometric check: x3|x - 3| is distance to 33, x+1|x + 1| is distance to 1-1. The midpoint of 33 and 1-1 is 11; points closer to 33 have x>1x > 1.)

Example 4. Solve x+x2<3|x| + |x - 2| < 3.

Case-split by sign of xx and x2x - 2:

  • x<0x < 0: x=x|x| = -x, x2=2x|x - 2| = 2 - x. Sum: x+2x=22x<3    x>12-x + 2 - x = 2 - 2x < 3 \iff x > -\tfrac{1}{2}. Intersect with x<0x < 0: (12,0)(-\tfrac{1}{2}, 0).
  • 0x20 \le x \le 2: x=x|x| = x, x2=2x|x - 2| = 2 - x. Sum: x+2x=2<3x + 2 - x = 2 < 3, always true. Solution: [0,2][0, 2].
  • x>2x > 2: x=x|x| = x, x2=x2|x - 2| = x - 2. Sum: 2x2<3    x<522x - 2 < 3 \iff x < \tfrac{5}{2}. Intersect: (2,52)(2, \tfrac{5}{2}).

Union: (12,52)(-\tfrac{1}{2}, \tfrac{5}{2}).

Example 5 (harder). Solve x1x+21\dfrac{|x - 1|}{x + 2} \le 1.

Case 1: x+2>0x + 2 > 0, i.e. x>2x > -2. Inequality     x1x+2\iff |x - 1| \le x + 2.

If x1x \ge 1: x1=x1x+2|x - 1| = x - 1 \le x + 2, always true.

If x<1x < 1 (and x>2x > -2): x1=1xx+2    12x    x12|x - 1| = 1 - x \le x + 2 \iff -1 \le 2x \iff x \ge -\tfrac{1}{2}.

So Case 1: x12x \ge -\tfrac{1}{2}.

Case 2: x+2<0x + 2 < 0, i.e. x<2x < -2. Then x10>x+2|x - 1| \ge 0 > x + 2 is negative, so x1x+2\dfrac{|x - 1|}{x + 2} is 0<1\le 0 < 1, unless the modulus is zero (it cannot be in this range since x=1>2x = 1 > -2). So the inequality is automatically satisfied: x<2x < -2.

Combining: (,2)[12,)(-\infty, -2) \cup [-\tfrac{1}{2}, \infty).

Try it yourself

  1. Solve x4|x| \le 4.
  2. Solve x+3>2|x + 3| > 2.
  3. Solve 2x57|2x - 5| \le 7.
  4. Solve x1<x+2|x - 1| < |x + 2|.
  5. Solve x+x13|x| + |x - 1| \le 3.
  6. Solve x1x+1<12\dfrac{|x| - 1}{|x| + 1} < \dfrac{1}{2}.
  7. Solve x12<14\big| x - \tfrac{1}{2}\big| < \tfrac{1}{4}.
  8. Solve 3x+54|3x + 5| \ge 4.
  9. Solve x21<3|x^2 - 1| < 3 (reduces to a quadratic-in-xx inequality).
  10. Solve x2x+11\big|x - 2| - |x + 1\big| \ge 1.
  11. Show that the solution set of x1+x+12|x - 1| + |x + 1| \le 2 is exactly [1,1][-1, 1].
  12. Solve x122x130|x - 1|^2 - 2|x - 1| - 3 \ge 0 (a quadratic in x1|x - 1|).

Pitfalls / Tricks

  • x<a|x| < a produces a single interval; x>a|x| > a produces two intervals. Do not confuse.
  • For f(x)<g(x)|f(x)| < g(x), always check g(x)>0g(x) > 0 first , otherwise no solutions are possible.
  • Squaring both sides of f(x)<g(x)|f(x)| < |g(x)| is safe because both sides are 0\ge 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.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Absolute value inequalities
6 questions · pick the best answer
Q1

Q2

Q3

Q4

Q5

Q6