Find the Green's function for the corresponding boundary value problem : $$x^2(\log_e x-1)y''-xy'+y=0$$ with the conditions $y(0)$ is finite and $y(1)=0$.
As a matter of fact, we need to solve the above equation in its general form then use the properties of Green's functions, i.e. its continuity, jump discontinuity of its first order derivative etc. to calculate the Green's function. But I cannot solve this ODE in general methods. I have tried reducing the equation to normal form and changing the independent variable but to no avail. Can someone help in this regard? It will be enough to tell just how to solve this ODE in general. Thanks in advance.
By visual inspection, esp. of the last two terms, $y(x)=x$ is a solution. Insert $y(x)=xu(x)$ to get $$ 0=x^2(\ln x-1)(xu''+2u')-x(xu'+u)+xu=x^3(\ln x-1)u''+x^2(2\ln x-3)u' $$ which now is first order and separable in $u'$ giving $$ \frac{u''}{u'}=-\frac1x\frac{2\ln x-3}{\ln x-1}\implies u'(x)=Cx^{-2}(\ln x-1) \\~\\ \implies u(x)=D-Cx^{-1}\ln x $$ so that $y(x)=\ln x$ is the second basis solution.
Check that $y(x)=x$ satisfies the left boundary condition and $y(x)=\ln x$ the right one. Now compute the Wronskian and compose the Green function.