Wolfram Computation Meets Knowledge

Electric Power Using Voltage and Current

Electric power is the rate, per unit time, at which electrical energy is transferred by an electric circuit.

The power equals the voltage times the current.

Formula

QuantityVariable["P", "Power"] == QuantityVariable["I", "ElectricCurrent"]*QuantityVariable["V", "ElectricPotential"]

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Electric Power Using Voltage and Current"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[
 ResourceObject["Electric Power Using Voltage and Current"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Electric Power Using Voltage and Current"], {QuantityVariable[
   "I","ElectricCurrent"] -> Quantity[1, "Amperes"]}]
Out[3]=

Publisher Information