I have an equation like this:
$6y−\sqrt{2y^2-1} = 7y - 2$
The solution tells me to first move the $6y$ to the other side by subtracting it:
$-\sqrt{2y^2-1} = y - 2$
And then they suggest to divide (or multiply) by $-1$ to obtain:
$\sqrt{2y^2-1} = 2 - y$
Now, at the second step, what always gets me is that I'm tempted to square both sides, instead of multiplying by $-1$ like so in order to get rid of the minus sign and the radical in one step:
$$-\sqrt{2y^2-1} = y - 2$$ $$(-\sqrt{2y^2-1})^2 = (y - 2)^2$$ $$2y^2-1 = (y - 2)^2$$
But that leads to a wrong solution. Why can't I get rid of the minus sign and the radical in one step and more generall, when does it make sense to multiply both sides of an equation with $-1$, what's the rule?
Why does it give a wrong solution? Continuing your books solution, let us square both sides to get: $$(\sqrt {2y^2-1})^2 =(2-y)^2 $$ $$\implies (\sqrt {2y^2-1})^2=y^2-4y+4=(y-2)^2$$
which is the same you got.
Note that an easy way to eliminate a $- $ sign when you encounter it in an equation is to square it on both sides. There is no hard-and-fast rule to deal with such situations.