I could square both sides of the equation, but that ends up giving me a cubic to solve. What I need is a beginning approach to solve such questions, not the whole answer.
Thanks
I could square both sides of the equation, but that ends up giving me a cubic to solve. What I need is a beginning approach to solve such questions, not the whole answer.
Thanks
Note that $x = 0$ is clearly not a solution. Observe that: \begin{align*} &\sqrt{x - \frac{1}{x}} + \sqrt{1 - \frac{1}{x}} = x \\ &\Rightarrow \left(\sqrt{x - \frac{1}{x}} + \sqrt{1 - \frac{1}{x}}\right)\left(\sqrt{x - \frac{1}{x}} - \sqrt{1 - \frac{1}{x}}\right) = x\left(\sqrt{x - \frac{1}{x}} - \sqrt{1 - \frac{1}{x}}\right) \\ &\Rightarrow \left(\left(x - \frac{1}{x}\right) - \left(1 - \frac{1}{x}\right)\right) = x\left(\sqrt{x - \frac{1}{x}} - \sqrt{1 - \frac{1}{x}}\right) \\ &\Rightarrow x - 1 = x\left(\sqrt{x - \frac{1}{x}} - \sqrt{1 - \frac{1}{x}}\right) \\ &\Rightarrow \sqrt{x - \frac{1}{x}} - \sqrt{1 - \frac{1}{x}} = 1 - \frac{1}{x} \end{align*}
Adding both together yields: \begin{align*} &\left(\sqrt{x - \frac{1}{x}} + \sqrt{1 - \frac{1}{x}}\right) + \left(\sqrt{x - \frac{1}{x}} - \sqrt{1 - \frac{1}{x}}\right) = x + \left(1 - \frac{1}{x}\right) \\ &\Rightarrow 2\sqrt{x - \frac{1}{x}} = \left(x - \frac{1}{x}\right) + 1 \end{align*} We substitute $y = \sqrt{x - \frac{1}{x}}$, and we see that: \begin{align*} 2y = y^2 + 1 \Rightarrow (y - 1)^2 = 0 \Rightarrow y = 1 \end{align*} It remains to solve $\sqrt{x - \frac{1}{x}} = 1$.