Loading…

Absolute Value Equation Solver

Math Algebra • Equations

View all topics

Solve absolute value equations by splitting into positive and negative cases, verifying every candidate, and showing the answer on both a graph and a number line.

Definition: |A| = A if A ≥ 0, and |A| = −A if A < 0 Simple case: |A| = c gives A = c or A = −c Warning: |A| = negative number has no solution Sample: |2x − 5| = 7 → x = 6 or x = −1

Equation input

Use x as the variable. You can type paired bars such as |2x - 5| = 7 or function notation such as abs(2x - 5) = 7. Other examples: |x - 1| + |x + 1| = 4, |3x + 2| = |x - 6|, and |x| = x.

Solver settings

Graph and numerical range

Drag the graph to pan. Use the mouse wheel or trackpad to zoom. On touch screens, pinch to zoom. The number line shows verified solution points and any interval solutions.

Quick examples

Ready
Enter an absolute value equation, then click “Solve equation”.

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

What is an absolute value equation?

An absolute value equation is an equation that contains an expression inside absolute value bars, such as |2x - 5| = 7.

What is the solution of |2x - 5| = 7?

Split into two cases: 2x - 5 = 7 and 2x - 5 = -7. The solutions are x = 6 and x = -1.

How do I type absolute value?

You can type paired bars such as |2x - 5| or use function notation such as abs(2x - 5).

Why are there usually two cases?

Because |A| equals A when A is nonnegative and equals -A when A is negative.

When does an absolute value equation have no solution?

A simple equation like |A| = c has no real solution when c is negative, because absolute value is never negative.

Can an absolute value equation have an interval of solutions?

Yes. For example, |x| = x is true for every x >= 0, so the solution is [0, infinity).

What are breakpoints?

Breakpoints are x-values where an expression inside absolute value equals zero. They divide the number line into sign cases.

Why does the solver verify candidates?

Verification catches sign-case mistakes and numerical false positives by substituting candidates back into the original equation.

What does the number line show?

The number line shows the complete solution set. Green dots are point solutions and green segments are interval solutions.

Can the calculator solve every absolute value equation symbolically?

No. Symbolic case splitting works best for linear absolute-value combinations. For more complex expressions, Auto mode can use numerical scanning over the selected range.

Why does the graph show two curves?

The graph plots the left-hand side and right-hand side separately. Solutions occur where the curves intersect or overlap.

Can I zoom and pan the graph?

Yes. You can drag to pan, use the mouse wheel or trackpad to zoom, pinch on touch screens, or use the graph control buttons.