Solve the equation
Split the line at the point where the modulus changes. equals when and when . Each case gives a different quadratic, and each quadratic is only valid on its own interval.
Case 1: x >= 3. Substituting :
Solve Case 1 and test against x >= 3.
Numerically these are and . Only the first satisfies , so
Case 2: x < 3. Now :
Solve Case 2 and test against x < 3.
numerically and . Only the smaller one satisfies , so
Collect and verify the two solutions. Substituting : ✓. Substituting : ✓. Testing each candidate against the interval that generated it is the step that separates this from an ordinary quadratic — two of the four candidates are extraneous.
Need to solve a different problem like this? Open the solver →