Simple divergence/Green's theorem question

159753x
Messages
17
Reaction score
0
I'm exploring the divergence theorem and Green's theorem, but I seem to be lacking some understanding. I have tried this problem several times, and I am wondering where my mistake is in this method.

The problem:
For one example, I am trying to find the divergence of some vector field from a hemisphere. Let the hemisphere be given by $$x^2 + y^2 + z^2 = 9.$$ Also, the vector field in question is given by $$ \textbf{V} = \bigg(y,\hspace{2mm} xz,\hspace{2mm} 2z-1\bigg) $$
Now, I want to evaluate the integral over the surface:
$$\iint\textbf{V}\cdot\textbf{n}\hspace{2mm}d\sigma$$

Attempt at a solution:
Here is how I try to solve it. I instead use (by Green's theorem, where tau is a volume element) $$\iiint\nabla\cdot\textbf{V}\hspace{2mm}d\tau.$$
Taking the gradient of the the vector field, I get 2 (only the z-hat component of the field will contribute). And since it is a simple hemisphere, I can integrate over the volume in spherical coordinates with the following limits:

$$r \hspace{1mm}\epsilon\hspace{1mm}[0,3]$$
$$\phi \hspace{1mm}\epsilon\hspace{1mm}[0,2\pi]$$
$$\theta \hspace{1mm}\epsilon\hspace{1mm}[0,\pi/2]$$
The Jacobian is standard for going from Cartesian to spherical coordinates: $$r^2 \hspace{1mm}sin(\theta)$$
Lastly, evaluating this integral (and not forgetting to include the gradient of the vector field in the integral), I get $$36\pi$$
The answer given in the text is $$27\pi$$ This is not a hard problem, and I am most certain that my integration and arithmetic is correct. There must be some fundamental step that I am missing.
 
Physics news on Phys.org
I think I have figured it out. If you consider the outward flux from the bottom of the hemisphere (ie. a disk), then that is equal to 9 Pi. The total flux through the curved surface is then (36 - 9) Pi, or 27 Pi
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top