What is the solution for the following diffusion partial differential equation (initial value problem)? $$\frac{\partial f}{\partial t} = \pm\frac{\partial f}{\partial x}+(ax+b)^2\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= \pm\frac{d\tilde f}{d x}+(ax+b)^2\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?
Maple finds solutions of the ODE (with +) in terms of Kummer U and M functions: $$f \left( x \right) = \left( ax+b \right) ^{-{\frac {\sqrt {{a}^{2 }+4\,k}-a}{2a}}} \left( C_{{1}}\;{\text{KummerU}\left({\frac {\sqrt {{a}^{2 }+4\,k}-a}{2a}},\,{\frac {a+\sqrt {{a}^{2}+4\,k}}{a}},\,{\frac {1}{ \left( ax+b \right) a}}\right)}+C_{{2}}\;{\text{KummerM}\left({\frac { \sqrt {{a}^{2}+4\,k}-a}{2a}},\,{\frac {a+\sqrt {{a}^{2}+4\,k}}{a}},\,{ \frac {1}{ \left( ax+b \right) a}}\right)} \right) $$
EDIT:
If you take your ODE $(ax+b)^2 f''(x) + f'(x) - k f(x) = 0$ and do the change of dependent and independent variables $f(x) = z^c u(z)$, $x = \dfrac{1}{a^2 z} - \dfrac{b}{a}$ with constant $c$ to be determined, you get
$$ z\; u''(z) + (2c+2 - z) \; u'(z) + \left(\dfrac{a^2 c^2 + a^2 c - k}{a^2 z} - c \right) u = 0$$
Set $c$ such that $a^2 c^2 + a^2 c - k = 0$, the above equation turns into the Kummer equation
$$ z \; u'' + (\nu - z) u' - \mu u = 0$$ with $\nu = 2c+2$ and $\mu = c$.