How Can Line Integrals and Green's Theorem Calculate Area Enclosed by Curves?

  • Thread starter Thread starter gtfitzpatrick
  • Start date Start date
  • Tags Tags
    Theorem
gtfitzpatrick
Messages
372
Reaction score
0

Homework Statement



show 3 different line integrals that can be used to calculate the area enclosed by a curve. use greens theorem to derive each formulae shown

Homework Equations





The Attempt at a Solution



So i show 3 line integrals
1) \int_{c}xy^4 ds where c is the circle x^{2} + y^{2} = 16

2) 4x^4 ds where c is the circle x^{2} + y^{2} = 16

3) 2y^2 ds where c is the circle y = x^{2}

i just made these up?

greens theorm states \oint[Mdx+Ndy] = \int\int_{R} (\frac{\partial N}{\partial x} - \frac{\partial M}{\partial y}) dxd y

where should i go from here? are my line integrals right? maybe i should use something line integrals that make it easier to use greens theorem on?
 
Physics news on Phys.org
You're trying to jump into this too fast. You want to calculate an area--there should be some geometric way to find the area a curve encloses by a line integral (that is, they're not asking you to "make up" line integrals but to come up with three different geometric approaches to calculating an area).

The way you verify that your formulas are correct is by converting your line integral to an area integral. If you know what the region is, how do you find the area of a region with an area integral?
 
Hi Muphrid,
So they are asking for say \pi r^2 the are of a circle? \pi ab for a elipse or say a segment of a circle?
 
Getting there. If you wanted to find the area between a curve and the x-axis, you'd break it back down into a series of small rectangles conceptually and build the integral from there. Here, you have a general curve (edit: and you want to find the area it encloses by itself). Can you break it down into a series of small geometric objects with an area you can easily compute?
 
it would be \int^{a}_{b} f(x) dx and in the case of a circle f(x) = \sqrt{x^2 + r^2} ?
 
gtfitzpatrick said:

Homework Statement



show 3 different line integrals that can be used to calculate the area enclosed by a curve. use greens theorem to derive each formulae shown

Homework Equations


The Attempt at a Solution



So i show 3 line integrals
1) \int_{c}xy^4 ds where c is the circle x^{2} + y^{2} = 16

2) 4x^4 ds where c is the circle x^{2} + y^{2} = 16

3) 2y^2 ds where c is the circle y = x^{2}

i just made these up?

greens theorm states \oint[Mdx+Ndy] = \int\int_{R} (\frac{\partial N}{\partial x} - \frac{\partial M}{\partial y}) dxd y

where should i go from here? are my line integrals right? maybe i should use something line integrals that make it easier to use greens theorem on?
I don't believe this problem is asking for a specific example, as the circle of radius 4, here, but three different integrals that would give the area for a general closed curve.

Your statement of Green's theorem is correct and note that the area inside a closed curve, as a double integral is just \int\int dydx. So to use Green's theorem, we want to find two functions M(x,y) and N(x,y) such that \partial N/\partial x- \partial M/\partial y= 1. One possibility that leaps to mind immediately is N= 0, M= -y. Another is N= x, M= 0. Can you find another?
 
hi HallsofIvy,
So in that case another example would be N=2x, M=y, right?

so my 3 different line integrals in this case would be
1. \oint -ydx
2. 3 \oint xdy
3. \oint ydx + 2xdy

to use Greens Theorem to derive each of the 3 formula i just sub in the N and M values into the double integral side as in for the first one \int\int - \frac{\partial -y}{\partial y} dxdy which is \int\int dxdy =area
 
This is the basic idea, yes. What HallsofIvy has pointed out is the direct, grunt-work part of the problem. I was hoping to get you see the geometric side. Each choice corresponds to taking the curve and integrating it in a different way.

N=0, M=-y: you take the curve and draw rectangles down to the x-axis, integrating around it counterclockwise. For a curve entirely above the x-axis, this gives a negative result, so you multiply by -1 to get the correct answer.

N=x, M=0: you do as above, except you draw rectangles over to the y-axis. Here, no extra negative sign is required.

But yes, you can generate any other means of integrating this as long as it fits the constraint that the curl is 1. What I had in mind was doing the integral as a series of triangles from the origin, for instance.
 
Thanks Murhrid,
So I've now got 3 different line integrals. I've used greens theorem on them and shown that it gives the area, but is that right? the question asks to use Greens formula to derive each of the formula...
 
  • #10
Once you have verified that \partial N/\partial x - \partial M/\partial y = 1, the surface integral obviously gives the area, and you're done. I don't think there's any more work you need to show to argue this.
 
  • #11
thanks a million
 
Back
Top