Solving equations with radicals (extraneous solutions)

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 · 2K views
Mr Davis 97
Messages
1,461
Reaction score
44
I am solving the equation ##\sqrt{x + 3} + 4 = \sqrt{8x + 1}##. I understand that , generally, to solve it, we have to eliminate the radicals by isolating a radical expression to one side and then squaring both sides of the equation.

I end up obtaining two solutions: ##x = 6## and ##x = 22/49##. Plugging these into the original equation, I find that ##x = 6## works, but ##x = 22/49## does not. I understand that the latter is termed an extraneous solution. My question is, how do these extraneous solutions arise? Does it have something to do with the fact that we lose information about the original equation when we square both sides?
 
Mathematics news on Phys.org
Right, you lose the sign.

x = 5 has just one solution, but x2 = 25 has two. Your example is a more complex version of the same effect.
 
Squaring both sides of an equation is not a reversible operation. Simply put, if ##a = b##, then ##a^2 = b^2##. But if you only know that ##a^2 = b^2##, then you cannot conclude that ##a = b##. Here there are two possibilities: ##a = b## and ##a = -b##. You have to be aware of what operations are reversible, and what operations are not. If all your operations are reversible, you don't have to check your solution. If some of them are not (such as squaring), then you have to check that.