Evaluate the line integral $$ \int\limits_C F \cdot dr $$ where $\DeclareMathOperator{grad}{grad}F= \grad f$, $f(x,y,z)=\sin(x)\cos(y)\,z$ and $C$ is the circle $x^2 +y^2=1$ and $z=3$.
I understand that the value of the integral is zero because am integrating a closed curve over a conservative vector field, however I am required to show the work. What I have done so far is finding the gradient which is the vector $$ F=(\cos(x)\cos(y)\,z, -\sin(x)\sin(y)\,z, \sin(x)\cos(y)) $$ and I've parametrized the circle as vector $$ r(t)= (\cos(t), \sin(t), 3) $$ but I am not sure how to express $F$ in terms of the parameterized curve.
You insert $$ r(t) = (x(t), y(t), z(t)) = (\cos(t), \sin(t), 3) $$ into your $F$: $$ F(t) = (3\cos(\cos(t))\cos(\sin(t)), -3\sin(\cos(t))\sin(\sin(t)), \sin(\cos(t))\cos(\sin(t))) $$