Does Green's Theorem Apply to Clockwise Oriented Curves?

  • Context: Undergrad 
  • Thread starter Thread starter linearfish
  • Start date Start date
  • Tags Tags
    Green's theorem Theorem
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
linearfish
Messages
25
Reaction score
0
As far as I know, Green's Theorem is normally stated for positively oriented curves (counterclockwise). If a curve is oriented clockwise, is it just the negative version?

[tex]\oint Pdx + Qdy = - \int\int \frac{\partial Q}{\partial x} - \frac{\partial P}{\partial y} = \int\int \frac{\partial P}{\partial y} - \frac{\partial Q}{\partial x}[/tex]
 
Physics news on Phys.org
Hi :smile:
Greens formula tells whether you go clockwise or opposite direction on curve.
[tex]\oint_{K} \left(P(x,y)dx+Q(x,y)dy \right)=- \oint_{-K} \left(P(x,y)dx + Q(x,y)dy\right)[/tex]
[tex] \iint_{S}\left[\frac{\partial Q(x,y)}{\partial x} - \frac{\partial P(x,y)}{\partial y} \left]\;dxdy = (-)\iint_{S}\left[\frac{-\partial Q(x,y)}{\partial x} + \frac{\partial P(x,y)}{\partial y} \left]\;dxdy[/tex]

The conclusion [tex]\oint_{K} f(x)\;dx= - \oint_{-K} f(x)\;dx[/tex] and yes it is the same.

I hope I helped you :smile:

MrSnoopy
 
Thanks, that does help.