I am trying to solve one of the problems of section 12.4 of the book "Partial Differential Equations" by Strauss. The problem says:
Use the Fourier transfor in the $x$ variable to find the harmonic function in the half plane ($y>0$) that satisfies the Neumann condition $u_y=h(x)$ on $y=0$.
So I did the fourier transform of the laplacian, but when I solve the new ODE I am missing one boundary condition. Is there any asymptotic condition that I should consider?
Thanks in advance!
Warning: All the formulas in this post are wrong. They all need $\pi$'s inserted in various places. (Partly I'm lazy. Partly we want to leave something for you to do. Mainly the problem is that every book uses a different definition of the Fourier transform, with the $\pi$'s in different places - no way I could possibly give FT formulas that will be valid with the FT in your book...)
Anyway, here's a basic fact about Poisson integrals versus the Fourier transform: If $f$ is a nice function on $\Bbb R$ (Lebesgue integrable is nice enough) and $$u(x,y)=\int e^{-y|\xi|}e^{ix\xi}\hat f(\xi)\,d\xi$$then $u$ is harmonic in the upper half plane and tends to $f$ (in various sense, depending on how nice $f$ is) on the boundary. Now it appears that $$u_y(x,y)=-\int e^{-y|\xi|}e^{ix\xi}|\xi|\hat f(\xi)\,d\xi.$$ So it would seem that you want $$\hat h(\xi)=-|\xi|\hat f(\xi).$$ So $f$ should be the inverse transform of $-\hat h(\xi)/|\xi|$.