New Reply

Greens theorem-is this along the right line...

 
Share Thread Thread Tools
Jul18-12, 06:50 AM   #1
 

Greens theorem-is this along the right line...


1. The problem statement, all variables and given/known data
Cis the boundary of the region given by curves [itex]y = x^{2}[/itex] and y=x use Greens theorem to evaluate the following line integrals.
a) [itex]\oint(6xy-y^2 )dx[/itex]
b) [itex]\oint(6xy-y^2 )dy[/itex]


2. Relevant equations



3. The attempt at a solution

so greens theorem states [itex]\oint Mdx + Ndy = \int\int \frac{\partial N}{\partial x} - \frac{\partial M}{\partial y} dxdy[/itex]

so for (a) M=6xy-[itex]y^2[/itex] N=0
The 2 curves intersect at (1,1)

so [itex]\oint (6xy-y^2)dx = \int^{1}_{0} \int^{x^2}_{x} (6x-2y) dydx[/itex]
=[itex]\int^{1}_{0} -x^4 + 6x^3 -7x^2 dx[/itex]
=[itex]\frac{-31}{30}[/itex]

and for (b) N=6xy-[itex]y^2[/itex] M=0
The 2 curves intersect at (1,1)

so [itex]\oint (6xy-y^2)dy = \int^{1}_{0} \int^{x^2}_{x} (6y-2y)dydx[/itex]
=[itex]\int^{1}_{0} 2x^4 - 2x^2 dx[/itex]
=[itex]\frac{-4}{15}[/itex]

am i doing this right?
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> King Richard III found in 'untidy lozenge-shaped grave'
>> Google Drive sports new view and scan enhancements
>> Researcher admits mistakes in stem cell study
Jul18-12, 08:24 AM   #2
 
Recognitions:
Gold Membership Gold Member
Always sketch the graph, to know the boundary of the region enclosed by the two curves. Check the attachment.

First, describe the region enclosed by the two curves (let's call it, region R).

For x fixed, y varies from ##y = x^2## to ##y= x##
x varies from x = 0 to x = 1

Let's consider part (a). You have correctly recognized terms M and N. Now, you need to find:
$$\iint_R \frac{\partial N}{\partial x} - \frac{\partial M}{\partial y} dxdy=\iint_R 0 - \frac{\partial M}{\partial y} dxdy=-\iint_R \frac{\partial M}{\partial y} dxdy$$
Set the limits:$$-\int_0^1 \int_{x^2}^x \frac{\partial M}{\partial y} dydx$$
You have to find: $$\frac{\partial M}{\partial y}=6x-2y$$
Thus, you get:$$-\int_0^1 \int_{x^2}^x (6x-2y) dydx=-\frac{11}{30}$$
Now, you should be able to do part (b).
Attached Thumbnails
plot.png  
Jul18-12, 10:21 AM   #3
 
Thanks sharks,
i think that cleared up a few things.
When i am doing part B do the limits change?as in...

[itex]\int_0^1 \int_{y}^{\sqrt{y}} (6y) dxdy [/itex]

or do i keep the same limits?
Jul18-12, 11:27 AM   #4
 
Recognitions:
Gold Membership Gold Member

Greens theorem-is this along the right line...


Quote by gtfitzpatrick View Post
When i am doing part B do the limits change?as in...

[itex]\int_0^1 \int_{y}^{\sqrt{y}} (6y) dxdy [/itex]

or do i keep the same limits?
Since the region of integration remains unchanged, you can use the same limits as in part (a).

Alternatively, you could also have defined the limits as:
$$\int_0^1 \int_{x^2}^x (6y) dydx$$but the answer should be the same.
Jul18-12, 03:47 PM   #5
 
Thanks sharks,I did it out both ways and got the same answer [itex]\frac{2}{5}[/itex]

I have a similar question...

[itex]\oint (x^2 y)dx + (y+xy^2) dy [/itex] between the curves [itex]y=x^2 [/itex] and [itex] x=y^2 [/itex]

i sketched out the region and it very similar to the above question.

so from green theorem i get [itex]\int^{1}_{0} \int^{\sqrt{x}}_{x^2} y^2 - x^2 dydx[/itex] which when i do it out i get 0. but from my sketch its not 0. am i taking the wrong limits?i've done it out 2 times. and got the same answer
Jul19-12, 06:42 AM   #6
 
[itex] \int^{1}_{0} \int^{\sqrt{x}}_{x^2} (y^2 - x^2) dydx [/itex]

[itex] \int^{1}_{0} (\frac{1}{3} y^3 - x^2 y)^\sqrt{x}_{x^2} dx [/itex]

[itex] \int^{1}_{0} (\frac{1}{3} x^{\frac{3}{2}} - x^{\frac{5}{2}} - \frac{1}{3}x^6 + x^4 dx [/itex]

= [itex] (\frac{2}{15}x^{\frac{5}{2}} - \frac{2}{7}x^{\frac{7}{2}} - \frac{1}{21}x^{7} + \frac{1}{5}x^{5})^{1}_{0} [/itex]

which works as zero...this cant be right?
Jul19-12, 11:44 AM   #7
 
Recognitions:
Gold Membership Gold Member
The answer is indeed 0. See the two attachments.
Attached Thumbnails
plot.png   plot2.png  
New Reply
Thread Tools


Similar Threads for: Greens theorem-is this along the right line...
Thread Forum Replies
Line Integral does not match Greens Theorem? Calculus & Beyond Homework 2
Greens theorem Calculus & Beyond Homework 1
Greens theorem direction of line integral Calculus & Beyond Homework 2
help with line integrals and greens theorem Calculus & Beyond Homework 3
greens theorem and cauchy theorem help Calculus & Beyond Homework 4