Wolfram Computation Meets Knowledge

Joule's Law Using Electric Potential

Joule's first law states that the power of heating generated by an electrical conductor is proportional to the product of its resistance and the square of the current.

Heat equals power times time. Power equals the electric potential difference squared divided by the electric resistance.

Formula

{QuantityVariable["Q", "Heat"] == QuantityVariable["P", "Power"]*QuantityVariable["t", "Time"], QuantityVariable["P", "Power"] == QuantityVariable["U", "ElectricPotential"]^2/QuantityVariable["R", "ElectricResistance"]}

symbol description physical quantity
Q heat "Heat"
P power "Power"
t time "Time"
R electric resistance "ElectricResistance"
U electric potential difference "ElectricPotential"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Joule's Law Using Electric Potential"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Joule's Law Using Electric Potential"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Joule's Law Using Electric Potential"], {QuantityVariable[
   "Q","Heat"] -> Quantity[1, "Joules"], 
  QuantityVariable["t","Time"] -> Quantity[1, "Seconds"], 
  QuantityVariable["P","Power"] -> Quantity[1, "Watts"]}]
Out[3]=

Source Metadata

Publisher Information