Okay, baby steps, the value of n, is either 2 or 3, these are the solutions of your soon to be derived differential equation
<br />
y=x^{n},\quad x\frac{dy}{dx}=nx^{n},\quad x^{2}\frac{d^{2}y}{dx^{2}}=n(n-1)x^{2}<br />
The sum of these three terms must sum to zero:
so
<br />
a_{1}x^{2}\frac{d^{2}y}{dx^{2}}+a_{2}x\frac{dy}{dx}+a_{3}y=[a_{1}n(n-1)+a_{2}n+a_{3}]x^{n}<br />
This will give the quadratic in n as follows:
<br />
a_{1}n^{2}+(a_{2}-a_{1})n+a_{3}=0<br />
But you know that the solution of the above quadratic in n should be 2 and 3, the quadratic for that is (n-2)(n-3)=n^{2}-5n+6=0, so compare that with the quadratic we derived to find the a_{1}, a_{2} and a_{3}. The differential equation you will be after will be:
<br />
a_{1}x^{2}\frac{d^{2}y}{dx^{2}}+a_{2}x\frac{dy}{dx }+a_{3}y=0<br />