Proving $\forall n \in \mathbb{N}^*, 2\sqrt{n+1}-2 \le S_n \le \sqrt{n}+\sqrt{n-1}$

55 Views Asked by At

Suppose the sequence $S_n=\displaystyle \Sigma_{k=1}^n\frac{1}{\sqrt{k}}$.

How can I prove that:

$$\forall n \in \mathbb{N}^*, 2\sqrt{n+1}-2 \le S_n \le \sqrt{n}+\sqrt{n-1}$$

2

There are 2 best solutions below

2
On

How? By induction over $n\geqslant1$.

3
On

To elaborate on Did's answer, which you think is a comment, show that

$$ 2 \sqrt{n+2} - 2 \sqrt{n+1} \leq \frac{1}{\sqrt{n+1} } \leq \sqrt{n+1} - \sqrt{n-1}$$

I'd show you one side, say we do the RHS. Multiplying by $\sqrt{n+1}$, it suffices to show that

$$ 1 \leq n+1 - \sqrt{n^2-1},$$

or that

$$\sqrt{n^2-1} \leq n,$$

which is obviously true.

Now you do the LHS.