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
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:
- Switch from |x| < a to |x| > a. Watch the central bar "break" and fly apart into two separate rays. This is the visual difference between an intersection and a union.
- Set a = 1. When the distance is small, the "AND" solution is a tiny, tight segment. The "OR" solution covers almost the entire number line, leaving only a tiny gap around zero.
- Set a = 10. When the distance is large, the "AND" solution is a wide, expansive interval. The "OR" solution is restricted to the extreme ends of the number line.
- Toggle the mode rapidly. This helps you feel the "pulse" of the logic: |x| < a pulls the solution inward toward zero, while |x| > a pushes the solution outward away from zero.
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:
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:
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:
- < (Less than) \implies "Sandwich" \implies AND \implies Intersection.
- > (Greater than) \implies "Split" \implies OR \implies Union.
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:
- Non-zero centers. This widget is centered at zero. If you have an inequality like |x - 3| < 2, the entire picture shifts 3 units to the right. The logic remains the same, but the "anchor" moves.
- Inequality boundaries. We used a solid shaded region to represent the solution. If the inequality is \le or \ge, the boundary points \pm a are included in the solution. On a formal number line, this is usually shown with solid dots instead of open circles.
- Complex expressions. If you have |2x + 1| > 5, you cannot simply look at the coefficients. You must first solve the inner expression to find the new boundary points. The "split vs. merge" logic will still apply once you find those points, but the points themselves won't be at \pm a.
References
- Absolute Value Inequalities — the parent chapter that introduces this topic.
- Animated: |x - 2| < k — Watch the 'Distance Window' Expand Symmetrically — related satellite under the same chapter.
- Wikipedia search: Absolute Value Inequalities — formal mathematical context.