Wolfram Computation Meets Knowledge

Braking Torque

The braking torque is the torque required to maintain a constant motor speed and power.

The braking torque equals the motor power divided by the motor speed.

Formula

QuantityVariable["T", "Torque"] == QuantityVariable["P", "Power"]/QuantityVariable[Subscript["ω", "S"], "AngularFrequency"]

symbol description physical quantity
T motor torque "Torque"
P motor power "Power"
ωS motor speed "AngularFrequency"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Braking Torque"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Braking Torque"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Braking Torque"], {QuantityVariable["T","Torque"] -> 
   Quantity[182.7`, "Feet" "PoundsForce"]}]
Out[3]=

Publisher Information