Prove that $\frac 12\leq \frac{1}{n+1}+\frac {1}{n+2}+\frac{1}{n+3}...+\frac{1}{n+n}$

187 Views Asked by At

How do I prove $$\frac 12\leq \frac{1}{n+1}+\frac {1}{n+2}+\frac{1}{n+3}...+\frac{1}{n+n}$$

without using induction? Note that clearly $n\neq 0$

Thanks for any help!!

2

There are 2 best solutions below

0
On

This inequality does not hold since for any $n\in \mathbb N$ you have $$\frac{1}{2}\leq \frac{1}{n+1}+\frac {1}{n+2}+\frac{1}{n+3}+...+\frac{1}{n+n}.$$ To see this, note first that any term above is greater than $\frac{1}{n+n}$, so that your sum is greater than $n\cdot \frac{1}{2n}=\frac{1}{2}.$

0
On

The reverse inequality is true for $n≥1$.

If $1≤k≤n$ then $\frac{1}{n+k}≥\frac{1}{n+n}$. Therfore, you get :

$$\frac{1}{n+1}+\frac {1}{n+2}+\frac{1}{n+3}...+\frac{1}{n+n} ≥ \frac{1}{n+n}+\frac {1}{n+n}+\frac{1}{n+n}...+\frac{1}{n+n} = n \cdot \frac{1}{n+n} = \frac{1}{2}$$