Verification of Green's Theorem

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 4K views
sunnyday11
Messages
14
Reaction score
0

Homework Statement



Verify Green's Theorem for F(x,y) = (2xy-x2) i + (x + y2) j
and the region R which is bounded by the curves y = x2 and y2 = x

Homework Equations



[tex]\int[/tex] CF dr = [tex]\int\int[/tex]R (dF2/dx - dF1/dy) dxdy

The Attempt at a Solution



For [tex]\int[/tex] CF dr ,

r(t) = x i + x2 j
r'(t) = i + 2x j

0 to 1 [tex]\int[/tex] (2x3 + x2 + 2x5)dx

= 2/4 + 1/3 + 2/6
= 7/6



For [tex]\int\int[/tex]R (dF2/dx - dF1/dy) dxdy both integrate from 0 to 1.

[tex]\int\int[/tex] (1 - 2x) dxdy = [tex]\int[/tex] (1- 2x)dx = 1-1 = 0


I think I have made an error somewhere but I could not figure out where.

Thank you very much!
 
Physics news on Phys.org
There are several errors. First, you have only integrated half way around the boundary- from (0, 0) to (1, 1) along the curve [itex]y= x^2[/itex]. You still need to integrate from (1, 1) back to (0, 0) along the curve [itex]x= y^2[/itex].

And the integration over the region bounded by those is NOT
[tex]\int_0^1\int_0^1 dydx[/tex]

That is over the square with boundaries y= 0, y= 1, x= 0, x= 1. To integrate over the given region, if you wish to use the order "dydx" then, yes, x goes form 0 to 1 but for every x, y goes from [itex]x^2[/itex] to [itex]\sqrt{x}[/itex]:
[tex]\int_{x=0}^1\int_{y= x^2}^{\sqrt{x}} dydx[/tex]
//
Or you can use the order dxdy. Then y goes from 0 to 1 while x goes from [itex]y^2[/itex] to [itex]\sqrt{y}[/itex]:
[tex]\int_{y=0}^1\int_{x= y^2}^{\sqrt{y}} dxdy[/tex]
 
And also be more precise in your notation. Don't use x for your parameter when that is already a variable in the original vector field. It makes no sense to write r(t) = x i + x^2 j unless x is a function of t but then you write x(t) instead of just x. Good notation is always best to solve a problem.
 
Thank you very much for your help!
I got 1/15 for both parts, so I just subtracted one from the other and got 0 which agrees with the other solution.