Inequalities: Beyond ”=” Signs
In school, we spend most time on equations — finding exact values. But most real problems are about constraints: a bus can carry at most 40 people, a student needs at least 35% marks to pass, a factory must produce at most 100 units per day to avoid overtime costs.
These are inequalities, and solving them means finding a range of values (an interval), not a single number. The techniques look similar to equations, but there are crucial differences — especially when multiplying or dividing by negative numbers, or squaring both sides.
For CBSE Class 11, inequalities (specifically linear inequalities in two variables) is a dedicated chapter. For JEE, quadratic and absolute value inequalities appear in almost every paper under “Functions,” “Sets,” and “Algebra” sections.
Key Terms & Definitions
Inequality: A mathematical statement comparing two expressions using <, >, ≤, ≥, or ≠.
Linear inequality: Inequality where the variable appears to the first power. Example: 2x - 3 > 5.
Quadratic inequality: Inequality involving . Example: x^2 - 5x + 6 < 0.
Absolute value inequality: Inequality involving . Example: .
Solution set: The set of all values of the variable that satisfy the inequality. Usually an interval or union of intervals.
Open interval : All values strictly between and ; and not included.
Closed interval : All values between and , including and .
The Key Rule: Flip the Sign When Multiplying by Negative
The most important difference between equations and inequalities:
\text{If } a < b \text{ and } c < 0, \text{ then } ac > bcWhen you multiply (or divide) both sides of an inequality by a negative number, the direction of the inequality reverses.
Example: -3x < 12 \Rightarrow x > -4 (dividing by flips ”<” to ”>”)
Not flipping this sign is the single most common source of errors in inequalities.
Linear Inequalities
Single Variable
Solve:
Solution: .
Solve: -4x + 2 > 14
-4x > 12 x < -3 \quad \text{(sign flipped when dividing by -4)}Solution: .
Two-Variable Linear Inequalities (CBSE Class 11)
To solve :
- Draw the line (use solid line for ≤ or ≥; dashed line for strict < or >)
- Test a point not on the line (e.g., origin : ✓)
- Shade the half-plane containing the test point (since origin satisfies the inequality)
The solution is the shaded region, including the boundary line.
System of linear inequalities: Solve each inequality graphically; the solution is the intersection of all shaded regions.
CBSE Class 11 exams frequently ask you to find the feasible region for a system of 3–4 linear inequalities. Graph each inequality, shade correctly, and mark the feasible region (the area satisfying ALL inequalities simultaneously). Corner points of this region are important — they are used in Linear Programming (Class 12).
Quadratic Inequalities
Quadratic inequalities require a different approach. The key method is the sign chart (wavy curve / number line method).
Factorisation Method
Solve: x^2 - 5x + 6 < 0
Step 1: Factorise: (x-2)(x-3) < 0
Step 2: Find the critical points (roots): and .
Step 3: Draw number line with critical points marked.
Step 4: Test the sign of in each interval:
- x < 2: e.g., : (0-2)(0-3) = (-)(-)= (+) > 0 ✗
- 2 < x < 3: e.g., : (0.5)(-0.5) = (-) < 0 ✓
- x > 3: e.g., : (2)(1) = (+) > 0 ✗
Solution:
The pattern for factored quadratics: (x-a)(x-b) < 0 (with a < b) has solution . For > 0, the solution is .
For where a < b:
(x-a)(x-b) < 0 \Rightarrow x \in (a, b)
(x-a)(x-b) > 0 \Rightarrow x \in (-\infty, a) \cup (b, \infty)
Mnemonic: “Less than → between the roots. Greater than → outside the roots.”
The Wavy Curve Method (for Higher Degrees)
For f(x) = \frac{(x-1)(x-3)}{(x-2)} > 0:
Step 1: Find all critical points (zeros of numerator and denominator): .
Step 2: Plot on number line in order: 1, 2, 3.
Step 3: The highest power coefficient determines the rightmost sign. For large positive , the expression is positive (all three factors are positive). Start with + on the right.
Step 4: Alternate signs across each critical point (wavy curve alternation, assuming each root is simple):
- x > 3: positive (+)
- 2 < x < 3: negative (−)
- 1 < x < 2: positive (+)
- x < 1: negative (−)
Step 5: We want > 0, so take regions with +:
Note: is excluded (denominator = 0, undefined); give zero (not > 0, so excluded for strict inequality).
The wavy curve method is the standard JEE technique for all polynomial and rational inequalities. It works because every time we cross a simple root (odd multiplicity), the sign changes. If a root has even multiplicity (like ), the sign does NOT change at that root (the wavy curve “touches” the x-axis and bounces back).
Absolute Value Inequalities
The Two Key Rules
Rule 1: |x| < a (where a > 0) \Leftrightarrow -a < x < a
Meaning: is within distance from zero → .
Rule 2: |x| > a (where a > 0) \Leftrightarrow x < -a or x > a
Meaning: is more than distance from zero → .
For |x - c| < a: this means is within distance from → c-a < x < c+a.
Example 1: Solve
By Rule 1:
Solution:
Geometric interpretation: all points within 2 units of 3 on the number line.
Example 2: Solve |2x + 1| > 5
By Rule 2: 2x + 1 < -5 or 2x + 1 > 5
2x < -6 → x < -3, or 2x > 4 → x > 2
Solution:
Example 3: Solve (case-based approach needed)
Case 1: : , so . Contradiction — no solution in this case.
Case 2: x < 0: , so .
Combined with x < 0: solution is .
Solution:
Inequalities with Fractions
Be careful: when solving \frac{x+1}{x-2} > 0, do NOT multiply both sides by unless you know its sign.
Use the wavy curve instead: critical points at (numerator = 0) and (denominator = 0).
Sign analysis:
- x > 2: both positive → fraction positive ✓
- -1 < x < 2: numerator positive, denominator negative → negative ✗
- x < -1: both negative → fraction positive ✓
Solution:
Note: excluded (denominator = 0); excluded (strict inequality, fraction = 0).
Solved Examples
Easy — CBSE Level
Q: Solve .
Solution:
Solution: .
Medium — JEE Main Level
Q: Find the range of such that x^2 - x - 6 > 0.
Solution: Factorise: (x-3)(x+2) > 0.
Roots: .
Sign: positive outside roots → .
Hard — JEE Advanced Level
Q: Solve: .
Solution: Critical points: .
For large positive : all factors positive, is always positive → expression positive.
Wavy curve sign (rightmost = positive):
- x > 3: positive (+)
- 1 < x < 3: negative (note: passing through is even multiplicity → sign doesn’t change) wait — actually has even multiplicity, so the sign does NOT change at . The sign before and after is the same. Let me redo:
Critical points with multiplicities: (odd, sign changes), (odd, changes), (odd, changes), (even, no change).
Starting with + for x > 3:
- 1 < x < 3: + (no change at )
- -2 < x < 1: − (change at )
- -4 < x < -2: + (change at )
- x < -4: − (change at )
We want ≤ 0, so negative regions or where expression = 0:
- -4 < x < -2: positive, no ✗
- -2 < x < 1: negative ✓
- : expression = 0 ✓ (include)
- : expression = 0 ✓ (include)
- : denominator defined ≠ 0, but wait: gives denominator 0 → excluded
- : denominator = 0 → excluded
Solution: , excluding (undefined) — but isn’t in this range anyway.
Negative regions also include x < -4, so: (excluding , so the first part is ).
Final answer:
Exam-Specific Tips
CBSE Class 11: Linear inequalities in one and two variables. Know how to graph two-variable inequalities and find feasible regions. Interval notation is required.
JEE Main: Wavy curve method for polynomial and rational inequalities. Absolute value inequalities using the two standard rules. Combined inequalities (find x satisfying both conditions simultaneously).
JEE Advanced: Complex rational inequalities with multiple factors, including even-multiplicity roots. Finding domains of functions (which often reduces to solving inequalities).
Common Mistakes to Avoid
Mistake 1: Not flipping the inequality when multiplying/dividing by a negative. -3x > 9 → x < -3 (not x > -3). This is the most tested error.
Mistake 2: Squaring both sides of an inequality without checking signs. x > 2 does NOT imply x^2 > 4 for negative values. Squaring is safe only when both sides are non-negative. Use the wavy curve instead of squaring.
Mistake 3: Including the point where the denominator is zero. In \frac{1}{x-2} > 0, the solution is x > 2 (strictly, since makes the expression undefined).
Mistake 4: In absolute value inequalities, solving |x - 3| < -2 without realising there’s no solution. An absolute value is always ≥ 0, so it can never be less than a negative number. The solution set is the empty set.
Mistake 5: In the wavy curve method, not accounting for even-multiplicity roots. If a factor appears as , the sign does NOT change at . Draw the curve “touching” the axis at rather than crossing it.
Practice Questions
1. Solve 2x - 5 < 3 and represent on a number line.
2x < 8 \Rightarrow x < 4. Solution: . On the number line: open circle at 4, arrow pointing left.
2. Solve .
. Solution: .
3. For what values of is ?
Factorise: . Roots at . Between the roots, expression is negative (or zero at the roots). Solution: .
4. Solve \frac{x-2}{x+3} > 0.
Critical points: (denominator zero), (numerator zero). Sign analysis: for x > 2: positive ✓; for -3 < x < 2: negative ✗; for x < -3: positive ✓. Solution: , excluding .
5. Find all real such that x^2 - 7|x| + 10 < 0.
Let . Inequality becomes u^2 - 7u + 10 < 0 \Rightarrow (u-2)(u-5) < 0 \Rightarrow 2 < u < 5. So 2 < |x| < 5 \Rightarrow x \in (-5, -2) \cup (2, 5).
FAQs
Q: What is the difference between open and closed intervals in solutions? Use open parentheses ( ) for strict inequalities (< or >) — endpoints NOT included. Use closed brackets [ ] for non-strict inequalities (≤ or ≥) — endpoints included. For infinity, always use open brackets: is correct; is incorrect since infinity is not a real number.
Q: Can I always use the wavy curve method? Yes, for any polynomial or rational inequality that can be fully factored. For absolute value inequalities, use the modulus rules (|x| < a → between, |x| > a → outside). For transcendental inequalities (like \sin x > 0), you need a different approach based on the function’s graph.
Q: Why does the sign alternate in the wavy curve method? Each time we cross a simple root (where the factor appears once), the sign of changes from negative to positive (or vice versa). All other factors’ signs don’t change at . So the product changes sign exactly once, causing the alternation. For even-multiplicity roots, doesn’t change sign (it’s always ≥ 0), so the overall product’s sign doesn’t change.