I'm looking for a continuously differentiable and positive function $f(x)$ for which
- $\lim_{x \to 0} f(x) = \infty$
- $\lim_{x \to 0} \frac{d}{dx} \frac{1}{f(x)} \neq \infty$
- $\int_0^1 f(x) dx < \infty$
I tried several functions:
- $1/x^a$ with $0 < a < 1$ violates 2.: The derivative of the inverse is $a x^{a -1}$ and goes to $\infty$
- $1/x^b$ with $b \geq 1$ violates 3. (the integral won't converge)
- $\log(x)$ violates 2.
I have the impression that such a function might not exist. 1. and 2. basically ask for a function that converges "slowly enough" to 0. Because the function then converges too slowly, the integral does not converge.
Does that make sense? Or is there a functional form I missed?