$$\lim_{N\to \infty} L_N = \lim_{N \to \infty} \Delta x \sum_{j=0}^{N-1} f(x_j) = \lim_{N \to \infty} \frac{4}{N} \sum_{j=0}^{N-1} (\frac {35}{2}[\frac{4j}{N} + 4])$$ $f(x) = (\frac{35}{2}(x+4))$ , $x_j = \frac{4j}{N}$ , $\Delta x = \frac{4}{N}$
I need to find the limit of $L_{N}$ at $[0,4]$ I've found $x_j$ and $\Delta x$ but am having trouble finding the limit.
Consider $f(x)=\frac{35}{2} (x+4)$, $f$ is continous on $[0,4]$, hence integrable there.
Divide $[0,4]$ into n equal part, i.e. $$0=\frac{4*0}{n}<\frac{4*1}{n}<...<\frac{4(n-1)}{n}<\frac{4*n}{n}=4$$ Note that each subinterval has width $$\Delta x=\frac{4}{n}$$ Pick $\xi_i=\frac{4}{n}$, we can form the following Riemann sum $$\sigma=\sum_{i=1}^{n}f(\xi_i)\Delta x$$ As $n \to \infty$, $\Delta x \to 0$, therefore $$\lim_{n \to \infty}\sum_{i=1}^{n}f(\xi_i)\Delta x=\int_{0}^{4}f(x)dx$$