Green's Theorem examples

Example 1

Compute

$\displaystyle \oint_{C}^{}$y2dx + 3xydy    

where C is the CCW-oriented boundary of upper-half unit disk D.
\includegraphics[width=2in]{upperdisk.eps}

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

$\displaystyle {\frac{{\partial F_2}}{{\partial x}}}$ - $\displaystyle {\frac{{\partial F_1}}{{\partial 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$\displaystyle \le$x$\displaystyle \le$1,    
0$\displaystyle \le$y$\displaystyle \le$$\displaystyle \sqrt{{1-x^2}}$.    

Therefore, by Green's theorem,

$\displaystyle \oint_{C}^{}$y2dx + 3xy dy = $\displaystyle \iint_{D}^{}$$\displaystyle \left(\vphantom{\frac{\partial F_2}{\partial x} -\frac{\partial F_1}{\partial y}}\right.$$\displaystyle {\frac{{\partial F_2}}{{\partial x}}}$ - $\displaystyle {\frac{{\partial F_1}}{{\partial y}}}$$\displaystyle \left.\vphantom{\frac{\partial F_2}{\partial x} -\frac{\partial F_1}{\partial y}}\right)$dA    
  = $\displaystyle \iint_{D}^{}$ydA    
  = $\displaystyle \int_{{-1}}^{1}$$\displaystyle \int_{0}^{{\sqrt{1-x^2}}}$y dy dx    
  = $\displaystyle \int_{{-1}}^{1}$$\displaystyle \left(\vphantom{ \frac{y^2}{2} \bigg\vert _{y=0}^{y=\sqrt{1-x^2}}}\right.$$\displaystyle {\frac{{y^2}}{{2}}}$$\displaystyle \bigg\vert _{{y=0}}^{{y=\sqrt{1-x^2}}}$$\displaystyle \left.\vphantom{ \frac{y^2}{2} \bigg\vert _{y=0}^{y=\sqrt{1-x^2}}}\right)$dx    
  = $\displaystyle \int_{{-1}}^{1}$$\displaystyle {\frac{{1-x^2}}{{2}}}$dx    
  = $\displaystyle {\frac{{x}}{{2}}}$ - $\displaystyle {\frac{{x^3}}{{6}}}$$\displaystyle \Big\vert _{{-1}}^{1}$ = $\displaystyle {\frac{{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).

\includegraphics[width=2in]{upperdisk2.eps}

First, calculate the integral alone C1. Parametrize C1 by c(t) = (cos t, sin t), 0$ \le$t$ \le$$ \pi$. Then c'(t) = (- sin t, cos t). Calculating:

$\displaystyle \int_{{C_1}}^{}$F . ds = $\displaystyle \int_{{0}}^{{\pi}}$F(c(t)) . c'(t)dt    
  = $\displaystyle \int_{0}^{\pi}$F(cos t, sin t) . (- sin t, cos t)dt    
  = $\displaystyle \int_{0}^{\pi}$(sin2t, 3 cos t sin t) . (- sin t, cos t)dt    
  = $\displaystyle \int_{0}^{\pi}$(- sin3t + 3 sin t cos2t)dt    
  = $\displaystyle \int_{0}^{\pi}$(- sin t(1 - cos2t) + 3 sin t cos2t)dt    
  = $\displaystyle \int_{0}^{\pi}$(- sin t + 4 sin t cos2t)dt    

We can calculate that

$\displaystyle \int_{0}^{\pi}$sin t dt = 2    

and (let u = cos t, du = - sin t dt)

$\displaystyle \int_{0}^{\pi}$sin t cos2t dt = $\displaystyle \int_{1}^{{-1}}$ - u2du    
  = - $\displaystyle {\frac{{u^3}}{{3}}}$$\displaystyle \Big\vert _{1}^{{-1}}$ = - (- 1)/3 + 1/3 = 2/3.    

Therefore.

$\displaystyle \int_{{C_1}}^{}$F . ds = - 2 + 4(2/3) = - 2 + 8/3 = 2/3.    

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

$\displaystyle \int_{{C_2}}^{}$F . ds = 0.    

Putting this all together, we verify that

$\displaystyle \int_{{C}}^{}$F . ds = $\displaystyle \int_{{C_1}}^{}$F . ds + $\displaystyle \int_{{C_2}}^{}$F . ds = $\displaystyle {\frac{{2}}{{3}}}$ +0 = $\displaystyle {\frac{{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.

\includegraphics[width=3in]{circexample.eps}


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

$\displaystyle {\frac{{\partial F_2}}{{\partial x}}}$ = 0,    $\displaystyle {\frac{{\partial F_1}}{{\partial y}}}$ = 1,    $\displaystyle {\frac{{\partial F_2}}{{\partial x}}}$ - $\displaystyle {\frac{{\partial F_1}}{{\partial y}}}$ = - 1,    

so that original line integral becomes the double integral

$\displaystyle \oint_{{C}}^{}$F . ds = $\displaystyle \iint_{D}^{}$(- 1)dA    
  = - $\displaystyle \iint_{D}^{}$dA.    

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:

$\displaystyle \oint_{{C}}^{}$F . ds = - $\displaystyle \iint_{D}^{}$dA    
  = - 1 . area of D = - $ \pi$.    

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

Back to list of readings.



Duane Nykamp
nykamp@math.umn.edu
2007-03-20
03862 hits since
The views and opinions expressed in this page are strictly those of the page author. The contents of this page have not been reviewed or approved by the University of Minnesota.