Solve the following non-homogenous heat equation:$$ \frac{\partial u}{\partial t} = a^2 \frac{\partial ^2 u}{\partial x^2} + \epsilon \sin(k_0x)$$ on the domain $-\infty \lt x \lt \infty $, with starting conditions $u(x,t=0) = A\delta(x-x_0)$. Assume the solution is bounded everywhere.
I've tried solving this using separation of variables, but I can't seem to figure out how to use the BV's in order to get eigenvalues. Using Fourier transform seems like it would work here, since $|x|<\infty$. And if Fourier transform is the only solution, how would I go about doing it?