I was wondering if there is an analytical solution for the following inequality:
$ax^2 \le \log(bx), \quad x,a,b>0$
where $a,b$ are constants. It seems that this problem involves Lambert W-function, but it is still not very clear to me if there is an analytical solution in the form of
$x \le C(a,b),$
where $C(a,b)$ is the upper bound of $x$ determined by $a$ and $b$.
Thanks a lot!

Hint:
To solve $ax^2=\ln(bx)$:
$$2ax^2=\ln(b^2x^2)$$ Let $g=2ax^2$,
$$g=\ln(\frac{b^2}{2a}g)$$ $$e^g= \frac{b^2}{2a}g$$ $$\frac{-2a}{b^2}=-ge^{-g}$$ $$-g=W(\frac{-2a}{b^2})$$ $$x=\sqrt{\frac{-W(\frac{-2a}{b^2})}{2a}}$$
Now you can solve your inequality with suitably flipping the sign.