Main content
Course: Multivariable calculus > Unit 5
Lesson 8: Divergence theorem (articles)2D divergence theorem
This is the analog of Green's theorem, but for divergence instead of curl.
Background
Not strictly required, but helpful for a deeper understanding:
What we're building to
- The 2D divergence theorem is to divergence what Green's theorem is to curl. It relates the divergence of a vector field within a region to the flux of that vector field through the boundary of the region.
- Setup:
is a two-dimensional vector field. is some region in the -plane. is the boundary of . is a function which gives outward-facing unit normal vectors to .
- The 2D divergence theorem says that the flux of
through the boundary curve is the same as the double integral of over the full region . - The intuition here is that if
represents a fluid flow, the total outward flow rate from , as measured by the flux integral, equals the sum over all the little bits of outward flow at each point, as measured by divergence. - Often the component functions of
are given as and :In this case, once you write both integrals in terms of and , the 2D divergence theorem looks like this: - Written in this form, it's easier to see that the 2D divergence theorem is secretly just saying the same thing as Green's theorem.
Intuition: Connecting two outward flow measures
The global view: Flux
Here, I am assuming you have already learned about two-dimensional flux, and what it represents. Namely, it gives the rate at which a flowing fluid passes through a curve, such as . When that curve encloses some region, such as , the flux is a measure of the rate at which fluid is exiting that region.
Given a vector field , representing the velocity vector field of the fluid, the flux of through is measured with the following integral:
This integral walks over each point on the boundary , and picks up the component of the vector from which is in the direction of the outward-facing unit normal vector . The larger that value is, the faster fluid is flowing out of at that point; the more negative it is, the more fluid is flowing in at that point.
The local view: Divergence
I am also assuming you have learned about a different measure of "outward flow" in fluid movements: Divergence. The divergence of is a function that tells you how much the fluid tends to diverge away from each point .
The 2D divergence theorem connects these two ideas:
Want a deeper understanding?
This intuition should feel very similar to the one behind Green's theorem, in which the total fluid rotation in a region equals the sum of all the little bits of rotation represented by :
However, for both Green's theorem and the 2D divergence theorem, talking about adding up little bits of rotation or outward flow is pretty vague. Although each provides a great intuition, they are not exactly rigorous math, are they?
In the article on Green's theorem, I stepped through a more precise line of reasoning for where the double integral of curl comes into play. This involved chopping up the region , and seeing how certain line integrals canceled each other out along the slices through .
An almost identical line of reasoning can be used to demonstrate the 2D divergence theorem. For anyone wishing to gain deeper insight, a good exercise would be to go back and walk through that same line of reasoning, but replace the line integral , which measures flow around , with the flux integral , which measures flow out of .
And if this deeper understanding is what you seek, I would also recommend going in armed with knowledge of the formal definition of divergence.
Proof: Flux integrals + Unit normal vector + Green's theorem
This exercise in deeper understanding is not necessary to prove the 2D divergence theorem. In fact, when you start spelling out how each integral is actually computed, you'll find that this theorem is really just saying the same thing as Green's theorem.
Start by writing out in terms of the component functions and :
Applying the formula for a unit normal vector to the flux integral, here's another way to represent that flux integral.
Next, let's write out the unit normal vector explicitly.
Concept check: If we think of the vector as representing a tiny step in the counterclockwise direction around the curve , with as its magnitude, which of the following represents an outward facing unit normal vector?
Plugging this into our flux integral and simplifying, here's what we get:
Written in this form, we can directly apply Green's theorem.
Concept check: Which of the following is Green's theorem, where represents a closed curve encompassing region ?
Concept check: What do you get when you apply Green's theorem to the flux integral ?
Notice, the expression inside the double integral of the answer to the last question is indeed the divergence of :
Using the 2D divergence theorem?
When it comes to translating between line integrals and double integrals, the 2D divergence theorem is saying basically the same thing as Green's theorem. So any of the actual computations in an example using this theorem would be indistinguishable from an example using Green's theorem (such as those in this article on Green's theorem examples).
However, the usefulness of learning the 2D divergence theorem is two-fold:
- Conceptual benefit: It's a great way to deepen your understanding of flux, divergence, and Green's theorem.
- Strategic benefit: Sometimes an example where Green's theorem is used lends itself more naturally to a divergence-based description. For example, if the line integral you want to compute begins its life as a flux integral, rather than expanding out this line integral to make it look like
and applying Green's theorem, you could recognize immediately that it's the same as doubly integrating divergence.
Summary
- The 2D divergence theorem relates two-dimensional flux and the double integral of divergence through a region.
- Often the vector field
is expressed component-wise:In this case, here's how the 2D divergence theorem looks: - In this form, it is easier to see that the 2D divergence theorem really just states the same thing as Green's theorem.
Want to join the conversation?
- If Green's theorem relates to Curl and the 2D Divergence theorem relates flux to Divergence, how can these two theorems mean exactly the same thing?
thanks James(5 votes)- To my understanding, they don't mean the same thing (hence the reason why there are two different theorems and not just one). I think the article is trying to convey that the process and idea is the same, and computationally they don't really look any different. The last two concept checks are what show this.
So conceptually they are different, and you probably should keep this in mind when solving a problem, but in reality you can "plug in" a flux integral into Green's theorem and out pops the 2D Divergence theorem.
I hope this helps! And somebody please correct me if I am wrong.(8 votes)
- In the last equation, why is the dA on the right side not there anymore?(2 votes)
- This confused me, too. By checking the reasoning many times, I think it's just a writing mistake. Also, in one of the Concept Check question, the dA is there.(4 votes)
- I think there is a mistake with the equation of the normal vector. I believe it should be n = 1/ds * [-dy; dx]. Yet the answer provided is n = 1/ds * [dy; -dx](1 vote)
- Clicking on the "Show explanation" option will help you on that(1 vote)
- I'm not getting this. The flux integral measures flux as kg/sec.
Green's theorem measures work done (Joules). Where is the connection?
The article doesn't address this at all.(1 vote)