Inequality Solver

Choose inequality type and enter values to get step-by-step solutions with number line visualization.

Inequality Solver

Select inequality type and enter coefficients

📏 Linear
📊 Quadratic
🔗 Compound
Rational
|x| Absolute Value

Solution Results

TXT
PDF
JSON
Print
-
Solution Set
-
Type
-
Critical Points
-
Status

Recent Calculations

Types of Inequalities

An inequality is a mathematical statement that compares two expressions using inequality signs such as <, >, ≤, or ≥. Unlike equations, inequalities describe ranges of values rather than specific solutions.

Common Types of Inequalities:

  • Linear Inequality: First-degree inequalities (ax + b < c)
  • Quadratic Inequality: Second-degree inequalities (ax² + bx + c > 0)
  • Compound Inequality: Combined inequalities (a < x < b or x < a or x > b)
  • Rational Inequality: Inequalities with fractions (P(x)/Q(x) < 0)
  • Absolute Value Inequality: Inequalities with absolute values (|ax + b| < c)

Linear Inequalities

First-degree inequalities where the highest power of the variable is 1. They have solution intervals on the number line.

Form: ax + b < c
Example: 2x + 3 > 7
Solution: x > 2

Quadratic Inequalities

Second-degree inequalities that can have solution sets consisting of intervals between or beyond roots.

Form: ax² + bx + c > 0
Example: x² - 5x + 6 < 0
Solution: 2 < x < 3

Compound Inequalities

Combinations of two inequalities, either as conjunctions (AND) or disjunctions (OR).

AND: 2 < x < 5
OR: x < -1 or x > 3
Different solution set structures

Rational Inequalities

Inequalities involving rational expressions. Critical points include zeros and undefined points.

Form: (x+2)/(x-3) > 0
Critical points: x = -2, 3
Test intervals between critical points

Absolute Value Inequalities

Inequalities involving absolute value expressions. Can be rewritten as compound inequalities.

|x - 2| < 3
Equivalent to: -3 < x - 2 < 3
Solution: -1 < x < 5

Solving Methods and Techniques

Different types of inequalities require specific solving approaches and techniques.

Linear Inequalities Methods

  • Isolate the variable: Solve like equations but reverse inequality when multiplying/dividing by negatives
  • Number line testing: Represent solution on number line with appropriate endpoints
  • Interval notation: Express solutions using interval notation (a, b), [a, b], etc.
ax + b < c
ax < c - b
x < (c - b)/a (if a > 0)
x > (c - b)/a (if a < 0)

Quadratic Inequalities Methods

  • Find roots: Solve corresponding equation ax² + bx + c = 0
  • Test intervals: Test values between and beyond roots
  • Parabola analysis: Determine where parabola is above/below x-axis
  • Sign chart: Create sign chart based on critical points
For ax² + bx + c > 0:
If a > 0: x < r₁ or x > r₂
If a < 0: r₁ < x < r₂

Compound Inequalities Methods

  • AND inequalities: Find intersection of solution sets
  • OR inequalities: Find union of solution sets
  • Graphical representation: Use number lines to visualize combined solutions
  • Interval combination: Combine intervals using intersection or union

Rational Inequalities Methods

  • Find critical points: Zeros of numerator and denominator
  • Create sign chart: Test intervals between critical points
  • Consider restrictions: Exclude values that make denominator zero
  • Combine fractions: For complex rational expressions
P(x)/Q(x) > 0
Solution: Where P(x) and Q(x) have same sign

Absolute Value Inequalities Methods

  • Case analysis: Consider both positive and negative cases
  • Geometric interpretation: Distance from a point on number line
  • Rewrite as compound: Convert |expression| < c to -c < expression < c
  • Square both sides: For certain types (careful with extraneous solutions)
|ax + b| < c
Equivalent to: -c < ax + b < c
Solve the compound inequality

Real-World Applications of Inequalities

Inequalities are used extensively in various fields to model constraints, limitations, and ranges of acceptable values.

Economics and Business

  • Budget constraints and resource allocation
  • Profit margin requirements
  • Production capacity limits
  • Supply and demand analysis
  • Cost minimization and profit maximization

Engineering and Physics

  • Stress and strain limitations
  • Safety factor requirements
  • Temperature and pressure ranges
  • Tolerance specifications
  • Structural integrity constraints

Computer Science

  • Algorithm complexity bounds
  • Memory and storage constraints
  • Network bandwidth requirements
  • Optimization problems
  • Game theory and decision making

Health and Medicine

  • Dosage ranges and safety limits
  • Normal range for vital signs
  • Treatment effectiveness thresholds
  • Epidemiological risk factors
  • Nutritional requirement ranges

Environmental Science

  • Pollution level thresholds
  • Species population viability
  • Climate change targets
  • Resource sustainability limits
  • Ecosystem carrying capacity

Social Sciences

  • Income inequality analysis
  • Educational achievement gaps
  • Voting district boundaries
  • Policy impact thresholds
  • Social mobility constraints

Solved Examples

Step-by-step solutions to various types of inequalities:

Example 1: Linear Inequality
Solve: 3x - 5 > 7
1. Add 5 to both sides: 3x > 12
2. Divide by 3: x > 4
3. Solution: (4, ∞)
x > 4 or (4, ∞)
Example 2: Quadratic Inequality
Solve: x² - 5x + 6 < 0
1. Factor: (x - 2)(x - 3) < 0
2. Critical points: x = 2, 3
3. Test intervals: (2, 3) satisfies inequality
2 < x < 3 or (2, 3)
Example 3: Compound Inequality
Solve: -3 < 2x + 1 ≤ 5
1. Subtract 1: -4 < 2x ≤ 4
2. Divide by 2: -2 < x ≤ 2
3. Solution: (-2, 2]
-2 < x ≤ 2 or (-2, 2]
Example 4: Rational Inequality
Solve: (x + 2)/(x - 3) > 0
1. Critical points: x = -2, 3
2. Test intervals: (-∞, -2), (-2, 3), (3, ∞)
3. Solution: x < -2 or x > 3
x < -2 or x > 3 or (-∞, -2) ∪ (3, ∞)
Example 5: Absolute Value Inequality
Solve: |x - 2| < 3
1. Rewrite: -3 < x - 2 < 3
2. Add 2: -1 < x < 5
3. Solution: (-1, 5)
-1 < x < 5 or (-1, 5)

Practice Problems

Test your understanding with these practice problems:

Problem 1: Solve the linear inequality 2x + 5 ≤ 11

Solution:

2x + 5 ≤ 11

Subtract 5: 2x ≤ 6

Divide by 2: x ≤ 3

Solution: (-∞, 3]

Problem 2: Solve the quadratic inequality x² + x - 6 > 0

Solution:

Factor: (x + 3)(x - 2) > 0

Critical points: x = -3, 2

Test intervals: (-∞, -3), (-3, 2), (2, ∞)

Solution: x < -3 or x > 2

Problem 3: Solve the compound inequality -4 ≤ 3x - 2 < 7

Solution:

Add 2: -2 ≤ 3x < 9

Divide by 3: -2/3 ≤ x < 3

Solution: [-2/3, 3)

Problem 4: Solve the rational inequality (x - 1)/(x + 2) ≤ 0

Solution:

Critical points: x = 1, x = -2

Test intervals: (-∞, -2), (-2, 1), (1, ∞)

Solution: -2 < x ≤ 1 (excluding x = -2)

Problem 5: Solve the absolute value inequality |2x + 1| ≥ 3

Solution:

Rewrite: 2x + 1 ≤ -3 or 2x + 1 ≥ 3

Solve: 2x ≤ -4 or 2x ≥ 2

Solution: x ≤ -2 or x ≥ 1

How to Solve Inequalities Step-by-Step

Follow this systematic approach to solve inequalities effectively:

1

Identify the Inequality Type

Determine whether you're dealing with linear, quadratic, compound, rational, or absolute value inequality.

Check the highest power of variable
Look for compound structures
Identify special functions (absolute value, fractions)
2

Find Critical Points

Solve the corresponding equation to find points where the expression equals zero or is undefined.

For f(x) > 0, solve f(x) = 0
For rational inequalities, find zeros of numerator and denominator
For absolute value, find where expression equals ±c
3

Create a Sign Chart

Divide the number line into intervals based on critical points and test each interval.

Choose test points in each interval
Determine sign of expression in each interval
Mark intervals that satisfy the inequality
4

Determine the Solution Set

Combine the intervals that satisfy the inequality, considering whether endpoints are included.

Use appropriate brackets: ( ) for excluded, [ ] for included
For strict inequalities, endpoints are excluded
For non-strict inequalities, include where equality holds
5

Verify the Solution

Test sample values from your solution set to ensure they satisfy the original inequality.

Test points within each solution interval
Verify endpoints if included
Check values near boundaries
6

Graph the Solution

Represent the solution on a number line for clear visual understanding.

Use open circles for excluded endpoints
Use closed circles for included endpoints
Shade the solution intervals

Pro Tips for Inequality Solving

  • Reverse inequality signs: When multiplying/dividing by negative numbers
  • Watch for extraneous solutions: Especially with rational and absolute value inequalities
  • Use interval notation: It's the most precise way to express solution sets
  • Consider all cases: For absolute value and compound inequalities
  • Check your work: Always verify with test points from each solution interval

Frequently Asked Questions About Inequality Solving

Learn how to solve inequalities step-by-step, understand concepts, and master algebraic problem solving.

When do I need to reverse the inequality sign?
You must reverse the inequality sign when multiplying or dividing both sides by a negative number. This is because negative numbers reverse the order of values on the number line. For example, if -2x > 6, dividing by -2 gives x < -3.
How do you solve linear inequalities step-by-step?
To solve a linear inequality, simplify both sides, move variables to one side and constants to the other, then isolate the variable. If you multiply or divide by a negative number, reverse the inequality sign. Finally, express the solution using interval notation or a number line.
What is the difference between equations and inequalities?
An equation shows equality between two expressions (using =), while an inequality shows a relationship such as greater than (>), less than (<), greater than or equal to (≥), or less than or equal to (≤). Inequalities often have a range of solutions instead of a single value.
What are AND and OR compound inequalities?
AND inequalities require both conditions to be true, resulting in overlapping solutions (intersection). OR inequalities require at least one condition to be true, resulting in combined solutions (union). For example, 2 < x < 5 is an AND inequality, while x < 2 OR x > 5 is an OR inequality.
How do I solve quadratic inequalities?
First, solve the related quadratic equation to find critical points. Then create intervals based on these points and test values in each interval. Determine where the expression is positive or negative and write the solution using interval notation.
How do I handle rational inequalities with fractions?
Find the zeros of both the numerator and denominator. Use these values to divide the number line into intervals. Test each interval to determine the sign of the expression. Exclude points where the denominator equals zero since they are undefined.
How do you solve absolute value inequalities?
For |x| < a, rewrite as -a < x < a. For |x| > a, rewrite as x < -a or x > a. Solve each inequality separately and combine results. Absolute value inequalities often represent distance on a number line.
What is interval notation in inequalities?
Interval notation represents solution sets. Use parentheses () for strict inequalities and brackets [] for inclusive ones. For example, (2, 5) means 2 < x < 5, while [2, 5] means 2 ≤ x ≤ 5.
How do I graph inequalities on a number line?
Plot critical points, use open circles for < or >, and closed circles for ≤ or ≥. Shade the region that satisfies the inequality. For compound inequalities, shade the intersection or union based on AND or OR conditions.
What does it mean if an inequality has no solution?
If solving leads to a false statement (like 5 < 3), then the inequality has no solution. This means there are no values that satisfy the condition.
Can inequalities have infinitely many solutions?
Yes, most inequalities have infinitely many solutions because they represent ranges of values instead of a single solution. These ranges can extend infinitely in one or both directions.
Is this inequality calculator accurate and free to use?
Yes, this inequality calculator is completely free and provides accurate step-by-step solutions, graphs, and interval notation for all types of inequalities.