When the modulus is greater than something, A(x)B(x)|A(x)|\ge B(x), the shortcut is different: you distinguish the two cases according to the sign of the right-hand side B(x)B(x).

Property — A(x)B(x)|A(x)|\ge B(x)

The inequality A(x)B(x)|A(x)|\ge B(x) is solved as the union of two cases:

  • Case (a): B(x)<0B(x)<0. An absolute value is always 0\ge0, so it is automatically greater than a negative number: the inequality is always true. The solution of the case is {x: B(x)<0}\{x:\ B(x)<0\}.
  • Case (b): B(x)0B(x)\ge0. Then A(x)B(x)|A(x)|\ge B(x) is equivalent to A(x)B(x)  A(x)B(x)A(x)\ge B(x)\ \lor\ A(x)\le-B(x).

Final solution: the union of SaS_a and SbS_b.

Diagram for A(x)B(x)|A(x)|\ge B(x): if the right-hand side is negative the inequality is already true.

Example

x12|x-1|\ge2. Here A(x)=x1A(x)=x-1 and B(x)=2B(x)=2 is a positive constant: case (a) is empty and case (b) remains: x12  x12    x3  x1.x-1\ge2\ \lor\ x-1\le-2 \iff x\ge3\ \lor\ x\le-1. Solution: x1  x3\boxed{x\le-1\ \lor\ x\ge3}.

Example

x23xx4|x^2-3x|\ge x-4. Here A(x)=x23xA(x)=x^2-3x and B(x)=x4B(x)=x-4.

Case (a): x4<0    x<4x-4<0 \iff x<4. In this zone the inequality is always true, so Sa=(;4)S_a=(-\infty;4).

Case (b): x4x\ge4. We must solve x23xx4  x23x(x4)x^2-3x\ge x-4\ \lor\ x^2-3x\le-(x-4), that is:

  • x24x+40    (x2)20x^2-4x+4\ge0 \iff (x-2)^2\ge0: always true;
  • x22x40    15x1+5x^2-2x-4\le0 \iff 1-\sqrt5\le x\le1+\sqrt5, which intersected with x4x\ge4 gives the empty set.

The first is always true, so Sb=[4;+)S_b=[4;+\infty).

Union: S=SaSb=RS=S_a\cup S_b=\mathbb{R}: the inequality is always satisfied.

Warning — A frequent mistake

When in A(x)B(x)|A(x)|\ge B(x) the term B(x)B(x) is always non-negative (for example a positive constant or a sum of squares), case (a) is empty and you go straight to case (b): A(x)B(x)  A(x)B(x)A(x)\ge B(x)\ \lor\ A(x)\le-B(x). But if B(x)B(x) can take negative values (for example it is a polynomial), do not forget case (a), otherwise you lose all the solutions in which the right-hand side is negative.

Topics: Parabola
Concepts: Inequalities with absolute value · Absolute value
Skills: Reasoning by cases · Solving inequalities