Share on Facebook Share on Twitter Email
Answers.com

Green's theorem

 
Sci-Tech Dictionary: Green's theorem
(′grēnz ′thir·əm)

(mathematics) Under certain general conditions, an integral along a closed curve C involving the sum of functions P(x,y) and Q(x,y) is equal to a surface integral, over the region D enclosed by C, of the partial derivatives of P and Q; namely,


Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
Sci-Tech Encyclopedia: Green's theorem
Top

A term used variously in mathematical literature to denote either (1) the Gauss divergence \int\int\int\nabla\cdot \Im dV = \int\int \Im \cdot v dS theorem, or some one of several forms or immediate consequences of this theorem, or (2) the plane case of Stokes' theorem. See also Calculus of vectors; Gauss' theorem; Stokes' theorem.


Hacker Slang: Green's Theorem
Top

[TMRC] For any story, in any group of people there will be at least one person who has not heard the story. A refinement of the theorem states that there will be exactly one person (if there were more than one, it wouldn't be as bad to re-tell the story). [The name of this theorem is a play on a fundamental theorem in calculus. —ESR]


Wikipedia: Green's theorem
Top
Topics in Calculus

Fundamental theorem
Limits of functions
Continuity
Mean value theorem

Vector calculus 

Gradient
Divergence
Curl
Laplacian
Gradient theorem
Green's theorem
Stokes' theorem
Divergence theorem

In physics and mathematics, Green's theorem gives the relationship between a line integral around a simple closed curve C and a double integral over the plane region D bounded by C. It is the two-dimensional special case of the more general Stokes' theorem, and is named after British mathematician George Green.

Let C be a positively oriented, piecewise smooth, simple closed curve in the plane R2, and let D be the region bounded by C. If L and M are functions of (x, y) defined on an open region containing D and have continuous partial derivatives there, then

\oint_{C} (L\, \mathrm{d}x + M\, \mathrm{d}y) = \iint_{D} \left(\frac{\partial M}{\partial x} - \frac{\partial L}{\partial y}\right)\, \mathrm{d}A.

For positive orientation, an arrow pointing in the counterclockwise direction may be drawn in the small circle in the integral symbol.

In physics, Green's theorem is mostly used to solve two-dimensional flow integrals, stating that the sum of fluid outflows at any point inside a volume is equal to the total outflow summed about an enclosing area.

Contents

Proof when D is a simple region

If D is a simple region with its boundary consisting of the curves C1, C2, C3, C4, Green's theorem can be demonstrated.

The following is a proof of the theorem for the simplified area D, a type I region where C2 and C4 are vertical lines. A similar proof exists for when D is a type II region where C1 and C3 are straight lines. The general case can be deduced from this special case by approximating the domain D by a union of simple domains.

If it can be shown that

\int_{C} L\, dx = \iint_{D} \left(- \frac{\partial L}{\partial y}\right)\, dA\qquad\mathrm{(1)}

and

\int_{C} M\, dy = \iint_{D} \left(\frac{\partial M}{\partial x}\right)\, dA\qquad\mathrm{(2)}

are true, then Green's theorem is proven in the first case.

Define the type I region D as pictured on the right by:

D = \{(x,y)|a\le x\le b, g_1(x) \le y \le g_2(x)\}

where g1 and g2 are continuous functions on [a, b]. Compute the double integral in (1):

 \iint_{D} \left(\frac{\partial L}{\partial y}\right)\, dA =\int_a^b\!\!\int_{g_1(x)}^{g_2(x)} \left[\frac{\partial L}{\partial y} (x,y)\, dy\, dx \right]
 = \int_a^b \Big\{L(x,g_2(x)) - L(x,g_1(x)) \Big\} \, dx\qquad\mathrm{(3)}

Now compute the line integral in (1). C can be rewritten as the union of four curves: C1, C2, C3, C4.

With C1, use the parametric equations: x = x, y = g1(x), axb. Then

\int_{C_1} L(x,y)\, dx = \int_a^b \Big\{L(x,g_1(x))\Big\}\, dx

With C3, use the parametric equations: x = x, y = g2(x), axb. Then

 \int_{C_3} L(x,y)\, dx = -\int_{-C_3} L(x,y)\, dx = - \int_a^b [L(x,g_2(x))]\, dx

The integral over C3 is negated because it goes in the negative direction from b to a, as C is oriented positively (counterclockwise). On C2 and C4, x remains constant, meaning

 \int_{C_4} L(x,y)\, dx = \int_{C_2} L(x,y)\, dx = 0

Therefore,

 \int_{C} L\, dx  = \int_{C_1} L(x,y)\, dx + \int_{C_2} L(x,y)\, dx + \int_{C_3} L(x,y)\, dx + \int_{C_4} L(x,y)\, dx
 = -\int_a^b [L(x,g_2(x))]\, dx + \int_a^b [L(x,g_1(x))]\, dx\qquad\mathrm{(4)}

Combining (3) with (4), we get (1). Similar computations give (2).

Relationship to the Stokes theorem

Green's theorem is a special case of Stokes' theorem, when applied to a region on the xy-plane:

We can augment the two-dimensional field into a three-dimensional field with a z-component that is always 0: \mathbf{F} = \langle L, M, 0\rangle.

Start with the left side of Green's theorem:

\oint_{C} (L\, dx + M\, dy) = \oint_{C} \langle L, M, 0\rangle \cdot \langle dx, dy, dz\rangle = \oint_{C} \mathbf{F} \cdot d\mathbf{r}

Then by Stokes' Theorem:

\oint_{C} \mathbf{F} \cdot d\mathbf{r} = \iint_S \nabla \times \mathbf{F} \cdot \mathbf{\hat n} \, dS

The surface S is just the region in the plane D, with the unit normals pointing up (in +z direction) to match the "positive orientation" definitions for both theorems.

The expression inside the integral becomes \nabla \times \mathbf{F} \cdot \mathbf{\hat n} = \left[ \left(\frac{\partial 0}{\partial y}  - \frac{\partial M}{\partial z}\right) \mathbf{i} + \left(\frac{\partial L}{\partial z} - \frac{\partial 0}{\partial x}\right) \mathbf{j} + \left(\frac{\partial M}{\partial x} - \frac{\partial L}{\partial y}\right) \mathbf{k} \right] \cdot \mathbf{k} = \left(\frac{\partial M}{\partial x} - \frac{\partial L}{\partial y}\right)

Thus we get the right side of Green's theorem

\iint_S \nabla \times \mathbf{F} \cdot \mathbf{\hat n} \, dS = \iint_D \left(\frac{\partial M}{\partial x} - \frac{\partial L}{\partial y}\right) \, dA

Relationship to the divergence theorem

Considering only two-dimensional vector fields, Green's theorem is equivalent to the following two-dimensional analogue of the divergence theorem:

\iint_D\left(\nabla\cdot\mathbf{F}\right)dA=\oint_C \mathbf{F} \cdot \mathbf{\hat n} \, ds,

where \mathbf{\hat n} is the outward-pointing unit normal vector on the boundary.

To see this, consider the unit normal in the right side of the equation. Since d\mathbf{r} = ( dx, dy) is a vector pointing tangential along a curve, and the curve C is the positively-oriented (i.e. counterclockwise) curve along the boundary, an outward normal would be a vector which points 90° to the right, which would be (dy, − dx). The length of this vector is \sqrt{dx^2 + dy^2} = ds. So \mathbf{\hat n}\,ds = ( dy, -dx).

Now let the components of \mathbf{F} = ( P, Q). Then the right hand side becomes

\int_C \mathbf{F} \cdot \mathbf{\hat n} \, ds = \int_C P dy - Q dx

which by Green's theorem becomes

\int_C -Q dx + P dy = \iint_{D} \left(\frac{\partial P}{\partial x} + \frac{\partial Q}{\partial y}\right)\, dA = \iint_D\left(\nabla\cdot\mathbf{F}\right)dA.

See also

External links


Best of the Web: Green's theorem
Top

Some good "Green's theorem" pages on the web:


Math
mathworld.wolfram.com
 
 
 

 

Copyrights:

Sci-Tech Dictionary. McGraw-Hill Dictionary of Scientific and Technical Terms. Copyright © 2003, 1994, 1989, 1984, 1978, 1976, 1974 by McGraw-Hill Companies, Inc. All rights reserved.  Read more
Sci-Tech Encyclopedia. McGraw-Hill Encyclopedia of Science and Technology. Copyright © 2005 by The McGraw-Hill Companies, Inc. All rights reserved.  Read more
Hacker Slang. The Jargon File. Copyright © 2007.  Read more
Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Green's theorem" Read more