Wolfram Computation Meets Knowledge

Mechanical Advantage of a Lever

Mechanical advantage is a measure of the force amplification achieved by using a tool, in this case a lever.

The mechanical advantage of a lever is the effort arm length divided by the load arm length.

Formula

QuantityVariable["MA", "Unitless"] == QuantityVariable[Subscript["d", "1"], "Distance"]/QuantityVariable[Subscript["d", "2"], "Distance"]

symbol description physical quantity
MA mechanical advantage "Unitless"
d1 effort arm "Distance"
d2 load arm "Distance"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Mechanical Advantage of a Lever"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Mechanical Advantage of a Lever"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Mechanical Advantage of a Lever"], {QuantityVariable[
\!\(\*SubscriptBox[\("d"\), \("2"\)]\),"Distance"] -> 
   Quantity[20, "Centimeters"], 
  QuantityVariable["MA","Unitless"] -> 1}]
Out[3]=

Publisher Information