Loading…

Absolute Value Inequality Analyzer

Math Algebra • Inequalities

View all topics

Choose the type of inequality, enter the coefficients, select the inequality sign, and press Calculate. The analyzer splits into cases, finds the solution set, and shows a geometric interpretation on the number line and on a graph.

Single absolute term \(|a x + b|\ \square\ c\)

Notes:
• The constant on the right (\(c\) or \(k\)) should usually be non-negative, because \(|\cdot|\) is always \(\ge 0\).
• The Single absolute mode emphasizes case splitting and the distance view \(|x - h|\).
• The Quadratic inside absolute mode solves examples like \(|x^2 - 4| \le 2\) by combining two quadratic inequalities.

Ready
Enter an absolute value inequality and press Calculate. The solver will:
  • Interpret the absolute value as a distance on the real line.
  • Split into appropriate cases (signs of the inside expressions).
  • Compute the solution set as intervals and give a geometric explanation.
  • Draw the graph of the left-hand side together with the horizontal line on the right.

Graph of the left-hand side \(y = \text{LHS}(x)\) (blue curve) together with the horizontal line \(y = c\) (orange). Green segments on the \(x\)-axis indicate where the inequality is satisfied.

Number line representation: thick green segments show the solution intervals. Closed dots mean the endpoint is included (\(\le\) or \(\ge\)); open dots mean it is excluded (< or >).

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

How do you solve an inequality like |a x + b| <= c?

Use the definition of absolute value: |u| <= c means -c <= u <= c (when c >= 0). Substitute u = a x + b, solve the two linear inequalities, and intersect the results to get an interval.

How do you solve an inequality like |a x + b| > c?

For c >= 0, |u| > c means u > c or u < -c. Substitute u = a x + b, solve both linear inequalities, and take the union of the two solution sets.

Why is there no solution when the right-hand side is negative?

Absolute value is never negative, so |u| < c or |u| <= c cannot be true if c < 0. In that case the solution set is empty.

What is the difference between < and <= in an absolute value inequality solution?

Strict inequalities (< or >) exclude boundary points where |u| = c, so interval endpoints are open. Non-strict inequalities (<= or >=) include boundary points, so endpoints are closed when they occur.

What does |x - h| represent in an inequality?

|x - h| is the distance from x to h on the number line. Inequalities like |x - h| <= k describe points within distance k of h, while |x - h| >= k describes points at least distance k away.