Show that $$\lim_{n\to \infty}\left(\frac{1}{n+1}+\frac{1}{n+2}+\cdots+\frac{1}{6n}\right)=\log 6$$ Here I need to use the definition of integral but I faced problem in range . Please help.
|
|
Maybe it is intended that you mention Riemann sums explicitly. Rewrite our sum as $$\frac{1}{n}\left(\frac{1}{1+\frac{1}{n}} + \frac{1}{1+\frac{2}{n}} + \frac{1}{1+\frac{3}{n}}+\cdots +\frac{1}{1+\frac{5n}{n}} \right).$$ We recognize this as a (right) Riemann sum for the integral $$\int_0^5 \frac{dx}{1+x},$$ which has value $\log 6$. For imagine dividing the interval from $x=0$ to $x=5$ into equal subintervals of width $\frac{1}{n}$. The right ends of these subintervals are at $\frac{1}{n}$, $\frac{2}{n}$, $\frac{3}{n}$, and so on up to $\frac{5n}{n}$. So if $f(x)=\frac{1}{1+x}$, then our summands are precisely the function values at these right endpoints. The limit of the Riemann sum as $n \to\infty$ is therefore $\log 6$. |
|||
|
|
|
$$\int_{n+k}^{n+k+1}\frac{\mathrm dt}t\leqslant\frac1{n+k}\leqslant\int_{n+k-1}^{n+k}\frac{\mathrm dt}t$$ $$ \log\left(6-\frac5{n+1}\right)=\int_{n+1}^{6n+1}\frac{\mathrm dt}t\leqslant\sum_{k=1}^{5n}\frac1{n+k}\leqslant\int_{n}^{6n}\frac{\mathrm dt}t=\log6$$ |
|||
|
The answers already provided say it all but i will explain in detail the one by André Nicolas so that you can understand how it follows from the definition of integral. Derivation of the relation we'll use We know that by definition (that fancy figure you find in all textbooks to give geometrical interpretation of integral) the integral can be viewed as the sum of little areas under a curve within an interval. Thus let $f(x)$ be a single valued continuous function defined in (a,b) such that $b \gt a$ and let (a,b) be divisible into $n$ equal parts each of length $\Delta x$ such that $n\Delta x=b-a$ then $$ \int \limits_{a}^{b} {f(x) dx} = \lim_{n \to \infty} \Delta x[f(a)+f(a+\Delta x)+f(a+2\Delta x)+\cdots+f(a+(n-1)\Delta x)] \\ = \lim_{n \to \infty} \Delta x\sum_{i=0}^{n-1} f(a+i\Delta x) $$ Now we know that $n\Delta x=b-a$. Let $a=0$ and $b=1$, $$ \lim_{n \to \infty} \frac{i}{n}\sum_{i=0}^{n-1} f(\frac{i}{n}) = \int \limits_{0}^{1} {f(x) dx} $$ This last integral is the one that will allow you to compute limit of series using integration. But of course it comes with a condition: Computing the required limit In order to find the limit of our series using the above relation here is a path we'll follow to find the answer:
And here we go!!
But this is unusable with regard to the relation found above, so let's make one transformation. Hope that was helpful and correct! |
|||||||
|
|
If you can use the theorem: (1) $$\lim_{n\to \infty}\left(1+\frac{1}{2}+\frac{1}{3}+\cdots+\frac{1}{n}-\log n\right)=c$$ (the constant c is the Euler-Mascheroni constant $\gamma$ but it's irrelevant here) Then this is also true: $$\lim_{6n\to \infty}\left(1+\frac{1}{2}+\frac{1}{3}+\cdots+\frac{1}{6n}-\log 6n\right)=c$$ But when $6n\to \infty$, then $n\to \infty$, too. So we have: (2) $$\lim_{n\to \infty}\left(1+\frac{1}{2}+\frac{1}{3}+\cdots+\frac{1}{6n}-\log 6n\right)=c $$ We also have: (3) $$\log 6n - \log n = \log 6$$ Combining (1), (2) and (3) gives the wanted limit: $$(2)-(1)+(3) = c - c + \log 6 = \log 6$$ |
||||
|
|
|
Another way to do this is to rewrite the limit in the form $$ \lim_{n\to\infty}\sum_{j=1}^{5n}\frac{1}{1+\frac{j}{n}}\,\,\, \frac{1}{n} $$ and notice that the sum is a Riemann sum for $\int_1^6 \frac{1}{t}\,dt$ with $5n$ subdivisions (so that $\Delta t=\frac{1}{n}$). |
|||
|
|
|
If $H_x = 1+\frac{1}{2}+\cdots+\frac{1}{x}$ (harmonic numbers) your sum is equal to $$\lim_{n \to \infty} H_{6n}-H_n$$ Recall that $H_x=\log(n)+\gamma+O\left(\frac{1}{n}\right)$, so we see $$\lim_{n \to \infty} H_{6n}-H_n= \lim_{n \to \infty}(\log (6n)+\gamma)-(\log (n)+\gamma)+O\left(\frac{1}{n}\right)= \lim_{n \to \infty}\log 6+O\left(\frac{1}{n}\right)=\log 6$$ |
|||
|
|
