I'm trying to show that $f(x) = 2x+3$ is Riemmann integrable on $[2,3]$ and $\int_2^3f(x)dx=8$.
2026-04-04 02:31:02.1775269862
Show that $f(x) = 2x+3$ is Riemann integrable on interval [2,3]
3.4k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
You can use the fact that: $\sum_{i=1}^n i = \frac{n(n+1)}{2}$ to find the accurate value of the upper and lower sum. The fact that we're dealing with infinity can be a little bit tricky, but usually (at least that was the case for me) during the lectures we accept that this formula is true even when $n \to \infty$ without a proof. So:
$$L =\lim_{n \to \infty} \sum_{r=1}^{n} \left(2\cdot\left(2 +\frac{(r-1)}{n}\right) + 3 \right) \cdot \frac 1n = \lim_{n \to \infty}\sum_{r=1}^{n} \left(\frac{2r + 7n-2}{n} \right) \cdot \frac 1n $$ $$ = \lim_{n \to \infty} \left(\frac{n(n+1)+7n^2 - 2n}{n} \right) \cdot \frac 1n = \lim_{n \to \infty} \frac{8n^2 - 2n}{n^2} = 8$$
Similarly:
$$U =\lim_{n \to \infty} \sum_{r=1}^{n} \left(2\cdot\left(2 +\frac{r}{n}\right) + 3 \right) \cdot \frac 1n = \lim_{n \to \infty}\sum_{r=1}^{n} \left(\frac{2r + 7n}{n} \right) \cdot \frac 1n $$ $$ = \lim_{n \to \infty} \left(\frac{n(n+1)+7n^2}{n} \right) \cdot \frac 1n = \lim_{n \to \infty} \frac{8n^2}{n^2} = 8$$
As $U = L = 8$ we have that the function is Riemann Integrable on $[2,3]$.