Green's Theorem
What You’ll Learn
Section titled “What You’ll Learn”In this lesson you’ll learn Green’s Theorem, which connects a line integral around a closed curve to a double integral over the region inside. This is the first of the three big theorems of vector calculus (Green’s, Stokes’, and the Divergence Theorem), and it’s a game-changer for computing integrals.
The Concept
Section titled “The Concept”The Setup
Section titled “The Setup”Imagine a closed curve C in the plane that encloses a region D. You’re walking along C counterclockwise (this is called positive orientation). Green’s Theorem says that the line integral of a vector field around C equals a double integral over D.
The Theorem
Section titled “The Theorem”If C is a positively oriented (counterclockwise), piecewise smooth, simple closed curve enclosing a region D, and has continuous partial derivatives on an open region containing D, then
The left side is a line integral around the boundary. The right side is a double integral over the interior. Green’s Theorem says they’re equal.
Why This Matters
Section titled “Why This Matters”The power of Green’s Theorem is that it lets you choose whichever side is easier to compute. Often the double integral on the right is much simpler than parametrizing the boundary curve on the left. Sometimes it goes the other way. The theorem gives you options.
What the Integrand Means
Section titled “What the Integrand Means”The expression is the 2D version of curl. It measures how much the vector field “rotates” at each point. When you integrate this over the entire region D, you get the total circulation around the boundary C. Green’s Theorem is saying: the total rotation inside equals the total circulation around the edge.
Requirements
Section titled “Requirements”Green’s Theorem needs:
- C must be closed (starts and ends at the same point)
- C must be positively oriented (counterclockwise)
- C must be simple (doesn’t cross itself)
- P and Q must have continuous partial derivatives on and inside C
Worked Examples
Section titled “Worked Examples”Example 1: Line integral via Green’s Theorem
Evaluate where C is the unit circle traversed counterclockwise.
Here and
Compute the partial derivatives:
The integrand for Green’s Theorem is
Now the double integral over the unit disk D:
That’s it. Instead of parametrizing the unit circle and computing a messy line integral, Green’s Theorem turned it into multiplying a constant by the area of a circle.
Example 2: Computing area with Green’s Theorem
Green’s Theorem can compute the area of a region. If you choose P = -y and Q = x, then
So Green’s Theorem gives
Dividing both sides by 2:
This is the shoelace-style area formula. It computes the area enclosed by any closed curve using only a line integral around the boundary. Surveyors and computer graphics algorithms use this idea to compute areas of irregular polygons.
Example 3: Verifying Green’s Theorem on a square
Let and let C be the boundary of the unit square with corners at (0,0), (1,0), (1,1), (0,1), traversed counterclockwise.
The green edges contribute zero to the line integral (either y = 0 on the bottom, or dx = 0 on the vertical sides). The orange top edge is the only one that contributes, giving -1. The labels show each edge’s contribution.
The double integral side: and so
The line integral side: we need to compute along the four edges.
- Bottom edge (y = 0, x from 0 to 1):
- Right edge (x = 1, dx = 0): contributes 0
- Top edge (y = 1, x from 1 to 0):
- Left edge (x = 0, dx = 0): contributes 0
Total line integral = 0 + 0 + (-1) + 0 = -1
Both sides give -1. Green’s Theorem checks out.
Real-World Application
Section titled “Real-World Application”Green’s Theorem connects boundaries to interiors, which is useful whenever you can measure one more easily than the other:
- Physics uses it to relate circulation of a fluid around a boundary to the total vorticity (rotation) inside the region
- Computer graphics uses the area formula from Example 2 to compute areas of arbitrary polygons from their vertex coordinates
- Engineering uses it to convert difficult boundary measurements into simpler area integrals for stress analysis and heat flow
- Game development uses it for efficient area calculations of irregular shapes, flow field analysis, and determining whether points are inside closed boundaries
Retrying will remove your ✅ checkmark until you pass again.