There is an example to calculate the line integral $\oint_{L}P(x,y)dx+Q(x,y)dy$
The contour $L$: $y=\sin x$, $y=0$, $0\le x \le \pi$
$P(x,y)=e^{x}y$, $Q(x,y)=e^{x}$ The calculation has to be checked via Green Theorem. Any hints how to calculate the integral by definition and via Green formula?
Straightforward way with $$C_1(t)=(t,0)~~~,~~~0\leq t\leq\pi$$ $$C_2(t)=(t,\sin(\pi-t))~~~,~~~0\leq t\leq\pi$$ then $$\oint_{L}P(x,y)dx+Q(x,y)dy=\oint_{C_1}+\oint_{C_2}=0+\int_0^\pi e^t(\sin t+\cos t)dt=0$$ With Green $$Q_x-P_y=0$$