Wave equation in cylindrical coordinates - different expression?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 4K views
MiSo
Messages
3
Reaction score
0
Hello to everybody,
I am solving some examples related to wave equation of shear horizontal wave in cylindrical coordinates (J.L Rose: Ultrasolic Waves in Solid Media, chapter 6), which is expressed as follows:

2u=1/cT2⋅∂2u/∂t2

The Laplace operator in cylindrical coordinates can can be derived in the form of (which I have verified to myself):
2=∂2/∂r2+1/r⋅∂/∂r+1/r2⋅∂2/∂θ2+∂2/∂x2

Prof. Rose uses in his book following expression of Laplace operator:
2=1/r⋅∂/∂r⋅(r⋅∂/∂r)+1/r2⋅∂/∂θ2+∂2/∂x2

Can anyone please give be an explanation how to get such an expression? I am quite confused.

Mike
 
Physics news on Phys.org
An attachment...
1.jpg

2.jpg
 
The two expression are equivalent. Prof. Rose equations is a little more compact. You use the chain rule on the first term to verify that they are the equivalent.
 
Thank you very much for you reply!

You mean to make chain rule on this term? 1/r⋅∂/∂r⋅(r⋅∂u/∂r) or ∂2u/∂r2
I ask because when I´ll make a chain rule on ∂2u/∂r2 term, I think, that I have to obtain a Laplace operator for cartesian coord. system...
 
[itex]\frac{1}{r} \frac{\partial}{\partial r} \left( r \frac{\partial u}{\partial r} \right) = \frac{1}{r} \left( r \frac{\partial^2 u}{\partial r^2} + \frac{\partial r}{\partial r} \frac{\partial u}{\partial r} \right) = \frac{\partial^2 u}{\partial r^2} + \frac{1}{r} \frac{\partial u}{\partial r}[/itex]