A Heat conduction equation in cylindrical coordinates

shreddinglicks
Messages
225
Reaction score
7
TL;DR Summary
Using Bessel functions to solve the heat equation for hollow cylinders.
I've been studying a few books on PDE's, specifically the heat equation. I have one book that covers this topic in cylindrical coordinates. All the examples are applied to a solid cylinder and result in a general Fourier Bessel series for 3 common cases that can be found easily with an online source.

Using separation of variables I have an equation,

J(0,alpha*r) + Y(0,alpha*r)

Then it says the 2nd term is eliminated due being bounded at r = 0. The boundary condition at the outer wall of the cylinder is then evaluated for alpha.

Afterwards I'm presented with the three Fourier Bessel solutions for the boundary conditions,
J'=0
hJ + alpha*b*J' = 0
and J = 0

I want to know how would I solve this problem if I had a hollow cylinder. I've attempted it on my own with poor results.

I assume in the hollow cylinder case Y(0,alpha*r) does not go to 0. How would I obtain my solution in this case?
 
Physics news on Phys.org
pasmith said:
Define "hollow". Do you mean a circular annulus lying between 0 < a \leq r \leq b? In that case yes, both J and Y are admissible solutions. For orthogonality relations, see section 11.4 of Abramowitz & Stegun, available at https://www.cs.bham.ac.uk/~aps/research/projects/as/resources/AandS-a4-v1-2.pdf.
Interesting. I tried to apply what is shown in 11.4.2. How would I solve for A and B that is shown in 11.4.1?
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top