The following is an old exam problem (Calc III). It looks simple and technical, but I end up with a difficult integral and I guess I have a mistake somewhere.
We are given the vector field $F(x,y,z)=(4z+2xy,x^2+z^2,2yz+x)$. We are asked to calculate the line integral $\int_{C} \vec{F} \cdot d\vec{r}$, where $C$ is the intersection of the conic $z=\sqrt{x^2+y^2}$ and the cylinder $x^2+(y-1)^2=1$.
Stokes' Theorem allows us to replace the required integral with $\int_{S} \text{Curl}\vec{F} \cdot \hat{n} dS$, where $S$ is a surface bounded by $C$, and $\hat{n}$ is a normal to that surface.
The curl is $\text{Curl}\vec{F}=(0,3,0)$, so the integral simplifies to $3 \int_{S} (0,1,0) \cdot \hat{n} dS$.
I choose the surface to be $(x,y,\sqrt{x^2+y^2})$ with $x^2+(y-1)^2 \le 1$. I choose the parametrization $x=r\cos\theta, y=1+r\sin\theta$, and ended up with the integral $\int_{0}^{1} \int_{0}^{2\pi} \frac{r^2 \sin\theta +r}{\sqrt{r^2+1+2r\sin\theta}} dr d\theta$. I know how to solve similar integrals but this specific one seems non-elementary.
What am I doing wrong?