Find the work done by the force field $\vec{F}(x, y, z) = (x, y)$ when a particle is moved along the straight line-segment from $(0,0,1)$ to $(3,1,1)$
Attempt:
$\vec{C}(t) = (3t, t, 1), 0 \leq t \leq 1$
Work done is
$\int_{C} \vec{F}(\vec{C}(t)) = \int_{C} \vec{F}(\vec{C}(t)) \cdot \vec{C}'(t) dt = \int_{0}^{1} (3t, t, 0)(3,1,0) dt = \int_{0}^{1} (9t + t) = 5$
yay or nay?