Wolfram Computation Meets Knowledge

Mechanical Advantage of an Inclined Plane by Dimensions

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

The mechanical advantage of an inclined plane is the length divided by the height.

Formula

QuantityVariable["MA", "Unitless"] == QuantityVariable["l", "Length"]/QuantityVariable["h", "Length"]

symbol description physical quantity
MA mechanical advantage "Unitless"
h height "Length"
l length "Length"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Mechanical Advantage of an Inclined Plane by \
Dimensions"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[
 ResourceObject[
  "Mechanical Advantage of an Inclined Plane by Dimensions"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Mechanical Advantage of an Inclined Plane by Dimensions"], \
{QuantityVariable["l","Length"] -> Quantity[100, "Meters"]}]
Out[3]=

Publisher Information