I am having trouble trying to convert a limit to a definite integral. I am unsure about how to go about this. I have already tried googling this but can not find anything that is comprehensive enough for me to learn from.
Here's the limit:
$$\lim_{n\rightarrow \infty}\sum_{k=1}^n \left(1+\frac{2k}{n}\right)\cdot \frac{2}{n}$$
I need to express this as a definite integral but cannot figure out how. My textbook is not clear and doesn't include an example, and my professor did not explain this.
Thank you!
The goal is to represent the limit
$$\lim_{n\rightarrow \infty}\sum_{k=1}^n \left(1+\frac{2k}{n}\right)\cdot \frac{2}{n}$$
as an integral.
In fact, any integral like $\int_a^b f(x) dx$ can be approximated as a sum of $n$ rectangles:
$$\int_a^b f(x)dx \approx \sum_{k=1}^n f(a + k\cdot\Delta x)\cdot \Delta x$$
A picture shows why— here, $\Delta x$ is the width of the rectangles (it's equal to the length of the interval divided into $n$ equal pieces), $(a+k\Delta x)$ is the x-position of the $k$th rectangle, and $f(a+k\cdot \Delta x)$ is its height so that the left tip of the rectangle touches the curve $f(x)$.
If we increase the number of rectangles $n$, the sum should become a more and more accurate approximation of the integral. Eventually, if the limit exists, the approximation will become exact:
$$\int_a^b f(x)dx = \lim_{n\rightarrow \infty}\sum_{k=1}^n f(a + k\cdot\Delta x)\cdot \Delta x$$
If we match this general pattern against the equation you're given, it looks like:
We now have all of our components and can write
$$\lim_{n\rightarrow \infty}\sum_{k=1}^n \left(1+ \frac{2k}{n}\right)\cdot \frac{2}{n} = \fbox{$\int_{1}^3 x \, dx$}$$