I need to solve a PDE which seems to be quite simple and to have an analytical solution. I tried the method of separation of variables, but could not complete the solution. Could you please let me know whether this PDE is analytically solvable and if yes how...?
$$\frac{\partial F(z,t)}{\partial t} = \alpha \frac{\partial F(z,t)}{\partial z} + \beta F(z,t) + \gamma$$ $$F(z,0) = f(z),~~~~~~ \frac{\partial F(0,t)}{\partial t} = c.$$
Consider $$ F(z,t) = \frac{Z(z) T(t) - \gamma}{\beta}, \alpha' = - \alpha $$ then we have $$ Z(z)T'(t) + \alpha' T(t) Z'(z) = Z(z) T(t) \\ \implies \frac{T'(t)}{T(t)} + \alpha' \frac{Z'(z)}{Z(z)} = 1 $$ Now let's assume that each of the terms are constant (since they each only depend on $t,z$ respectively) but add up to be $1$ (something not dependent on $t$ or $z$). Now put $$ \frac{T'(t)}{T(t)} = k \implies \frac{Z'(z)}{Z(z)} = \frac{1 - k}{\alpha'} $$ so we have two ordinary differential equations: $$ T'(t) = k T(t) \to \frac{\mathrm{d} T}{\mathrm{d} t} = k T \to \ln T = kt + C_1 \to T(t) = C_1'e^{kt} \\ Z'(z) = \frac{1-k}{\alpha'} Z(z) \to \frac{\mathrm{d} Z}{\mathrm{d} z} = \frac{1-k}{\alpha'} Z \to \ln Z = \frac{1-k}{\alpha'}z + C_2 \to Z(z) = C_2'e^{(1-k)z/\alpha'} $$ Now putting this together we get that $$ F(z,t) = \frac{C_2'e^{(1-k)z/\alpha'} C_1'e^{kt} - \gamma }{ \beta } = C_2'' e^{(1-k)z/\alpha'} C_1''e^{kt} - \frac{\gamma}{\beta} $$ Let's plug this back in, first we have $$ \frac{\partial F}{\partial t} = k C_2'' e^{(1-k)z/\alpha'} C_1''e^{kt} \\ \frac{\partial F}{\partial z} = \frac{1-k}{\alpha'}C_2'' e^{(1-k)z/\alpha'} C_1''e^{kt} $$ and we get $$ k C_2'' e^{(1-k)z/\alpha'} C_1''e^{kt} = (k-1)C_2'' e^{(1-k)z/\alpha'} C_1''e^{kt} + C_2'' e^{(1-k)z/\alpha'} C_1''e^{kt} - \gamma + \gamma $$ which checks out.