Problem involving sequence and square roots

63 Views Asked by At

Let us consider the sequence $(a_n)_{n \ge 1}$ such that $$a_n=\frac {1}{\sqrt {n^2+1}}+ \frac {1}{\sqrt {n^2+2}} + \dots +\frac {1}{\sqrt {n^2+n}}.$$ Show that for every $k \in \Bbb N, k\gt 0,$ we have $a_n \ge a_k$, for every $n \ge k^2$.

The only method I know is computing the difference $a_{n+1}-a_n$, but I didn't get to any result.

2

There are 2 best solutions below

2
On BEST ANSWER

HINT

$a_n \ge \frac {n}{\sqrt {n^2+n}}$ and $a_k \le \frac {k}{\sqrt {k^2+1}}$

Can you take it from here?

1
On

Notice that for $k=1$ and $n=1$, $n\geq k^2$ but $a_n=a_k$ and thus $a_n>a_k$ does not hold for $k \in \Bbb N, k\gt 0$.