Green’s Theorem examples

Example 1

Compute

Cy2dx + 3xydy

where C is the CCW-oriented boundary of upper-half unit disk D.

PIC

Solution: The vector field in the above integral is F(x,y) = (y2, 3xy). We could compute the line integral directly (see below). But, we can compute this integral more easily using Green’s theorem to convert the line integral into a double integral. The integrand of the double integral must be

F2 x F1 y = 3y 2y = y.

Since the line integral was over the boundary of the half disk, the region of integration for the double integral is the half-disk D itself. (Since C was oriented counterclockwise, the orientation matches; otherwise, we would have had to multiple by negative one to get the correct sign.) The region D is described by

1 x 1, 0 y 1 x2.

Therefore, by Green’s theorem,

Cy2dx + 3xydy = D F2 x F1 y dA =DydA =1101x2 ydydx =11 y2 2 y=0y=1x2 dx =111 x2 2 dx = x 2 x3 6 11 = 2 3.

Alternative Solution method: You could also compute this line integral directly without using Green’s theorem, and you better get the same answer. However, in this case, the integral is more difficult.

We have to compute the integral in two pieces. The first piece is the half circle, oriented from right to left (labeled C1 and in blue, below). The second piece is the line segment, oriented from left to right (labeled C2 and in green).

PIC

First, calculate the integral alone C1. Parametrize C1 by c(t) = (cos t, sin t), 0 t π. Then c'(t) = ( sin t, cos t). Calculating:

C1F ds =0πF(c(t)) c'(t)dt =0πF(cos t, sin t) ( sin t, cos t)dt =0π(sin 2t, 3 cos t sin t) ( sin t, cos t)dt =0π( sin 3t + 3 sin t cos 2t)dt =0π( sin t(1 cos 2t) + 3 sin t cos 2t)dt =0π( sin t + 4 sin t cos 2t)dt

We can calculate that

0π sin tdt = 2

and (let u = cos t, du = sin tdt)

0π sin t cos 2tdt =11 u2du = u3 3 11 = (1)3 + 13 = 23.

Therefore.

C1F ds = 2 + 4(23) = 2 + 83 = 23.

The integral along C2 is easy. Along C2, y = 0, so that F(x,y) = (y2, 3xy) = (0, 0). Consequently,

C2F ds = 0.

Putting this all together, we verify that

CF ds =C1F ds +C2F ds = 2 3 + 0 = 2 3.

Our direct calculation of the line integral agrees with the above result that we obtained by applying Green’s theorem to convert the line integral to a double integral.

Example 2

Let F = (y, 0). What is sign of the circulation of F around the CCW-oriented unit circle? Calculate circulation exactly with Green’s theorem where D is unit disk.

PIC

Solution: The circulation of a vector field around a curve is equal to the line integral of the vector field around the curve. We can see from the picture that the sign of circulation is negative, as the vector field tends to point in the opposite direction of the curve’s orientation.

Since we must use Green’s theorem and the original integral was a line integral, this means we must covert the integral into a double integral. The requisite partial derivatives are

F2 x = 0,F1 y = 1,F2 x F1 y = 1,

so that original line integral becomes the double integral

CF ds =D(1)dA = DdA.

Now, we could go ahead and compute this double integral. But we are lazy. We know that the above integral is simply the area of D. So, we take the shortcut:

CF ds = DdA = 1  area of D = π.

At least our answer is negative like we concluded it must be.