What is a boundary condition for a PDE in a rectangular domain?

154 Views Asked by At

In the method of separation of variables, we need homogeneous BCs.

For the elliptic pde with inhomogeneous BCs:

$u_{xx}+u_{yy}=0$, with $0<x<a$ and $0<y<b$.

With $u(x=0,y)=0$ and $u(x=a,y)=A$

And $u(x,y=0)=0$ and $u(x,y=b)=B$


We want to turn the inhom BCs into hom BCs so we need that $u(x=0,y)=0$ and $u(x=a,y)=A$ to both equal zero right?

But why don't we worry about the other conditions? $u(x,y=0)=0$ and $u(x,y=b)=B$? Are these not BCs? I know what initial conditions are which is when time equals zero. But in this, there is no time so how do we know which are BCs and which are not?

2

There are 2 best solutions below

3
On BEST ANSWER

If you set $u=0$ on all $4$ edges, then you can tell me the unique solution right away, right?

When you're performing separation of variables, a two-variable problem results in one separation parameter. A three-variable problem results in two separation parameters. Etc. A pair of homogeneous conditions in one variable determines the possible values of one of the separation parameters. So you can only have one pair of homogeneous conditions when you have two variables. You can only have two pairs of homogeneous conditions when you have three variables. Etc.

0
On

In a time independent equation such as $\Delta u=0$, there are no initial condition: they are all boundary conditions.

But this does not mean we deal with all of the boundary conditions at once. The strategy is to pick a pair of sides with suitable (homogeneous) conditions, and use them to determine eigenfunctions, e.g., $Y_n(y)=\sin 3ny$. Then the PDE tells us that form $X_n$ will have, and finally the other pair of boundary conditions is brought into play to determine the coefficients of $X_n$.

In your example, we don't have a pair of opposing sides with homogeneous conditions. As Ian commented, this can be dealt with by considering $v=u-(A/a)x$, which is a harmonic function with zero values on $x=0, x=a$. (Its values on the other two sides will be different from those of $u$.)