It’s a technique called completing the square, and is used when solving a quadratic equation. In practice, when solving something of the form ax^2 + bx = c, you take half of b and add it to both sides. That way, you can “complete the square”, getting it into the form (x + b^(1/2))^2 = c + b/2, and you can then isolate the x by taking the square root of both sides of the equation.
Note: ^(1/2) is the equivalent of taking the square root. The wiki page describes it much more succinctly.
ETA: They flubbed that line, too, though, because the extra (t^2)/4 part needs to be added to both sides of the equation,* for each time it’s done.* In this case, it was added to both sides, but the attempt to complete the square was done on both sides. It doesn’t work like that. Not to mention that it’s only done when there is a variable involved, and the problem defines a, b, and t as arbit [sic] numbers, so they’re none of them are technically variables.
The completion of the square was completely correct. What happened was that in taking square roots, the procedure extracted the negative square root on one side and the positive one on the other (except when a = b, when both sides are 0). If, for example, a > b, the a - t/2 = (a - b)/2 > 0 while b - t/2 = (b - a)/2 < 0. If a < b, the left hand side is negative and the right hand positive instead.
Mostly these things depend on division by 0, but this one is by the ambiguity of square roots.
There is a simple procedure for finding where these paradoxes run off the rail. Simply substitute a = 1 and b = 0 and see which step fails.
Yep. It committed the same sin I’m always warning my SAT/ACT students against, to always keep the negative root in mind. To wit, any of these four formulations could be correct:
I actually think the mistake is in the first line. If a=b, then a-b=0 and we’re multiplying by that on both sides in the first line. Muliplying by zero makes everything true and is forbidden.