How do I derive the formula for divergence using a prism-shaped volume?

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
5 replies · 2K views
thatguy14
Messages
45
Reaction score
0

Homework Statement


In deriving the formula
div v = [itex]\frac{∂v_{x}}{∂x}[/itex] + [itex]\frac{∂v_{y}}{∂y}[/itex] + [itex]\frac{∂v_{z}}{∂z}[/itex]
we used a rectangular solid infinitesimal volume; however, any shape will do (although the calculation gets harder). To see an example, derive the same formula using the prism-shaped volume shown (figure attached). This could be a volume element next to an irregular surface.


Homework Equations


Definition of divergence

div v = lim Δτ→0 [itex]\frac{\int v \cdot da}{Δτ}[/itex] where Δτ = small volume and the integral is a over a closed surface bound Δτ


The Attempt at a Solution


So I am having some issue with this question. A thing to note is that we are approximating the integral as just v[itex]\circ[/itex]da where v is at some point on the surface. This is due to it being an infinitesimal volume.

The main problem I am having is I think I am making a mistake on the top face somehow. If you look at figure 2 which is my crude drawing to represent n it is then

n = (cos[itex]\theta[/itex] jhat + sin[itex]\theta[/itex] khat)

So then for the top face if h = the slanted side
da = hΔx(cos[itex]\theta[/itex] jhat + sin[itex]\theta[/itex] khat)
=Δx(Δz jhat + Δy khat) because h can be expressed in terms of sin and cos of the other sides.

so then v dot da = v[itex]_{y}[/itex](x, y, z)ΔxΔz + v[itex]_{z}[/itex](x,y,z)ΔxΔy

hopefully so far so good. Now for the other faces

bottom

da = ΔxΔy (-khat direction)

v dot da = -v[itex]_{z}[/itex](x, y, z-[itex]\frac{1}{2}[/itex]Δz)ΔxΔy

back(zx plane)

da = ΔxΔz

v dot da = -v[itex]_{y}[/itex](x, y-[itex]\frac{1}{2}[/itex]Δy, z)ΔxΔz

so then when I put it all together and divide by Δτ = [itex]\frac{1}{2}[/itex]ΔxΔyΔz

it almost looks like the definition of a derivative except I am left with a 1/2. What did I miss? Any help would be greatly appreciated and if you need me to clarify let me know.
 

Attachments

  • Figure.png
    Figure.png
    1.8 KB · Views: 510
  • figure2.png
    figure2.png
    2 KB · Views: 517
on Phys.org
Hey guys, I would really appreciate some help so if there is something I was unclear about let me know and I will try and clarify further thanks.
 
Note ##f(x+a) \approx f(x) + f'(x)\:a## for small ##a##.

Likewise ##f(x-a) \approx f(x) - f'(x)\:a##

Thus, how would you approximate ##V_y(x, y-\frac{\Delta y}{2}, z)##?
 
So

=[itex]\frac{[V_{y}(x,y,z)-V_{y}(x, y-\frac{1}{2}Δy,z)]}{\frac{1}{2}Δy}[/itex]
=V[itex]_{y}[/itex](x,y,z) - V[itex]_{y}[/itex](x,y,z) + [itex]\frac{∂v_{y}}{∂y}[/itex]([itex]\frac{1}{2}[/itex]Δy) / ([itex]\frac{1}{2}[/itex]Δy)
=[itex]\frac{∂v_{y}}{∂y}[/itex]

correct?

Sorry for the poor formatting I am still getting used to this latex stuff
 
Okay thank you again!