Wolfram Computation Meets Knowledge

Electrical Energy

Electrical energy is the energy newly derived from electric potential energy or kinetic energy.

Electrical energy equals the product of the electic current, voltage and time.

Formula

QuantityVariable["E", "Energy"] == QuantityVariable["I", "ElectricCurrent"]*QuantityVariable["t", "Time"]*QuantityVariable["V", "ElectricPotential"]

symbol description physical quantity
E energy "Energy"
I electric current "ElectricCurrent"
t time "Time"
V voltage "ElectricPotential"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Electrical Energy"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Electrical Energy"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Electrical Energy"], {QuantityVariable["E","Energy"] -> 
   Quantity[2, "Joules"]}]
Out[3]=

Publisher Information