I have a homework question that is as follows:
Calculate
$$\lim _{ n\to \infty } \left[ \frac { 1 }{ n+1 } +\frac { 1 }{ n+2 } +...+\frac { 1 }{ 2n } \right] $$
by writing the expression in brackets as
$$\frac { 1 }{ n } \left[ \frac { 1 }{ 1+1/n } +\frac { 1 }{ 1+2/n } +...+\frac { 1 }{ 1+n/n } \right] $$
and recognizing the latter as a Riemann sum.
I am aware of what a Riemann sum is, but not quite sure what the first expression is depicting the sum of. The second expression makes almost no sense to me and I am not sure what the question is general is trying to get me to do. Any help would be greatly appreciated as I do not directly want the answer, just examples and guiding steps towards being able to solve it myself. Thanks!
$$\lim _{ n\to \infty } \left[ \frac { 1 }{ n+1 } +\frac { 1 }{ n+2 } +...+\frac { 1 }{ 2n } \right] =\lim _{ n\to \infty } \frac { 1 }{ n } \left[ \frac { 1 }{ 1+\frac { 1 }{ n } } +\frac { 1 }{ 1+\frac { 2 }{ n } } +...+\frac { 1 }{ 1+\frac { n }{ n } } \right] =\\ =\lim _{ n\to \infty } \frac { 1 }{ n } \sum _{ k=1 }^{ n }{ \frac { 1 }{ 1+\frac { k }{ n } } } =\int _{ 0 }^{ 1 }{ \frac { 1 }{ 1+x } dx } =\color{red}{\ln 2} $$