The Absolute Value Equation Calculator solves |ax + b| = c step by step, finding all real solutions. Handles zero, one, and two-solution cases and explains the distance interpretation — ideal for algebra students working through equation-solving problems.
4
-1
1
2
4
-1
1
2
The calculator for absolute value equations solves expressions of the form |ax + b| = c, showing every algebraic step and explaining the geometric interpretation on the number line. Absolute value equations are among the most fundamental problem types in algebra, appearing from pre-algebra through calculus and in applied contexts from engineering tolerances to distance metrics.
The absolute value |ax + b| measures the distance of the expression (ax + b) from zero on the number line. Setting this distance equal to a positive constant c means the expression can be either c units above zero or c units below zero — producing two cases:
Both solutions satisfy the original equation because |c| = |−c| = c. The absolute value inequality calculator extends this logic to compound inequalities where distance is bounded above or below rather than set to an exact value.
Not every absolute value equation has two solutions:
Recognizing these cases before solving prevents wasted work and avoids reporting extraneous solutions. The quadratic formula calculator handles the next level of equation complexity. Use this online calculator to verify solutions from any algebra course or textbook.
Always substitute solutions back into the original equation to verify. While extraneous solutions are more common in equations with absolute values on both sides (|ax + b| = |cx + d|), verification is good algebraic practice for all equation types. A solution that satisfies a derived equation but not the original is extraneous and must be rejected. This calculator performs verification automatically, flagging any case where a computed solution does not satisfy the original expression.
Absolute value equations model any situation where deviation from a target in either direction is relevant. In manufacturing, a specification of |x − 50| = 2 means an acceptable part measures exactly 48 or 52 mm — the boundary cases of a tolerance interval. In signal processing, |amplitude − baseline| = threshold defines the trigger conditions for event detection. The absolute difference calculator and algebra equation solvers category provide complementary tools for equation-based problem solving.
The absolute value equation $$|ax + b| = c$$ is solved by considering the definition of absolute value. Since $$|u| = c$$ means $$u = c$$ or $$u = -c$$ (when $$c > 0$$), we split into two linear equations:
Case 1: $$ax + b = c \implies x_1 = \frac{c - b}{a}$$
Case 2: $$ax + b = -c \implies x_2 = \frac{-c - b}{a}$$
The three scenarios are:
The requirement $$a \neq 0$$ ensures the expression inside the absolute value is actually a function of x, not a constant.
The output shows up to two solutions for x. When c > 0, both x₁ and x₂ are valid — they represent the two points on the number line where the linear expression ax + b has distance exactly c from zero. When c = 0, x₁ and x₂ coincide at the single point where ax + b = 0. The Has Solution indicator shows 1 if at least one solution exists and 0 if c < 0 (impossible). Always verify by substituting solutions back: |a·x₁ + b| should equal c.
Inputs
Results
|2x - 3| = 5 → 2x-3=5 gives x=4, 2x-3=-5 gives x=-1. Check: |2(4)-3|=|5|=5 ✓, |2(-1)-3|=|-5|=5 ✓
Inputs
Results
|3x + 1| = -2 has no solution since absolute value is always ≥ 0.
Because absolute value measures distance from zero regardless of direction. If |expression| = 5, the expression could equal +5 or -5. Each possibility yields a different solution for x, giving two solutions in total.
When c is negative. The absolute value of any real number is always greater than or equal to zero, so it can never equal a negative number. For example, |2x+1| = -3 has no solution.
When c = 0. The equation |ax+b| = 0 means ax+b = 0, giving the single solution x = -b/a. The two cases (positive and negative) collapse to the same equation when c = 0.
If a = 0, the equation becomes |b| = c, which is either always true (if |b| equals c) or never true (if |b| ≠ c). It no longer depends on x, so there is either no solution or every real number is a solution. This calculator requires a ≠ 0.
Substitute each solution back into the original equation. For x₁, compute |a·x₁ + b| and verify it equals c. Do the same for x₂. Both should give exactly c if the solutions are correct.
This calculator handles |ax+b| = c where c is a constant. For equations with absolute values on both sides, you split into cases: ax+b = cx+d and ax+b = -(cx+d), then solve each. This requires a more general approach.
The equation |x - a| = d asks: which points on the number line are exactly distance d from the point a? The answers are x = a+d and x = a-d. Every absolute value equation can be interpreted as a distance question.
Extraneous solutions arise when solving more complex absolute value equations by squaring both sides or other algebraic manipulations. For the basic form |ax+b|=c with c≥0, both solutions from splitting into cases are always valid — no extraneous solutions occur.
In measurements, |measured - true| = error. If you know the acceptable error tolerance, solving the absolute value equation tells you the range of measurements that meet the specification. For instance, |T - 72| = 3 gives T = 69°F and T = 75°F as the boundary temperatures.
For |ax+b| = c (linear inside), the maximum is two solutions. However, equations with higher-degree polynomials inside absolute values (like |x²-4| = 5) can have more solutions. Equations with multiple absolute value terms can also have more solutions due to the piecewise nature.
How helpful was this calculator?
Be the first to rate!