Wolfram Computation Meets Knowledge

Mechanical Advantage of a Screw Using Lead Angle

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]/2 times the cotangent of the lead angle of the screw thread.

Formula

QuantityVariable["MA", "Unitless"] == (Pi*Cot[QuantityVariable["ϕ", "Angle"]])/2

symbol description physical quantity
MA mechanical advantage "Unitless"
ϕ lead angle of screw thread "Angle"

Forms

Examples

Get the resource:

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

Get the formula:

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

Use some values:

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

Publisher Information