Wolfram Computation Meets Knowledge

Frequency Period Relation

Frequency is the number of occurrences of a repeating event per unit time. The period is the duration of time of one cycle in a repeating event, so the period is the reciprocal of the frequency.

Frequency equals the reciprocal of period.

Formula

QuantityVariable["ν", "Frequency"] == QuantityVariable["T", "Period"]^(-1)

symbol description physical quantity
ν frequency "Frequency"
T period "Period"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Frequency Period Relation"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Frequency Period Relation"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Frequency Period Relation"], {QuantityVariable[
   "\[Nu]","Frequency"] -> Quantity[25, "Hertz"]}]
Out[3]=

Publisher Information