Let $\omega \in \Omega^1(\Bbb R^2)$ with $\omega=e^x\cdot sin(y) dx + e^x \cdot cos(y) dy$
$(1)$Show that $\omega $ has got a vector potential and calculate it
$(2)$ Calculate the line integral $\int_\gamma\omega$ over the curve $\gamma:[0,1]\to \Bbb R^2 ,t\mapsto(t,arctan(t))$
For $(1)$: Would it suffices if $d\omega=0?$ if so, then how do I find $d\omega$ and if not, what do I have to do ?
$\int e^x \cdot sin(y) dx= e^x \cdot sin(y)+c_1(y)$
$\Rightarrow\ \frac{\partial (e^x \cdot sin(y)+c_1(y))}{\partial y}=e^x\cdot cos(y) =e^x \cdot cos(y)+c_1'(y)$
$\Rightarrow c_1(y)=k \in \Bbb R$
$\Rightarrow f(x,y)=e^xsin(y)$ is a vector potential
For $(2):$
$\int_\gamma\omega=\int_0^1df=f(\gamma(1))-f(\gamma(0))=f(1,\frac{\pi}{4})-f(0,0)=\frac{e\sqrt2}{2}$ Is that right or wrong ?
Thanks in advance.