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)