Let $f:\left[0,\infty\right] \to \mathbb{R}$ be a non-negative function such that $\int_{0}^{\infty}f(x)\,dx<\infty$ that $f$ is Riemann integrable on any finite interval $\left[0,R\right]$ and that $\lim_{R\to\infty}\int_{0}^{R}f(x)dx$ exists and is finite. Prove that the limit $\lim_{R\to\infty}\frac{1}{R}\int_{0}^{R}xf(x)dx$ exists and determine its value.
My approach is I first proved that product of two integrable functions is integrable using basic definitions of limit therefore the function $g(x)=xf(x)$ is integrable but then I tried integration by parts and I am stuck. The answer is probably zero but I could not exactly prove it using $\epsilon$ $\delta$ definition.
If you know about Cesàro means regarding to sequences, this is kind of the same idea.
Since $\int_0^{+\infty} f < +\infty$, we have $\int_t^{+\infty} f \to 0$ as $t \to +\infty$. Hence, if $\varepsilon > 0$, there exists $t_0 > 0$ such that $$t > t_0 \implies 0 \leq \int_t^{+\infty} f < \varepsilon.$$
However, since $f \geq 0$, \begin{align*}\frac1R\int_{0}^R x f(x) \mathrm dx = \frac1R \int_{0}^R \left(\int_0^x f(x) \mathrm dt \right)\mathrm dx &= \frac1R \int_{0}^R \left(\int_t^R f(x) \mathrm dx \right)\mathrm dt \\ &\leq \frac1R \int_{0}^R \left(\int_t^{+\infty} f \right)\mathrm dt. \end{align*}
Hence, \begin{align*}\frac1R\int_{0}^R x f(x) \mathrm dx &\leq \frac1R \int_{0}^{t_0} \left(\int_t^{+\infty} f \right)\mathrm dt + \frac1R \int_{t_0}^{R} \left(\int_t^{+\infty} f \right)\mathrm dt \\ &\leq \frac{t_0}{R} + \frac{R - t_0}{R}\varepsilon \end{align*}
This means that the $\overline{\lim}$ of $\frac1R\int_{0}^R x f(x) \mathrm dx$ can be arbitrarily small as $R \to +\infty$, i.e. its limit is $0$.
Here, I used the Fubini-Tonelli theorem, maybe you can avoid it, this is not exactly elementary...
You could also use a little $o$ summation theorem to shorten the proof.