Wolfram Computation Meets Knowledge

Mechanical Advantage of a Screw Using Lead

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

The mechanical advantage of a screw is \[Pi] times the diameter of the screw divided by the lead of the screw thread.

Formula

QuantityVariable["MA", "Unitless"] == (Pi*QuantityVariable["d", "Length"])/QuantityVariable["l", "Length"]

symbol description physical quantity
MA mechanical advantage "Unitless"
d diameter of screw "Length"
l lead of screw thread "Length"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Mechanical Advantage of a Screw Using Lead"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[
 ResourceObject["Mechanical Advantage of a Screw Using Lead"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Mechanical Advantage of a Screw Using Lead"], {QuantityVariable[
   "MA","Unitless"] -> 1}]
Out[3]=

Publisher Information