Wolfram Computation Meets Knowledge

Power Factor Using Electric Apparent Power

The power factor of an AC electrical power system is defined as the ratio of the real power flowing to the load to the apparent power in the circuit.

The power factor equals the ratio of the electric real power to the electric apparent power.

Formula

QuantityVariable["PF", "Unitless"] == QuantityVariable["P", "ElectricPower"]/QuantityVariable["S", "ElectricApparentPower"]

symbol description physical quantity
PF power factor "Unitless"
P electric real power "ElectricPower"
S electric apparent power "ElectricApparentPower"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Power Factor Using Electric Apparent Power"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[
 ResourceObject["Power Factor Using Electric Apparent Power"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Power Factor Using Electric Apparent Power"], {QuantityVariable[
   "PF","Unitless"] -> 0.9`, 
  QuantityVariable["P","ElectricPower"] -> Quantity[90, "Watts"]}]
Out[3]=

Publisher Information