in Calculus recategorized by
1,198 views
3 votes
3 votes

$\underset{n \to \infty}{\lim} \dfrac{1}{n} \bigg( \dfrac{n}{n+1} + \dfrac{n}{n+2} + \cdots + \dfrac{n}{2n} \bigg)$ is equal to

  1. $\infty$
  2. $0$
  3. $\log_e 2$
  4. $1$
in Calculus recategorized by
by
1.2k views

4 Comments

Right.
0
0
Why not limit value  zero
0
0

Just do some experiments. Put $n=10,50,100,500,1000,10000,...$  etc and look how the value of the sum approaches. You have to write a program to compute or use online summation-calculator here.
 

0
0

4 Answers

4 votes
4 votes

Here, $\displaystyle \mathrm{A}=\lim_{n\to \infty} \frac{1}{n}\left( \frac{n}{n+1}+\frac{n}{n+2}+\frac{n}{n+3}+\cdots+\frac{n}{2n} \right)=\lim_{n\to \infty} \sum_{r=1}^{n}\frac{1}{n} \left( \frac{n}{n+r} \right)$

It's a limiting sum of which the $n^{\mathrm{th}}$ term of the sequence $\frac{n}{n+1},\frac{n}{n+2},\frac{n}{n+3},\cdots,\frac{n}{n+n}$ converges to exactly $\frac{1}{2}$. So, this sum can be evaluated by a definite integral.

Now $\frac{n}{n+r}=\frac{1}{1+\frac{r}{n}}$. Let $x=\frac{r}{n}$. $\therefore \frac{n}{n+r}=\frac{1}{1+x}\tag{i}$

Notice that for each term i.e. for $r=1,2,3,...$ we have $x=\frac{1}{n},\frac{2}{n},\frac{3}{n},...,\frac{n}{n}$.

As $n \to \infty$, the first term $x=\frac{1}{n} \to 0$. So the initial integral limit is $x=0$. On the other hand, the last term $x=\frac{n}{n}=1$. So the final integral limit is $x=1$.

Now from the continuous set $[0,1]$, for the sake of integration, we need $\Delta x=\frac{1-0}{n}=\frac{1}{n} \tag{ii}$

 

Now using no$\mathrm{(i)}$ and no$\mathrm{(ii)}$, we obtain

$\displaystyle \mathrm{A}=\lim_{n\to \infty} \sum_{r=1}^{n}\frac{1}{n} \left( \frac{n}{n+r} \right)=\lim_{n\to \infty} \sum_{r=1}^{n}\Delta x \left( \frac{1}{1+x} \right)=\int_{0}^{1}\frac{1}{1+x}\mathrm{d}x$

Hence $$\begin{align} \mathrm{A}&=\int_{0}^{1}\frac{1}{1+x}\mathrm{d}x \\ &=[\log_{e}(1+x)]_{0}^{1}\\ &=\log_{e}(2)-\log_{e}(1)\\ &=\log_{e}(2) \end{align}$$

 

So the correct answer is C.

edited by

4 Comments

perfect!

some references :

https://www.khanacademy.org/math/ap-calculus-ab/ab-integration-new/ab-6-3/v/riemann-sums-and-integrals

https://www.khanacademy.org/math/ap-calculus-ab/ab-integration-new/ab-6-3/v/writing-riemann-sum-limit-as-definite-integral

and other related videos.

$\int_{a}^{b}f(x)dx = \lim_{n\rightarrow \infty }\sum_{r=1}^{n} f(a+ \Delta x r )\Delta x$

Here, $\lim_{n\to \infty} \sum_{r=1}^{n}\frac{1}{n} \left( \frac{1}{1+\frac{r}{n}} \right)$

Now, here , $\Delta x = \frac{1}{n}$

and consider $f(x)=\frac{1}{x}$. So, $f(a +\Delta xr) = \frac{1}{a+\frac{r}{n}}$

So, $a$ will be $1$. Now, for $b$,  $\frac{b-a}{n} = \frac{1}{n}$. So, $b$ will be $2$.

So, we have to compute $\int_{1}^{2}\frac{1}{x} dx$ which is  $ln2$

2
2
Yeah. šŸ‘Œ
1
1
Good resource.
2
2
1 vote
1 vote
$\lim_{n\rightarrow \infty }(1/n+1 + 1/n+2 + 1/n+3 +....................+1/2n)$

$=\lim_{n\rightarrow \infty }\sum_{r=1}^{n} (1/n+r)$

$=\lim_{n\rightarrow \infty }\sum_{r=1}^{n} (1/n)/1+(r/n)$

$=\lim_{n\rightarrow \infty }(1/n)*\sum_{r=1}^{n} 1/(1 + r/n)$

$=\int_{0}^{1}dx/1+x$

$=\int_{0}^{1} log_{e}(1+x)$

$=log_{e}(1+ 1) - log_{e}(1+ 0)$

$=log_{e}2 - log_{e}1$

$=log_{e}2$
1 vote
1 vote
lim nā†’āˆž 1/n(n/n+1+n/n+2+ā‹Æ+n/2n)

lim n-> āˆž 1/n( (n+1-1)/(n+1)  + (n+2-2)/(n+2).......(n+n-n)/(2*n))

lim n-> āˆž 1/n( 1 - 1/(n+1) + 1 -2/(n+2) + 1 - 3/(n+3).........1- n/(2*n))     ( here 1 comes n times)

lim n-> āˆž 1/n( n - 1/(n+1)  - 2/(n+2)  - 3/(n+3)......... -n/(2*n))

expand the series, thus

lim n-> āˆž 1 -1/(n*(n+1)) -2/(n*(n+2)).......n/(n*(2*n))

apply lim n-> āˆž

we get 1- 1/āˆž - 2/āˆž......n/āˆž = 1- 0 - 0.... 0

hence answer =1
by
0 votes
0 votes
Getting answer (B) 0
Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true