3
$\begingroup$

I'm familiar with equations like:

$\sqrt{x+1} - \sqrt{x+2} = 0 $

Has no solutions, it's just an example off the top of my head

Just move the negative square root to the other side, square both sides and solve.

$\sqrt{x+1} = \sqrt{x+2}$

$x+1 = x+2$

0 = 1


My question is, if there are two square roots on one side, then can I still square both sides in this way:

$\sqrt{x+1} - \sqrt{x+2} = \sqrt{x+3}$

$x+1 - (x+2) = x+3$

$x+1 - (x-2) = x+3$

$x = -4$

Or does squaring both sides cause something strange to happen on the left hand side?

$\endgroup$
3
  • 3
    $\begingroup$ Note that actually $\left(\sqrt{x+1}- \sqrt{x+2}\right)^2 \color{red}{\neq} (x+1)-(x+2)$. To square $\sqrt{x+1}- \sqrt{x+2}$ correctly, try using the rule $(a-b)^2 = a^2 -2ab + b^2$. $\endgroup$ Commented Feb 15, 2019 at 23:07
  • 2
    $\begingroup$ Notice, by the way, that your second example can't possibly have any solutions because the left-hand side is always negative and the square root function is generally defined to have the positive square root. This is a good reminder to confirm any potential solutions you may find by substituting them back into your original equation. $\endgroup$ Commented Feb 15, 2019 at 23:10
  • $\begingroup$ It is called Freshman's dream $\endgroup$
    – farruhota
    Commented Feb 16, 2019 at 6:06

4 Answers 4

3
$\begingroup$

No, what you did was wrong. this is because :

$\sqrt{x+1} - \sqrt{x+2} = \sqrt{x+3}$ does not imply $(x+1)-(x+2)=x+3$.

You need to square both sides, which means:

$(\sqrt{x+1} - \sqrt{x+2})^2=x+3$

$(x+1)+(x+2)-2\sqrt{(x+1)(x+2)}=x+3$.

As a sidenote, you can plug x=-4 into the original equation to check whether x=-4 is not a solution.

$\endgroup$
2
$\begingroup$

Hint: $(\sqrt{x+1} - \sqrt{x+2})^2 = (x+1) - 2\sqrt{x+1}\sqrt{x+2} + (x+2)$

$\endgroup$
2
  • $\begingroup$ Ahhh, that'd make sense. I had a feeling something was off but couldn't quite figure it out. Thanks! $\endgroup$
    – altec
    Commented Feb 16, 2019 at 0:09
  • $\begingroup$ @altec happy to help $\endgroup$
    – Max
    Commented Feb 16, 2019 at 8:14
2
$\begingroup$

Yes, you can square both sides. But you do actually have to square both sides.

$\sqrt{x+1} - \sqrt{x+2} = \sqrt{x+3}$

$(\sqrt{x+1} - \sqrt{x+2})^2 = (\sqrt{x+3})^2$

$x+1 - 2\sqrt{x+1}\sqrt{x+2} + x + 2 = x + 3$.

$-2\sqrt{x+1}\sqrt{x+2} = -x$

$(-2\sqrt{x+1}\sqrt{x+2})^2 = (-x)^2$

$4(x+1)(x+2) = x^2$

$4x^2 +12x + 8 = x^2$

$3x^2 + 12x + 8 = 0$

$x = \frac {-12\pm{144-4*3*8}}{6} =4

$-2 \pm \frac{\sqrt{48}}6 = -2 \pm \frac 2{\sqrt 3}$.

BUt note: Squaring both sides gives extraneous solutions because it ignores whether terms given are positive or negative. These answers all don't actually work if we plug them back in.

.....

Obviously you can't just square parts of each side and expect the result to make any sense.

$\sqrt{x+1} - \sqrt{x+2} = \sqrt{x+3}$ obviously does not mean

$(\sqrt{x+1})^2 - (\sqrt{x+2})^2 = (\sqrt{x+3})^2$

Because $(\sqrt{x+1} - \sqrt{x+2})^2 \ne (\sqrt{x+1})^2 - (\sqrt{x+2})^2$.

$\endgroup$
2
  • $\begingroup$ Ah yeah this makes much more sense. Thanks! As a side note, can extraneous solutions come up after squaring something, even without radicals being in the equation? $\endgroup$
    – altec
    Commented Feb 16, 2019 at 0:11
  • $\begingroup$ Yes, they can. For example, try squaring both sides of the equation $x=-1$, and you should see an extraneous solution pop up. $\endgroup$ Commented Feb 16, 2019 at 0:58
-2
$\begingroup$

How I explain it to myself is negative if you want to multiply both sides of the equation by the same number, say 3, you can multiply-across through the pluses and minuses by 3, or take it in stages by putting a bracket around both sides, but the 3 at the start of the brackets on both sides and then multiply across in through the brackets(effectively inflating both sides by the same amount)... but you can’t square across, you need to square both sides, and I find using Brackets here are always a big help. And if you’ve got say, two square roots (radicals) added together (or subtracted) on one side then it’s an easier calculation to slide one over to the other side, change the plus to a minus , and vice versa, and then square both sides eg $\sqrt{2x-1} + \sqrt{x-1} = 5$ next step $\sqrt{2x-1} = 5 – \sqrt{x-1}$

$\endgroup$

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .