Divergence Theorm example for 28 Nov 12:00

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
debian
Messages
7
Reaction score
0

Homework Statement



Let S be a smooth surface enclosing the volume V, and let [itex]\vec{n}[/itex] to be the unit outward normal. Using the Divergence theorem show that:


∫∫ x [itex]\vec{r}[/itex] ° [itex]\vec{n}[/itex] dS = 4 * ∫∫∫ x dV,

where [itex]\vec{r}[/itex]=(x,y,z)

Homework Equations



Divergence theorem

http://www.math.oregonstate.edu/home...rg/diverg.html

The Attempt at a Solution



I tried to change the form of the those two equations to the form stated in divergence theorem and then to compare the u (or F as in link above), but the u (F) on the left hand side is never equal to this on the right.
 
Last edited by a moderator:
Physics news on Phys.org
Your link is broken. But let's suppose the divergence theorem says [tex]\iint (\vec{F} \cdot \vec{n}) dS = \iiint \nabla \cdot \vec{F} dV.[/tex] Now you are given [itex]\vec{F}= x \vec{r}[/itex]. Can you calculate [itex]\nabla \cdot \vec{F}[/itex]?
 
[itex]\nabla[/itex] [itex]\cdot[/itex] [itex]\vec{F}[/itex] = (d/dx, d/dy, d/dz) [itex]\cdot[/itex] (x^2,xy,xz) = 2x+x+x=4x
 
Last edited:
debian said:
[itex]\nabla[/itex] [itex]\cdot[/itex] [itex]\vec{F}[/itex] = (d/dx, d/dy, d/dz) [itex]\cdot[/itex] (x^2,xy,xz) = 2x+x+x=4x

Good job. :)