3
$\begingroup$

I have the following Riemann sum and I have to convert it to definite integral: $$\lim_{n\to\infty}\sum_{i=1}^{n} (1+\frac{3i}{n})e^{2(1+\frac{3i}{n})}(\frac{3}{n})$$

I know $\Delta x = \frac{3}{n}, so:$

$$\lim_{n\to\infty}\sum_{i=1}^{n} (1+i\Delta x)e^{2(1+i\Delta x)}\Delta x$$

I know that $\Delta x = \frac{b-a}{n}$, and so $\frac{3}{n} = \frac{b-a}{n} \to 3 = b-a$

From $1 + i\Delta x$, we know $a=1$, and so $b=4$. We also know that $x_i = a + i\Delta x$, so:

$$\lim_{n\to\infty}\sum_{i=1}^{n} (x_i)e^{2(x_1)}\Delta x$$

So far in the definite integral we have:

$$\int_{1}^{4} f(x) dx$$

How do I calculate $f(x)$?

  • 0
    you have already done it it should be $\int _{ 1 }^{ 4 }{ x{ e }^{ 2x }dx } $2017-01-05
  • 0
    It is $2x_i$ instead of $2x_1$.2017-01-05

3 Answers 3

4

As you go to infinity that $\Delta x$ becomes $dx$ and the $x_i$'s become just x's. So this is the definite integral $\int_{1}^{4}xe^{2x}\text{d}x$

  • 0
    It's not $\int_{0}^{1}xe^{2x}\text{d}x$ .2017-01-05
  • 0
    It's not $\int_{0}^{4}xe^{2x}\text{d}x$ .2017-01-05
  • 0
    @Guru sorry you're correct I'm used to these Riemann sum questions being from 0 to 1 haha2017-01-05
  • 0
    It's okay now x) .2017-01-05
0

Rewrite : $$\lim_{n\to\infty}\sum_{i=1}^{n} \left(1+\frac{3i}{n}\right)e^{2\left(1+\frac{3i}{n}\right)}\left(\frac{3}{n}\right) = \lim_{n\to\infty} \left(\frac{b-a}{n}\right)\sum_{i=1}^{n} f\left(a + i\frac{b-a}{n}\right) $$

where $f : x \longmapsto xe^{2x}$, $a = 1$ and $b = 4$ .

Thus $$\lim_{n\to\infty}\sum_{i=1}^{n} \left(1+\frac{3i}{n}\right)e^{2\left(1+\frac{3i}{n}\right)}\left(\frac{3}{n}\right) = \int_1^4 xe^{2x}dx$$

  • 0
    How do you have where $f: x\to ...etc$ ?2017-01-05
  • 0
    Because $\left(1+\frac{3i}{n}\right)e^{2\left(1+\frac{3i}{n}\right)}$ can be written $\left( a + i\frac{b-a}{n} \right) e^{2\left( a + i\frac{b-a}{n} \right)}$ which is $te^{2t}$ where $t = a + i\frac{b-a}{n}$.2017-01-05
0

hint

Your function is $f(x)=xe^{2x}$ cause the Riemann sum here is

$$\sum_{i=1}^{n}f(x_i)\Delta x=\sum_{i=1}^n x_ie^{2x_i}\Delta x$$

to compute the integral, use by parts method.