Green's theorem is the 2D bridge between a line integral around a closed curve and a double integral over the region inside it. In the usual circulation form,

CPdx+Qdy=D(QxPy)dA,\oint_C P\,dx + Q\,dy = \iint_D \left(\frac{\partial Q}{\partial x} - \frac{\partial P}{\partial y}\right)\,dA,

where CC is a positively oriented (counterclockwise) simple closed curve and DD is the region it encloses. It is useful because one side is often far easier to compute than the other: it turns circulation around the edge into total scalar curl inside.

When to use it

Reach for Green's theorem whenever a 2D vector-calculus problem is easier on the inside than on the boundary, or the other way round. Common uses: turning a hard line integral into an easier double integral, interpreting circulation in fluid-flow problems, computing area from a boundary curve, and building intuition for curl, flux, and later results like Stokes' theorem.

It helps to read the two sides in words. The left side adds up the field's tangential effect as you travel around the boundary — its circulation. The right side adds up the field's local rotation across the whole enclosed region — its total scalar curl. So the core statement is circulation around the edge equals total scalar curl inside, which is why Green's theorem feels like the 2D version of a larger pattern in vector calculus: it converts boundary information into interior information.

The cancellation picture explains why it holds. Imagine tiling DD with many tiny loops. Along every shared interior edge, one loop travels in one direction and its neighbor travels the same edge in the opposite direction, so those contributions cancel in pairs. What survives is exactly the outer boundary — which is why a total taken around the edge can equal an accumulated quantity over the whole interior.

The steps

  1. Check the conditions. CC must be a positively oriented simple closed curve, and P,QP,Q must have continuous first partial derivatives on an open region containing DD. These are not decoration: if the field is not smooth enough, or is undefined somewhere inside, you cannot apply it blindly.
  2. Write the formula CPdx+Qdy=D(QxPy)dA\oint_C P\,dx + Q\,dy = \iint_D \left(\tfrac{\partial Q}{\partial x} - \tfrac{\partial P}{\partial y}\right)\,dA.
  3. Choose the easier side — often the double integral over DD replaces a difficult boundary integral.
  4. Track orientation and region, matching the boundary orientation to the sign and confirming the bounds really describe DD.

Full example: on the unit circle

Let F(x,y)=(y,x)\mathbf{F}(x,y) = (-y, x), with CC the unit circle x2+y2=1x^2 + y^2 = 1 counterclockwise and DD the unit disk. We want Cydx+xdy\oint_C -y\,dx + x\,dy.

Here P=yP = -y, Q=xQ = x, so

Qx=1,Py=1,QxPy=1(1)=2.\frac{\partial Q}{\partial x} = 1, \qquad \frac{\partial P}{\partial y} = -1, \qquad \frac{\partial Q}{\partial x} - \frac{\partial P}{\partial y} = 1 - (-1) = 2.

Green's theorem gives

Cydx+xdy=D2dA=2(area of D)=2π,\oint_C -y\,dx + x\,dy = \iint_D 2\,dA = 2 \cdot (\text{area of } D) = 2\pi,

since the unit disk has area π\pi. The field (y,x)(-y,x) is a pure rotation about the origin with constant scalar curl 22, so the circulation is twice the enclosed area — a curved-boundary line integral collapses into a simple area calculation.

A second, related use is computing area itself. For a positively oriented simple closed curve,

Area(D)=Cxdy=Cydx=12C(xdyydx),\text{Area}(D) = \oint_C x\,dy = -\oint_C y\,dx = \frac{1}{2}\oint_C (x\,dy - y\,dx),

obtained by choosing P,QP,Q so that QxPy=1\tfrac{\partial Q}{\partial x} - \tfrac{\partial P}{\partial y} = 1. Handy when the boundary is easier to describe than the interior.

Where you get stuck, and how to verify

  • Forgetting orientation. Counterclockwise is positive; reversing it flips the sign.
  • Using it on a curve that is not closed.
  • Applying it when the field is not smooth enough or is undefined inside DD.
  • Mixing up the circulation form with the flux form — related, not identical.
  • Getting the region wrong after switching from the boundary integral to the double integral.

Practice your own version

Run the same field F(x,y)=(y,x)\mathbf{F}(x,y) = (-y, x) on a circle of radius RR. Since the scalar curl is still 22, the theorem predicts

Cydx+xdy=2πR2.\oint_C -y\,dx + x\,dy = 2\pi R^2.

Work it out and confirm the answer scales with the area, not the boundary length. For a second case, reverse the orientation and check that only the sign changes.

Frequently Asked Questions

What does Green's theorem say in plain English?
It says that, under the usual smoothness and orientation conditions, the circulation around a closed curve equals the total local rotation inside the region it encloses.
Does the curve have to be closed?
Yes. In the standard introductory form, Green's theorem applies to a simple closed curve that bounds a plane region.
What if the curve is clockwise?
The standard formula assumes positive orientation, which means counterclockwise. If you reverse the orientation, the integral changes sign.

Need help with a problem?

Upload your question and get a verified, step-by-step solution in seconds.

Open GPAI Solver →