12

Consider an object being pushed 3/4 of the distance around a circular track. The work done on the object would be the distance of 3/4 the track’s circumference times the force applied to the object (given that it was pushed at a constant force). Since we are multiplying a vector by a scalar, why is work a scalar measurement? Or would the work done on the object actually just be force times displacement? Thanks.

kbakshi314
  • 2,430
R_4127
  • 167

4 Answers4

51

Work is the dot product of a vector force and a vector displacement, hence a scalar.

Knowing just the scalar distance isn’t enough to calculate work. That distance might be in the same direction as the force, but it might be perpendicular or even opposed. All of those would give different values for the work done.

Bob Jacobsen
  • 14,649
29

The general definition of work is $$W=\int\mathbf F\cdot\text d\mathbf x$$ Which essentially says, "Add up all of the dot products between the vector force $\mathbf F$ and the vector displacement $\text d\mathbf x$ along the path the object travels on." Since we are adding up dot products, which are scalar quantities, the work done by a force is also a scalar quantity.

The confusion might arise with specific cases. For example, if the force is always points parallel to the path, then the dot product becomes the product of the magnitudes $$W=\int F\,\text dx$$

And then if the force is constant in magnitude we get the "algebra based physics work" $$W=F\int\text dx=F\Delta x$$

But now we have a scalar force magnitude $F$ multiplied by a scalar distance $\Delta x$. In this equation $F$ is not a vector, but rather its magnitude, and $\Delta x$ is not a vector, but rather it is the total path length.

With work you will never have a vector multiplied by a scalar, since that will result in a vector quantity, which doesn't work (pun always intended) because work is a scalar quantity.

BioPhysicist
  • 59,060
0

The reason for this is that your understanding of the definition of work contains an error:

"product of ... distance (scalar)"

Work is not defined using a product of force and a "distance", but a displacement. A displacement is the difference of two positions, which are points, and displacements are vectors. So it is actually the dot product of two vectors, which, in turn, is a scalar.

That said, I think what you may be asking about here is that there is sometimes seen a simple scalar-only formula that looks like

$$W = Fd$$

where we involve only the (scalar) magnitudes of both force and displacement. This formula only works in one dimension(*), or else that the force and displacement are acting along the same line. Otherwise, it looks like

$$W = Fd \cos \theta$$

where $\theta$ is now the angle between their lines of action, and this now is exactly the dot product of vectors.

There is no "vector times scalar" formula for work. Such a thing would, indeed, as you suggest, be a vector, and work is not a vector.


(*) Technically, in one dimension it is also a dot product of two vectors, but there is little functional difference between a vector of dimension 1 and a scalar, mathematically. That said, I still think it may be useful to keep this distinction in mind as a matter of conceptual clarity. A vector of dimension 1 has a solitary component:

$$\mathbf{v} = \langle v_x \rangle$$

but it belongs to a different "data type", so to speak, than scalars (real numbers) do and this has some important algebraic consequences such as that you cannot "sensibly" add a one-dimensional vectorial quantity and a scalar real number.

0

The work is the dot product of the force and the displacement, and displacement is a vector; we have to take into account what direction it is pointing. If an object is traveling in a circle, then it has to have a centripetal force, so it doesn't have a constant force. It could have a constant magnitude force, though. The centripetal force is perpendicular to the displacement, so the work done by the centripetal force is zero.

If you look at a ball thrown at an angle of 45 degrees, the ball's velocity starts out with an upwards component, while gravity is pointing down. Since the angle between them is more than 90 degrees, he dot product is negative; gravity is decreasing the kinetic energy of the ball. At the peak of its trajectory, the velocity is perpendicular to gravity, and so, at the very moment, gravity is not doing any work (you can verify that by writing an equation for its kinetic energy in terms of time, then taking the derivative with respect to time). Once the balls starts coming back down, the angle between its velocity and gravity is less than 90 degrees, so gravity is doing work on it, and it is speeding up.