Using Green's Theorem to Solve a Circle Line Integral

Liferider
Messages
41
Reaction score
0

Homework Statement


Use greens theorem to solve the closed curve line integral:
\oint(ydx-xdy)

The curve is a circle with its center at origin with a radius of 1.

Homework Equations


x^2 + y^2 = 1

The Attempt at a Solution


Greens theorem states that:
Given F=[P,Q]=[y, -x]=yi-xj

\ointF*dr=\ointPdx+Qdy=\int\int(\frac{dQ}{dx}-\frac{dP}{dy})dA

From the circle equation i find:
x=\sqrt{1-y^2}
y=\sqrt{1-x^2}

Which means that:
\frac{dQ}{dx}=0 and \frac{dP}{dy}=0

Obviously, I am doing something wrong... but which rules am I breaking??

I did find the answer the "normal" way, without greens, which was -2\pi.

I think a lot of my difficulties originates from lack of knowledge about different coordinate systems and the conversion between these.
One could write:
x=cos t and y=sin t, but do I have to? (btw, i used that for solving the normal way).
 
Physics news on Phys.org
Oh wait... I think I got the vector field F mixed up with the circle that I am integrating over.
I shouldn't insert for x and y before I have applied greens theorem... I think.
 
It's Q = -x, P= y, so \frac{dQ}{dx} = -1, etc...
 
Solved, used polar coordinates on the integral after greens theorem.
 
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