Evaluate the work integral where $F(x,y)=\langle-y,x\rangle$ over a triangle with vertices $A(-2,-2)$, $B(2,-2)$, $C(0,1)$.
I am not sure how to approach this problem. I tried setting $AB(4,0)$, $BC(-2,3)$ and $CA(-2,-3)$ but I am not sure how to proceed.
Without using Green's theorem
You will want to split this line integral into three. The first being the line integral from A to B, second from B to C, and third from C to A. The first line integral is along the line $y=-2$ and it is from $ x =-2$ to $x=2$. Thus, it can be parametrized as $x=t$ and $y=-2$ where $-2 \le t \le 2$. From this, we get the integral: $$\int_{-2 }^2 <2,t> . <1,0> dt$$ (The dot means dot product) Using this, I think you can do the rest! Comment if you need more information/help :)