How do I solve
$$\left(x-\frac{1}{x}\right)^{1/2}+\left(1-\frac{1}{x}\right)^{1/2} = x$$
My Try I tried to take the first term as $t$ but then I had to square both sides twice and that led to a complex bi quadratic. I'm not sure even that'll solve the problem.
guys please let me know what are different possible ways to tackle problems like these, and how would you go about on solving this particular one.
$$\left(x-\frac{1}{x}\right)^{1/2}+\left(1-\frac{1}{x}\right)^{1/2} = x\iff \left(x-\frac{1}{x}\right)^{1/2} = x-\left(1-\frac{1}{x}\right)^{1/2}.$$ Squaring
$$x-\frac{1}{x} = x^2+1-\frac{1}{x}-2x\left(1-\frac{1}{x}\right)^{1/2}.$$ Simplifying
$$x = x^2+1-2x\left(1-\frac{1}{x}\right)^{1/2}.$$ That is
$$2x\left(1-\frac{1}{x}\right)^{1/2}=x^2-x+1.$$ Squaring again
$$4x^2\left(1-\frac{1}{x}\right)=x^4-2x^3+3x^2-2x+1.$$ Thus, we get
$$x^4-2x^3-x^2+2x+1=0.$$ That is
$$(x^2-x-1)^2=0.$$ This must be easy to solve.