Green's Theorem in 2D
Relationship between Line Integrals and Double Integrals
Green's theorem connects a line integral around a closed curve to a double integral over the region that encloses in the -plane. The core idea: instead of computing a potentially difficult line integral along a boundary, you can compute a double integral over the interior (or vice versa), whichever is easier.
- Applies strictly to planar (2D) regions in the -plane
- The curve must be positively oriented (counterclockwise), piecewise smooth, and simple (no self-intersections)
- Works in both directions: boundary integral region integral, or region integral boundary integral
This flexibility is what makes Green's theorem so useful in practice. Many line integrals that look painful become straightforward double integrals once you apply it.

Curl and Its Role in Green's Theorem
For a 2D vector field , the scalar curl is defined as:
This quantity measures the rotational tendency of the field at each point: how much the field "swirls" around that point.
Green's theorem then states:
The left side is the circulation of around . The right side sums up all the local rotation (curl) throughout the interior . So Green's theorem says: total circulation around the boundary equals the accumulated curl inside.
This is exactly the 2D special case of Stokes' theorem. When you restrict Stokes' theorem to a flat surface lying in the -plane with the unit normal , the surface integral of reduces to the double integral of over , and you recover Green's theorem.

Boundary Orientation and Theorems
Importance of Boundary Orientation
The orientation of matters because it determines the sign of the line integral.
- Positive orientation means traversing counterclockwise. As you walk along the curve, the enclosed region stays to your left.
- Negative orientation (clockwise) flips the sign of the integral:
This convention isn't arbitrary. In Stokes' theorem, the boundary orientation must be consistent with the surface normal via the right-hand rule. For a surface in the -plane with normal pointing in the direction, the right-hand rule gives counterclockwise traversal. Green's theorem inherits this same requirement.
Connection to Other Integral Theorems
Green's theorem sits in a family of results that all share the same structure: the integral of a derivative over a region equals the integral of the original quantity over the boundary.
- Fundamental Theorem of Calculus (1D): . The "derivative" integrated over an interval equals the function evaluated on the boundary (the two endpoints).
- Green's / Stokes' Theorem (2D/surfaces): The curl (a kind of derivative) integrated over a region or surface equals the circulation integral over the boundary curve.
- Divergence Theorem (3D): The divergence (another kind of derivative) integrated over a volume equals the flux integral over the enclosing surface.
Each theorem steps up one dimension, but the pattern is the same. Green's theorem is the 2D flat-surface case of Stokes' theorem, which handles arbitrary oriented surfaces in 3D. Recognizing this hierarchy helps you see why these results exist and when to apply each one.