If you're seeing this message, it means we're having trouble loading external resources on our website.

If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked.

Main content

Formal definition of divergence in two dimensions

Learn how line integrals are used to formalize the idea of divergence.

Background

If you haven't already, you may also want to read "Why care about the formal definitions of divergence and curl" for motivation.

What we're building to

  • In two dimensions, divergence is formally defined as follows:
    divF(x,y)=lim|A(x,y)|01|A(x,y)|CFn^ds2d-flux through CFlux per unit area
There is a lot going on in this definition, but we will build up to it one piece at a time. The bulk of the intuition comes from the background understanding of flux.

"Outward flow" at a point doesn't really make sense

By this point you should have some idea of what divergence is trying to measure. When a vector field F(x,y) represents a fluid flow, divergence measures the tendency for the fluid to flow away from each point.
Khan Academy video wrapper
However, there's a disconnect between the idea of "outward flow" and divergence itself:
  • Divergence is a function which takes in individual points in space.
  • The idea of outward flow only makes sense with respect to a region in space. You can ask if a fluid flows out of a given region or into it, but it doesn't make sense to talk about fluid flowing out of a single point.
Formally defining divergence will involve using a flux integral, which measures the outward flow in a region, then taking the appropriate limit as this region shrinks around a specific point.

From a region to a point

In the article on two-dimensional flux, we had the following setup:
  • F(x,y) is a vector-valued function representing the velocity vector field of some fluid.
  • C is a closed loop in the xy-plane.
  • n^(x,y) is a function that gives the outward unit normal vector at all points on the curve C.
I talked about how if you were tracking the mass of fluid in the region enclosed by the curve C, you could compute the rate at which mass is leaving the region using the following line integral:
d(fluid mass in region)dtRate at which mass leaves region=CFn^dsFlux integral
This is called a "flux integral". If it is positive, fluid tends to be exiting the region, otherwise it tends to be entering the region. You can interpret this integral by imagining walking along the boundary C and measuring how much fluid tends to be exiting/entering the region at each point.
What if instead of measuring the change of mass, you wanted to know the change in density? Well, just divide this integral by the area of the region in question. Let's go ahead and give that region a name, A, and say that |A| is the area of the region.
d(fluid density in region)dtChange in mass per unit area in A=1|A|CFn^ds
To formally define divergence of F at a point (x,y), we consider the limit of this change in density as the region shrinks around the point (x,y).
There is no set-in-stone notation for this, but here's what I'll go with:
  • Rather than just writing A, write A(x,y) to emphasize that this region contains a specific point (x,y).
This is important because as we start letting the region shrink, we don't want it to wander away from the point.
The expression "|A(x,y)|0" will indicate that we are considering the limit as the area of A(x,y) goes to 0, meaning A(x,y) is shrinking around the point (x,y).
With all this, here's how we write the formal definition of divergence:
divF(x,y)=lim|A(x,y)|0Region is shrinkingaround (x,y)1|A(x,y)|CFn^dsFlux through CNegative change offluid density in A(x,y)

"Simple" example: Constant divergence

Unlike other topics, the purpose of an example here is not to practice a skill that you will need. It is just to get a feel for what this relatively abstract definition actually looks like with a concrete function.
Let's use the quintessential "outward flowing" vector field in two dimensions:
F(x,y)=[xy]
Concept check: Using the usual divergence formula, the one which arises from the notation F, what is the divergence of F(x,y)=[xy]?
F(x,y)=

Now let's see how the formal definition of divergence works in this case. Let's focus on the origin.
(x,y)=(0,0)
And for our shrinking regions around this point, consider circles. Let Cr denote a circle of radius r centered at the origin, and Dr represent the region enclosed by that circle, where D stands for "Disk".
Notice, for all values of r, the disk Dr will contain the point (0,0), so this is indeed a good family of regions to use.
The formal definition of divergence at (0,0) would then be written as follows:
divF(0,0)=lim|Dr|01|Dr|CrFn^ds
This is rather abstract, so let's start filling in the details of this integral.
Concept check: What is |Dr|?
|Dr|=

Concept check: Which of the following parameterizes Cr?
Choose 1 answer:

Concept check: Using this parameterization, what should we replace ds with in the integral Crds?
ds=
dt

Concept check: Which of the following gives an outward facing unit normal vector n^ to Cr?
Choose 1 answer:

Applying all these answers to the expression we had before, here's what we get:
divF(0,0)=lim|Dr|01|Dr|CrFn^ds=limr01πr202πF(rcos(t),rsin(t))n^(rcos(t),rsin(t))rdt=limr01πr202π[rcos(t)rsin(t)][(rcos(t))/r(rsin(t))/r]rdt=limr01πr202π(rcos2(t)+rsin2(t))rrdt=limr01πr202πr2dt=limr01πr22πr2=2
So the formal definition does actually match the formula F that we know and love. Well, at least for this specific example anyway.
I think you'll agree, though, that this is much more labor-intensive to compute. But the point of this formal definition is not to use it for actual computations. The point is that it does a much better job reflecting the idea of "outward fluid flow" in a mathematical formula. Having such a solid grasp of that idea will be helpful when you learn about Green's divergence theorem.

What about higher dimensions?

In the next article, I'll show how you can do essentially the same thing to define three-dimensional divergence using three-dimensional flux, which involves a surface integral.

Summary

  • Given a fluid flow, divergence tries to capture the idea of "outward flow" at a point. But this doesn't quite make sense, because you can only measure the change in fluid density of a region.
  • When talking about a region, the idea of "outward flow" is the same as flux through that region's boundary.
  • To adapt the idea of "outward flow in a region" to the idea of "outward flow at a point", start by considering the average outward flow per unit area in a region. This just means dividing the flux integral by the area of the region.
  • Next, consider the limit of this outward flow per unit area as the region shrinks around a specific point.
  • Putting this all into symbols, we get the following definition of divergence:
    divF(x,y)=lim|A(x,y)|01|A(x,y)|CFn^ds2d-fluxFlux per unit area

Want to join the conversation?

  • piceratops ultimate style avatar for user Jacob R
    It seems to me like the formula presented here for the formal definition is a little too simple. |A|->0 does not necessarily mean that A is shrinking into a point. If A is a rectangle of width and height 1, |A|->0 when the width remains 1 and the height tends to 0.
    (8 votes)
    Default Khan Academy avatar avatar for user
  • aqualine tree style avatar for user White
    I was about to ask about the difference between Flux and Divergence on your article on Flux.

    Brilliant article!
    (6 votes)
    Default Khan Academy avatar avatar for user
  • blobby green style avatar for user AndrewLi357
    Shouldn't the limit be 𝛑r² → 0 since we're observing the limit of |Dr| → 0?
    (2 votes)
    Default Khan Academy avatar avatar for user
  • leaf yellow style avatar for user Jose Molina
    is there somewhere that I can find a mathematical derivation or proof that the limit is equal to nabla dot F? a good place to see the same sort of proof for 2d and 3d curl equaling the 'cross product' nabla X F could be awesome too! great article btw.
    (3 votes)
    Default Khan Academy avatar avatar for user
  • blobby green style avatar for user Benito Kestelman
    In the simple positive divergence example video, it looks like all the vectors have equal magnitude, implying their partial derivatives are 0, so isn't the divergence also 0?
    (1 vote)
    Default Khan Academy avatar avatar for user
  • leaf green style avatar for user ravishankar joshi
    I cannot read the formal definition of divergence.
    (1 vote)
    Default Khan Academy avatar avatar for user
  • blobby green style avatar for user Sot P
    HELP NEEDED!
    In defining the 2d flux integral we had to assume that the density was uniform and equal to 1. Now for the formal proof of divergence we are dividing our flux integral which represents the change in mass per unit time ( represents a mass quantity as the density was equal to 1 so area=mass) by area to get the change in density per unit time. Is this not a contradiction as the change in density would be 0 as we had to assume this to come up with the flux integral in the first place.

    Could it be that we are assuming that the density of fluid when it flows out is constant but the density of the region itself is changing?
    (1 vote)
    Default Khan Academy avatar avatar for user
    • blobby green style avatar for user alek aleksander
      I don't really think you have to assume this. Just keep in mind we're calculating divergence (etc.) "at the beginning of time". When all the density is equal to one. It does not matter that latter on the density of the escaping fluid will change. We're measuring rate of the flow in instantaneous time at the very start of the flow. You could also recognize rate of change of this rate of the flow (change of the density of the flowing fluid in time) but it won't affect the former. It's like speed and acceleration. If a train passing a semaphore is accelerating what is the rate of wagons passing the semaphore in a chosen moment? It's according to its current speed at this moment despite its acceleration. And when you have this rate you could translate it to a rate of disappearing wagons from the area before the semaphore, i.e. wagon density. ;)
      Hope this helped.
      (1 vote)
  • aqualine ultimate style avatar for user Andrew
    I just want to make sure I understand correctly, if the divergence at a point is positive there is outward flow, but divergence at a point can also be negative for a net negative flow meaning an "inward" flow, right? It just seems repeatedly described as outward flow so I want to make sure that that's just over looked and that I'm not misinterpreting it.
    (1 vote)
    Default Khan Academy avatar avatar for user
  • male robot johnny style avatar for user ricyuka
    In Summary section, at the end of the 1st paragraph says "measure the change in fluid density of a region", what causes of the change in density? The change in the speed of fluid in different regions? Is this related to compressible fluids?
    (1 vote)
    Default Khan Academy avatar avatar for user