Wolfram Computation Meets Knowledge

Work by Force at an Angle

A force is said to do work if, when acting, there is a displacement of the point of application in the direction of the force. Work transfers energy from one place to another or from one form to another.

The work done on an object equals the product of the component of the force in the direction of motion and the distance it moves under that force.

Formula

QuantityVariable["W", "Work"] == Cos[QuantityVariable["θ", "Angle"]]*QuantityVariable["d", "Distance"]*QuantityVariable["F", "Force"]

symbol description physical quantity
W work "Work"
θ angle "Angle"
d distance "Distance"
F force "Force"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Work by Force at an Angle"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Work by Force at an Angle"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Work by Force at an Angle"], {QuantityVariable["W","Work"] -> 
   Quantity[1, "Joules"]}]
Out[3]=

Publisher Information