Prove if $f(0) = 0$ then $\displaystyle\lim_{x \to 0^+}x\int_x^1 \frac{f(t)}{t^2}dt = 0$ for regulated function $f$
A regulated function is a function $f$ on $[a,b]$ such that $\exists$ a sequence $(\varphi_n)_{n \in \mathbb{N}}$ of step functions such that $\displaystyle \lim_{n \to \infty} \sup_{x \in [a,b]} \lvert f(x) - \varphi_n(x) \rvert = 0$ and $\forall x \in (a,b)$ the left and right limits exist, also left limit of $b$ & right limit of $a$. Also given the assumption that $f$ is continuous at $0$ which is said to be redundant.
So we know $f$ is continuous on $[0,1)$. For $\varepsilon > 0, \exists \delta > 0, \lvert x \rvert < \delta \implies \lvert f(x) - f(0) \rvert = \lvert f(x) \rvert < \varepsilon$
Intuitively, I know the $x$ outside the integral goes to $0$ so as long as the integral itself converges then we can get the desired $0$ as the limit.
so get $\displaystyle\lim_{x \to 0^+}x \cdot \lim_{x \to 0^+}\int_x^1 \frac{f(t)}{t^2}dt = 0 \cdot \lim_{x \to 0^+}\int_x^1 \frac{f(t)}{t^2}dt$ so we need $\displaystyle\lim_{x \to 0^+}\int_x^1 \frac{f(t)}{t^2}dt < \infty$
Now I'm stuck because if $x = 0$ then $\displaystyle \frac{f(0)}{0} = \frac{0}{0}$