My textbook says that Green’s theorem can be used to find the area of a region by using only values on its perimeter:
$$\text{Area} = \iint_D \,dA = \oint x \,dy = - \oint y \,dx = \frac{1}{2} \oint x \,dy - y\,dx$$
I understand that Area $= \iint_D dA$, but where does the rest come from?
How do we get $ \iint_D dA = \oint x \, dy$?
And $\oint x \, dy = - \oint y \, dx$?
And $- \oint y \, dx = \dfrac{1}{2} \oint x \,dy - y\,dx$?
I would greatly appreciate it if people could please take the time to explain this.
Green's theorem says for sufficiently nice functions $M(x,y)$ and $N(x,y)$ and a sufficiently nice region $D$ that $$ \iint_D \left(\frac{\partial M}{\partial x} - \frac{\partial N}{\partial y}\right) \, dA = \oint_{\partial D} N\,dx + M\,dy.$$ So, we can apply this to $M=x$ and $N=0$ to get $$ \iint_D dA = \oint_{\partial D} x\,dy.$$
The other formulae can be gotten by applying it to $M=0$ and $N=-y$ and $M=x/2$ and $N=-y/2.$