The question is to find the work done in moving a particle in a force field:
$$\overrightarrow F = 3x^2i+(2xy-y)j+3k$$
along the straight line from (0, 0, 0) to (2, 1, 3)
So, work done $=\int \overrightarrow F \cdot d\overrightarrow R = \int 3x^2dx+(2xy-y)dy+3dz $
I can find the values of $x, y, z$ from the equation of straight line:
$$\frac {x-0}{(2-0)} = \frac {y-0}{(1-0)} = \frac {z-0}{(3-0)}$$
$$\frac {x}{2} = \frac {y}{1} = \frac {z}{3}$$
Now, how do I find the limits? I was told to use parametric equations but I have no idea how to use them.
Is there a straight-forward way to solve this by picking up integral limits for $x, y,$ or $z$ for example?
You can set $y=t$, so that $x=2t$ and $z=3t$. Substitute these into your integral, together with $dy=dt$, $dx=2dt$ and $dz=3dt$. Integrate over $0\le t\le1$.