I could use some help solving the ODE $$(1+x^{2})y''+4xy'+2y=0$$
I have entered it into wolfram and it gave me the partial details of a solution. It read to rewrite $2=(4x)'-(x^{2}+1)''$ into the ODE.I gather we are to "reverse" the product rule. If would be helpful if someone can provide the remaining detail.Better yet if someone knows a better technique to approach to solve the ODE.
Hint $$(1+x^{2})y''+4xy'+2y=0$$ $$y''+(x^{2}y''+2xy')+2(xy'+y)=0$$ $$y''+(x^{2}y')'+2(xy)'=0$$ Integrate $$y'+(x^2y')+2xy=K$$ $$y'(1+x^2)+2xy=K$$ $$y'+(x^2y)'=K$$ integrate again $$y+(x^2y)=K_1x+K_2$$ $$y(1+x^2)=K_1x+K_2$$ $$\boxed{y(x)=\frac {K_1x+K_2}{(1+x^2)}}$$