Let $\mathbf{F}(x,y,z) = (2xyz + \sin x)\mathbf{i} + (x^2 z)\mathbf{j} + (x^2 y)\mathbf{k}$.
Evaluate the integral of $\mathbf{F}$ along $c$, where $c(t) = (cos^5(t), sin^3(t), t^4)$, $t \in [0, 2\pi)$.
How do I start evaluating this integral? What knowledge and theorems should I know to be able to solve this? I know how to solve a line integral in $2$ dimensions and in 2D vector fields, but I have never tried with 3D. Thank you.
edit:
So would this be valid?
$$\int_{0}^{2\pi} -(2xyz + sinx)5cos^4(t)sin(t) + x^2z(3sin^2(t) cos(t) + 3x^2yt^3$$
Then just substitute all the x's with $cos^5(t)$ y's with $sin^3(t)$ and z's with $t^4$?
And just evaluate the integral?