Solve
$$\frac{\partial^{2} u}{\partial x^{2}} + \frac{\partial^{2} u}{\partial y^{2}} = 0$$
$$0 < x < \infty, \ \ 0 < y < H$$
subject to these boundary conditions:
$${\frac {\partial u} {\partial y}} (x,0)=0$$
$${\frac {\partial u} {\partial y}} (x,H)=0$$
$$u(0,y)=f(y)$$ This is what I found and I understand it but is this the answer?
You will want to solve this using separation of variables.
Then ∇2(XY)=X′′(x)Y(y)+X(x)Y′′(y)=0 so that X′′X+Y′′Y=0.Hence X′′=CX, Y′′=−CY for some real constant C (known as a separation constant). The values of C we need to take depend on the boundary conditions, which are: X(0)=1, limx→∞X(x)=0 ,Y(0)=Y(h)=0 with Y(y) not identically zero (actually all that's required is X(0)≠0, but it is convenient to specify X(0)=1).
The easiest boundary condition to satisfy is that X(x)→0 as x→∞. We must have X(x)=$e^{−kx}$ for some k>0. This means that C=k$^2$ so that Y′′=−$k^2$Y subject to Y(0)=Y(h)=0 but with Y(y) not identically zero.
That can be done if we take k=(nπ)/h for some positive integer n with Y(y)=Bsin(nπyh) where the constant B cannot be determined from the boundary conditions on Y. But given the next stage of the solution we may as well take B=1. Putting this together, we have, for each positive integer n, an eigenfunction $X_n$(x)$Y_n$(y)=exp(−nπxh)sin(nπyh) and the natural thing to do is to take a linear combination of these, u(x,y)=∑$a_n$exp(−nπxh)sin(nπyh), and choose the coefficients an to satisfy the boundary condition u(0,y)=f(y). We then have f(y)=u(0,y)=∑$a_n$sin(nπyh) which is the fourier sine series for f(y) on the interval 0≤y≤h. Thus $a_n$= 2/h ∫f(y)sin(nπyh)dy.
Reference https://www.physicsforums.com/threads/laplaces-equation-inside-a-semi-infinite-strip.673334/
I understand how to compute Laplace equations but I don't understand where the semi-infinite strip comes to play. So this question is a bit difficult for me to understand. Can someone please help?