Inequalities

An inequality is a mathematical statement that compares two expressions using symbols like:

  • <<: Less than
  • >>: Greater than
  • \leq: Less than or equal to
  • \geq: Greater than or equal to
  • \neq: Not equal to

Whereas an equation shows equality (e.g., x+2=5x + 2 = 5), an inequality shows relative size or order (e.g., x+2<5x + 2 < 5).


Intuitive Understanding

Think of inequalities as number lines or balancing scales:

  • If x<3x < 3, you're looking at all values to the left of 3.
  • If x2x \geq -2, you're looking at values on or to the right of -2.

It’s about ranges, not exact values.


Key Concepts

Inequality Symbols and Their Meaning

SymbolMeaningExampleRead As
<<Less thanx<5x < 5x is less than 5
>>Greater thanx>2x > 2x is greater than 2
\leqLess than or equal tox7x \leq 7x is at most 7
\geqGreater than or equal tox0x \geq 0x is at least 0
\neqNot equal tox3x \neq 3x is not equal to 3

Solving Inequalities

Just like linear equations:

  • Isolate the variable
  • Simplify both sides

But with one extra rule:

When you multiply or divide both sides by a negative number, you must flip the inequality sign.

Example:

2x>6x<3-2x > 6 \Rightarrow x < -3

Rules to Remember

OperationInequality Rule
Add/Subtract same numberNo change to inequality sign
Multiply/Divide by positiveNo change to inequality sign
Multiply/Divide by negativeFlip the inequality sign
Combine multiple inequalitiesUse logical AND/OR based on context
Inequality chainsa<b<ca < b < c means both a<ba < b and b<cb < c

Number Line Representation

Inequalities represent intervals on a number line.

  • x<3x < 3: Open circle at 3, shaded to the left
  • x2x \geq 2: Closed circle at 2, shaded to the right

Types of Solutions

1. Linear Inequality

2x3<5x<42x - 3 < 5 \Rightarrow x < 4

2. Double Inequality

3<2x+192x<4x>0.53 < 2x + 1 \leq 9 \Rightarrow \frac{2}{x} < 4 \Rightarrow x > 0.5

3. Compound Inequalities

Using AND / OR:

  • x<3 and x>0x < 3 \text{ and } x > 00<x<30 < x < 3
  • x<2 or x>5x < -2 \text{ or } x > 5

Inequalities in Word Problems

Example Types:

  • "A number is more than 10 but less than 20"
    10<x<2010 < x < 20

  • "At least ₹500"
    x500x \geq 500

  • "No more than 3 errors allowed"
    x3x \leq 3


Conceptual Tips

Common MistakeCorrect Understanding
Forgetting to flip the inequality when dividing by a negativeAlways flip when dividing/multiplying by a negative
Treating << and \leq the sameBe precise: \leq includes the boundary
Assuming single solutionsInequalities often have infinitely many solutions
Not using interval notation properlyLearn open/closed brackets for expressing ranges

Interval Notation

InequalityInterval Notation
x<3x < 3(,3)(-\infty, 3)
x5x \leq 5(,5](-\infty, 5]
x>1x > 1(1,)(1, \infty)
2x<72 \leq x < 7[2,7)[2, 7)

Graphical Understanding

Imagine each inequality as a shaded region on a number line.

  • Open circle (e.g., <<, >>) means endpoint excluded
  • Closed circle (e.g., \leq, \geq) means endpoint included

Examples

Example 1: Basic Linear Inequality

Q: Solve 5x7<185x - 7 < 18
A:

5x<25x<55x < 25 \Rightarrow x < 5

Example 2: Inequality with Negative Coefficient

Q: Solve 3x+410-3x + 4 \geq 10
A:

3x6x2-3x \geq 6 \Rightarrow x \leq -2

Example 3: Compound Inequality

Q: Solve 1<2x3<51 < 2x - 3 < 5
A:
Add 3 throughout:
4<2x<82<x<44 < 2x < 8 \Rightarrow 2 < x < 4


Example 4: Word Problem

Q: The speed limit is 60 km/h. A car must not exceed it. Express as inequality.
A:
x60x \leq 60


Example 5: Inequality in Absolute Terms

Q: Solve x4<3|x - 4| < 3
A:
Split into two:

3<x4<31<x<7-3 < x - 4 < 3 \Rightarrow 1 < x < 7