LCKurtz said:
For ##X## you would have$$
X(0)+\alpha X'(0)=0\,\quad X(b)+\alpha X'(b) = 0$$and for ##Y##:$$
Y(0)+\alpha Y'(0)=0\,\quad Y(b)+\alpha Y'(b) = 0$$
maves said:
I figured out, that the original boundary condition is actually (u+ \alpha \frac{\partial u}{\partial n})\bigg|_{\partial \Omega}=0, (where \partial \Omega is the boundary of the area, where we want to find the solution for u)so we have a normal derivative in it. I believe that this results in change of sign before \alpha where the normal is negatively directed:
(XY-\alpha\frac{\partial X}{\partial x}Y)\bigg|_{x=0} =0 \\<br />
(XY+\alpha\frac{\partial X}{\partial x}Y)\bigg|_{x=a} =0 \\<br />
(XY-\alpha X\frac{\partial Y}{\partial y})\bigg|_{y=0} =0 \\<br />
(XY +\alpha X\frac{\partial Y}{\partial y})\bigg|_{y=a} =0
I deliberately left "Y" in first two eq. and "X" in the last two, as the BC works on the whole product (XY), so I wonder, whether this way of writing tells me sth new, or is Y=0 or X=0 only a trivial solution?
There is no point in leaving the other variable in these equations. For example, the first one is## X(0)Y(y)-\alpha X'(0)Y(y)=0##. If there is any point where ##Y(y)\ne 0##, which I assume there is, this implies ##X(0)-\alpha X'(0)=0##. So you get the same equations I had above except for the sign changes in ##\alpha##.
The 1st and the 3rd eq. gave me relation between coefficient: C=\alpha D k_x and E=\alpha F k_y, so the only constants left are the ones in T.
The other 2 BCs gave me 2 transcendental equations, each in 1 direction:
\tan{k_i b}=\frac{-2\alpha b (k_i b)}{b^2-\alpha^2k_i^2b^2},
for i=x,y (b is a side of the square, which I am going to keep constant).
So what I can do now is to find the roots of this transc.eq. for various coupling constants in BCs (\alpha), which gives me k_{in}b=... for the n-th root. But this k does of course not simplify the term for u, as it usually did with the BCs of 1st kind.
So I have
u=\sum\limits_{m=1}^\infty \sum\limits_{n=1}^\infty (\alpha k_{xm}\cos{k_{xm} x}+\sin{k_{xm }x}) (\alpha k_{yn}\cos{k_{yn} y}+\sin{k_{yn} y})(A_{mn}\cos{\omega t}+B_{mn}\sin{\omega t}),
where j in k_{ij} denotes the "number of the root" of the transc.eq. and i is the direction (x,y).
I can write the solution as
u=\sum\limits_{m=1}^\infty \sum\limits_{n=1}^\infty (\alpha^2 k_{xm} k_{yn}\cos{k_{xm} x}\cos{k_{yn}y} + \alpha k_{xm}\cos{k_{xm} x}\sin{k_{yn} y} + \\ + \alpha k_{yn} \sin{k_{xm} x}\cos{k_{yn} y} + \sin{k_{xm}x}\sin{k_{yn} y})(A_{mn}\cos{\omega t}+B_{mn}\sin{\omega t}),
but my task is to find the eigenfrequencies of this expression (and their dependency on \alpha). How should I do that, as u is a sum of functions, not a product?
As a hint, I was told that the solution had sth to do with the parity - that I get 4 different eigenfunctions for 4 different combinations (odd-odd, even-odd, odd-even, even-even), but I don't understand, the parities of what should I compare - of functions (sin/cos), of solutions (m=1,2,...) ?
PS. I don't have any given initial conditions, which is why A and B remain undefined.
I'm not sure how much more help I can give you. I will show you how I would have proceeded with the equations, which may just duplicate what you did but didn't show.
You have the equations$$
X''-\lambda X = 0$$ $$
X(0)-\alpha X'(0) = 0$$ $$
X(b) +\alpha X'(b) = 0$$
Taking the case ##\lambda = -c^2 < 0## gives$$
X = A\sin(cx) + B\cos(cx)$$ $$
X' = Ac\cos(cx) -Bc\sin(cx)$$Applying the boundary conditions gives$$
X(0)-\alpha X'(0) = B -\alpha Ac = 0$$ $$
X(b)+\alpha X'(b) = A\sin(cb) + B\cos(cb) +\alpha(Ac\cos(cb)-Bc\sin(cb)=0$$So the equations are$$
-\alpha c A + B =0$$ $$
(\sin(cb) +\alpha c\cos(cb))A + (\cos(cb)-\alpha c \sin(cb)B = 0$$
This requires the determinant of coefficients to be ##0##.
$$\left |
\begin{array}{cc}
-\alpha c & 1\\
\sin(cb) + \alpha c\cos(cb) & \cos(cb)-\alpha c \sin(cb)
\end{array} \right |=0$$So$$
-\alpha c \cos(cb) + \alpha^2c^2\sin(cb)-\sin(cb)-\alpha c\cos(cb)=0$$ $$
\sin(cb)(\alpha^2c^2-1)=2\alpha c \cos(cb)$$ $$
\tan(cb) = \frac{2\alpha c}{\alpha^2c^2-1}$$
I think that pretty much agrees with yours although I'm not sure because of the notation. Of course, you get a similar equation for Y. Note that with ##c## chosen to satisfy this equation, you have ##B=\alpha C## in your solution.
I am aware that I may not be telling you anything you don't already know here, but I have written it so, to me, it is a bit easier to understand than your notation. Anyway, I'm afraid you are on your own from here because I don't think I have anything further helpful to add.