Mathwords logoMathwords

Green's Theorem — Definition, Formula & Examples

Green's Theorem is a result that converts a line integral around a simple closed curve into a double integral over the region that curve encloses. It connects circulation and flux along a boundary to the behavior of a vector field across the entire interior.

Let CC be a positively oriented (counterclockwise), piecewise-smooth, simple closed curve in R2\mathbb{R}^2, and let DD be the region bounded by CC. If P(x,y)P(x,y) and Q(x,y)Q(x,y) have continuous partial derivatives on an open region containing DD, then C(Pdx+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.

Key Formula

C(Pdx+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 = Positively oriented, simple closed curve bounding region D
  • DD = Region in the plane enclosed by C
  • P,QP, Q = Functions of x and y with continuous partial derivatives on D
  • dAdA = Area element for the double integral over D

How It Works

To apply Green's Theorem, identify the functions PP and QQ from the line integral CPdx+Qdy\oint_C P\,dx + Q\,dy. Compute the partial derivatives Qx\frac{\partial Q}{\partial x} and Py\frac{\partial P}{\partial y}, then subtract to form the integrand of the double integral. Set up the double integral over the enclosed region DD using appropriate bounds. This often transforms a difficult path integral into a straightforward area integral, or vice versa.

Worked Example

Problem: Use Green's Theorem to evaluate C(x2dyy2dx)\oint_C (x^2\,dy - y^2\,dx) where CC is the unit circle x2+y2=1x^2 + y^2 = 1, traversed counterclockwise.
Identify P and Q: Rewrite the integral as CPdx+Qdy\oint_C P\,dx + Q\,dy. Here P=y2P = -y^2 and Q=x2Q = x^2.
P=y2,Q=x2P = -y^2, \quad Q = x^2
Compute the partial derivatives: Find Qx\frac{\partial Q}{\partial x} and Py\frac{\partial P}{\partial y}, then subtract.
QxPy=2x(2y)=2x+2y\frac{\partial Q}{\partial x} - \frac{\partial P}{\partial y} = 2x - (-2y) = 2x + 2y
Set up and evaluate the double integral: Convert to polar coordinates over the unit disk: x=rcosθx = r\cos\theta, y=rsinθy = r\sin\theta, dA=rdrdθdA = r\,dr\,d\theta.
D(2x+2y)dA=02π012r(cosθ+sinθ)rdrdθ=02π(cosθ+sinθ)dθ012r2dr\iint_D (2x+2y)\,dA = \int_0^{2\pi}\int_0^1 2r(\cos\theta+\sin\theta)\cdot r\,dr\,d\theta = \int_0^{2\pi}(\cos\theta+\sin\theta)\,d\theta \cdot \int_0^1 2r^2\,dr
Finish the computation: The integral of cosθ+sinθ\cos\theta + \sin\theta over a full period [0,2π][0, 2\pi] equals zero.
02π(cosθ+sinθ)dθ=0    C(x2dyy2dx)=0\int_0^{2\pi}(\cos\theta+\sin\theta)\,d\theta = 0 \implies \oint_C (x^2\,dy - y^2\,dx) = 0
Answer: The line integral equals 00.

Why It Matters

Green's Theorem is essential in vector calculus courses and generalizes to Stokes' Theorem and the Divergence Theorem in higher dimensions. Engineers use it to compute work, flux, and circulation in fluid dynamics and electromagnetism without parameterizing complex curves.

Common Mistakes

Mistake: Forgetting to check the orientation of the curve. Green's Theorem requires counterclockwise (positive) orientation.
Correction: If the curve is traversed clockwise, negate the result or reverse the parameterization before applying the theorem.