I was hoping someone might be able to explain to me how I find the family of solutions to the following:
$$xy''+2y'+xy=0$$
where $y=y(x)$ and $y$ is bounded at both $0$ and infinity. I have been attempting to recast it as
$$(xy)''+xy = 0$$
and transforming it via $z=xy$, however my solutions aren't making any sense! It's been about 5 years since I've worked with an equation like this so I apologize for the triviality of this problem.
My workings:
If one makes the transformation $z=xy$ we get
$$z''+z=0$$
with $z(0)=0\times y(0)=0$, which gives
$$z=A\sin(x)+B\cos(x)$$
$B=0$ by $z(0)=0$. At this point I was expecting to find a way to create an infinite family of solutions, I can if I restrict x to a finite domain, however I wish to solve over an infinite one.