terican

Last verified · v1.0

Calculator · math

Absolute Value Inequalities Calculator

Solve absolute value inequalities |ax + b| < c or > c by entering a, b, and c to instantly find the complete solution interval or union of rays.

FreeInstantNo signupOpen source

Inputs

Solution Value

Explain my result

0/3 free

Get a plain-English breakdown of your result with practical next steps.

Solution Value

The formula

How the
result is
computed.

Understanding Absolute Value Inequalities

An absolute value inequality is a mathematical statement that compares an absolute value expression to a constant using an inequality symbol. The expression |ax + b| measures the distance of the linear expression ax + b from zero on the number line. Because distance is never negative, the direction of the inequality symbol determines whether the solution is a bounded interval or an unbounded union of two rays.

The Core Formula and Its Derivation

For a less-than inequality of the form |ax + b| < c, where c > 0 and a ≠ 0, the definition of absolute value transforms the single inequality into a compound inequality:

−c < ax + b < c

Subtracting b from all three parts gives −c − b < ax < c − b. Dividing through by a yields the closed-form solution interval:

(−c − b) / a < x < (c − b) / a

When a is negative, the division flips both inequality signs, so the left endpoint becomes the algebraically larger value. For a greater-than inequality |ax + b| > c, the expression ax + b must lie outside the interval [−c, c], producing two separate branches: ax + b < −c OR ax + b > c. Solving each branch independently yields a union of two rays.

Variable Reference

  • a (Coefficient of x) — The nonzero multiplier of x inside the absolute value bars. Negative values reverse inequality directions during division; the calculator handles this automatically.
  • b (Constant inside |·|) — The additive constant inside |ax + b|. It shifts the center of the solution interval left or right along the number line.
  • c (Right-side value) — The non-negative threshold on the right-hand side. When c = 0, a strict less-than inequality has no solution. When c < 0, a less-than inequality is unsolvable; a greater-than inequality is satisfied by all real numbers.

Step-by-Step Solution Process

To solve |ax + b| < c manually, follow these steps: (1) Confirm that c ≥ 0; if not, the solution set is empty. (2) Write the compound inequality −c < ax + b < c. (3) Subtract b from all three parts: −c − b < ax < c − b. (4) Divide all parts by a, flipping the signs if a < 0. (5) State the solution as the open interval ((−c − b)/a, (c − b)/a). For > or ≥ inequalities, split into two separate branches and solve each before writing the union.

Worked Examples

Example 1: |2x + 3| < 7

With a = 2, b = 3, c = 7, the compound inequality becomes −7 < 2x + 3 < 7. Subtracting 3 gives −10 < 2x < 4. Dividing by 2 yields −5 < x < 2, an open interval of length 7 on the number line.

Example 2: |3x − 6| > 9

With a = 3, b = −6, c = 9, split into 3x − 6 < −9 OR 3x − 6 > 9. Adding 6 and dividing by 3 gives x < −1 OR x > 5, written in interval notation as (−∞, −1) ∪ (5, +∞).

Example 3: |−2x + 4| ≤ 8

With a = −2, b = 4, c = 8, expand to −8 ≤ −2x + 4 ≤ 8. Subtract 4: −12 ≤ −2x ≤ 4. Divide by −2 and flip signs: −2 ≤ x ≤ 6. The closed interval [−2, 6] is the complete solution set.

Special Cases and Edge Conditions

  • |ax + b| < 0 with strict inequality: no real solution exists, since absolute values are always non-negative.
  • c < 0: |ax + b| > c is true for all real x; |ax + b| < c has no solution.
  • a = 0: the expression reduces to |b| compared to c, which is either always true or always false.

Real-World Applications

Manufacturing tolerances rely directly on this structure. A bolt specified at 25 mm ± 0.05 mm must satisfy |x − 25| ≤ 0.05, giving the acceptance range 24.95 mm to 25.05 mm. Voltage regulators, GPS positional accuracy windows, and statistical confidence intervals all use the same underlying inequality to bound acceptable variation around a target value.

Methodology and Sources

The algebraic methods applied by this calculator follow the two-case decomposition of absolute value expressions standard in precalculus curricula. The core procedure is documented in Khan Academy's introduction to absolute value inequalities and formalized in MCC Kansas City's Solving Absolute Value Equations and Inequalities (PDF). Graphical verification of solution intervals aligns with the approach presented in Richland Community College's Section 2.5 on solving inequalities algebraically and graphically.

Reference

Frequently asked questions

What is an absolute value inequality and why does it split into two cases?
An absolute value inequality compares |ax + b| to a constant c. Because |ax + b| represents distance from zero, it can equal the same positive value in two ways: ax + b = c (positive side) or ax + b = -c (negative side). For a less-than inequality this creates a bounded AND condition between the two values, while a greater-than inequality creates an OR condition with two outward-facing rays.
How does the Absolute Value Inequalities Calculator find the solution?
The calculator accepts the coefficient a, the constant b inside the absolute value, and the right-side value c. It then applies the standard algebraic split: for |ax + b| < c it constructs the compound inequality -c < ax + b < c and solves for x in one step. For |ax + b| > c it solves the two separate branches independently and returns the union. If a is negative, the calculator automatically reverses the inequality signs during division.
What is the solution interval for |2x + 3| < 7?
For |2x + 3| < 7, enter a = 2, b = 3, c = 7. The compound inequality becomes -7 < 2x + 3 < 7. Subtracting 3 from all parts gives -10 < 2x < 4. Dividing by 2 yields -5 < x < 2, so the solution is the open interval (-5, 2). Every x in this range is within a distance of 7 from the value -1.5 on the number line.
What happens when c is negative or zero in an absolute value inequality?
When c is exactly zero, the strict inequality |ax + b| < 0 has no solution because absolute values are never negative; the non-strict version |ax + b| <= 0 has exactly one solution, x = -b/a. When c is negative, |ax + b| < c is impossible for all real x and returns an empty solution set. Conversely, |ax + b| > c with c < 0 is satisfied by every real number, since any absolute value automatically exceeds a negative threshold.
How does a negative value of a change the inequality solution?
When a is negative, dividing both sides of the derived inequality by a requires flipping both inequality signs. For example, solving |−3x + 6| < 9 with a = -3, b = 6, c = 9 gives -9 < -3x + 6 < 9. Subtracting 6 yields -15 < -3x < 3. Dividing by -3 and flipping gives -1 < x < 5. The calculator handles this reversal automatically when a negative a is entered, so no manual sign adjustment is needed.
What are real-world applications of absolute value inequalities?
Absolute value inequalities model any scenario requiring a quantity to stay within a tolerance of a target. In manufacturing, a component specified at 50 mm ± 0.1 mm satisfies |x - 50| <= 0.1, defining the acceptance window 49.9 to 50.1 mm. In electronics, a 5 V regulator with ±0.25 V tolerance uses |V - 5| <= 0.25. Financial risk models apply them to price-deviation limits, and laboratory instruments use them to flag measurements outside calibration bounds.