1

If I have $F = (2y,3x,-z^2)$ and If I have the hemisphere defined by $x^2 + y^2 + z^2 = 9$, for $z \geq 0$, and $C$ is the boundary that is the circle $x^2 + y^2 = 9$ at $z=0$, then by Stokes' Theorem,
$$\int_{C} F \cdot \mathrm{d}{\textbf{r}} = \iint_{S} \mathrm{curl}F \cdot \mathrm{d}{\textbf{S}}.$$
Now my question is, will we have to evaluate two surface integrals for the RHS? Namely, the "curved" surface of the hemisphere for $z\geq 0$, and the second surface being the "flat" circle at the bottom of the hemisphere. My source only evaluated the first one, without any mention of the second one, but it really feels like I'd have to.
Also, a lot of these questions really seem like it doesn't matter if I evaluate the second surface or not.

Natash1
  • 1,379

2 Answers2

0

The surface is not closed. It could be but it is not. For example the point right in the middle of the bottom would be $(0,0,0)$ but this point doesn't satisfy the equation. Hence the surface is only the upper hemisphere without bottom.

Also note that if it was closed and had a bottom part, then the boundary would not exist and you couldn't use Stokes. (You could try to apply Divergence Theorem in this situation since we would deal with a closed surface.)


Regarding the fact the "it doesn't matter to evaluate the integral on the bottom", it actually does. In your particular case with $F$, you indeed get $0$, but let's simply change your $F$ into $G = (2y,3x,-z^2 + \color{red}{1})$ $$ s(r,\theta) = (r\cos \theta, r\sin\theta, 0), \ \ 0 \leq r \leq 3,\ 0 \leq \theta < 2\pi \\ s_r = (\cos \theta, \sin\theta,0) \\ s_\theta (-r\sin\theta, r\cos\theta,0) \\ s_\theta \times s_r = (0,0,-r) $$ Then $$ \iint_{bottom} \vec{G} \cdot d\vec{n} = \int_0^3 dr \int_0^{2\pi} d\theta (2r\sin\theta, 3r\cos\theta,1) \cdot (0,0,-r) = -2\pi \int_0^3 r dr = -9\pi $$ Where $\vec{n}$ is the outgoing normal (pointing downward). So we see that the integral is not necessarily $0$.

Zubzub
  • 4,143
  • 1
  • 17
  • 25
  • That makes sense, thanks!
    If it did have a bottom part, we can't apply Stokes', but why Divergence Theorem? Divergence Theorem tells us the surface flux integral, which isn't equal to our line integral is it? Or will it equal the same thing?
    – Natash1 Jun 02 '17 at 07:20
  • Yes sure, Divergence-Theorem is not necessarily what you want, I'm just saying that is gives a relation with the closed surface integral. But you are right, there's nothing to do with the path integral ! – Zubzub Jun 02 '17 at 07:32
  • Thank you very much!
    Regarding your edit, so you showed that in general, the bottom surface integral does matter. But basically what I'm taking away from this all is that: IF there was a bottom piece, then Stoke's would not apply at all regardless, since there is no boundary in the first place? However, the line integral is still defined?
    – Natash1 Jun 02 '17 at 07:34
  • Well if the surface is closed, there is no boundary, therefore no line integral defined. Sure you can define any line integral you want, but you cannot pretend that it is the boundary of the surface. So no Stokes for you :) – Zubzub Jun 02 '17 at 07:37
0

The idea of Stokes' Theorem is that an integral (of $\vec{F}$) around a closed path is related to the integral (of $\nabla \times \vec{F}$) over any capping surface. We imagine the closed path to be the mouth of a bottle and the capping surface is any surface that covers the opening. The surface can be flat, or it can bulge out or it can bulge inward. We are free to pick any one capping surface. Usually we pick a surface on which the $(\nabla \times \vec{F}) \cdot d\hat{S}$ is easy to evaluate. If we want the value of the integral around a closed path we do not use two capping surfaces.

LouisB
  • 781