Laplace's equation on a rectangle (mixed bndy)

lordofspace
Messages
2
Reaction score
0

Homework Statement



I'm having issues with a deceptively simple Laplace problem. If anybody could point me in the right direction it would be fantastic.

It's just Laplace's equation on the square [0.1]x[0,1] (or any rectangle you like) with a mixed boundary.

Homework Equations



Uxx+Uyy=0
Ux(0,y)= a (some constant)
Ux(1,y)= 0
U(x,0)=0
Uy(x,1)=0

The Attempt at a Solution



The main thing I've tried is just an ordinary seperable solution, but it's definitely not seperable. I need something different.
 
Last edited:
Physics news on Phys.org
Actually, it is separable. Just let U(x,y)=A(x)B(y).

EDIT: It seems to me that if a isn't zero, B(y) must be a constant function since by the first condition,
U_x(0,y)=A'(0)B(y)=a \Rightarrow B(y)=\frac{a}{A'(0)}=\text{constant}.\qquad (1)
Further, by the third condition, either A(x)=0 for all x or B(0)=0. If A(x)=0, then clearly U(x,y)=0. If B(0)=0 (and a is nonzero), then by (1), B(y)=0 for all y, so U(x,y)=0. Thus, in order for U(x,y) to be non-trivial, a must be zero.
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top