What is the analytical solution for the following diffusion partial differential equation (initial value problem)? $$\frac{\partial f}{\partial t} = (ax^2+b)\frac{\partial f}{\partial x}+\frac{\partial^2 f}{\partial x^2},$$ where $a$ and $b$ are real number constants.
We can separate the variables or take the Fourier transform $\tilde f(x)$ of $f$ in the time domain $t$, and turn the above into an ordinary differential equation eigenvalue problem in $x$: $$k\tilde f= (ax^2+b)\frac{d\tilde f}{d x}+\frac{d^2 \tilde f}{d x^2}.$$ where $k$ can be views as an eigenvalue for the differential operator on the left hand side. Now we can further transform this into the Sturm-Liouville form.
However, I can not immediate recognize a transformation that can turn the above into a known form that admits an analytic solution. Can someone help?
kf=(ax+b)f'+f''
are linear combinations of Hermite polynomial and Kummer function (confluent hypergeometric)
The solutions of the ODE considered here :
kf=(ax²+b)f'+f''
certainly involve special functions of higher level. I don't think that they are actually standard and/or referenced special functions
– JJacquelin Dec 10 '13 at 10:19