In absolute value inequalities, the direction of the inequality sign doesn't just change the numbers — it changes the fundamental logic of the solution. When you solve |x| < a, you are looking for numbers whose distance from zero is small. This forces x to be trapped in a single, connected interval. When you solve |x| > a, you are looking for numbers whose distance from zero is large. This forces x to flee from zero in two opposite directions.

The biggest mistake students make in JEE or CBSE exams is treating these two cases as the same logic. They see |x| > 5 and accidentally write the solution as -5 < x < 5. They have applied "AND" logic to an "OR" problem. This page provides a widget to help you visually distinguish between the intersection (the "AND" case) and the union (the "OR" case).

The widget

Solution: $(-4, 4)$

The widget

The widget shows a number line centered at zero. The red dots represent the boundary points, \pm a.

The Mode button toggles between the two types of absolute value inequalities. The Slider allows you to change the distance a from the origin. Notice that when you switch modes, the shaded solution set doesn't just disappear; it transforms. In "AND" mode, the solution is a single, connected bar. In "OR" mode, that bar splits and moves to the outer edges of the number line.

Try these

Use the controls to observe how the logic of the solution changes:

What you are actually seeing

The widget is demonstrating the two ways we interpret the absolute value |x|. Remember that |x| is simply "the distance of x from zero."

When we say |x| < a, we are looking for all x such that:

\text{Distance}(x, 0) < a

This is a single condition. For x to satisfy this, it must be less than a AND greater than -a. Because it must satisfy both conditions simultaneously, we are finding the intersection of the two sets. On the number line, the intersection of two overlapping regions is the single, shared middle part.

When we say |x| > a, we are looking for all x such that:

\text{Distance}(x, 0) > a

This is a different condition. For x to satisfy this, it can either be very far to the right (x > a) OR very far to the left (x < -a). It doesn't have to be both; it just needs to be one or the other. Because we accept either condition, we are finding the union of the two sets. On the number line, the union of these two regions results in two separate, disconnected rays.

Why this matters

In competitive exams like JEE, the most common error in inequalities isn't a calculation mistake—it's a logical one.

If you see |x| > 5 and you write the answer as -5 < x < 5, you have performed an intersection when you should have performed a union. You have found the region where the distance is small, rather than where the distance is large. Why: This error is common because students often default to the "sandwich" notation used in the "less than" case.

The widget helps you build a "concept image" where the inequality sign dictates the shape of the answer:

If you can visualize the shape of the solution before you even pick up your pen, you are much less likely to fall into the trap of writing the wrong interval notation.

What the widget does NOT show you

While this widget captures the core logic, real-world problems are often more complex:

References