0
$\begingroup$

I have a couple of questions about area elements and volume elements and why they are the form they are when we transform between different coordinate systems. Say we have some curve parametrized in terms of $ x$ and $ y$. So the corresponding area element if I were to evaluate a surface integral, say would be $ dA = dx\,dy$. Now transform the coordinates to polars, the corresponding dA would be $ r\,dr\,d\theta$.

But in cylindrical coordinates, the corresponding volume element is $ r \,dr\,d\theta$ .How can $ r\,dr\,d\theta $ be both an area element and a volume element?

Perhaps a more specific question, but say I was computing a surface integral in x and y. Then as above when I transform to polars, $ dA = r\,dr\,d\theta$. Now say I start the surface integral in polars. Then the area element would just be $ dr\,d\theta$. Why is this the case? (Also $dr\,d\theta$ does not have the right dimensions to be an area?)

As you can tell, I am rather confused at the moment. Any help is greatly appreciated.

1 Answers 1

1

The volume element in cylindrical coordinates is $r \; dr \; d\theta \; dz$. That extra $dz$ is what's necessary to give the correct dimensions.

In polar coordinates, a surface element is always $r \; dr \; d\theta$. You cannot choose to just use $dr \; d\theta$. As you observed, this is not an area (in terms of correct dimensions), but one could also deduce the correct area element geometrically.

In short, one can set up integrals however one likes, but to be consistent with the geometric interpretation of the given coordinates, each coordinate system has only one area element. You do not have the freedom to choose it, only the freedom to choose your coordinates.

  • 0
    Thanks. I have used the area element as $dz\,d\theta$ in many problems and attained the correct answer. Perhaps it would be best to speak to my professor about this one. I manipulate the expression so that I don't need to get the unit vector. That is, I always do the following: $\vec{dS} = \frac{r_u \times r_v}{|r_u \times r_v|}dS = r_u \times r_v\,dA$2012-11-25