I'm trying to find the limit of sequence by using sandwich rule for sequences:
$d = \frac{1}{\sqrt{n}}\sum_{k=1}^{n}\frac{1}{\sqrt{2k+1}+\sqrt{2k-1}}$
After a couple of operations i got to:
$n[\frac{1}{\sqrt{n}}\frac{1}{\sqrt{2k+1}+\sqrt{2k-1}}] ≤ \frac{1}{\sqrt{n}}\frac{1}{\sqrt{3}+\sqrt{1}} + \frac{1}{\sqrt{n}}\frac{1}{\sqrt{5}+\sqrt{3}} + ... + \frac{1}{\sqrt{2n+1}+\sqrt{2n-1}}≤ n[\frac{1}{\sqrt{n}}\frac{1}{\sqrt{3}+\sqrt{1}}]$
For calculate the limit by the sandwich theorem, I've calculated the limits for both of the sides and it were different.
I'll be glad to know where is my mistake here.
Best regards.