For a continuous function $f: R \to R $ Define: $$ \lim_{x \to 0} \frac{1}{x^2} \int_{0}^{x} f(t)t \space dt $$ Since the function is continuous I can assume that it's also integrable since continuity implies integrability. I assume furthermore that there exists a function $F$ which is an antiderivative of $f$ for which the following are true:
$$\int_{a}^{b} f(x) dx =F(b)-F(a) \space\space\space\space\space a,b\in R \space $$ $$ \lim_{x \to x_{0}} \frac{F(x)-F(x_{0})}{x-x_{0}}=f(x)$$ And that for $f$ $$ \lim_{x \to x_{0}} f(x)=f(x_{0})$$
In order to find the limit, I used partial integration and ended up with: $$ \lim_{x \to 0} \frac{F(x)(x-1) +F(0)}{x^2}$$ At this point, I tried to use L'Hôpital's rule and ended up with the value $\frac{f(0)}{2}$ which seems totally wrong to me . Any advice would be appreciated, I mainly think that my solution idea is wrong, but I am stuck.
By L'Hôpital's rule, this limit is equal to $$\lim_{x\to 0} \frac{xf(x)}{2x} = \frac12\lim_{x\to 0} f(x) = \frac{f(0)}2.$$ (Use the first Fundamental Theorem of Calculus to differentiate the integral, since the integrand is guaranteed continuous.) You were correct.