I'm studying Green theorem. My textbook gives me two examples in which I have a few doubts
1st example
Imagine the annulus $D=\{(x,y) \in \mathbb{R^2}: r^2 < x^2 + y^2 < R^2\}$
$F$ the a vector field of class $C^1$ defined in an open set of $\mathbb{R^2}$. D is an almost regular (union of elementary domains) domain. The boundary of the set is $\partial D=\Gamma_1 \cup \Gamma_2$ with $\Gamma_1$ the circle of radius R anticlockwise and $\Gamma_2$ the circle of radius r clockwise, both centered in the origin.
By Green's theorem
$\int\int_D (\frac{\partial Q}{\partial x}-\frac{\partial P}{\partial y})dx dy= \int_{\Gamma_1} Pdx + Qdy + \int_{\Gamma_2} Pdx + Qdy$
If F is a conservative field then $\int\int_D (\frac{\partial Q}{\partial x}-\frac{\partial P}{\partial y})dx dy= 0$ so $ \int_{\Gamma_1} Pdx + Qdy = - \int_{\Gamma_2} Pdx + Qdy$
If instead we had $\Gamma _1$ and $\Gamma _2$ both clockwise or anticlockwise we would have $ \int_{\Gamma_1} Pdx + Qdy = \int_{\Gamma_2} Pdx + Qdy$
I'm with everything except my last paragraph. How can we conclude that? Is it because in $ \int_{\Gamma_1} Pdx + Qdy = - \int_{\Gamma_2} Pdx + Qdy$ the minus signal is also because $\Gamma _1$ and $\Gamma _2$ have different directions? Also if F is a closed field shouldn't we have $ \int_{\Gamma_1} Pdx + Qdy = \int_{\Gamma_2} Pdx + Qdy = 0$?
2nd example
$F$ the a vector field of class $C^1$ defined in $\mathbb{R^2} except \{0,0\}$.
$F(x,y) = (P,Q) = (\frac{-y}{x^2 + y^2}, \frac{x}{x^2 + y^2})$
We immediately conclude that F is a conservative field.
D is an almost regular (union of elementary domains) domain. The boundary of the set is $\partial D=\Gamma \cup C$ with C the circle of radius R anticlockwise and $\Gamma$ other closed line (exterior to C) also anticlockwise, both centered in the origin (it's a similar set to the one in the 1st example but now instead of two circles we have a circle closer to the origin and other closed path less close to the origin)
C can be parameterized as $\gamma (t) = (R\cos t, R \sin t)$ $0
By Green's theorem
$\oint _C F d\gamma = \int_0^{2\pi} F(\gamma (t)) \gamma ´(t) dt = 2\pi$
By the conclusions of the first example we have $ \int_{\Gamma} Pdx + Qdy = \int_{C} Pdx + Qdy = 2\pi$
If we had another closed line $\Gamma _2$ limiting a almost regular domain that did not include the origin in the interior then: $\int_{\Gamma} P dx + Q dy = 0$
Ok first of all: why isn't the integral of F in C zero? Is it because F is not defined in the origin (does this mean it's not a $C^1$ class function?). Therefore in any other path that doesn't include the origin that integral must be zero?
Hope my questions are clear.
Thanks!