Cylindrical Coordinates -Div/Curl/Grad

FrogPad
Messages
801
Reaction score
0
We just started a section dealing with div/curl/grad in different orthogonal systems... before I get started doing problems involving these operations I wanted to make sure I am dealing with these operation correctly. Our first homework problem is as follows:

In cylindrical coordinates compute:
(1) \nabla \theta
(2) \nabla r^4
(3) \nabla \cdot i_r
(4) \nabla \times \nabla \cdot \theta
...

The definition for \nabla in cylindrical coordinate is:
\nabla f = \frac{\partial f}{\partial r} \hat r + \frac{1}{r}\frac{\partial f}{\partial \theta} \hat \theta + \frac{\partial f}{\partial z} \hat z

So...
(1) I first take \frac{\partial \theta}{\partial r} which equals 0. Next I take \frac{1}{r}\frac{\partial \theta}{\partial \theta} which equals \frac{1}{r}\hat \theta, etc...

so for problem (1)
\nabla \theta = \frac{1}{r}\hat \theta

(2)
\nabla r^4 = 4r^3 \hat r

(3)
\nabla \cdot i_r = \frac{1}{r} from the definition of div in cylindrical coordinates:
\nabla \cdot \vec F = \frac{1}{r}\frac{\partial}{\partial r} (r F_r) + ...

(4)
\nabla \cross \nabla \theta
Well from (1) I have \nabla \theta = \frac{1}{r}\hat \theta

The general definition of curl is:

\nabla \times \vec F = \frac{1}{abc} \left| \begin{array}{ccc} a\hat i_1 & b\hat i_2 & c\hat i_3 \\ \partial u & \partial v & \partial w \\ aF_1 & bF_2 & cF_3 \end{array} \right|
where: a=1, b=r, c=1, u=r, v=theta, w=z

Then plugging in the values I get:

\nabla \times \frac{1}{r}\hat \theta = \frac{1}{r} \left| \begin{array}{ccc} \hat r & r\hat \theta & \hat z \\ \partial r & \partial \theta & \partial z \\ 0 & r(\frac{1}{r}) & 0 \end{array} \right| = 0 which is equal to 0, as it should...So does everything look sound? Is my thought process here ok? I\d appreciate any help.
 
Last edited:
Physics news on Phys.org
(1) and (2) are fine, What is i_r in (3)? and, about (4), I get

\nabla \times \nabla \cdot \theta = \nabla \times (\nabla \theta) = \nabla \times \left(\frac{1}{r}\hat \theta\right) <br /> = \left| \begin{array}{ccc} \hat r &amp; \hat \theta &amp; \hat z \\ \frac{\partial}{\partial r} &amp; \frac{1}{r}\frac{\partial}{\partial \theta} &amp; \frac{\partial}{\partial z} \\ 0 &amp; \frac{1}{r} &amp; 0 \end{array} \right| = -\frac{1}{r^2} \hat z

But I am not sure: what do you think?
 
Woops sorry I didn't define i_r. That is the books notation for a unit vector for the r component. So i_r = e_r = \hat r.

And for (4), isn't a standard identity that:
\nabla \times \nabla \cdot \vec F = \vec 0 for any orthogonal coordinate system?

EDIT:
wait sorry... I looked that up. Its div curl F = 0

Well the book says 0 for (4).
 
Last edited:
I tried

\nabla \times \nabla = \left| \begin{array}{ccc} \hat r &amp; \hat \theta &amp; \hat z \\ \frac{\partial}{\partial r} &amp; \frac{1}{r}\frac{\partial}{\partial \theta} &amp; \frac{\partial}{\partial z} \\ \frac{\partial}{\partial r} &amp; \frac{1}{r}\frac{\partial}{\partial \theta} &amp; \frac{\partial}{\partial z} \end{array} \right| = 0\hat r - 0\hat \theta +\left[\frac{\partial}{\partial r}\left( \frac{1}{r} \frac{\partial}{\partial \theta}\right) -\frac{1}{r}\frac{\partial ^2}{\partial \theta \partial r}\right] \hat z = \left[ \left(-\frac{1}{r^2} \frac{\partial}{\partial \theta}+\frac{1}{r}\frac{\partial ^2}{\partial \theta \partial r}\right) -\frac{1}{r}\frac{\partial ^2}{\partial \theta \partial r}\right] \hat z= -\frac{1}{r^2}\frac{\partial}{\partial \theta} \hat z

which gives the same result as before, but here the order of--I digress: operators get applied rather than multiplied--application of the operators is crucial, for if the other order is taken, there is no product rule and the cross product is identically 0. But your book says it's 0.
 
I found a definition I could better grasp, your initial calculation is indeed correct! My bad.
 
No. No bad at all. I really appreciate you looking over it! I was not confident with what I was doing. I didn't feel comfortable applying the operators in different coordinate systems due to the order of the vector components. I HATE dealing in: F_1 \hat r + F_2 \hat \theta + F_3 \hat z notation (unit vector notation ?). I'd much rather handle it in this type of notation: \left[ \begin{array}{c} F_1 &amp; F_2 &amp; F_3 \end{array} \right]But, like anything... I'll just have to do it a few times until I'm comfortable.

Anyways, thanks benorin.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top