Wolfram Computation Meets Knowledge

Mechanical Advantage of a Pulley System

Mechanical advantage is a measure of the force amplification achieved by using a tool—in this case a pulley system.

The mechanical advantage of a pulley system is twice the number of movable pulleys.

Formula

QuantityVariable["MA", "Unitless"] == 2*QuantityVariable["n", "Unitless"]

symbol description physical quantity
MA mechanical advantage "Unitless"
n number of movable pulleys "Unitless"

Forms

Examples

Get the resource:

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

Get the formula:

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

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Mechanical Advantage of a Pulley System"], {QuantityVariable[
   "n","Unitless"] -> 1}]
Out[3]=

Publisher Information