Laplace Cylindrical Coordinates (Separation of variables)

phioder
Messages
25
Reaction score
0
Hello,

The following equation:

\frac{\partial^2 u}{\partial r^2}+\frac{1}{r} \cdot \frac{\partial u}{\partial r}+ \frac{\partial^2 u}{\partial z^2} = 0

is solved by separation of variables assuming a solution of the form:

u=R(r)Z(z)

In other cases the assumed solution is of the form:

u=\psi_{0}+\psi_{1}z+R(r)Z(z)

Could anyone tell me or give me a hint where do the \psis come from?

Best Regards
Phioder
 
Physics news on Phys.org
Hello phioder, it seems you are still working on the Fourier series problems. The issue with the \psi numbers is not so difficult to understand. It is related to non-homogeneus boundary conditions.This means boundary conditions which are not equal to 0. To see this, let's assume your problem is defined as:

\frac{\partial^2 u}{\partial r^2}+ \frac{1}{r} \cdot \frac{\partial u}{\partial r}+ \frac{\partial^2 u}{\partial z^2} = 0

for a cylinder with radius R0 and height L, thus:

0 \leq r \leq R_0
0 \leq z \leq L

subject to the boundary conditions:

u(r,0)=T_1
u(r,L)=T_2
u(R_0,z)=f(z)

Now this problem can't be solved in the standard way, but there is a workaround if you consider the following reasoning. Assume that the problem can be split up in two parts, one with he boundary conditions at the bottom and the top and one with the boundary on the convex round area and 0 at the top and bottom. The first one is independent of r as can be seen from the boundary conditions. So it is only a function of z. The other one is a standard problem. Now mathematically this is assuming that you can write the solution as:

u(r,z)=v(z)+w(r,z)

With v(z) the solution to the first problem and w(r,z) the solution to the second one. Putting this into the differential equation, you get:

\frac{\partial^2 w}{\partial r^2}+ \frac{1}{r} \cdot \frac{\partial w}{\partial r}+ <br /> \frac{\partial^2 v}{\partial z^2}+ \frac{\partial^2 w}{\partial z^2} = 0

Because v and w are independent of each other you have the following two resulting equations:

\frac{\partial^2 v}{\partial z^2}= 0

\frac{\partial^2 w}{\partial r^2}+ \frac{1}{r} \cdot \frac{\partial w}{\partial r}+ <br /> \frac{\partial^2 w}{\partial z^2} = 0

The first one for the function v and the second one for the function w. The one for v can be written as an ordinary differential equation because it is only depending on z, thus:

\frac{d^2 v}{d z^2}= 0

The boundary conditions are now transformed to become for the first equation:

v(0)=T_1
v(L)=T_2

and for the second these are:

w(r,0)=u(r,0)-T_1=T_1-T_1=0
w(r,L)=u(r,L)-T_2=T_2-T_2=0
w(R_0,z)=u(R_0,z)-v(z)=f(z)-v(z)

So the second equation has again homogeneus boundary conditions and a transformed one for the round area. If you solve the first one you will end up with:
 
There seems to be a database error for which I wasn't able to post everything, so here's part 2:

v(z)=A\cdot z + B

Applying the boundary conditions gives you:

v(z)=\frac{T_2-T_1}{L} \cdot z + T_1

The last boundary condition for the second equation is therefore:

w(R_0,z)=f(z)-\left(\frac{T_2-T_1}{L} \cdot z + T_1\right)

And this equation can be solved using the standard technique. The meaning of \psi_0 and \psi_1 is now clear. There are:

\psi_1=\frac{T_2-T_1}{L} \cdot z
\psi_0=T_1

In case you have some spare time on this, the solution of the above problem in case the function f(z)=u0, a constant, you obtain:

u(r,z)=\frac{T_2-T_1}{L}+T_1+\sum_{n=1}^{\infty} \left( \frac{4}{\pi(2n-1)}\cdot \left(u_0-\frac{T_2-T_1}{2}\right) \cdot \frac{I_0\left(\frac{(2n-1)\pi r}{L}\right)} {I_0\left(\frac{(2n-1)\pi R_0}{L}\right)} \cdot sin\left(\frac{(2n-1)\pi z}{L}\right)\right)+

\sum_{n=1}^{\infty} \left( \frac{T_2-T_1}{n\pi}\cdot \frac{I_0\left(\frac{2n\pi r}{L}\right)} {I_0\left(\frac{2n\pi R_0}{L}\right)} \cdot sin\left(\frac{2n\pi z}{L}\right)\right)

In case now the temperatures at the top and bottom are 0, you end up with the solution of problem 6.101 given in "Fourier Analysis" by Murray R. Spiegel.

Hope this helps.
 
Last edited:

Similar threads

Replies
3
Views
4K
Replies
7
Views
3K
Replies
1
Views
2K
Replies
36
Views
4K
Replies
2
Views
2K
Replies
6
Views
2K
Replies
11
Views
3K
Back
Top