[Math] Find the work done by a force field

calculusmultivariable-calculusvectors

I am new to vector calculus and found this problem in the textbook which I am not sure how to work with, but I want to learn to do so:

Show details to find the work done by the force field $\mathbf{F} =x^3\,\mathbf{i}+y^3\,\mathbf{j}$
in moving an object from $P(1, 0)$ to $Q(2, 2).$

Best Answer

In this case, you can write your force as a gradient of a potential $\phi$,

$\mathbf{F}=-\nabla\phi$,

where $\phi$ is your potential,

$\phi=-\frac{1}{4} (x^4+y^4)$.

You can check that this gives you the right force since $F_i=-\frac{d\phi}{d x}=x^3$ and $F_j=-\frac{d\phi}{d y}=y^3$.

As soon as you have a potential, the work $W_{\text{done by force}}$ done by the force on any path from $P$ to $Q$ is simply the difference in the potential,

$W_{\text{done by force}}=\phi_{start}-\phi_{end}=\phi(P)-\phi(Q) =(-\frac{1}{4}(1^4+0^4))-(-\frac{1}{4}(2^4+2^4))=\frac{31}{4}$.