I am trying to solve,
$ f''(x)+2 x f(x)f'(x) = 0$
with boundary conditions $f(-\infty)=1$ and $f(\infty)=0$. I have found that for instance $f(x) = 3/2 x^{-2}$ but obviously it does not satisfy the proper boundary conditions. Any ideas for a solution?
(this is not an answer, but, this doesn't do well as a comment)
To solve $y''+2xyy'=0$ we might notice $(xy^2)' = y^2+ 2xyy'$ thus $$ y''+(xy^2)'-y^2 = 0 $$ or $$ (y'+xy^2)' - y^2 = 0 $$ I also tried multiplying by $y'$ to look for some energy equation, but, the presence of that $x$ is cramping my style. I bet someone can solve this.