Unraveling the Mystery of Solving Square Roots

AI Thread Summary
The discussion centers on solving the equation involving square roots, specifically addressing the incorrect application of squaring both sides. Participants clarify that squaring the sum of square roots requires using the expanded form, (a+b)² = a² + 2ab + b², rather than simply squaring each term individually. They correct the approach to isolate the square roots properly, leading to the quadratic equation x² + x - 2 = 0, which yields solutions x = -2 and x = 1. Additionally, they note that for x > 2, the term √(2 - x) is not real, confirming that only x = -2 is valid in that context. The conversation highlights the importance of careful algebraic manipulation in solving equations involving square roots.
TSN79
Messages
422
Reaction score
0
I'm just wondering about something, look at this:

<br /> \[<br /> \begin{array}{l}<br /> \sqrt {3 + x} + \sqrt {2 - x} = 3 \\ <br /> \left( {\sqrt {3 + x} } \right)^2 + \left( {\sqrt {2 - x} } \right)^2 = 3^2 \\ <br /> 3 + x + 2 - x = 9 \\ <br /> 5 = 9 \\ <br /> \end{array}<br /> \]<br />

Obviously something isn't right here, and I know that if I isolate one of the square roots on the other side, then it all works out. But why doesn't this way work?!
 
Physics news on Phys.org
Why should it??
What you're basically saying in line 2, is that (a+b)^2=a^2+b^2
 
Yes, take a look at line two, you have to square the entire left side of the equation.
 
TSN79, remember that ( a + b ) ^ 2 = a^2 + 2ab + b^2 :redface:

Therefore, fixing the second line, you might have:

\sqrt {3 + x} + \sqrt {2 - x} = 3 \Rightarrow 2\sqrt {\left( {3 + x} \right)\left( {2 - x} \right)} = 4 \Rightarrow

\sqrt {\left( {3 + x} \right)\left( {2 - x} \right)} = 2 \Rightarrow \left( {3 + x} \right)\left( {2 - x} \right) = 4 \Rightarrow

x^2 + x - 2 = 0 \Rightarrow \left( {x + 2} \right)\left( {x - 1} \right) = 0 \Rightarrow \boxed{x = - 2,1}
 
Last edited:
That's wrong, bomba923. This line is wrong:
bomba923 said:
4 - x^2 = 0 \Rightarrow x = \pm 2
It should look like this:
x ^ 2 + x - 2 = 0 \Rightarrow \left[ \begin{array}{l} x = 1 \\ x = - 2 \end{array} \right. :wink:
Viet Dao,
 
VietDao29 said:
That's wrong, bomba923. This line is wrong:

It should look like this:
x ^ 2 + x - 2 = 0 \Rightarrow \left[ \begin{array}{l} x = 1 \\ x = - 2 \end{array} \right. :wink:
Viet Dao,
Indeed! :redface:, stupid mistakes are the bane of my math education!!

Anyway,
Thanks for pointing that out-->
Mistake correct, see updated post! :smile:
-------
 
Last edited:
--------------------
However, :blushing:
\because \forall x &gt; 2,\;\sqrt {2 - x} \notin \mathbb{R} \, , {so}
\therefore \boxed{x = - 2}​

Both of your solutions are admissible.
 
Curious3141 said:
Both of your solutions are admissible.
Oh yes, that's right! 1 &lt; 2, :cool:
See updated post!
 
Back
Top