Multivariable Calculus – Jacobian or No Jacobian in Surface Integrals

multivariable-calculus

I've read http://www.physicsforums.com/showthread.php?t=310220 and http://www.physicsforums.com/showthread.php?t=458840, but I'm still confused whether we need the Jacobian or not in computing surface integrals. The following examples are from P1091 and 1092 in Section 16.7 from Calculus, 6th Edition, by James Stewart. Why is there a Jacobian for #23 $\color{red}{\text{in red}}$ but NOT for #15 and #47?

$\Large{\text{15.}}$ Evaluate the surface integral:
$\iint_Sz(x^2 + y^2) dS $ where $S$ is the hemisphere $x^2 + y^2 + z^2 = 4, z \geq 0$.

$\Large{\text{23.}}$ Evaluate the surface integral $\iint_S \mathbf{F} \cdot d\mathbf{S},$ where $\mathbf{F} = (x,-z,y)$ and $S$ is the part of $x^2 + y^2 + z^2 = 4$ in the first octant and oriented towards the origin. Remember to use the positive (outward) orientation.

$\Large{\text{47.}}$ Let $\mathbf{F(r)}$ = $\cfrac{c\mathbf{r}}{{\vert \mathbf{r} \vert}^3} $ for some constant $c$ and $\mathbf{r} = (x,y,z) $ and $S$ be a sphere with center the origin. Show that the flux of $F$ across $S$ is independent of the radius of $S$.

Given solutions:

$\Large{\text{15.}}$ Parameterise with spherical coordinates : $x = \color{green}{2}\cos\theta\sin\phi, y = \color{green}{2}\sin\theta\sin\phi, z = \color{green}{2}\cos\phi.$ Then
$\iint_Sz(x^2 + y^2) dS = \int_0^{2\pi}\int_0^{\pi/2}[4\sin^2\phi2cos\phi]
\underbrace{(4\sin\phi)}_{\vert \partial_{\phi} \mathbf{r} \times \partial_{\theta} \mathbf{r} \vert} \require{enclose} \enclose{horizontalstrike}{(p \color{green}{= 2})^2\sin\phi} dA $.

$\Large{\text{23.}} $ $\iint_S \mathbf{F} \cdot d\mathbf{S} = \iint \mathbf{F} \cdot \mathbf{\hat{n}} dS = \iint_{x^2 + y^2 \leq 4} \dfrac{-x}{\sqrt{4 – x^2 – y^2}} dA = \int_0^{\pi/2}\int_0^{2}
\dfrac{-(r\cos\theta)^2}{\sqrt{4 – r^2}} \color{red}{(r dr d\theta)}. $

$\Large{\text{47.}}$ Let the sphere's radius $:= \vert \mathbf{r} \vert := k$. Parameterise with spherical coordinates : $x = \color{brown}{k}\cos\theta\sin\phi\, y = \color{brown}{k}\sin\theta\sin\phi, z = \color{brown}{k}\cos\phi.$

Then $\iint_S \mathbf{F} \cdot d\mathbf{S} = \iint_D \mathbf{F[r}(\phi, \theta)] \cdot (\partial_{\phi} \mathbf{r} \times \partial_{\theta} \mathbf{r}) dA $ $
= \int_0^{\pi}\int_0^{2\pi} \frac{c}{k^3}(k\cos\theta\sin\phi\, k\sin\theta\sin\phi, k\cos\phi) \cdot (k^2\cos\theta\sin^2\phi, k^2\sin\theta\sin\phi, k\sin\phi\cos\phi) \require{enclose} \enclose{horizontalstrike}{(p\color{brown}{= k})^2\sin\phi}d\theta d\phi$


$\Large{\text{Supplementaries in response to Muphrid's answer:}}$

$\Large{\text{Q1.}}$ In your first paragraph, you wrote that if $\mathbf{r}(x,y)$ then $\partial_x \mathbf{r} = \mathbf{\hat{x}} $ and $\partial_y \mathbf{r} = \mathbf{\hat{y}} $. How is this true?

For example, if $\mathbf{r}(x,y) = (x, y, z(x,y))$ then $\partial_x \mathbf{r} = (1, 0, \partial_xz) $ and $\partial_y \mathbf{r} = (1, 0, \partial_yz) $?

$\Large{\text{Q2.}}$ In your sixth paragraph, you wrote: "Here, we don't have the area element vector expressed in a coordinate system yet, so it doesn't make sense to use (say) Cartesian and then push it forward with the Jacobian."
In your last paragraph, you wrote: "The solutions here skip the Jacobian…"

However, are you only referring to #15 and #47 here? With many thanks to you, I now understand that #15 and #47 start and remain working with spherical coordinates.

But in #23, my understanding is that the solution starts with $(x, y, z(x,y))$. Then it uses the Jacobian ($r dr d\theta$) while converting to polar coordinates. #23 is the only question for which the Jacobian is used (and not in #15 or #47).

$\Large{\text{Q3.}}$ In your third paragraph, you commented on "why this integral is phrased in terms of $r$ at all." I'm inferring that you disagree with the solution's choice of starting with $(x, y, z(x,y))$? You (and I) believe that only spherical coordinates should be used the whole time because of convenience?


$\Large{\text{Supplementary in response to Muphrid's 2nd answer:}}$

$\Large{\text{Q2.1}}$ Many thanks for your second answer. You wrote in your second answer, for problem #23: "…But I must emphasize that that, in itself, is not using the Jacobian matrix, because the Jacobian matrix must act on some vector, converting it from one coordinate system to another. Since they don't write down the cartesian components of $\hat{\mathbf n}$, it doesn't seem to me that they're actually using it."

How does solution for #23 NOT use the $\color{magenta}{\text{Jacobian}}$? The solution starts with $(x, y, z(x,y))$ and then convert to polar coordinates.
$\Longrightarrow \iint_R f(x,y, z(x,y)) dA = \iint_D f(r\cos\theta, r\sin\theta, z(r\cos\theta, r\sin\theta) \color{magenta}{\underbrace{\dfrac{\partial(x,y)}{\partial(r,\theta)}}_{\huge{= … = r > 0}}} dr \, d\theta $
(More info on Stewart P1017)

Best Answer

When you do an integral over a surface in coordinates, we use basis vectors to talk about directions and their cross products to talk about areas. For instance, we can parameterize a surface in (edit) $s, t$ and talk about the differential area $d\mathbf A= ( \partial_s \mathbf r \times \partial_t \mathbf r) \, ds \, dt$. Of course, if the surface if one of constant $z$, then we can parameterize in terms of $x,y$ and $\partial_x \mathbf r = \hat{\mathbf x}$, and $\partial_y \mathbf r = \hat{\mathbf y}$, so we get $d\mathbf A = \hat{\mathbf x} \times \hat{\mathbf y} \, dx \, dy$.

In (15), the same approach is used, but using $\theta, \phi$ instead of $x, y$. You could use the Jacobian and get the same answer by expressing $dx$ in terms of $dr, d\theta, d\phi$ and similarly for $dy$, but it's not really necessary.

In (23), it's not clear to me why this integral is phrased in terms of $r$ at all, since the surface is a sphere and thus lies at constant $r = 2$. Nevertheless, you can use the same approach.

$$d\mathbf A = (\partial_r \mathbf r \times \partial_\theta \mathbf r) \, dr \, d\theta$$

We get $\partial_r \mathbf r = \hat{\mathbf r}$ and $\partial_\theta \mathbf r = r \hat{\boldsymbol \theta}$. That explains where the extra $r$ comes from.

(47) is worked the same way, again using $\theta, \phi$.

Now, you may be wondering, if you can find all these area elements without using the Jacobian, then why do people say "use the Jacobian"? Well, that's because, if you already have the vector of the area element expressed in one coordinate system, you can move it to another using the Jacobian. Here, we don't have the area element vector expressed in a coordinate system yet, so it doesn't make sense to use (say) Cartesian and then push it forward with the Jacobian.

It's easiest to demonstrate this with a line integral. Consider a line integral with differential $d\boldsymbol \ell = \partial_x \mathbf r \, dx$. Let $u = u(x)$ be some function, so that the integral can be equivalently phrased as $d\boldsymbol \ell = (\partial_u x)(\partial_x \mathbf r) \, du = \partial_u \mathbf r \, du$. This all comes from the chain rule, and $\partial_u x$ is the 1d version of the Jacobian.

So what are we doing with the Jacobian? We're taking derivatives of $\mathbf r$ with respect to one set of coordinate and converting them to derivatives with respect to another set of coordinates. The solutions here skip the Jacobian because they take derivatives in spherical coordinates directly.

Edit:

1) You're correct; I was talking about a surface of constant $z$ (and was lazy in doing so).

2) My point is merely that you can derive $d\mathbf A = r \hat{\boldsymbol \phi} \, dr \, d\theta$ quite easily in a direct fashion, rather than expressing the vector in cartesian, writing out the Jacobian matrix, and then pushing it forward into a spherical coordinate system.

Since they know the answer, I think honestly they just knew $dA = r \, dr \, d\theta$ and thought nothing of it. After working with spherical and polar coordinate systems long enough, you kind of just know these things. But I must emphasize that that, in itself, is not using the Jacobian matrix, because the Jacobian matrix must act on some vector, converting it from one coordinate system to another. Since they don't write down the cartesian components of $\hat{\mathbf n}$, it doesn't seem to me that they're actually using it.

3) I'm referring to something more fundamental. They say quite clearly that this should be "the surface of a sphere", which by definition doesn't vary with $r$, and so $r$ should not be integrated over, and yet they end up with an expression that does depend on $r$, which makes no sense. It's like they're integrating over some completely different surface from what they describe.

As for using spherical coordinates, yeah, if you're just going to transform into those coordinates anyway, they should be used from the outset. Parameterizing these surfaces in another coordinate system is largely a pointless exercise; one of the main advantages of working in other coordinate systems is to simplify integrals and to match the natural symmetries of a given problem.