Solve
Use the sign of the right side to prune the work. An absolute value is never negative, so and therefore . The left side must match:
This one line eliminates most of the number line before any case splitting — and in particular guarantees .
Reduce to a single case. Since every candidate satisfies , the inside of the absolute value is negative, so
The case never has to be examined at all.
Substitute and expand.
Solve the resulting linear equation.
Confirm the candidate satisfies the case condition. Is ? Yes, ✓. Had the algebra produced a value above , it would have been an extraneous root and would have to be discarded — that check is not optional.
Verify in the original equation, and confirm uniqueness. Left: . Right: ✓. Scanning points from to finds and no other solution ✓, which the sign argument already predicted since is increasing while is increasing more slowly on .
Need to solve a different problem like this? Open the solver →