I'm looking to solve Laplace's equation on the infinite strip $(x,y)\in(0,1)\times(0,\infty)$ with mixed boundary conditions identical to this question:
$$\Delta u=0$$ $$u_x(0,y)=u_x(1,y)=0$$ $$u(x,0)=f(x)$$ The answer provided there is from a separation-of-variables approach, but I am interested in an integral representation if possible (mainly for numerical evaluation because $f$ is given numerically). Several examples where there are Dirichlet conditions on the boundaries (rather than Nuemann conditions) have integral representations such as this question and this question. With Dirchlet conditions, one can employ the conformal mapping $z\mapsto\cos(z)$ (mapping the strip to a half plane) and use the Poisson kernel to get an integral representation. However, the Poisson kernel does not apply for mixed-boundary conditions like those above. I would appreciate any assistance determining if an integral representation exists.