Solve
Locate the kink points. Each absolute value switches formula where its inside vanishes:
These split the line into , , and .
Predict the shape of the answer before solving. Note that , i.e. twice the total distance from to and to . The distance between those two points is , so the minimum possible value of the left side is — exactly the right-hand side. That means the equation asks for the minimum, which is attained on a whole segment, not at isolated points.
Case 1: a < -7/2 (both insides negative). Then
This contradicts the strict condition , so this case yields nothing new (the value is picked up in case 2).
Case 2: -7/2 <= a < 1/2 (mixed signs). Here and , so the terms cancel:
This reduces to the identity , true for every in the interval. So the entire interval is a solution set.
Case 3: a >= 1/2 (both insides non-negative).
This satisfies , so is included.
Union the cases and state the answer. Case 2 gives and case 3 adds the endpoint :
Outside this closed interval the left side exceeds , so nothing else qualifies.
Verify by scanning. Evaluating the left side at points from to : it equals at exactly the points of and is strictly larger everywhere else ✓.
Need to solve a different problem like this? Open the solver →