Wolfram Computation Meets Knowledge

Ohm's Law

The current through a conductor between two points is directly proportional to the voltage across the two points. It is inversely proportional to the resistance across those two points.

Voltage increases directly as the product of voltage and resistance.

Formula

QuantityVariable["V", "ElectricPotential"] == QuantityVariable["I", "ElectricCurrent"]*QuantityVariable["R", "ElectricResistance"]

symbol description physical quantity
V voltage "ElectricPotential"
I electric current "ElectricCurrent"
R electric resistance "ElectricResistance"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Ohm's Law"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Ohm's Law"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Ohm's Law"], {QuantityVariable["R","ElectricResistance"] -> 
   Quantity[10, "Ohms"]}]
Out[3]=

Source Metadata

Publisher Information