I want to see some examples of Green's theorem used to calculate the area of some simple 2D shapes, but i haven't encountered a lot of them. My goal is to find (or study) a general procedure for achieving this. I proposed myself a simple question:
Let $p_i=(a_i,b_i)$, with $\{p_1,p_2,p_3\}\in \mathbb{R}^2$ be points on a 2-dimensional vector space (you may use Euclidean instead, if you like), and let $\mathcal{C}$ be the only curve (up to isomorphisms) that describes a triangle with $p_i$ as vertices. Also, let $D$ be the region enclosed by $\mathcal{C}$ (i.e $\mathcal{C}=\partial D$). Then, by Green's theorem, there may be some functions $\{L,M\}:\mathbb{R^2\rightarrow R^2}$ such that: $$A=\iint_D dD=\oint_{\mathcal{C}}(L\:dx+M\:dy)$$ Where $A$ is the area of the triangle.
My question is: can i obtain $L$ and $M$ functions for arbitrary points in the plane $p_i$?
Sure. There are several choices, the simplest one being $L(x,y)=-y/2$ and $M(x,y)=x/2$. According to Green's theorem, your line integral is equal to the double integral of $\partial M/\partial x-\partial L/\partial y=1$ over $D$, which is precisely your desired area.