Wolfram Computation Meets Knowledge

Differential Gear Ratio

The gear ratio is the relationship between the engine angular frequency and the angular frequency of the vehicle's wheels.

The gear ratio is proportional to the tire diameter times the engine angular frequency divided by the vehicle speed.

Formula

QuantityVariable["r", "Unitless"] == (Quantity[1/2, "Radians"^(-1)]*QuantityVariable["D", "Diameter"]*QuantityVariable["ω", "AngularFrequency"])/QuantityVariable["v", "Speed"]

symbol description physical quantity
r gear ratio "Unitless"
D tire diameter "Diameter"
v vehicle speed "Speed"
ω engine angular frequency "AngularFrequency"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Differential Gear Ratio"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Differential Gear Ratio"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Differential Gear Ratio"], {QuantityVariable["r","Unitless"] -> 
   3.`}]
Out[3]=

Publisher Information