Introduction to Linear Inequalities

Linear inequalities are mathematical statements that compare two expressions using inequality symbols. Unlike equations, which show equality, inequalities show relationships where one quantity is greater than, less than, or equal to another.

Why Linear Inequalities Matter:

  • Essential for optimization problems in business and economics
  • Foundation for linear programming and operations research
  • Critical for understanding ranges and constraints in engineering
  • Used in budgeting, resource allocation, and planning
  • Key component in data analysis and decision-making

This comprehensive guide will take you from basic inequality concepts to advanced applications, with step-by-step examples, interactive graphing tools, and real-world problem-solving scenarios.

What are Linear Inequalities?

A linear inequality is similar to a linear equation but uses inequality symbols instead of an equals sign. It describes a relationship where one linear expression is greater than, less than, or equal to another.

General Form: ax + b cx + d

Where:

  • a, b, c, d: Real numbers (coefficients and constants)
  • x: Variable
  • Inequality Symbol: <, >, ≤, ≥, or ≠

Examples of Linear Inequalities:

2x + 3 > 7 (Two times x plus three is greater than seven)

5x - 2 ≤ 3x + 4 (Five x minus two is less than or equal to three x plus four)

-3x + 1 ≥ 10 (Negative three x plus one is greater than or equal to ten)

Visual Representation: x > 2

All numbers greater than 2 satisfy this inequality

Inequality Symbols and Their Meanings

Understanding inequality symbols is crucial for working with inequalities. Each symbol has a specific meaning and affects how we solve and graph inequalities.

Symbol Name Meaning Example Graph Representation
< Less than The left side is smaller than the right side x < 3 Open circle at 3, arrow left
> Greater than The left side is larger than the right side x > 3 Open circle at 3, arrow right
Less than or equal to The left side is smaller than or equal to the right side x ≤ 3 Closed circle at 3, arrow left
Greater than or equal to The left side is larger than or equal to the right side x ≥ 3 Closed circle at 3, arrow right
Not equal to The two sides are not equal x ≠ 3 Open circle at 3, arrows both directions
Key Differences from Equations

1. Multiple Solutions: Inequalities typically have infinitely many solutions (a range of values), while equations usually have one or a few specific solutions.

2. Solution Set: The solution to an inequality is usually expressed as an interval or inequality notation, not a single value.

3. Graphing: Inequalities are graphed as regions on a number line or coordinate plane, while equations are graphed as points or lines.

4. Sign Reversal: When multiplying or dividing by a negative number, the inequality sign must be reversed.

Inequality Symbol Explorer

Example: x < 3

Meaning: x is less than 3

Solution: All real numbers less than 3

Interval Notation: (-∞, 3)

Solving Linear Inequalities

Solving linear inequalities follows similar steps to solving linear equations, with one crucial difference: when multiplying or dividing by a negative number, reverse the inequality sign.

1️⃣

Step 1: Simplify Both Sides

Combine like terms and simplify each side of the inequality.

Example: 2x + 3 > x + 7

Simplify: 2x - x > 7 - 3

x > 4

2️⃣

Step 2: Isolate Variable

Use inverse operations to get the variable alone on one side.

Example: 3x + 5 ≤ 11

Subtract 5: 3x ≤ 6

Divide by 3: x ≤ 2

⚠️

Step 3: Reverse Sign if Needed

If you multiply or divide by a negative number, reverse the inequality sign.

Example: -2x > 6

Divide by -2: x < -3 (sign reversed!)

💡

Tips for Success

• Always check your solution by testing values

• Remember to reverse the sign when multiplying/dividing by negatives

• Write solutions in interval notation for clarity

Detailed Example: Solve 3(2x - 1) ≥ 4x + 5

Step 1: Distribute and simplify

3(2x - 1) ≥ 4x + 5
6x - 3 ≥ 4x + 5

Step 2: Get variable terms on one side

6x - 3 ≥ 4x + 5
6x - 4x ≥ 5 + 3
2x ≥ 8

Step 3: Isolate the variable

2x ≥ 8
x ≥ 4

Step 4: Write solution in interval notation

Solution: x ≥ 4

Interval Notation: [4, ∞)

Number Line: Closed circle at 4, arrow to the right

Inequality Solver Practice

Enter an inequality and click "Solve Inequality"

Graphing Linear Inequalities

Graphing inequalities on a coordinate plane helps visualize the solution set. The graph shows all points (x, y) that satisfy the inequality.

1️⃣

Step 1: Graph Boundary Line

Graph the corresponding equation (replace inequality with =).

Solid line: for ≤ or ≥ (points on line are included)

Dashed line: for < or > (points on line are NOT included)

2️⃣

Step 2: Test a Point

Choose a test point not on the line (usually (0,0) if possible).

Substitute into the original inequality.

If true, shade that side. If false, shade the opposite side.

3️⃣

Step 3: Shade Region

Shade the half-plane that contains all solutions.

Above the line: for y > or y ≥

Below the line: for y < or y ≤

💡

Tips for Success

• Always use (0,0) as test point if it's not on the line

• Remember: solid line = included, dashed line = not included

• Check your shading by testing another point

Detailed Example: Graph y > 2x - 1

Step 1: Graph boundary line y = 2x - 1

Since we have > (not ≥), use a dashed line

Line passes through (0, -1) and (1, 1)

Step 2: Test a point not on the line

Use (0,0): 0 > 2(0) - 1 → 0 > -1 ✓ TRUE

Step 3: Shade the region containing (0,0)

Shade above the dashed line (all points where y > 2x - 1)

Interactive Inequality Grapher

Compound Inequalities

Compound inequalities combine two or more inequalities using "and" (∩ intersection) or "or" (∪ union).

🔗

"AND" Inequalities

Both conditions must be true simultaneously.

Format: a < x < b or a ≤ x ≤ b

Example: -2 < x ≤ 3

Solution: x is between -2 and 3, including 3

🔀

"OR" Inequalities

At least one condition must be true.

Format: x < a OR x > b

Example: x < -1 OR x ≥ 2

Solution: x is less than -1 OR greater than or equal to 2

🧮

Solving Compound Inequalities

Solve each inequality separately, then combine solutions.

For "AND": Find the intersection (overlap)

For "OR": Find the union (combine both)

💡

Tips for Success

• "AND" means the solution must satisfy ALL conditions

• "OR" means the solution must satisfy AT LEAST ONE condition

• Graph each part separately, then combine

Detailed Example: Solve -3 ≤ 2x + 1 < 5

Step 1: Separate into two inequalities

-3 ≤ 2x + 1 AND 2x + 1 < 5

Step 2: Solve each inequality

-3 ≤ 2x + 1 → -4 ≤ 2x → -2 ≤ x
2x + 1 < 5 → 2x < 4 → x < 2

Step 3: Combine solutions (AND means intersection)

-2 ≤ x AND x < 2

Solution: -2 ≤ x < 2

Interval Notation: [-2, 2)

Step 4: Graph on number line

Closed circle at -2, open circle at 2, shaded between

Compound Inequality Practice

Click "Generate Practice Problem" to start

Systems of Linear Inequalities

A system of inequalities consists of two or more inequalities that must be satisfied simultaneously. The solution is the intersection of all individual solution regions.

1️⃣

Step 1: Graph Each Inequality

Graph each inequality on the same coordinate plane.

Use different shading patterns or colors for each inequality.

2️⃣

Step 2: Find Intersection

The solution is where ALL shaded regions overlap.

This region satisfies every inequality in the system.

3️⃣

Step 3: Identify Solution Region

The overlapping region may be bounded (finite area) or unbounded.

Corner points (vertices) are important for optimization problems.

💡

Tips for Success

• Graph inequalities one at a time

• The solution region is often a polygon

• Test a point in the final region to verify

Detailed Example: Solve System

y ≥ 2x - 3

y < -x + 2

x ≥ 0

Step 1: Graph y ≥ 2x - 3

Solid line through (0, -3) and (2, 1)

Shade above the line (test (0,0): 0 ≥ -3 ✓ TRUE)

Step 2: Graph y < -x + 2

Dashed line through (0, 2) and (2, 0)

Shade below the line (test (0,0): 0 < 2 ✓ TRUE)

Step 3: Graph x ≥ 0

Solid vertical line at x = 0

Shade to the right of the line

Step 4: Identify overlapping region

The solution is the triangular region where all three shaded areas overlap

Vertices: (0, -3), (0, 2), and approximately (1.67, 0.33)

Absolute Value Inequalities

Absolute value inequalities involve expressions within absolute value bars. They represent distance from zero on the number line.

📏

Less Than Form

|expression| < k means the expression is within k units of 0.

Solution: -k < expression < k

Example: |x| < 3 → -3 < x < 3

📐

Greater Than Form

|expression| > k means the expression is more than k units from 0.

Solution: expression < -k OR expression > k

Example: |x| > 3 → x < -3 OR x > 3

🧮

Solving Method

1. Isolate the absolute value expression

2. Split into two cases based on the inequality symbol

3. Solve each case separately

4. Combine solutions appropriately

💡

Tips for Success

• Less than → AND compound inequality

• Greater than → OR compound inequality

• Always check if solutions are valid in original inequality

Detailed Example: Solve |2x - 3| ≤ 5

Step 1: Set up compound inequality

|2x - 3| ≤ 5 means -5 ≤ 2x - 3 ≤ 5

Step 2: Solve the compound inequality

-5 ≤ 2x - 3 ≤ 5
-5 + 3 ≤ 2x ≤ 5 + 3
-2 ≤ 2x ≤ 8
-1 ≤ x ≤ 4

Step 3: Write solution

Solution: -1 ≤ x ≤ 4

Interval Notation: [-1, 4]

Step 4: Verify with test points

Test x = 0: |2(0) - 3| = 3 ≤ 5 ✓

Test x = -1: |2(-1) - 3| = 5 ≤ 5 ✓

Test x = 4: |2(4) - 3| = 5 ≤ 5 ✓

Absolute Value Inequality Practice

Enter an absolute value inequality and click "Solve"

Real-World Applications of Linear Inequalities

Linear inequalities model countless real-world situations involving constraints, limits, and optimization.

💰

Budgeting and Finance

Example: You have $100 to spend. Books cost $15 each, notebooks cost $5 each. You need at least 3 books.

Inequality: 15b + 5n ≤ 100, b ≥ 3, n ≥ 0

Used for resource allocation and financial planning.

🏭

Production and Manufacturing

Example: A factory produces chairs (profit $20) and tables (profit $50). Machine time: chairs 2 hours, tables 5 hours. Total machine time ≤ 40 hours.

Inequality: 2c + 5t ≤ 40, c ≥ 0, t ≥ 0

Used for production planning and optimization.

📊

Statistics and Quality Control

Example: Product weight must be within 0.5g of target 100g.

Inequality: |w - 100| ≤ 0.5

Used for quality assurance and process control.

🎯

Optimization Problems

Example: Maximize profit P = 3x + 4y subject to:

x + y ≤ 10, 2x + y ≤ 16, x ≥ 0, y ≥ 0

Used in linear programming and operations research.

Real-World Problem Solving

Problem: A company makes two products: A (profit $30) and B (profit $50). Machine 1 time: A=2 hours, B=4 hours (available: 80 hours). Machine 2 time: A=3 hours, B=2 hours (available: 60 hours). How many of each should be produced to maximize profit?

Step 1: Define variables

Let x = number of product A, y = number of product B

Step 2: Write constraints

Machine 1: 2x + 4y ≤ 80

Machine 2: 3x + 2y ≤ 60

Non-negativity: x ≥ 0, y ≥ 0

Step 3: Objective function

Maximize P = 30x + 50y

Step 4: Graph feasible region

The solution is at a corner point of the feasible region

Solution: Test corner points: (0,0), (0,20), (20,0), (10,15)

Maximum profit at (10,15): P = 30(10) + 50(15) = $1050

Interactive Practice

Linear Inequalities Practice Tool

Practice solving and graphing inequalities with randomly generated problems or create your own.

Select a practice type and click "Generate Problem"

Challenge: Solve and graph 2(3x - 1) < 4x + 6. Write solution in interval notation.

Solution:

1. Distribute: 6x - 2 < 4x + 6

2. Subtract 4x: 2x - 2 < 6

3. Add 2: 2x < 8

4. Divide by 2: x < 4

Answer: x < 4

Interval Notation: (-∞, 4)

Graph: Open circle at 4, arrow to the left

Challenge: A student needs at least 450 points from two tests to pass. Test 1 is worth 100 points, Test 2 is worth 150 points. Write an inequality and find possible scores.

Solution:

Let x = Test 1 score, y = Test 2 score

Inequality: x + y ≥ 450

Constraints: 0 ≤ x ≤ 100, 0 ≤ y ≤ 150

Possible solutions: Any (x,y) where x+y ≥ 450 within constraints

Example: (100, 350) but y max is 150, so minimum x needed:

If y = 150 (max), then x ≥ 300, but x max is 100 → Impossible!

Conclusion: Student cannot pass with these test weights!

Inequality Tips & Tricks

These strategies can make working with inequalities easier and help avoid common mistakes:

Always Check Sign Reversal

When multiplying/dividing by negative, reverse the inequality sign.

Example: -3x > 6 → x < -2 (sign reversed!)

Use Test Points

Always test a point in your solution to verify it works in the original inequality.

Test boundary points and points in each region.

Graph for Visualization

Graphing helps understand the solution set, especially for compound inequalities and systems.

Use number lines for single variable, coordinate planes for two variables.

Write in Interval Notation

Interval notation is concise and clearly shows whether endpoints are included.

Example: x ≥ 2 → [2, ∞) (bracket means included, parenthesis means not included)

Common Inequality Mistakes to Avoid
Mistake Example Correction
Forgetting to reverse sign -2x > 4 → x > -2 -2x > 4 → x < -2 (reverse when dividing by -2)
Incorrect graphing symbols x ≤ 3 graphed with open circle x ≤ 3 needs closed circle (includes 3)
Mixing AND/OR logic |x| < 3 solved as x < -3 OR x > 3 |x| < 3 means -3 < x < 3 (AND)
Wrong shading direction y > 2x+1 shaded below line y > 2x+1 should be shaded above line