Given the PDE, $\Delta u=x$ in the region $x^2+y^2<1$. And $\frac{\partial u}{\partial r}=y$ on $x^2+y^2=1$. I am supposed to find all solutions.
The only machinery I know for finding solutions on bounded domains is separation of variables. But I only know how to do separation of variables for homogeneous problems. So I found the solution to $\Delta u=0$ is $u(x,y)=y$. But it is unclear how to extend this to inhomogeneous case. (It amounts to solving $\Delta u=x$ with $\frac{\partial u}{\partial r}=0$)
Maybe there some transform that turns $\Delta u=x$ into Laplace's equation? Thank-you.