Difference between revisions of "Green's Theorem"

From Conservapedia
Jump to: navigation, search
m (Example: corrected other partial derivative)
(Another Example: Category)
 
(15 intermediate revisions by 4 users not shown)
Line 1: Line 1:
'''Green's Theorem''' relates the line integral of two functions over a closed curve to the double integral of the partial derivatives of those same functions:
+
'''Green's Theorem''', or "Green's Theorem in a plane," has two formulations:  one formulation to find the [[circulation]] of a two-dimensional function around a closed contour (a loop), and another formulation to find the [[flux]] of a two-dimensional function around a closed contour.  Applications of Green's Theorem include finding the area enclosed by a two-dimensional curve, as well as many engineering applications.  Green's Theorem originated in 1825.
 +
 
 +
The "circulation" formulation of Green's Theorem expresses the line integral of a vector function P'''''i''''' + Q'''''j''''' over a closed curve in terms of the double integral of the partial derivatives of those same functions:
  
 
::<math>\oint_{C} (P\, \mathrm{d}x + Q\, \mathrm{d}y) = \iint_{R} \left(\frac{\partial Q}{\partial x} - \frac{\partial P}{\partial y}\right)\, \mathrm{d}x{d}y.</math>
 
::<math>\oint_{C} (P\, \mathrm{d}x + Q\, \mathrm{d}y) = \iint_{R} \left(\frac{\partial Q}{\partial x} - \frac{\partial P}{\partial y}\right)\, \mathrm{d}x{d}y.</math>
  
Simply stated, Green's Theorem converts a line integral (which may be difficult to compute) into a double integral (which may be easier to solve).  This theorem is an extension of calculus to the context of integrals in planar regions.
+
Simply stated, Green's Theorem converts a line integral over a closed curve (a loop) into a double integral that is often easier to solve.  This theorem is an extension of calculus to the context of integrals in planar regions.
  
Green's Theorem is a popular topic in advanced calculus courses, but is not as useful in physics and engineering as its three-dimensional counterpart, the [[Divergence Theorem]].
+
Another way of stating Green's Theorem is this:  the macroscopic circulation of a vector function around a closed contour C is equal to the sum of all the microscopic circulations of the same function within the region enclosed by C.
  
[[Stokes' Theorem]] is the generalization of Green's Theorem to non-planar surfaces.
+
The "flux" formulation of Green's Theorem equates the outward flux of a vector function over a closed contour to the double integral of its divergence over the enclosed region:
 +
 
 +
:::<math>\oint_C \vec F \cdot \vec n{\mathrm{d}s}\ = \iint_R (\nabla \cdot \vec F) \vec{\mathrm{d}A},</math>
 +
 
 +
Green's Theorem is a popular topic in advanced calculus courses.  But in physics and engineering its three-dimensional counterpart, the [[Divergence Theorem]], is more useful.
 +
 
 +
[[Stokes' Theorem]] is the generalization of Green's Theorem to non-planar surfaces.  Stated another way, Green's Theorem is a special case of Stokes' Theorem where the capping surface is limited to the ''xy'' plane, and the normal vector for the surface integral points solely in the ''z'' direction.
  
 
== Example ==
 
== Example ==
Line 23: Line 31:
 
Next we have to determine the limits in terms of ''x'' and ''y'' for the surface ''R''.  The surface is a triangle for which ''y=3x'', so the inner integral should be from ''y=0'' to ''y=3x''.  The outer integral can then be from ''x=0'' to ''x=2''.  This yields:
 
Next we have to determine the limits in terms of ''x'' and ''y'' for the surface ''R''.  The surface is a triangle for which ''y=3x'', so the inner integral should be from ''y=0'' to ''y=3x''.  The outer integral can then be from ''x=0'' to ''x=2''.  This yields:
  
::<math>=\int_{(x=0)}^{(x=2)} \int_{(y=0)}^{(y=3x)}(4x^2y^3 - 2xy)\, \mathrm{d}y{d}x.</math>
+
::<math>=\int_{(x=0)}^{(x=2)} \int_{(y=0)}^{(y=3x)}(2xy^4 - x^2)\, \mathrm{d}y{d}x.</math>
  
 
Solving the integrals equals:
 
Solving the integrals equals:
  
::<math>=\frac{81*2^7}{7} - \frac{9*2^4}{4}</math>
+
::<math>= \ \left [\frac{2}{5}*\frac{3^5}{7}x^7 - \frac{3}{4}*x^4 \right]^2_0</math> 
 +
 
 +
::<math>= \frac{2}{5}*\frac{3^5}{7}*2^7 - \frac{3}{4}*2^4</math>
 +
 
 +
::<math>= \frac{2^8*3^5}{35} - 12 = 1765 + \frac{13}{35}</math>
 +
 
 +
== Another Example ==
 +
 
 +
''Problem'': Calculate the following along the perimeter of the ellipse <math>\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1\,</math>
 +
 
 +
::<math>\oint_{C} (y\, \mathrm{d}x + x\, \mathrm{d}y)</math>
 +
 
 +
''Solution'':  Using Green's Theorem, P=y and Q=x, and the above line integral equals:
 +
 
 +
::<math>=\iint_{R} \left(\frac{\partial Q}{\partial x} - \frac{\partial P}{\partial y}\right)\, \mathrm{d}x{d}y = \iint_{R} 2\, \mathrm{d}y{d}x.</math>
  
::<math>=\frac{81*2^7}{7} - 36</math>
+
This is just twice the area of the ellipse, or <math>2\pi{}ab\,</math>.
  
[[Category:vector analysis]]
+
[[Category:Vector Analysis]]
[[Category:calculus]]
+
[[Category:Calculus]]
[[Category:mathematics]]
+
[[Category:Mathematics]]

Latest revision as of 20:17, July 29, 2016

Green's Theorem, or "Green's Theorem in a plane," has two formulations: one formulation to find the circulation of a two-dimensional function around a closed contour (a loop), and another formulation to find the flux of a two-dimensional function around a closed contour. Applications of Green's Theorem include finding the area enclosed by a two-dimensional curve, as well as many engineering applications. Green's Theorem originated in 1825.

The "circulation" formulation of Green's Theorem expresses the line integral of a vector function Pi + Qj over a closed curve in terms of the double integral of the partial derivatives of those same functions:

Simply stated, Green's Theorem converts a line integral over a closed curve (a loop) into a double integral that is often easier to solve. This theorem is an extension of calculus to the context of integrals in planar regions.

Another way of stating Green's Theorem is this: the macroscopic circulation of a vector function around a closed contour C is equal to the sum of all the microscopic circulations of the same function within the region enclosed by C.

The "flux" formulation of Green's Theorem equates the outward flux of a vector function over a closed contour to the double integral of its divergence over the enclosed region:

Green's Theorem is a popular topic in advanced calculus courses. But in physics and engineering its three-dimensional counterpart, the Divergence Theorem, is more useful.

Stokes' Theorem is the generalization of Green's Theorem to non-planar surfaces. Stated another way, Green's Theorem is a special case of Stokes' Theorem where the capping surface is limited to the xy plane, and the normal vector for the surface integral points solely in the z direction.

Example

Problem: Calculate the following along the contour from the origin to (2,0) to (2,6):

Solution: Using Green's Theorem, P=x2y and Q=x2y4, and the above line integral equals:

Next we have to determine the limits in terms of x and y for the surface R. The surface is a triangle for which y=3x, so the inner integral should be from y=0 to y=3x. The outer integral can then be from x=0 to x=2. This yields:

Solving the integrals equals:

Another Example

Problem: Calculate the following along the perimeter of the ellipse

Solution: Using Green's Theorem, P=y and Q=x, and the above line integral equals:

This is just twice the area of the ellipse, or .