Im trying to solve the following Poisson equation:
$$u_{xx} + u_{yy} = \exp(-x^2)\ \text{for}\ x \in (-\infty, \infty)\ \text{and}\ y \in (0,1)$$
$$u(x,0) = 0,\ u(x,1) = 0$$
$$u(x,y) \to 0\ \text{uniformly as}\ |x| \to \infty\ \text{(i.e. compact support).}$$
I want to solve this using the Fourier Transform. I've tried taking the Fourier Transform with respect to $x$ to get an ODE in the $y$ variable but I'm having trouble understanding since the equation is not homogeneous. I'm also getting stuck with $y$ being a finite interval instead of the half line. Any help and suggestions are appreciated!