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!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top