The basic method for an inequality with an absolute value is the same as for equations: you split it into the two cases according to the sign of the argument. It always works, even when the shortcuts for the special cases cannot be applied.

In brief — General method

Given an inequality of the type [espressione con A(x)]0,\bigl[\text{espressione con }|A(x)|\bigr]\gtrless0, you split it into the two cases:

  1. Case (a): A(x)0A(x)\ge0. In this region the absolute value is removed without changing sign, that is A(x)=A(x)|A(x)|=A(x): you solve the expression with A(x)A(x) in place of A(x)|A(x)| and intersect the solution with the condition A(x)0A(x)\ge0.
  2. Case (b): A(x)<0A(x)<0. Here A(x)=A(x)|A(x)|=-A(x): you solve with A(x)-A(x) in place of A(x)|A(x)| and intersect with A(x)<0A(x)<0.

The final solution is the union of the solutions of the two cases: S=SaSbS=S_a\cup S_b.

Diagram of the splitting into the two cases and the union of the solutions.

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