Intuition What this page is for
The parent note told you WHAT Green's theorem says and WHY it's true. This page is a firing range : every kind of problem the theorem can throw at you, worked from zero. Before each example you'll make a forecast — guess the answer first, then watch the machinery either confirm or surprise you.
We use two objects throughout. Both were defined in the parent note; here they are again in one place so no symbol is unearned:
Every problem Green's theorem can pose falls into one of these cells. The examples below each carry a [cell] tag so you can see the coverage is complete.
Cell
What makes it distinct
Example(s)
A. Curl, positive
Q x − P y > 0 everywhere → nonzero circulation
Ex 1
B. Curl, zero by symmetry
integrand odd over a symmetric region → answer 0
Ex 2
C. Wrong orientation
curve given clockwise → sign flip
Ex 3
D. Non-standard region
annulus / region with a hole
Ex 4
E. Singularity (hypothesis breaks)
field blows up inside D → theorem misused
Ex 5
F. Flux form
using divergence, not curl
Ex 6
G. Degenerate / limiting
shrinking loop, curl as a limit
Ex 7
H. Word problem
real-world flux (fluid crossing a boundary)
Ex 8
I. Exam twist
non-circular boundary, area trick
Ex 9
Worked example Circulation of a genuine swirl
Compute ∮ C ( − y ) d x + x d y where C is the counterclockwise boundary of the disk of radius R .
Forecast: this field F = ( − y , x ) points along circles (a pure swirl). Walking counterclockwise you're always pushed forward, so the answer should be positive and grow with area . Guess before reading on.
Step 1. Identify P = − y , Q = x .
Why this step? Green's theorem needs P and Q named before we can differentiate.
Step 2. Compute the curl integrand:
Q x − P y = ∂ x ∂ x − ∂ y ∂ ( − y ) = 1 − ( − 1 ) = 2.
Why this step? The circulation form converts the loop integral into ∬ D ( Q x − P y ) d A . We need that integrand.
Step 3. Integrate the constant over the disk:
∬ D 2 d A = 2 ⋅ ( area of disk ) = 2 π R 2 .
Why this step? Integrating the constant 2 over D is just 2 × the area, and the disk has area π R 2 .
Result: ∮ C ( − y ) d x + x d y = 2 π R 2 .
Verify: parametrise x = R cos t , y = R sin t . Then − y d x + x d y = R 2 sin 2 t + R 2 cos 2 t = R 2 , and ∫ 0 2 π R 2 d t = 2 π R 2 . ✅ Matches, and it grew with area exactly as forecast.
Look at the red arrows: they curl counterclockwise, aligned with our walking direction — that is why the circulation is positive.
Worked example The swirl that cancels
Compute ∮ C y 2 d x + 3 x y d y around the unit circle (counterclockwise).
Forecast: the field isn't a clean swirl. Will the answer be nonzero? Watch for symmetry.
Step 1. P = y 2 , Q = 3 x y .
Why this step? Name the components first.
Step 2. Curl integrand:
Q x − P y = 3 y − 2 y = y .
Why this step? This is the quantity we integrate over the disk.
Step 3. Integrate y over the unit disk:
∬ D y d A = 0.
Why this step / why zero? The disk is symmetric about the line y = 0 . The integrand y is odd : for every tile at height + y there is a mirror tile at − y contributing the opposite. They cancel in pairs. No brute-force needed.
Result: 0 .
Verify: switch to polar, y = r sin θ , d A = r d r d θ :
∫ 0 2 π ∫ 0 1 ( r sin θ ) r d r d θ = ( ∫ 0 1 r 2 d r ) ( ∫ 0 2 π sin θ d θ ) = 3 1 ⋅ 0 = 0. ✅
Worked example Clockwise loop
Compute ∮ C ( − y ) d x + x d y where C is the unit circle traversed clockwise .
Forecast: it's the same field as Ex 1 (with R = 1 ), but we now walk the wrong way. Green's theorem is stated for counterclockwise loops, so we expect the answer to be the negative of Ex 1.
Step 1. Green's theorem requires positive (counterclockwise) orientation. Our curve is clockwise, so let C + be the counterclockwise version and note C = − C + .
Why this step? Reversing the direction of a line integral flips its sign; we must convert to the orientation the theorem assumes.
Step 2. Apply the theorem to C + (from Ex 1 with R = 1 ):
∮ C + ( − y ) d x + x d y = 2 π ( 1 ) 2 = 2 π .
Step 3. Flip the sign for the clockwise curve:
∮ C ( − y ) d x + x d y = − ∮ C + = − 2 π .
Why this step? C = − C + , and ∫ − C = − ∫ C .
Result: − 2 π .
Verify: clockwise means x = cos t , y = − sin t (angle decreasing). Then − y d x + x d y = − sin 2 t − cos 2 t = − 1 , and ∫ 0 2 π ( − 1 ) d t = − 2 π . ✅
The red arrow shows the walking direction now runs against the field's swirl — the region is on your right , not your left, which is the visual signature of a sign flip.
Compute ∮ ( − y ) d x + x d y over the boundary of the annulus 1 ≤ x 2 + y 2 ≤ 4 (radii 1 and 2 ). The boundary has two circles: the outer C 2 counterclockwise, the inner C 1 clockwise (so the region stays on your left everywhere).
Forecast: the field is the swirl again. The double integral only counts the ring's area, not the hole. Expect 2 × ( ring area ) .
Step 1. The correctly oriented boundary is C = C 2 − C 1 cc where C 1 cc is the inner circle counterclockwise.
Why this step? For a region on your left, the outer curve runs counterclockwise and every inner hole runs clockwise. This is the multiply-connected version from Step 3 of the parent proof.
Step 2. Curl integrand is 2 (same as Ex 1). Integrate over the ring:
∬ D 2 d A = 2 ( π ⋅ 2 2 − π ⋅ 1 2 ) = 2 ( 4 π − π ) = 6 π .
Why this step? The ring's area is (outer disk area) − (inner disk area) = 4 π − π = 3 π .
Result: total oriented circulation = 6 π .
Verify (by hand, both circles): each circle of radius R counterclockwise gives 2 π R 2 (Ex 1). Outer counterclockwise = 2 π ( 4 ) = 8 π ; inner clockwise = − 2 π ( 1 ) = − 2 π . Sum = 8 π − 2 π = 6 π . ✅
Worked example The trap field
For F = ( x 2 + y 2 − y , x 2 + y 2 x ) , a student computes Q x − P y = 0 and concludes ∮ C F ⋅ d r = 0 for the unit circle. Where is the error, and what is the true value?
Forecast: something is wrong — this field is famous. Suspect the origin.
Step 1. Check the curl integrand away from the origin. Writing Q x − P y and simplifying gives 0 wherever the field is defined .
Why this step? We must confirm the student's algebra before blaming it.
Step 2. Locate the flaw: F is undefined at ( 0 , 0 ) because x 2 + y 2 = 0 there. Green's theorem demands P , Q have continuous partial derivatives everywhere inside D — the origin is inside the unit disk and violates this.
Why this step? A theorem's conclusion is void if its hypothesis fails. No hypothesis, no ∬ -to-∮ equality.
Step 3. Compute the honest line integral directly, x = cos t , y = sin t (so x 2 + y 2 = 1 ):
∮ C F ⋅ d r = ∫ 0 2 π [ ( − sin t ) ( − sin t ) + ( cos t ) ( cos t ) ] d t = ∫ 0 2 π 1 d t = 2 π .
Why this step? When the theorem is unavailable, fall back to the definition of a line integral .
Result: the true value is 2 π , not 0 . The double-integral shortcut was illegal.
Fix: exclude the origin with a tiny circle; on the resulting hole-punched region the theorem does apply, and it correctly reports the leftover 2 π living at the puncture. This is exactly the mistake flagged in the parent note.
Verify: ( − sin t ) ( − sin t ) + ( cos t ) ( cos t ) = sin 2 t + cos 2 t = 1 , integrating to 2 π . ✅
Worked example Outflow of a radial field
Compute the outward flux ∮ C F ⋅ n d s for F = ( x , y ) across the boundary of the disk of radius R .
Forecast: F = ( x , y ) points straight out from the origin — every arrow pierces the fence outward. Expect a large positive flux growing with area.
Step 1. Use the flux form: ∇ ⋅ F = P x + Q y with P = x , Q = y .
Why this step? Flux is governed by divergence , not curl.
Step 2.
P x + Q y = 1 + 1 = 2.
Step 3. Integrate:
∮ C F ⋅ n d s = ∬ D 2 d A = 2 π R 2 .
Why this step? Constant 2 over the disk of area π R 2 .
Result: 2 π R 2 .
Verify (direct): on the circle n is the outward radial unit vector, so F ⋅ n = ( x , y ) ⋅ ( x , y ) / R = R 2 / R = R (constant!). Then ∮ R d s = R ⋅ ( circumference ) = R ⋅ 2 π R = 2 π R 2 . ✅
Every red arrow crosses the fence pointing outward — no inflow anywhere, which is why the total is a clean positive number.
Worked example Circulation per area
For F = ( − y , x ) , show that the circulation around a small circle of radius ε , divided by its area, approaches the curl integrand as ε → 0 .
Forecast: the parent note called Q x − P y the "local spin." A limit should recover the local value 2 from the global loop integral.
Step 1. From Ex 1, circulation around radius ε is 2 π ε 2 .
Why this step? We reuse the closed-form we already trust.
Step 2. Divide by the enclosed area π ε 2 :
area circulation = π ε 2 2 π ε 2 = 2.
Why this step? "Circulation per unit area" is the physical definition of scalar curl.
Step 3. Take the limit:
lim ε → 0 π ε 2 1 ∮ C ε F ⋅ d r = 2 = ( Q x − P y ) .
Why this step? It shows the double-integral integrand really is a pointwise limit of loop integrals — the microscopic meaning behind Green's theorem, echoing the Fundamental Theorem of Calculus idea that a boundary encodes an interior rate.
Result: the ratio is exactly 2 for every ε , so the limit is 2 . ✅ (A rare "no limit surprise" — the field's curl is constant.)
Verify: 2 π ε 2 / ( π ε 2 ) = 2 for all ε > 0 , hence the limit is 2 . ✅
Worked example How much water leaves the pond?
Water in a shallow pond has velocity field F = ( x , y ) metres/second (a spring at the origin pushing outward). The pond boundary is the circle of radius 3 m. What is the net outward volume flow rate (per unit depth) through the boundary?
Forecast: water flows outward everywhere, so net outflow is positive; by Ex 6 it should be 2 π R 2 with R = 3 .
Step 1. Net outflow rate = ∮ C F ⋅ n d s — the flux form.
Why this step? "Volume crossing the boundary per second" is precisely a flux integral.
Step 2. ∇ ⋅ F = 1 + 1 = 2 (per second), integrate over the pond:
∬ D 2 d A = 2 ⋅ π ⋅ 3 2 = 18 π .
Why this step? Divergence = 2 means each square metre "creates" 2 m³/s of outflow; multiply by area 9 π .
Result: 18 π ≈ 56.5 m 3 / s per unit depth of pond.
Verify (units & value): [ divergence ] = m m/s = 1/ s ; times area m 2 gives m 2 / s (area flow per unit depth) ✅. Numerically 18 π = 56.548... , positive as forecast. ✅
Worked example Area with no double integral
Use Area = 2 1 ∮ C ( x d y − y d x ) to find the area of the triangle with vertices ( 0 , 0 ) , ( 4 , 0 ) , ( 0 , 3 ) , walking counterclockwise.
Forecast: classic 3 -4 -5 -ish right triangle; area = 2 1 ⋅ 4 ⋅ 3 = 6 . The boundary formula must reproduce this.
Step 1. The area formula comes from choosing P = − y /2 , Q = x /2 , giving Q x − P y = 1 , so ∬ D 1 d A = Area .
Why this step? We engineer the integrand to be 1 so the double integral literally is the area — no antiderivative in the plane needed, only edge sums.
Step 2. For a straight segment from ( x 1 , y 1 ) to ( x 2 , y 2 ) , one shows
2 1 ∫ ( x d y − y d x ) = 2 1 ( x 1 y 2 − x 2 y 1 ) .
Why this step? On a line segment the integral of x d y − y d x is the signed twice-area of the triangle the segment makes with the origin — the "shoelace" building block.
Step 3. Sum over the three edges ( 0 , 0 ) → ( 4 , 0 ) → ( 0 , 3 ) → ( 0 , 0 ) :
2 1 [ ( 0 ⋅ 0 − 4 ⋅ 0 ) + ( 4 ⋅ 3 − 0 ⋅ 0 ) + ( 0 ⋅ 0 − 0 ⋅ 3 ) ] = 2 1 [ 0 + 12 + 0 ] = 6.
Why this step? Each bracket is one edge's contribution; adding them walks the whole boundary once.
Result: Area = 6 .
Verify: elementary geometry 2 1 ⋅ base ⋅ height = 2 1 ⋅ 4 ⋅ 3 = 6 . ✅
Each red edge contributes the signed area of the wedge it sweeps from the origin; the wedges add up (with cancellation) to the triangle. This is the line-integral way to measure area — the boundary knowing the interior once more.
Recall Did the matrix get fully covered?
Positive curl ::: Ex 1
Zero by symmetry ::: Ex 2
Wrong orientation (sign flip) ::: Ex 3
Region with a hole (annulus) ::: Ex 4
Singularity breaks the hypothesis ::: Ex 5
Flux / divergence form ::: Ex 6
Degenerate shrinking loop (curl as a limit) ::: Ex 7
Real-world flux word problem ::: Ex 8
Exam twist (area from boundary) ::: Ex 9
Mnemonic Pick the right form fast
If the question says "circulation," "work," or "along" → curl form Q x − P y .
If it says "flux," "flow out," or "across" → divergence form P x + Q y .
Related deep structure: Green's theorem is the flat-plane case of both Stokes' Theorem (curl form) and the Divergence Theorem (flux form); when Q x − P y = 0 everywhere the field is often a conservative field with zero circulation.
Circulation of ( − y , x ) around radius R (CCW)? 2 π R 2 .
Why is ∮ y 2 d x + 3 x y d y = 0 on the unit disk? Curl integrand is y , odd over a disk symmetric about y = 0 , so it cancels.
Clockwise loop — what do you do? Flip the sign; apply the theorem to the CCW version.
Annulus boundary orientation? Outer CCW, inner CW (region on your left).
Why does ( − y , x ) / ( x 2 + y 2 ) give 2 π not 0 ? Singularity at origin breaks the continuous-partials hypothesis.
Flux of ( x , y ) across radius R ? 2 π R 2 , since divergence = 2 .
Area from the boundary? Area = 2 1 ∮ C ( x d y − y d x ) .