Labware - MA35 Multivariable Calculus - Two Variable Calculus

Contents

Search

Green's Theorem (Page: 1 | 2 )

Text

WHY GREEN'S THEOREM WORKS

Perhaps the most confusing aspect of Green's Theorem is that we are able to express information about a surface just by performing an integral over the boundary of the surface. Why is no information lost if we ignore the entire inner part of the surface?

We can relate the value of some function at one point on a boundary to that at another point on the boundary by adding up the changes in the value of that function as one travels across the surface from one point to the other. This allows us to relate function values on a boundary to partial derivatives of that function throughout the surface. Green's Theorem is one example of a relationship of this type that we can establish.

To see the derivation of Green's Theorem, please expand:

Let us first think about a simpler problem which will lead us to Green's Theorem.

Suppose we want to find out how the value of some function P(x, y) changes as we move from some point (x0, c) to some point with a higher y value, (x0, d). Part of the Fundamental Theorem of Calculus (abf(x)dx = G(b) - G(a), where f(x) = G'(x)) gives us the information we want:

cdPy(x,y)dy = P(x0, d) - P(x0, c).

Now suppose that we have two functions, c(x) and d(x) (with d(x) > c(x)), and we want to compare the values of P for each set of points c(x) and d(x) that have the same x value, over some domain a≤x≤b. Essentially, we can integrate our result from above with respect to x from x = a to x = b to get the desired result. (Note that the double integral will be carried out over the region between c(x) and d(x), since we are considering the set of all line segments joining points in c(x) to points in d(x)):

abc(x)d(x)Py(x,y)dydx = ∫abP(x, d(x))dx - ∫abP(x, c(x))dx.

Now multiply by -1:

-∫abc(x)d(x)Py(x,y)dydx = ∫abP(x, c(x))dx - ∫abP(x, d(x))dx.

The integral of anything with respect to x for vertical line segment paths is 0 since x doesn't change along those paths, so we can add in two terms on the right side of the equation to complete a curve around which one is traveling counterclockwise (i.e. + sign for lower curve, c(x), and - sign for upper curve, d(x)). Our result is lemma 1 of Green's theorem:

C+P(x, y)dx = -∫∫DPy(x, y)dxdy for a function P(x,y) and a y-simple region D with boundary C ("+" indicates counterclockwise travel). Note that Fubini's theorem allowed us to change the order of integration.

We can find lemma 2 of Green's theorem using almost the same process, with the roles of x and y switched. The main difference relates to direction of travel. For lemma 1, we had d(x) > c(x), and counterclockwise travel meant increasing x on the lower-valued curve,c(x), and decreasing x on the higher-valued curve, d(x). For lemma 2, counterclockwise travel causes us to increase y for the higher-valued curve, b(y), and decrease y for the lower-valued curve, a(y). The result is

C+Q(x, y)dy = ∫∫DQy(x, y)dxdy. This time D must be an x-simple region.

We know that for a simple region, both lemmas will be true, so we can add them to get Green's theorem:

C P(x,y) dx + Q(x,y) dy = ∫∫D (- Py(x, y) +Qx(x, y)) dxdy.

The proof of Green's theorem for non-simple regions is left as an exercise.

Demos

Examples

Circular Region (Lemma 1)

Circular Region (Lemma 2)

Exercises

  • 1. In the Lemma 1 demo, try this example:

    P(x, y) = y2

    a = 0

    b = 2

    c(x) = x2

    d(x) = x + 2

    What happens in the Vector Sums window when h is equal to b, its maximum value? Why does this occur?

  • 2. How does the "Vector Sums" window in each of these demos show how Green's theorem relates to the Fundamental Theorem of Calculus?
  • 3. Why can you construct any right triangle with legs parallel to the axes for both of these demos? How can you use this to prove Green's theorem for non-simple regions?
  • 4. How do the methods used in these demos show that Green's theorem only works for closed regions?