Proving $\frac{1}{\sqrt{x}}\ge \frac{2}{x+1}$ for $x> 0$

118 Views Asked by At

Prove:

$$\frac{1}{\sqrt{x}}\ge \frac{2}{x+1}, \quad\forall x>0$$

Yeah, pretty much it. I've tried all manner of rearranging and just can't seem to get it. Thanks.

4

There are 4 best solutions below

0
On BEST ANSWER

Hint: if $a,b\geq 0$ then you can use $$a+b\geq 2\sqrt{ab}$$

and notice that if $a\ne b$, then we have $>$ instead of $\geq$

0
On

Substitute $y:=\sqrt x>0$, multiply away the (positive!) denominators, bring all terms to the left side and recognize the left as a square.

0
On

It is often a good idea to just multiply with all the denominators, and see if you can do something with the more complicated expressions. Try such trivial approaches first, and if you get stuck, you can still ask for help.

0
On

by cross multiplying, we get the following question:

$$ x+1 \geq 2\sqrt{x} $$

or

$$x - 2\sqrt{x} + 1 \geq 0 $$

Now we can say:

$$x-2\sqrt{x}+1 = \left(\sqrt{x} - 1\right)^2 \geq 0 $$

which proves the inequality :)