4

How do I evaluate this limit?

$$\lim_{n\to\infty}\frac{\sum_{i=0}^{n+3}\frac{1}{i+1}}{\sum_{i=0}^{n+7}\frac{1}{2i+1}}$$

We know that $$\sum_{i=1}^{n}\frac{1}{i}\approx\ln(n)+\gamma$$

where the value of $\gamma$ is $0.577$

Similarly we can also say that $$\sum_{i=0}^{n}\frac{1}{i+1}=\ln(n+1)+\gamma$$

Therefore we can again say that $$\sum_{i=0}^{n+3}\frac{1}{i+1}=\ln(n+4)+\gamma$$

Again we can say that $$\sum_{i=0}^{n+7}\frac{1}{2i+1}=1+\frac{1}{3}+\frac{1}{5}+\frac{1}{7}+...+\frac{1}{2n+15}$$

But after this step I can't find the exact value of the limit.

Wolfram Alpha is giving the result as $2$.

philipxy
  • 105
  • 6
  • 1
    Hint: the numerator is $H_{n+4}\sim\ln n$ and the denominator is $H_{2n+15}-\frac12H_{n+7}\sim\ln n-\frac12\ln n$. – Anne Bauval Dec 18 '23 at 19:10
  • Sorry to point it out. But you have not added the $\gamma$ sign.@AnneBauval. As far as I know the formula is $\ln(n)+\gamma$ – Syamaprasad Chakrabarti Dec 18 '23 at 19:14
  • Please review the definition of $\sim$. If $x_n\to\infty$ then $x_n+\gamma\sim x_n.$ I also used for instance that $\ln(2n+15)\sim\ln n$. – Anne Bauval Dec 18 '23 at 19:17
  • I have understood the way by which you are trying to solve@AnneBauval. Since $n\to\infty$ therefore $n+4\to n$. – Syamaprasad Chakrabarti Dec 18 '23 at 19:21
  • You have two growing sequences: $a_n=\sum_{i=0}^{n+3}\frac{1}{i+1}$ and $b_n=\sum_{i=0}^{n+7}\frac{1}{2i+1}$. Stolz–Cesàro theorem is applicable -https://en.wikipedia.org/wiki/Stolz%E2%80%93Ces%C3%A0ro_theorem – Svyatoslav Dec 18 '23 at 19:22
  • I am not "trying to", I am nearly giving you a canned solution. Do you need me to write it down more completely? 2) $n+4\to n$ makes no sense. A sequence can only tend to a constant, not to another sequence. @Svyatoslav Sotz-Cesàro seems overkill here. A very simple solution is already in my first comment.
  • – Anne Bauval Dec 18 '23 at 19:24
  • OK. Thank you very much@AnneBauval – Syamaprasad Chakrabarti Dec 18 '23 at 19:24
  • 1
    Yes I have understood now your way of solution@AnneBauval – Syamaprasad Chakrabarti Dec 18 '23 at 19:25
  • 2
    @Anne Bauval, we are in the conditions of the theorem; therefore,$$L=\lim_{n\to\infty}\frac{a_n}{b_n}=\lim_{n\to\infty}\frac{a_{n+1}-a_n}{b_{n+1}-b_n}=\lim_{n\to\infty}\frac{\frac1{n+5}}{\frac1{2(n+8)+1}}$$ – Svyatoslav Dec 18 '23 at 19:37
  • Two very similar problems: https://math.stackexchange.com/q/3791827/42969, https://math.stackexchange.com/q/2816227/42969. – Martin R Dec 19 '23 at 08:54