Green's Theorem bridges line integrals and double integrals, letting you convert a difficult line integral around a closed curve into a (usually easier) double integral over the region it encloses. It's one of the central results in multivariable calculus and shows up constantly in physics and engineering when you need to compute work, flux, or enclosed areas.
Green's Theorem Fundamentals
Application of Green's Theorem
Green's Theorem says that if you have a line integral around a simple, closed, counterclockwise curve , you can trade it for a double integral over the region that encloses:
For this to work, a few conditions must hold:
- must be a simple closed curve (no self-intersections) traversed counterclockwise
- is the region enclosed by
- and must have continuous first partial derivatives on an open region containing
That last condition is easy to overlook. If or has a discontinuity or undefined partial derivative inside , you can't apply the theorem directly.
Steps to apply Green's Theorem:
- Identify the closed curve and the enclosed region
- Read off and from the line integral ( is the coefficient of , is the coefficient of )
- Compute the partial derivatives and
- Set up and evaluate the double integral
The whole point is that the double integral is often much simpler to evaluate than parameterizing the curve and computing the line integral directly.

Area Calculation with Green's Theorem
A particularly useful special case: you can compute the area of a region using a line integral. If you choose and , then , and Green's Theorem gives:
There are two other equivalent forms that also work: and . All three give the same area; the symmetric version above is the most common.
Steps for area calculation:
-
Parameterize the closed curve (e.g., for an ellipse: , , )
-
Express and in terms of your parameter
-
Substitute into the area formula
-
Evaluate the integral
For example, applying this to the ellipse parameterization above gives area , which matches the known formula.

Orientation of Closed Curves
Orientation matters. Green's Theorem as stated assumes counterclockwise (positive) orientation. If your curve runs clockwise, the result picks up a negative sign, so you'd need to negate the integral or reverse the curve's direction.
How to determine orientation:
- Parametric method: Track the direction of travel as the parameter increases. If the enclosed region stays to your left, you're going counterclockwise.
- Right-hand rule: Point your right thumb along the positive -axis. Your fingers curl in the counterclockwise direction.
Regions with holes require extra care. If has a hole, the boundary of consists of multiple curves: the outer boundary traversed counterclockwise and each inner boundary (around a hole) traversed clockwise. Both orientations are chosen so that the region always lies to the left of the direction of travel. Getting this wrong flips signs in your answer.
Work and Flux Using Green's Theorem
Green's Theorem converts both work and flux line integrals into double integrals, but the setup differs between the two.
Work (circulation form):
For a force field , the work done along a closed curve is:
This is the standard form of Green's Theorem. The integrand is sometimes called the scalar curl of (it's the -component of ).
Flux (divergence form):
The outward flux of across uses a different line integral:
Notice the integrand here is , which is the divergence of . Don't mix up the two forms: circulation uses the curl, flux uses the divergence.
Problem-solving steps:
-
Determine whether you're computing work (circulation) or flux
-
Identify and from the vector field
-
For work: compute . For flux: compute
-
Set up the double integral over with the appropriate integrand
-
Evaluate using whatever coordinate system fits the region (Cartesian, polar, etc.)
A quick sanity check: if the scalar curl is zero everywhere in , the work around any closed curve in that region is zero (the field is conservative). If the divergence is zero everywhere, the net flux out of any closed curve is zero (the field is incompressible).