Simplifying and solving surds with two variables

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 7K views
miniradman
Messages
191
Reaction score
0

Homework Statement


Find values for x, and y in the following statement:

[itex]2x-y+\sqrt{4x-y}=x-2y+3+\sqrt{x+5}[/itex]

The Attempt at a Solution


I've managed to rearrange the equation, but I cannot eliminate or equate the square roots on the LHS:

[itex]\sqrt{4x-y}-\sqrt{x+5}=-x-y+3[/itex]
 
Physics news on Phys.org
Square both sides. This will give you one square root instead of two. Isolated the square root on one side. Square both sides again.

Be careful, however. It is of course true that if [itex]x=y[/itex], then [itex]x^2 = y^2[/itex]. So if you square both sides of an equality, then the equality is preserved. But the converse is not true. If [itex]x^2 = y^2[/itex], then you can not deduce [itex]x=y[/itex].

So let's say you want to solve [itex]\sqrt{x}=x-2[/itex]. Then you can square both sides and get [itex]x = x^2 - 4x + 4[/itex]. If we solve this then we get [itex]x=4[/itex] and [itex]x=1[/itex].
So what we have shown is that if [itex]\sqrt{x}=x-2[/itex], then [itex]x=4[/itex] or [itex]x=1[/itex]. We do not have the converse. Solutions of [itex]x=x^2 - 4x + 4[/itex] are not necessarily solutions of [itex]\sqrt{x}=x-2[/itex].

So any solution of [itex]\sqrt{4x - y} - \sqrt{x+5} = -x - y +3[/itex] is also a solutions of [itex](\sqrt{4x - y} - \sqrt{x+5})^2 = (-x - y +3)^2[/itex]. But not conversely. So even if you manage to solve [itex](\sqrt{4x - y} - \sqrt{x+5})^2 = (-x - y +3)^2[/itex], then its solutions will not necessarily be solutions of the original equation. In fact, you will have to check which solutions are also solutions of the original equation.
 
Last edited:
As it turned out... I could have equated both sides. I think I must have made an arithmetic errors when I tried it the first 5 times or so :p

Thank you micromass for the intuition