Gauss Divergence Theorem - Silly doubt - Almost solved

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 · 3K views
come2ershad
Messages
16
Reaction score
0

Homework Statement



The problem statement has been attached with this post.

Homework Equations



I considered u = ux i + uy j and unit normal n = nx i + ny j.


The Attempt at a Solution



I used gauss' divergence theorem. Then it came as integral [(dux/dx) d(omega)] + integral [(duy/dy) d(omega)] = integral [(ux nx d(gamma)] + integral [(uy ny d(gamma)]

My question is can I separate the x and y components and write as separate equations as given in the problem? Is that right?
 

Attachments

  • db.jpg
    db.jpg
    23.2 KB · Views: 503
Physics news on Phys.org
You can, although it is not trivial to prove it. Break up the boundary so that the components of the vector can be written as functions of x on each piece and use x itself as parameter. That will give the first equation.

Then break up the boundary so the components of the vector can be written as functions of y on each piece and use y itself as parameter. That will give the second equation.

That partitioning is used in the proof of the theorem. You might want to look at the proof in any Calculus text.
 
Thanks for the reply.