Questions tagged [greens-theorem]

This tag is for questions about Green's theorem. 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$.

Green's theorem is named after George Green and is the two-dimensional special case of the more general Kelvin–Stokes theorem.

Theorem:

Let $C$ be a positively oriented, piecewise smooth, simple closed curve in a plane, 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{dx} + M \\ \mathrm{dy}) = \iint_{D} \left(\frac{\partial M}{\partial x} - \frac{\partial L}{\partial y}\right) \\ \mathrm{dx} \\ \mathrm{dy}$$ where the path of integration along $C$ is counterclockwise.

572 questions
5
votes
1 answer

What is a x-simple and y-simple region?

In Vector Calculus by Marsden, Tromba, and Freedman, they define something called $x$- and $y$-simple regions in the chapter about Green's and Stoke's Theorem: I have read the definition, but I do not quite understand what it means.
4
votes
2 answers

Green's Theorem for 3 dimensions

I'm reading Introduction to Fourier Optics - J. Goodman and got to this statements which is referred to as Green's Theorem: Let $U(P)$ and $G(P)$ be any two complex-valued functions of position, and let $S$ be a closed surface surrounding a volume…
4
votes
0 answers

Aproximation to Jordan curve by polygonal jordan curve

In the proof of the Green theorem (in the last step: any region can be approximated as closely as we want by a sum of rectangles), I need to prove the following result: Let $\gamma$ be a Jordan curve (closed and simple) on $\mathbb{R}^2$. Suppose…
2
votes
1 answer

Calculating flux for a triangle

Find the flux of $\boldsymbol{\mathrm{F}}=x\boldsymbol{\mathrm{i}} +4y \boldsymbol{\mathrm{j}}$ outwards across the triangle with vertices at $(0,0),(2,0)$ and $(0,2)$. Solution: $10$ The answer says it's $10$, but I calculated it as $20$. I'm…
2
votes
1 answer

Does Greens Theorem apply to the annulus?

I realize that it does, but I can't prove it. If the region is of the form: $$ D = \{ (x,y) ) \ | \ x \in [a,b] , \ \mu(x) \le y \le v(x) \}$$ or, with $y$ and $x$ changing place (and especially if it holds both ways), then I can do it on my…
1
vote
0 answers

Gauss-Ostrogradsky's theorem

Question: Is there any formula that bounds the line and double integrals other than the Green one? My guess: No! We know: $$ \int_V \operatorname{div} \vec{F}\, dx\,dy\,dz = \int_{\partial V} \vec{F} \cdot \vec{n} \cdot dS$$ Here: $n$ denotes the…
1
vote
1 answer

Can a vortex vector field be conservative?

For the following vortex vector field $$F(x,y)=\left(\frac{2xy}{(x^2+y^2)^2},\frac{y^2-x^2}{(x^2+y^2)^2}\right)$$ If we apply the extended Green's Theorem for an arbitrary simple closed curve $C$ that doesn't pass through the origin and with a…
1
vote
0 answers

Vector calculus - Green's Theorem image

I'm working on the circulation form of Green's Theorem in a math textbook and came across this image. Of course, I understand r is the parametrization of C but the figure has what look like non-tangent vectors labeled r coming out of C. Does anybody…
1
vote
1 answer

What is a region of type 3 with regards to Green's Theorem?

I understand that a region of type 1 is where two curves are connected by two vertical lines and that a region of type 2 is where two curves are connected by two horizontal lines. But what is a region of type 3?
1
vote
1 answer

Trouble calculating line integral using Green's theorem, complicated integral.

"Calculate line integral of scalar function [$y(e^x) -1]dx + [e^x]dy$ over curve $C$, where $C$ is the semicircle through $(0, 10), (10, 0)$, and $(0, 10)$" I plan on using Green's theorem, and since curve C does not include the bottom line on x…
MinYoung Kim
  • 1,015
1
vote
1 answer

Green's Theorem in the Plane with gradient

Problem Calculate $$\int_R \int \nabla^2 \big( x^3 - y^3 \big) ~dx~ dy$$ in the region bounded by $0 \leq y \leq x^2$ and $|x|\leq 2$.[1] My Attempt $$\nabla \big( x^3 - y^3 \big) = 3x^2 \hat{\bf{i}} - 3y^2 \hat{\bf{j}}$$ $$\nabla^2 \big( x^3 -…
1
vote
1 answer

Green's theorem details

I'm studying Green theorem. My textbook gives me two examples in which I have a few doubts 1st example Imagine the annulus $D=\{(x,y) \in \mathbb{R^2}: r^2 < x^2 + y^2 < R^2\}$ $F$ the a vector field of class $C^1$ defined in an open set of…
1
vote
1 answer

Verification of Green's thereom ( homework help)

Verify Green's thereom: $\oint_C (x^2 + y^2 +cos(x))dx +(x^2 +y^2 +sin(y))dy $ where C is the boundary of the semicircle" $${(x,y) \in R^2 :x^2 +y^2 \leq 4,x \geq 0 } $$ Solution: Please tell me if i am in the correct direction, or give me hint…
1
vote
1 answer

Greens theorem but don't know how to start it

Evaluate $\oint \limits _C x \space \mathbb d y$ where $C$ is the circle of center $(0,0)$ and radius $4$, taken once anti-clockwise. How do I start this question? It doesn't look like any of the forms I've seen for Green's theorem before.
1
vote
0 answers

Green's theorem using polar coordinates and substitution

Hi, I'm having doubts to how I'm supposed to draw the graph of the triangle, is it just $y=x\tan(\alpha)$ and $y= -x\tan(\alpha)$ and $x=1$ and sketch the region?. Also for the integral I calculated it to be $\frac{1}{2} \left[\tan(\alpha) +…
1
2 3