More specifically, how would you evaluate the below formula? $$\lim_{n\to\infty}\sum_{k=n/2}^{n}\frac{1}{k}$$ I know that the harmonic series starting at any point diverges, but when we limit it in this way, does the series diverge or converge?
If it diverges:
How might you determine that?
Is there some $d$ that we can replace with $2$ to make the sequence converge?
If it converges:
What does it converge to, and how might you determine that?
The sequence must converge for any $d>2$. Is there a formula for the series generalized for any $d$?
For simplicity let's assume that $n$ is even (if it is odd your sequence has to be modified using integer part of $\frac{n}{2}$). Let's compute $$ \int\limits_{\frac{n}{2}}^{n} \frac{1}{ x} dx = \ln n-\ln(\frac{n}{2}) = \ln 2 $$ Now we have estimations $$ \int\limits_{\frac{n}{2} - 1}^{n} \frac{1}{ x} dx \ge \sum_{k=n/2}^{n}\frac{1}{k} \ge \int\limits_{\frac{n}{2}}^{n + 1} \frac{1}{ x} dx $$ and both estimates obviously tend to $\ln 2$ as $n \rightarrow \infty$.
With arbitrary $d$ replacing $2$ we have $\ln d$ as limit.