Solving u-\sqrt{u^2-1}=2 for u: Understanding the Incorrect Solution Attempt

  • Thread starter Thread starter process91
  • Start date Start date
  • Tags Tags
    Algebra
AI Thread Summary
The equation u - √(u² - 1) = 2 has no real solutions, as demonstrated by the incorrect solution attempt. The error arises from squaring both sides, which does not maintain the original equation's validity due to the potential introduction of extraneous solutions. Specifically, while squaring can yield valid results, it can also produce solutions that do not satisfy the initial equation, necessitating verification. The discussion highlights the importance of checking the sign of u - 2 after solving, as a negative result indicates an invalid solution. Overall, caution is advised when performing operations like squaring or multiplying both sides of an equation, as they can lead to false solutions.
process91
Messages
105
Reaction score
0

Homework Statement


Solve u-\sqrt{u^2-1}=2 for u.


Homework Equations





The Attempt at a Solution


I know that there are no real solutions, but I don't understand why the following does not work:

\begin{align}\sqrt{u^2-1}&amp;=u-2\\<br /> u^2-1&amp;=u^2-4u+4\\<br /> u&amp;=\tfrac{5}{4}\end{align}

The second line does not seem to be valid, where I square both sides, but why?
 
Physics news on Phys.org
AH, I think I understand now. Just will post here to see if someone else can verify my conclusion:

In most algebraic operations, the statement being made is an if-and-only-if, thus when we say

\begin{array}{}4u&amp;=5\\u&amp;=\tfrac{5}{4}\end{array}

What we're really saying is 4u=5 \iff u=\tfrac{5}{4}, which is why we know that \frac{5}{4} is a solution without going back and verifying it (it is implied in the IFF relationship).

On the other hand, with squaring both sides,
\sqrt{u^2-1}=u-2 \implies u^2-1=4-4u+u^2
however this is not an "iff" implication, since negating either side alone would also produce the same squared equation, and so we need to go back and verify the solution. To put it another way, a u which satisfies the original equation will necessarily satisfy the squared equation, however it is not sufficient. Thus if we find a u which does satisfy the squared equation but it does not satisfy the original, no such u exists.

Obviously any other even-powers are also strictly if relationships. Are there any other common operations to watch out for like this?
 
It all depends on the sign of u - 2 after you solve for u. If u - 2 is positive when you plug in the possible value, then you obtained a real solution for u. If u - 2 is negative, then this basically states that the principal squareroot is a negative value, so the value is rubbish.
 
When ever you square both sides of an equation or multiply both sides of an equation there is a danger of "introducting" false solutions- that is, numbers that satisfy the new equation but not the original.

For example, the only root of x= 2 is obviously 2. But x^2= 4 has both 2 and -2 as roots. Or, the only root to x- 2= 0 is 2 but (x- 2)(x- 3)= x^2- 5x+ 6= 0 has both x= 2 and x= 3 as roots.
 
Thanks guys, that helped clear it up for me.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top