0

Given $x=3-2\sqrt{2}$ find value of $\sqrt{x}-\frac{1}{\sqrt{x}}$


Method 1.

Let $$\sqrt{x}-\frac{1}{\sqrt{x}}=t \tag{1}$$

Squaring both sides we get $$t^2=x+\frac{1}{x}-2=(3+2\sqrt{2})+(3-2\sqrt{2})-2=4 \tag{2}$$ So $$t=\pm 2 \tag{3}$$


Method 2.

$$\sqrt{x}=\sqrt{3-2\sqrt{2}}=\sqrt{2}-1 \tag{4}$$

So $$\sqrt{x}-\frac{1}{\sqrt{x}}=\sqrt{2}-1-(\sqrt{2}+1)=-2 \tag{5}$$


What is correct?

Blue
  • 75,673
Umesh shankar
  • 10,219

3 Answers3

4

Since $x=3-2\sqrt 2 \lt 1, \sqrt x \lt 1$. (the square root function is increasing) This means $\frac{1}{\sqrt x} \gt 1 \gt \sqrt x$ and so $$\sqrt x - \frac{1}{\sqrt x} \lt 0$$

Vishu
  • 14,469
3

Method $2$ is correct. In method $1$, you introduced an extraneous solution when you squared both sides.

For example, $x=1\implies x^2=1\implies x=\pm1$, but the implication doesn’t work in reverse.

J. W. Tanner
  • 60,406
2

Squaring will lose the information about the sign, see Why can't you square both sides of an equation?.

(P.S. You can check your results in wolfram alpha.)

Vepir
  • 12,516