Solve x in Equation: (x-1/x)^(1/2)+(1-1/x)^(1/2)=x

  • Thread starter Thread starter Saitama
  • Start date Start date
AI Thread Summary
The equation (x - 1/x)^(1/2) + (1 - 1/x)^(1/2) = x leads to a complex polynomial after manipulation, specifically x^4 + 2x^3 - x^2 - 2x + 1 = 0. A participant suggests an alternative approach by multiplying both sides by (x - 1/x)^(1/2) - (1 - 1/x)^(1/2), simplifying the equation to 2(x - 1/x)^(1/2) = (x - 1/x) + 1. This transformation allows for the substitution y = √(x - 1/x), leading to the quadratic equation y^2 - 2y + 1 = 0. The discussion emphasizes the importance of careful squaring and rearranging to avoid errors in deriving the final polynomial.
Saitama
Messages
4,244
Reaction score
93

Homework Statement


Find all real numbers ##x## such that,
\left(x-\frac{1}{x}\right)^{1/2}+\left(1-\frac{1}{x}\right)^{1/2}=x


Homework Equations





The Attempt at a Solution


Moving the second term on LHS to the right and squaring both the sides,
x-\frac{1}{x}=x^2+1-\frac{1}{x}-2x\sqrt{1-\frac{1}{x}}
Rearranging,
x^2-x+1=2x\sqrt{1-\frac{1}{x}}
Squaring again leads to terms containing 4th and 3rd power of x and I don't find a way to proceed further. Here's the expression I get after squaring and rearranging,
x^4+2x^3-x^2-2x+1=0

Any help is appreciated. Thanks!
 
Physics news on Phys.org
Pranav-Arora said:

Homework Statement


Find all real numbers ##x## such that,
\left(x-\frac{1}{x}\right)^{1/2}+\left(1-\frac{1}{x}\right)^{1/2}=x


Homework Equations





The Attempt at a Solution


Moving the second term on LHS to the right and squaring both the sides,
x-\frac{1}{x}=x^2+1-\frac{1}{x}-2x\sqrt{1-\frac{1}{x}}
Rearranging,
x^2-x+1=2x\sqrt{1-\frac{1}{x}}
Squaring again leads to terms containing 4th and 3rd power of x and I don't find a way to proceed further. Here's the expression I get after squaring and rearranging,
x^4+2x^3-x^2-2x+1=0

Any help is appreciated. Thanks!

##x^4+2x^3-x^2-2x+1=(x^2+x-1)^2##
 
  • Like
Likes 1 person
\left(x-\frac{1}{x}\right)^{1/2}+\left(1-\frac{1}{x}\right)^{1/2}=x

Multiply both sides by \left(x-\frac{1}{x}\right)^{1/2}-\left(1-\frac{1}{x}\right)^{1/2} to get

\left(x-\frac{1}{x}\right)^{1/2}-\left(1-\frac{1}{x}\right)^{1/2}=1-\frac{1}{x}
Now, add the two equations to get:

2\left(x-\frac{1}{x}\right)^{1/2}=\left(x-\frac{1}{x}\right)+1

Let y=\sqrt{\left(x-\frac{1}{x}\right)}

Then y^2-2y+1=0
 
  • Like
Likes 1 person
LCKurtz said:
##x^4+2x^3-x^2-2x+1=(x^2+x-1)^2##

That was too obvious to be missed. :-p

Thank you! :smile:
Chestermiller said:
\left(x-\frac{1}{x}\right)^{1/2}+\left(1-\frac{1}{x}\right)^{1/2}=x

Multiply both sides by \left(x-\frac{1}{x}\right)^{1/2}-\left(1-\frac{1}{x}\right)^{1/2} to get

\left(x-\frac{1}{x}\right)^{1/2}-\left(1-\frac{1}{x}\right)^{1/2}=1-\frac{1}{x}
Now, add the two equations to get:

2\left(x-\frac{1}{x}\right)^{1/2}=\left(x-\frac{1}{x}\right)+1

Let y=\sqrt{\left(x-\frac{1}{x}\right)}

Then y^2-2y+1=0

Nice one Chet, thanks a lot! :smile:
 
Pranav-Arora said:
1.
Moving the second term on LHS to the right and squaring both the sides,
x-\frac{1}{x}=x^2+1-\frac{1}{x}-2x\sqrt{1-\frac{1}{x}}
Rearranging,
x^2-x+1=2x\sqrt{1-\frac{1}{x}}
Squaring again leads to terms containing 4th and 3rd power of x and I don't find a way to proceed further. Here's the expression I get after squaring and rearranging,
x^4+2x^3-x^2-2x+1=0

Any help is appreciated. Thanks!


Your final equation is incorrect. You need to redo the squaring and rearranging. The correct relationship is:
x^4-2x^3-x^2+2x+1=0
This is the same as:
(x^2-x-1)^2=0
 
Chestermiller said:
Your final equation is incorrect. You need to redo the squaring and rearranging. The correct relationship is:
x^4-2x^3-x^2+2x+1=0
This is the same as:
(x^2-x-1)^2=0

Sorry about the typo, I knew the correct expression. I redid the squaring and rearranging when I was following LCKurtz's hint. :)

I shouldn't be posting questions in the midnight. :-p
 
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