$$y'=y^2 \ln x+\frac{y}{x}$$
This is Bernoulli equation of the form $y'+p_{1}(x)y=p_{2}(x)y^n$
So we will multiply the equation by $y^{-2}$ to get:
$$y^{-2}y'=\ln x+\frac{1}{x}y^{-1}$$
$$y^{-2}y'-\frac{1}{x}y^{-1}=\ln x$$
Let $t=y^{-1}\text{ , } t'=-y^{-2}y'$
So we have
$$t'+\frac{1}{x}t=-\ln x$$
Now I can not get rid of $\frac1x$ is it because the ode is non linear? Why is that? It seems that all the operations on the $y$'s are linear functions.