3.2 Work

As force is applied to an object, energy will be added or taken away. We call this energy work. Work is defined by the force applied multiplied by the distance the force was applied over. For a constant force, this can be written mathematically as W=𝑭𝒔=|𝑭||𝒔|cosθ (check that this has units of energy!). We can think of work as the mechanism for transferring energy.

If the force is changing continuously over time, we need to be more careful about how we define the work. We break up the path of the object into small sections over which the force is approximately constant and integrate over all these small sections to get the total work.

Definition 3.2.

The work done by a force over an infinitesimal distance d𝒓 is

dW=𝑭d𝒓. (3.25)

The total work is then defined as

W=dW=𝒓1𝒓2𝑭d𝒓, (3.26)

where 𝒓1 and 𝒓2 are the start and end points of the path being integrated over.

This is a line integral, so evaluating it will involve choosing a coordinate system and splitting the path up into components along each axis. Let’s do a couple of examples now.

3.2.1 Calculating Work Done

In cartesian coordinates, the force vector is given by 𝑭=Fxı^+Fyȷ^+Fz𝒌^ and the infinitesimal displacement is d𝒓=dxı^+dyȷ^+dz𝒌^. The dot product 𝑭d𝒓 is Fxdx+Fydy+Fzdz. Thus, the integral in equation 3.26 becomes

W=x1x2Fxdx+y1y2Fydy+z1z2Fzdz, (3.27)

where the limits of the integrals are the components of the start and end points of the path.

Example 3.3.

Consider a force 𝑭=xyı^+x2yȷ^. What is the work done on an object that moves along a straight line from (0,0) to (4,3) while under the influence of this force.

Note that the components of this force Fx and Fy both depend on x and y, so to evaluate the integrals we will have to eliminate the other variable by parameterising the path. Luckily this is easy for a straight line, the path can be written as y=34x. Then the work is

W =04xydx+03x2ydy (3.28)
=04x(34x)dx+03(43y)2ydy (3.29)
=3404x2dx+169y3dy (3.30)
=14x3|04+49y4|03 (3.31)
=52 J. (3.32)

Because work is defined by a line integral, its value may change depending on the path taken, even if the start and end points are the same. This is quite often the case. Let’s do the above example again, but have the object follow a different path.

Example 3.4.

Calculate the work done on an object under the influence of the force from example 3.3, but this time following a path from (0,0) to (4,0), then to (4,3).

We can break this path up into two separate straight lines to integrate over. The total work done is the sum of the work over both paths. Over the first part, y=0, so Fx=xy=0, so no work is done over this section of the path. For the second part, x=4 and the work done is

W=0316ydy=8y2|03=72 J. (3.33)

Now let’s look at how to calculate work done in polar coordinates, in 2D to begin with. Force in polar coordinates is given by 𝑭=Fr𝒓^+Fθ𝜽^, and the infinitesimal displacement is d𝒓=dr𝒓^+rdθ𝜽^. Thus the work done is given by

W =(Fr𝒓^+Fθ𝜽^)(dr𝒓^+rdθ𝜽^) (3.34)
=r1r2Frdr+θ1θ2Fθrdθ. (3.35)
Example 3.5.