Findind Area element in Cylindrical Coordinate System

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
2 replies · 9K views
chessmath
Messages
20
Reaction score
0
Hi
I would like to know is there any way except using graph to find area element in cylindrical ( or Spherical) coordinate system?
Thanks.
 
Physics news on Phys.org
Cylindrical and spherical coordinate systems are three dimensional so you would have to say what two dimensional object you want to find the area of before an area element can be given. However, we can say this- any area element is Cartesian coordinates can be written as Adxdy+ Bdxdz+ Cdydz for some A, B, C, which may be functions of x, y, and z, depending on the surface.

In cylindrical coordinates, we have [itex]x= r cos(\theta)[/itex], [itex]y= r sin(\theta)[/itex], and [itex]z= z[/itex] so that [itex]dx= cos(\theta)dr- r sin(\theta)d\theta[/itex], [itex]dy= sin(\theta)dr+ rcos(\theta)d\theta[/itex], [itex]dz= dz[/itex]. From that, we can compute, remembering that the "wedge product" of differentials is skew-commutative,
[tex]dxdy= r cos^2(\theta)drd\theta- r sin^2(\theta)d\theta dr= r cos^2(\theta)drd\theta+ r sin^2(\theta)drd\theta= r dr d\theta[/tex]
[tex]dxdz= cos(\theta)drdz- r sin(\theta)d\theta dz[/tex]
[tex]dydz= sin(\theta)drdz+ rcos(\theta)d\theta dz[/tex]
and, of course, changing the variables in A(x,y,z), B(x,y,z), C(x,y,z) to r, [itex]\theta[/itex], and z.
 
Thanks I know rdrdθ is a valid statement but what about other area element, you got something that both depends on cosθ and sin but we know area element in the θ direction is just drdz. how can I calculate those?
Thank you.