FaraDazed
- 347
- 2
Homework Statement
Use Green''s Theorem in the plane to check:
<br /> \oint_C (xy+y^2) \> dx + x^2 \> dy<br />
Where C is the closed curveof the region bound between the curve of y=x^2 and the line y=x
Homework Equations
<br /> \oint_C u \> dx + v \> dy = \int \int_A (\partial_x v - \partial_y u) \> dx \> dy<br />
The Attempt at a Solution
Right, this is my first time trying to solve a problem using Greens Theorem in the plane, and am having trouble. I think both the LHS and RHS are wrong, never mind having them the same haha.
First I did the RHS, the surface area part.
First I deduced that v=x^2 and u=xy+y^2, so that \partial_x v = 2x and \partial_y u = x+2y then tried setting the problem up...
<br /> I_1 = \int \int_A (\partial_x v - \partial_y u) \> dx \> dy \\<br /> I_1 = \int \int_A (2x-x-2y) \> dx \> dy \\<br /> I_1 = \int_0^1 dx \> \int_{y=x^2}^{y=x} x-2y \\<br /> I_1 = \int_0^1 dx [xy-y^2]_{x^2}^{x} \\<br /> I_1 = \int_0^1 dx \> ([x^2 - x^2]-[x^3 -x^4]) \\<br /> I_1 = \int_0^1 (x^4 - x^3) \> dx = [\frac{x^5}{5}-\frac{x^4}{4}]_0^1 = -\frac{1}{20}<br />
And for the contour integral I split it into two parts, with the first part I_{x^2} being the integral going up the curve y=x^2 and the second part I_x being the bit going back down the line y=x
For I_{x^2} :we have y=x^2 therefore dy=2x \> dx and I substitute in for y=x^2 to get everything in terms of x
<br /> I_{x^2} =\int (xy+y^2) \> dx + x^2 \> dy \\<br /> I_{x^2} =\int_0^1 (x^3 + x^4 + x^2)2x \> dx \\<br /> I_{x^2} = 2 \int_0^1 (x^5 + x^4 + x^3) \> dx = 2[\frac{x^6}{6}+\frac{x^5}{5}+\frac{x^4}{4}]_0^1 = \frac{37}{30} \\<br />
Then for I_{x} we have y=x therefore dy=dx \> dx and I substitute in for y=x to get everything in terms of x
<br /> I_{x} =\int (xy+y^2) \> dx + x^2 \> dy \\<br /> I_{x} =\int_1^0 (x^2+x^2+x^2) \> dx \\<br /> I_{x} = -3 \int_0^1 x^2 = -3[\frac{x^3}{3}]_0^1 = -1<br />
and then I_2 = I_{x^2} + I_{x} = \frac{37}{30} - 1 = \frac{7}{30}
I was bound to get it wrong on my first go at using the theorem, any help/advice is much appreciated! Thanks :)EDIT:
I think I realized a mistake, in this bit
<br /> I_{x^2} =\int (xy+y^2) \> dx + x^2 \> dy \\<br /> I_{x^2} =\int_0^1 (x^3 + x^4 + x^2)2x \> dx \\<br />
Where it should only be the one term multiplied by 2x?
<br /> I_{x^2} =\int (xy+y^2) \> dx + x^2 \> dy \\<br /> I_{x^2} =\int_0^1 ((x^3 + x^4) + (x^2)2x) \> dx \\<br /> I_{x^2} =\int_0^1 (x^3 + x^4) + (2x^3) = [\frac{x^4}{4}+\frac{x^5}{5}+\frac{2x^4}{4}]_0^1 = \frac{1}{4}+\frac{1}{5}+\frac{2}{4}=\frac{19}{20}<br />
Which gives I_{x^2}+I_x = \frac{19}{20} - 1 =-\frac{1}{20}
Last edited: