Evaluating Line Integral with Green's Theorum

Amy Marie
Messages
13
Reaction score
0

Homework Statement


Use Green's Theorum to evaluate the line integral c (x^2)y dx, where c is the unit circle centered at the origin.

Homework Equations

The Attempt at a Solution


Taking the partial derivative with respect to y and subtracting it from zero(I'm taking the dy in the original problem to be zero because there wasn't one), I set up the double integral:

∫y = -1 to y =1 ∫x = -sqrt(1 - (y^2)) to x = sqrt(1 - ( y^2)) -(x^2) dxdy

I'm just kind of confused because there is no dy in the problem, and I'm not sure why the answer was -π/4.
I might not have set it up right because when I put the x bounds into -(x^3)/3, I'm not sure how to then integrate with respect to y.
 
Physics news on Phys.org
Since the path is a circle about the origin have you thought of using polar coordinates?
 
  • Like
Likes Amy Marie
You should first apply Green's theorem properly.

$$\oint_C \vec F \cdot d \vec r = \oint_C x^2y \space dx + 0 \space dy = \iint_D Q_x - P_y \space dA$$

Where ##\vec F = P \hat i + Q \hat j## and ##d \vec r = \vec r'(t) \space dt = x'(t) \hat i + y'(t) \hat j##.

So what are ##Q_x## and ##P_y##?

Now the curve ##C## is the unit circle ##x^2 + y^2 = 1## in a counter clockwise orientation. How do you parametrize a counter-clockwise circle around the origin? This should give you limits for ##r## and ##\theta##.
 
  • Like
Likes Amy Marie and jedishrfu
Zondrina said:
You should first apply Green's theorem properly.

$$\oint_C \vec F \cdot d \vec r = \oint_C x^2y \space dx + 0 \space dy = \iint_D Q_x - P_y \space dA$$

Where ##\vec F = P \hat i + Q \hat j## and ##d \vec r = \vec r'(t) \space dt = x'(t) \hat i + y'(t) \hat j##.

So what are ##Q_x## and ##P_y##?

Now the curve ##C## is the unit circle ##x^2 + y^2 = 1## in a counter clockwise orientation. How do you parametrize a counter-clockwise circle around the origin? This should give you limits for ##r## and ##\theta##.
Thank you...this helped!
 
jedishrfu said:
Since the path is a circle about the origin have you thought of using polar coordinates?
Thank you...that worked!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top