Converting to cylindrical and then taking div and curl

  • Thread starter Thread starter EngageEngage
  • Start date Start date
  • Tags Tags
    Curl Cylindrical
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
EngageEngage
Messages
203
Reaction score
0

Homework Statement


Change to cylindrical coordinates and find the divergence

F = <x, y, 0>/(x^2 + y^2)


Homework Equations




[tex]\nabla[/tex] . F = [tex]\frac{1}{\rho}[/tex][tex]\frac{\partial\rho F}{\partial\rho}[/tex]+[tex]\frac{1}{\rho}[/tex][tex]\frac{\partial F}{\partial\theta}[/tex]+[tex]\frac{\partial F}{\partial z}[/tex]

The Attempt at a Solution



i changed into cylindrical by simply having x = [tex]\rho[/tex]cos[tex]\theta[/tex]
y =[tex]\rho[/tex]sin[tex]\theta[/tex] and x^2 +y^2 = [tex]\rho[/tex]^2. THen, using the above formula I get cos(theta)/rho^2. The answer is 0 however. Can someone please tell me what i could have messed up?
 
Physics news on Phys.org
Wait, must I also convert the i,j,k unit vectors to e(rho), e(theta), and ez before I can use vector operations? If i do this i get the right answer, but I'm still not sure -- my book doesn't have a single example excersise so I don't have too much to work off of. If someone could help me out that would be appreciated greatly. Thank you
 
EngageEngage said:
Wait, must I also convert the i,j,k unit vectors to e(rho), e(theta), and ez before I can use vector operations? If i do this i get the right answer, but I'm still not sure -- my book doesn't have a single example excersise so I don't have too much to work off of. If someone could help me out that would be appreciated greatly. Thank you

Sure. You have to convert the basis vectors as well. You should get F_r=1/r and the other components zero, so div(F)=0.
 
that is in fact what I got. Thank you very much for the help -- unfortunately my book offers only theory and no examples.