I'm having doubts about this exercise:
Evaluate the work of the following field: $$F(x,y) = (\cos(y+2) + 1, -x\sin(y+2)-2) $$ along the curve: $$ \begin{split} \delta &:[0, 3\pi] \to \mathbb{R}^2 \\ t &\mapsto (t\cos(t), t\sin(t)) \end{split} $$ I've tried to solve it using this: $$ L_{\delta}(F) = \int_0^{3\pi}{F(\delta(t))\ \cdot \ \delta'(t) \ dt}$$ but the resulting integral looks a bit too hard to evaluate by hand so I'm wondering if i used the wrong formula but i can't seem to find another method. Thanks.
After some thinking I worked out the solution. I leave it here for anyone to use.
The tricky part was to understand that i needed to use the work of conservative fields along a curve. The formula states: $$ L_{\delta}(F) = \int_{\delta}F\cdot d\delta = U(\delta(b))-U(\delta(a))$$ Using this i could easily evaluate the field potential $$ U(x,y) = x\cos(y+2)+x-2y$$ And use the formula to obtain as following $$L_{\delta}(F) = \int_{\delta}F\cdot d\delta = U(\delta(b))-U(\delta(a)) = U(-3\pi,0)-U(0,0) = -3\pi(1+\cos(2))$$