Deriving the heat equation in cylindrical coordinates

nettle404
Messages
2
Reaction score
0

Homework Statement



Consider heat flow in a long circular cylinder where the temperature depends only on t and on the distance r to the axis of the cylinder. Here r=\sqrt{x^2+y^2} is the cylindrical coordinate. From the three-dimensional heat equation derive the equation U_t=k(U_{rr}+2U_r/r).

Homework Equations



The standard heat equation is

c\rho\frac{\partial}{\partial t}U(x,y,z,t)=\kappa\nabla^2U(x,y,z,t)

The Attempt at a Solution



Attempted to work backwards from U_t=k(U_{rr}+U_r/r) with the chain rule, but that did not produce anything of value. I can also probably solve the problem by deriving the heat equation starting in cylindrical coordinates, but the question asks to specifically "transplant" cylindrical coordinates onto the Cartesian coordinate heat equation by some tricky variable substitution algebra I can't imagine performing. That is: Where should I start?
 
Physics news on Phys.org
You could start with, e.g., ## \frac{\partial U}{\partial x} = \frac{\partial U}{\partial r}\frac{\partial r}{\partial x}+\frac{\partial U}{\partial \theta}\frac{\partial \theta}{\partial x}+\frac{\partial U}{\partial z}\frac{\partial z}{\partial x} ## (the last term vanishes, why?). Once you have ## \frac{\partial U}{\partial x} ## in terms of ## r, \theta,## and ##z##, you can get ## \frac{\partial^2 U}{\partial x^2} = \frac{\partial}{\partial r}\left( \frac{\partial U}{\partial x} \right) \frac{\partial r}{\partial x} + \frac{\partial}{\partial \theta}\left(\frac{\partial U}{\partial x} \right)\frac{\partial \theta}{\partial x} ##. You can assemble ##\nabla^2## going on this way. There are faster methods, but this is the one that requires the least sophisticated mathematics (as far as I know).
 
Geofleur said:
You could start with, e.g., ## \frac{\partial U}{\partial x} = \frac{\partial U}{\partial r}\frac{\partial r}{\partial x}+\frac{\partial U}{\partial \theta}\frac{\partial \theta}{\partial x}+\frac{\partial U}{\partial z}\frac{\partial z}{\partial x} ## (the last term vanishes, why?). Once you have ## \frac{\partial U}{\partial x} ## in terms of ## r, \theta,## and ##z##, you can get ## \frac{\partial^2 U}{\partial x^2} = \frac{\partial}{\partial r}\left( \frac{\partial U}{\partial x} \right) \frac{\partial r}{\partial x} + \frac{\partial}{\partial \theta}\left(\frac{\partial U}{\partial x} \right)\frac{\partial \theta}{\partial x} ##. You can assemble ##\nabla^2## going on this way. There are faster methods, but this is the one that requires the least sophisticated mathematics (as far as I know).

The last term vanishes because $z$ is unaffected by $x$? I'm not entirely convinced that's necessarily the case, but it's a bit late where I am and I need some sleep. I'll return to the problem tomorrow and try to solve it: I think your hint has more or less cleared the issue for me.

Out of curiosity, what are these faster methods you're speaking of?
 
Indeed, ## z ## and ## x ## are independent of one another. The other methods:

(1) The expressions for ##\nabla ##, ## \nabla^2 ##, ## \nabla \cdot ##, and ## \nabla \times ## can all be derived in curvilinear coordinates by using the divergence and Stokes' theorems. See, e.g., Fujita and Godoy, Mathematical Physics, pg. 73.

(2) Using tensor calculus and the covariant derivative, one can derive general expressions for these operators in terms of the metric tensor ##g##. ##\nabla^2##, for example, turns out to be:

## \nabla^2\Psi = \frac{1}{|g|^{1/2}}\frac{\partial}{\partial x^i}\left[ |g|^{1/2}g^{ik}\frac{\partial \Psi}{\partial x^k} \right] ##.

Above, when an index appears once raised and once lowered, it is to be summed over (known as the Einstein summation convention).
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top