For $n\in \mathbb Z_{>0}$ let $f_n:[0,1]\to R$ be continuous and differentiable on $(0,1]$ with $$|f_n'(x)|\le \frac{1+|\ln x|}{\sqrt x}$$ on $(0,1]$ and $$\left|\int_0^1f_n(x)\,dx\right|\le 10$$ Prove that $\{f_n\}$ has a uniformly convergent subsequence.
I guess I have to verify the hypotheses of the Arzela-Ascoli theorem: that $f_n$ is pointwise bounded and equicontinuous.
Some ideas for equicontinuity:
$$ |f_n(y)-f_n(x)| = \left|\int_x^yf_n'(t)\,dt\right|\le \int_x^y |f_n'(t)|\,dt\\ \le\int_x^y\frac{1+|\ln t|}{\sqrt t} \, dt \le \int_x^y\frac{1-\ln t}{\sqrt t}\,dt $$
but I'm not sure whether it yields an expression of $|y-x|$ (not sure if it's the correct paths, and it's not obvious how to integrate that). For the boundedness, I guess I need to use the second inequality in question, but I don't know how...