So I'm asked to evaluate the line integral $$ \int_C F dr $$ where $$ F = yz\cdot\vec{i} + \sin(y)\cdot\vec{j} + \cos(z)\cdot \vec{k} $$ along the curve $$r(t)=t^2\cdot\vec{i}+t\cdot\vec{j}+t^3\cdot\vec{k} \quad \text{ for } 1 \leq t \leq 3 $$
My guess would be to find some kind of parametization for $F$ in terms of t, and then apply the forumla $ \int_C F dr = \int_C F(r(t))\cdot r'(t)dt$, but I can't seem to find such a parametization. Once I do find one, I don't think it'd be too hard to just plug $F(r(t))$ and $r'(t)$ into the forumla.