How to solve an absolute value equation

To solve an absolute value equation, isolate the absolute value expression and split the equation into a positive case and a negative case. This method applies to any equation where a variable is constrained within absolute value bars.

The setup

Before applying any algebraic rules, you must isolate the absolute value term on one side of the equals sign. Ensure the other side is a constant or an expression free of absolute values.

The steps

  1. Isolate the absolute value expression so the equation takes the form ax+b=c|ax + b| = c. 2. Check the value of cc. If c<0c < 0, there is no solution. 3. Split the equation into two separate equations: ax+b=cax + b = c and ax+b=cax + b = -c. 4. Solve both equations independently for xx.

Checking the result

Substitute each solved value of xx back into the original equation. Both values must satisfy the original equation. This step identifies extraneous solutions, which often appear if the equation involves variables on both sides.

Common errors

A frequent mistake is dropping the absolute value bars without creating the negative case, yielding only half of the solution. Another error is failing to isolate the absolute value term before splitting the equation.

Worked example

Solve for xx: 2x4+3=112|x - 4| + 3 = 11

2x4+3=112|x - 4| + 3 = 11. Subtract 3 from both sides: 2x4=82|x - 4| = 8. Divide by 2: x4=4|x - 4| = 4. Split into two cases. Case 1: x4=4x - 4 = 4, which gives x=8x = 8. Case 2: x4=4x - 4 = -4, which gives x=0x = 0. The solutions are x=8x = 8 and x=0x = 0. Check x=8x = 8: 284+3=2(4)+3=112|8 - 4| + 3 = 2(4) + 3 = 11. Check x=0x = 0: 204+3=2(4)+3=112|0 - 4| + 3 = 2(4) + 3 = 11. Both solutions are valid.

FAQ

Run your own problem

References: OpenStax College Algebra Section 2.7 · Stewart Precalculus Section 1.7

See also