Math Lab
Home/Class XI/Ch 5/Inequalities: definitions and rules

Inequalities: definitions and rules

An inequality is a statement that one real expression is less than, less than or equal to, greater than, or greater than or equal to another. To solve an inequality is to find every value of the unknown that makes the statement true.

Definitions

For real numbers a,ba, b:

  • a<ba < b means "aa is strictly less than bb".
  • aba \le b means "aa is less than or equal to bb".
  • a>ba > b means "aa is strictly greater than bb".
  • aba \ge b means "aa is greater than or equal to bb".

A strict inequality uses << or >> (no equality permitted). A non-strict inequality uses \le or \ge.

A linear inequality is one in which the variable(s) appear only to power one and not inside non-linear functions. Examples: 3x253x - 2 \le 5; 2x+3y>122x + 3y > 12. Non-examples: x24x^2 \le 4, x>1|x| > 1 (these can be reduced to linear ones).

The order axioms

For all real numbers a,b,ca, b, c:

  1. Trichotomy. Exactly one of a<ba < b, a=ba = b, a>ba > b holds.
  2. Transitivity. a<ba < b and b<cb < c imply a<ca < c.
  3. Addition. a<ba < b implies a+c<b+ca + c < b + c for any cc.
  4. Multiplication by positive. a<ba < b and c>0c > 0 imply ac<bcac < bc.
  5. Multiplication by negative. a<ba < b and c<0c < 0 imply ac>bcac > bc (sign reverses!).

The same rules hold with ,\le, \ge , and combine appropriately.

The four manipulation rules

When solving an inequality, you may:

  1. Add or subtract the same quantity from both sides , direction preserved.
  2. Multiply or divide both sides by a positive quantity , direction preserved.
  3. Multiply or divide both sides by a negative quantity , direction reverses.
  4. Take reciprocals of both sides if both sides have the same sign , direction reverses.

So x<3    x5<2    2x<6x < 3 \iff x - 5 < -2 \iff 2x < 6, but x>3-x > -3 (sign reversed!) and (for x>0x > 0) 1x>13\dfrac{1}{x} > \dfrac{1}{3}.

Writing solutions as intervals

A solution to an inequality in one variable is typically a set of real numbers , usually an interval. Notation:

  • {x:x>2}=(2,)\{x : x > 2\} = (2, \infty).
  • {x:3x<1}=[3,1)\{x : -3 \le x < 1\} = [-3, 1).
  • {x:x5}=(,5)(5,)\{x : x \ne 5\} = (-\infty, 5) \cup (5, \infty).

Open brackets exclude endpoints; closed brackets include them.

Worked examples

Example 1. Solve 3x7<53x - 7 < 5 for xRx \in \mathbb{R}.

Add 77: 3x<123x < 12. Divide by 33 (positive): x<4x < 4. Solution: (,4)(-\infty, 4).

Example 2. Solve 2x+51-2x + 5 \ge 1.

Subtract 55: 2x4-2x \ge -4. Divide by 2-2 , sign reverses: x2x \le 2. Solution: (,2](-\infty, 2].

Example 3. Solve 2x34x+12\dfrac{2x - 3}{4} \le \dfrac{x + 1}{2}.

Multiply by 44: 2x32(x+1)=2x+22x - 3 \le 2(x + 1) = 2x + 2. Subtract 2x2x: 32-3 \le 2 , always true. Solution: all real numbers, R\mathbb{R}.

Example 4. Solve 1<3x+25-1 < 3x + 2 \le 5 (compound inequality).

Subtract 22 from all parts: 3<3x3-3 < 3x \le 3. Divide by 33: 1<x1-1 < x \le 1. Solution: (1,1](-1, 1].

Example 5 (harder). Solve x3x+12\dfrac{x - 3}{x + 1} \ge 2 for xRx \in \mathbb{R}.

Cannot just multiply both sides by x+1x + 1 , sign of x+1x + 1 is unknown!

Bring to one side: x3x+120    x32(x+1)x+10    x5x+10    x+5x+10\dfrac{x - 3}{x + 1} - 2 \ge 0 \iff \dfrac{x - 3 - 2(x + 1)}{x + 1} \ge 0 \iff \dfrac{-x - 5}{x + 1} \ge 0 \iff \dfrac{x + 5}{x + 1} \le 0 (multiplied numerator and denominator by 1-1, flipping the inequality).

Sign analysis: numerator zero at x=5x = -5; denominator zero at x=1x = -1.

Intervalx+5x + 5x+1x + 1x+5x+1\dfrac{x + 5}{x + 1}
x<5x < -5--++
5<x<1-5 < x < -1++--
x>1x > -1++++++

We want 0\le 0: x[5,1)x \in [-5, -1). Note x=5x = -5 included (numerator zero is fine); x=1x = -1 excluded (denominator zero is undefined). Solution: [5,1)[-5, -1).

Try it yourself

  1. Solve 5x+2<175x + 2 < 17.
  2. Solve 3x+410-3x + 4 \ge 10.
  3. Solve x3x412\dfrac{x}{3} - \dfrac{x}{4} \le \dfrac{1}{2}.
  4. Solve 235x<7-2 \le 3 - 5x < 7.
  5. Solve 2(x1)>5x+42(x - 1) > 5x + 4.
  6. Solve 2x+13x221\dfrac{2x + 1}{3} - \dfrac{x - 2}{2} \ge 1.
  7. Solve 1x>2\dfrac{1}{x} > 2 for x>0x > 0.
  8. Solve x+2x3<0\dfrac{x + 2}{x - 3} < 0.
  9. Solve 1x12\dfrac{1}{x - 1} \le 2.
  10. Find all integer solutions of 12x3-1 \le 2 - x \le 3.
  11. A student must score at least 4040 marks in the third test to maintain an average of 6060 over three tests. If she scored 5858 and 6363 in the first two, find the inequality.
  12. Solve x24x10\dfrac{x^2 - 4}{x - 1} \ge 0 (mixed).

Pitfalls / Tricks

  • The sign reversal when multiplying by a negative is the single biggest source of mistakes. Always note the sign of the multiplier.
  • Never multiply both sides by an expression whose sign you do not know without splitting into cases or moving everything to one side.
  • 1x>a\dfrac{1}{x} > a is not the same as 1>ax1 > ax unless you know the sign of xx.
  • Insight. When in doubt, move everything to one side and analyse signs on intervals. This sign-table method works for every rational inequality.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Definitions and rules
6 questions · pick the best answer
Q1

Q2

Q3

Q4

Q5

Q6