I am studying MIT OpenCourseware 18.01 Single Variable Calculus on my own and am stuck on a final exam question.
Evaluate the following limit: $$\lim\limits_{n\to \infty} \sum_{i = 1}^{n} \sqrt{1+\frac{2i}{n}} \left(\frac{2}{n}\right)$$
$$=\lim\limits_{n\to \infty} \left(\frac{2}{n}\right) \sum_{i = 1}^{n} \sqrt{1+\frac{2i}{n}} $$
We can do this using the Riemann sum, which states that if the interval [a,b] is divided into $n$ equal pieces of length, where $\Delta x = \frac{b-a}{n}$, then the sum of all the areas of the rectangle is $ \sum_{i = 1}^{n} f(x_{i-1}) \Delta x $. Also, in the limit as $n$ goes to infinity, the Riemann sum approaches the value of the definite integral:
$$\lim\limits_{n\to \infty} \sum_{i = 1}^{n} f(x_{i-1}) \Delta x =\int_a^b f(x)\,dx$$
In this case, $\Delta x = \frac{b-a}{n} = \frac{2}{n}$, and therefore, $b-a = 2$. Also $f(x_0) = \sqrt{1+\frac{2}{n}}$, $f(x_1) = \sqrt{1+\frac{4}{n}}$, $f(x_2) = \sqrt{1+\frac{6}{n}}$, and so on and so forth until we reach $n$.
How do we convert $$\lim\limits_{n\to \infty} \left(\frac{2}{n}\right) \sum_{i = 1}^{n} \sqrt{1+\frac{2i}{n}} $$ to a definite integral?
The answer is $2\int_0^{1} \sqrt {1+2x}dx =\frac 2 3(3^{3/2}-1)$.