Wolfram Computation Meets Knowledge

Power Factor Using Voltage

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 product of the electric current and voltage.

Formula

QuantityVariable["PF", "Unitless"] == QuantityVariable["P", "ElectricPower"]/(QuantityVariable["I", "ElectricCurrent"]*QuantityVariable["V", "ElectricPotential"])

symbol description physical quantity
PF power factor "Unitless"
I electric current "ElectricCurrent"
P electric real power "ElectricPower"
V voltage "ElectricPotential"

Forms

Examples

Get the resource:

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

Get the formula:

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

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Power Factor Using Voltage"], {QuantityVariable["PF","Unitless"] ->
    0.9`}]
Out[3]=

Publisher Information