Wolfram Computation Meets Knowledge

Shaking Dog Frequency

The shaking dog frequency defines a relationship between the mass of a mammal and the rate at which it shakes its body.

The shaking dog frequency is proportional to the mass of the animal to the -0.22 power.

Formula

QuantityVariable["f", "Frequency"] == Quantity[11.9636, "Hertz"*"Kilograms"^0.22]/QuantityVariable["M", "Mass"]^0.22

symbol description physical quantity
f frequency "Frequency"
M mass of animal "Mass"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Shaking Dog Frequency"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Shaking Dog Frequency"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Shaking Dog Frequency"], {QuantityVariable["M","Mass"] -> 
   Quantity[45, "Pounds"]}]
Out[3]=

Publisher Information