Wolfram Computation Meets Knowledge

Static Friction Coefficient Using Friction Force

Static friction is a force that opposes the relative lateral motion of two solid non-moving surfaces in contact.

The friction force equals the static friction coefficient times the normal force.

Formula

QuantityVariable[Subscript["F", "f"], "Force"] == QuantityVariable[Subscript["F", "n"], "Force"]*QuantityVariable[Subscript["μ", "s"], "StaticFrictionCoefficient"]

symbol description physical quantity
Ff friction force "Force"
Fn normal force "Force"
μs static friction coefficient "StaticFrictionCoefficient"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Static Friction Coefficient Using Friction Force"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[
 ResourceObject["Static Friction Coefficient Using Friction Force"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Static Friction Coefficient Using Friction Force"], \
{QuantityVariable[
\!\(\*SubscriptBox[\("F"\), \("f"\)]\),"Force"] -> 
   Quantity[6, "Newtons"], QuantityVariable[
\!\(\*SubscriptBox[\("F"\), \("n"\)]\),"Force"] -> 
   Quantity[10, "Newtons"]}]
Out[3]=

Source Metadata

Publisher Information