5

I was reviewing the section on spherical coordinates in Griffith’s’ introduction to electrodynamics and I noticed that he includes unit vectors in the definition of an infinitesimal bit of area but not in that of an infinitesimal bit of volume.

The infinitesimal volume element $d\tau$, in spherical coordinates, is the product of the three infinitesimal displacements: $$d\tau=dl_r\,dl_\theta\,dl_\phi=r^2\sin\theta\,dr\,d\theta\,d\phi.\tag{1.69}$$ I cannot give you a general expression for surface elements $d\mathbf{a}$, since these depend on the orientation of the surface. You simply have to analyze the geometry for any given case (this goes for Cartesian and curvilinear coordinates alike). If you are integrating over the surface of a sphere, for instance, then $r$ is constant, whereas $\theta$ and $\phi$ change (Fig. 1.39), so $$d\mathbf{a}_1=dl_\theta\,dl_\phi\hat{\mathbf{r}}=r^2\sin\theta\,d\theta\,d\phi\,\hat{\mathbf{r}}.$$ On the other hand, if the surface lies in the $xy$ plane, say, so that $\theta$ is constant (to wit: $\pi/2$) while $r$ and $\phi$ vary, then$$d\mathrm{a}_2=dl_r\,dl_\phi\hat{\boldsymbol{\theta}}=r\,dr\,d\phi\,\hat{\boldsymbol{\theta}}.$$

Why is this? Neither volume nor area are vector quantities so I would think the infinitesimal of both shouldn’t need to have a unit vector. What would be undesirable about dropping the unit vector from $dA$?

Kyle Kanos
  • 29,127
Joa
  • 177

2 Answers2

13

There is a sense in which area is a vector quantity, because a 2D surface embedded in a 3D space has not only some "size" but also an orientation. The area vector has a magnitude given by the scalar area of the surface, and a direction given by the orientation of the surface (normal to it).

Certainly in some situations you do not require information about the orientation of the surface. But in electrodynamics, that will frequently be critical information. You will need it to properly compute fluxes across surfaces, for example.

Riley Scott Jacob
  • 5,138
  • 1
  • 19
  • 40
7

I think Riley's answer above is good already. All that I would add is that a good way to think about it is that you want to get back to a scalar when you are integrating. Why? Because often vector basis in physics are position-dependent. Spherical basis is a great example.

Lets say I have a vector field $\mathbf{A}=\mathbf{\hat{r}}$ and I want to integrate it over some area. What would this result even mean? Radial vector points in different directions in different places! We know how to integrate scalars, and the point of these vector-valued area elements, is to give you something to 'dot-product' with inside the integral to get to a scalar. So I could have an area element $\mathbf{\hat{x}}dxdy$, and now:

$$ \int_S \mathbf{A}.\mathbf{\hat{x}}dxdy $$

means something like the flux in the $\mathbf{\hat{x}}$ direction integrated over the area $S$.

More generally, this type of integration becomes much clearer when one uses differential forms, but they can be a bit of a heavy lift for an introductory EM course.

Cryo
  • 3,502