So In my research I stumbled upon a difficult ODE, It goes like this $$ y''(x)-[(\operatorname{Heaviside}(ax)+b]y(x)=0, $$ (a,b are the respective constants) I tried approximating Heaviside with analytical terms, which gave me these ODE's
$$ y''(x)-[b/2*(1+2/π * \arctan(x/ϵ) )+a]y(x)=0, $$ or
$$ y''(x)-[a/(1+e^x\epsilon]+b)y(x)=0$$
The epsilon should multiply the power as well, it doesn't work for some reason. The mighty wolfram gives me answers that I barely understand, How would you suggest I go about it? Should I try a different approach? is it even solvable? Laplace transform also didn't help me. Thanks a lot!