πŸ“š StudyHub

πŸ“ Mathematics  Β·  Class 11  Β·  JEE

Linear Inequalities

Solving linear inequalities in one and two variables algebraically and graphically, and representing solutions on a number line or as a region in a plane.

Start Linear Inequalities Chapterwise Test - 100% Free β†’
Reading time~10 min
Revision time~4 min
Last updated2026-08-18
1Read the chapter~10 min

🎯 Key Points

  • Multiplying/dividing BOTH sides by a NEGATIVE number flips the inequality sign - the single most common source of errors in this chapter
  • Number line: open/hollow circle for strict (<,>), closed/filled circle for non-strict (≤,≥)
  • Two-variable inequality graphing: dashed boundary line for strict, solid for non-strict; test the origin (0,0) to decide which half-plane to shade
  • System of inequalities solution = the OVERLAP (intersection) of all individual half-planes, not the union
Number Line vs Half-Plane Representationx > 2 (open circle, hollow)2x ≀ 2 (closed circle, filled)shaded regionsatisfies the inequality2D inequality: dashed line = strict, shaded = solution side

One-variable inequalities use open (excluded) or closed (included) circles on a number line; two-variable inequalities use a dashed (strict) or solid (non-strict) boundary line, with the solution being the entire shaded half-plane on one side of it.

Linear Inequalities

A linear inequality is a statement involving the symbols <, >, ≤, or ≥ between two algebraic expressions where the highest power of the variable is 1. Just like equations, inequalities can be solved, but a few special rules apply.

Rules for Solving Inequalities

  • The same number can be added or subtracted from both sides without changing the inequality sign.
  • Both sides can be multiplied or divided by the same positive number without changing the sign.
  • If both sides are multiplied or divided by a negative number, the inequality sign must be reversed (flipped). For example, if x > 3, then -x < -3.
  • Taking reciprocals of both sides (when both sides have the same sign) also reverses the inequality.

Solving Inequalities in One Variable

To solve an inequality such as 3x - 5 < 7, collect the variable terms on one side just like an equation: 3x < 12, so x < 4. The solution is not a single number but an entire range of values, written as an interval such as (-∞, 4).

Representation on a Number Line

  • Use an open circle (hollow dot) at the boundary point for strict inequalities (< or >), since that point is not included.
  • Use a closed circle (filled dot) at the boundary point for ≤ or ≥, since that point is included.
  • Shade or draw an arrow in the direction of all the values that satisfy the inequality.

Graphical Solution in Two Variables

A linear inequality in two variables, such as 2x + 3y ≤ 12, is solved by first drawing the boundary line 2x + 3y = 12 as if it were an equation.

  • If the inequality is strict (< or >), draw the boundary as a dashed line (not included). If it is ≤ or ≥, draw a solid line (included).
  • Pick a convenient test point not on the line, usually the origin (0,0), and substitute it into the inequality.
  • If the test point satisfies the inequality, shade the half-plane containing that point. Otherwise shade the opposite half-plane.
  • The shaded region (including the boundary line if solid) represents every point (x, y) that is a solution, called a half-plane.

Solving a System of Two Inequalities

When two linear inequalities in two variables must both be satisfied, graph each one's boundary line and shaded half-plane on the same axes. The common shaded region (the overlap of both half-planes) is the solution set of the system. This common region may be a bounded polygon or an unbounded region depending on the constraints, and forms the basis of the feasible region used later in linear programming.

Word Problems on Linear Inequalities

Many real situations translate into a single inequality that is then solved algebraically.

  • Choose a variable for the unknown quantity.
  • Convert phrases into symbols: "at least" β†’ β‰₯, "at most" β†’ ≀, "more than" β†’ >, "less than" β†’ <.
  • Form the inequality, solve it, and reject any solutions that make no physical sense (e.g. a negative count, or a non-integer where only whole numbers apply).

Example: The longest side of a triangle is 3 times the shortest side, and the third side is 2 cm shorter than the longest. If the perimeter is at least 61 cm, find the minimum length of the shortest side. Let the shortest side be x; the sides are x, 3x, 3x βˆ’ 2, so the perimeter 7x βˆ’ 2 β‰₯ 61 gives x β‰₯ 9. The shortest side is at least 9 cm.

Compound (Double) Inequalities and Interval Notation

  • A double inequality such as βˆ’3 ≀ 2x + 1 < 7 is solved by applying the same operation to all three parts at once: subtract 1 to get βˆ’4 ≀ 2x < 6, then divide by 2 to get βˆ’2 ≀ x < 3.
  • The solution is written as an interval, here [βˆ’2, 3). A square bracket [ or ] means the endpoint is included (≀, β‰₯); a round bracket ( or ) means it is excluded (<, >).
  • Unbounded solutions use ∞ or βˆ’βˆž, which always take a round bracket, e.g. (βˆ’βˆž, 4) for x < 4.

Feasible Region of a System of Inequalities

When several linear inequalities in two variables must hold at once (often together with x β‰₯ 0 and y β‰₯ 0), each inequality contributes one shaded half-plane. The feasible region is the set of points satisfying every inequality simultaneously - the common overlap of all the half-planes.

  • The feasible region may be bounded (a closed polygon) or unbounded (extending to infinity).
  • The corner points (vertices) are found by solving the boundary lines two at a time; these vertices are crucial in linear programming, where the optimum of a linear objective always occurs at a corner.
  • The non-negativity constraints x β‰₯ 0, y β‰₯ 0 restrict the region to the first quadrant, which is standard in resource-allocation problems.

πŸš€ JEE Advanced Edge

Inequalities involving modulus and reciprocals require sign-case splitting: Solving |x-2| < 3 requires converting to the compound inequality -3 < x-2 < 3 (giving -1 < x < 5), while an inequality like 1/(x-2) > 0 requires checking the sign of (x-2) directly rather than cross-multiplying blindly - cross-multiplying an inequality by an expression of unknown sign (which could be negative) is a common error that silently flips the answer.

Quadratic inequalities via sign chart: To solve xΒ²-5x+6 > 0, factor to (x-2)(x-3) > 0, mark the roots 2 and 3 on a number line, and test the sign of the product in each of the three resulting intervals - the product is positive outside the roots and negative between them (for an upward parabola), giving the solution x<2 or x>3 without needing calculus.

Worked problem: Solve (x-1)/(x+2) ≤ 0. Approach: The expression is undefined at x=-2, so xβ‰ -2. Critical points are x=1 (numerator zero) and x=-2 (denominator zero). Sign chart across intervals (-∞,-2), (-2,1), (1,∞): the expression is positive, negative, positive respectively. We need ≀0, so the solution is the negative interval plus the included zero: -2 < x ≀ 1 (note x=-2 is excluded since the expression is undefined there, but x=1 is included since the inequality is non-strict and numerator=0 there).

Worked Example: Solving a Linear Inequality

Solve 3x βˆ’ 7 > 5x βˆ’ 1 and represent the solution on a number line.

3x βˆ’ 7 > 5x βˆ’ 1 β†’ βˆ’7 + 1 > 5x βˆ’ 3x β†’ βˆ’6 > 2x β†’ x < βˆ’3. Solution: x ∈ (βˆ’βˆž, βˆ’3), i.e., all real numbers less than βˆ’3 (open circle at βˆ’3 on the number line, arrow pointing left).

Worked Example: System of Inequalities

Find all integers x satisfying both βˆ’5 ≀ 2x βˆ’ 3 and 2x βˆ’ 3 ≀ 7 simultaneously.

Left inequality: βˆ’5 ≀ 2x βˆ’ 3 β†’ βˆ’2 ≀ 2x β†’ x β‰₯ βˆ’1. Right inequality: 2x βˆ’ 3 ≀ 7 β†’ 2x ≀ 10 β†’ x ≀ 5. Combined: βˆ’1 ≀ x ≀ 5. Integer solutions: βˆ’1, 0, 1, 2, 3, 4, 5 (seven values). Always solve both inequalities separately, then take the intersection.

Types and Notation of Inequalities

  • An inequality compares two expressions using greater than, less than, greater than or equal to, or less than or equal to.
  • Strict inequalities use greater than or less than; non-strict (slack) inequalities include equality.
  • A numerical inequality such as 5 greater than 3 involves only numbers; a literal inequality involves variables.
  • An inequality is linear if the variable appears only to the first power, and quadratic if the highest power is two.
  • The set of all values satisfying an inequality is its solution set.

Solving Linear Inequalities Involving Fractions

  • Clear denominators by multiplying both sides by the positive LCM of the denominators, which keeps the inequality direction unchanged.
  • Never multiply by an expression whose sign is unknown, since multiplying by a negative reverses the inequality.
  • For an inequality like (2 x minus 1) divided by 3 less than (x plus 2) divided by 2, multiply through by 6 first.
  • After simplifying, isolate the variable using the standard rules for adding, subtracting, and dividing.
  • State the final answer as an interval or on a number line.

Inequalities Involving the Modulus Function

  • For a greater than 0, the inequality |x| less than a means minus a less than x less than a, a single bounded interval.
  • For a greater than 0, |x| greater than a means x less than minus a or x greater than a, two separate rays.
  • More generally |x minus c| less than a means x lies within distance a of c, that is c minus a less than x less than c plus a.
  • Non-strict forms replace less than with less than or equal to, including the endpoints.
  • |x| greater than or equal to 0 is always true, and |x| equals 0 only when x equals 0.

Solid and Dashed Boundary Lines in Graphs

  • The boundary of a linear inequality in two variables is the line got by replacing the inequality sign with an equals sign.
  • Draw a dashed line for strict inequalities (greater than or less than), because points on the line are excluded.
  • Draw a solid line for non-strict inequalities (greater than or equal to, or less than or equal to), because the line is included.
  • Pick a test point not on the line, often the origin, and check whether it satisfies the inequality.
  • If the test point works, shade its side of the line; otherwise shade the opposite half-plane.
2Revise~4 min before the exam

πŸ“ Formula Sheet

  • Golden rule: multiplying or dividing by a negative number reverses the inequality sign
  • Adding/subtracting the same quantity never changes the sign
  • Number-line solution: open circle for < or > (excluded); filled circle for ≀ or β‰₯ (included)
  • Modulus: |x| < a β‡’ βˆ’a < x < a  |  |x| > a β‡’ x < βˆ’a or x > a
  • Two variables: the solution is a half-plane; a dashed boundary means it is not included
  • Which side: test a point (usually the origin) - if it satisfies the inequality, shade its side
  • System: the solution is the overlap (intersection) of all the individual regions
3Practiceapply it

✍️ Worked Examples

Example 1 - Sign reversal
Q: Solve βˆ’3x + 5 > 14.
Step 1 - Subtract 5: βˆ’3x > 9.
Step 2 - Divide by βˆ’3, and flip the sign because the divisor is negative: x < βˆ’3.
Step 3 - So the solution is all x below βˆ’3.
Answer: x < βˆ’3. Trap: forgetting to flip gives x > βˆ’3, the exact opposite set. Test x = βˆ’4: βˆ’3(βˆ’4) + 5 = 17 > 14 βœ“.

Example 2 - Modulus inequality
Q: Solve |2x βˆ’ 1| ≀ 5.
Step 1 - Rewrite as a double inequality: βˆ’5 ≀ 2x βˆ’ 1 ≀ 5.
Step 2 - Add 1 throughout: βˆ’4 ≀ 2x ≀ 6.
Step 3 - Divide by 2: βˆ’2 ≀ x ≀ 3.
Answer: x ∈ [βˆ’2, 3]. Note: the ≀ makes both endpoints included, so use filled circles on the number line.

Example 3 - Solving a compound system
Q: Solve 2x + 1 > 5 and 3x βˆ’ 2 < 10 together.
Step 1 - First inequality: 2x > 4 β‡’ x > 2.
Step 2 - Second inequality: 3x < 12 β‡’ x < 4.
Step 3 - Take the overlap of x > 2 and x < 4.
Answer: 2 < x < 4. Key idea: "and" means intersection - both conditions must hold at once.

Start Linear Inequalities Chapterwise Test - 100% Free β†’

Frequently Asked Questions - Linear Inequalities

What are the key concepts in Linear Inequalities?
Solving linear inequalities in one and two variables algebraically and graphically, and representing solutions on a number line or as a region in a plane.
Is Linear Inequalities important for JEE?
Yes. Linear Inequalities is part of the Mathematics Class 11 NCERT syllabus and is directly tested in JEE examinations. StudyHub provides structured notes, diagrams, and practice questions covering all exam-level subtopics.
How can I practice Linear Inequalities questions on StudyHub?
Open StudyHub and select Mathematics β†’ Linear Inequalities. Choose Easy, Medium, or Hard difficulty. Hard-tier questions are at JEE level with full step-by-step explanations.

References

  1. NCERT Class 11 Mathematics Textbook - Chapter: Linear Inequalities
  2. CBSE Curriculum - Mathematics (Class 11)
  3. NTA JEE Main Official Syllabus - subject-wise topic list