Find the general solution of $${x}^{2} \dfrac {d^{2}y}{dx^{2}}+ x \dfrac{dy}{dx}+y=0 $$
$$$$
This is an example of a Cauchy-Euler equation. However I'm interested in solving it without assuming a solution of the form $y=x^m$ $$$$ I tried as follows:
Let $D=\dfrac{dy}{dx}$. $$$$Thus $$x^2\dfrac{dD}{dx}+xD+y=0$$ Differentiating wrt $x$, $$x^2\dfrac{d^2D}{dx^2}+2x\dfrac{dD}{dx}+D+x\dfrac{dD}{dx}+D=0$$
$$x^2\dfrac{d^2D}{dx^2}+3x\dfrac{dD}{dx}+2D=0$$
Could somebody please suggest how I could go about solving this?
I don't think this approach has any advantage. Note that:
In any case, very good for you trying alternative solutions or methods; as long as you understand why your approach did not work, this is very important for deepening your understanding of the problem. I even find it useful for myself and other people.
Regarding the idea of substitution by $t=\ln(x)$, it is useful because it leads to another equation, now for $Y(t)=y(e^t)$ instead of $y(x)$, which is linear with constant coefficients. And that allows for an easier solution (specially for this case, where you have an homogeneous equation).
But besides that, it's motivation is as intuitive as for the idea of assuming a solution of the form $y(x)=x^n$ for some $n\in \mathbb N$: someone else has already worked with this type of equation and he/she knows that this idea will work.
(*) Since derivation is not an injection, that is, $f'(x) \equiv g'(x)$ does not imply $f(x) \equiv g(x)$ but only that there is a $C\in \mathbb R$ such that $f(x) \equiv g(x)+C$.