Wolfram Computation Meets Knowledge

Infinitely Long Wire Magnetic Field

A magnetic field is the magnetic effect of electric currents and magnetic materials for an infinitely long wire; it is created by the current flowing through the wire.

The magnetic flux density is proportional to the current divided by distance from the wire.

Formula

QuantityVariable["B", "MagneticFluxDensity"] == (Quantity[1/(2*Pi), "MagneticConstant"]*QuantityVariable["I", "ElectricCurrent"])/QuantityVariable["d", "Distance"]

symbol description physical quantity
B magnetic flux density "MagneticFluxDensity"
d distance "Distance"
I electric current "ElectricCurrent"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Infinitely Long Wire Magnetic Field"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Infinitely Long Wire Magnetic Field"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Infinitely Long Wire Magnetic Field"], {QuantityVariable[
   "I","ElectricCurrent"] -> Quantity[1, "Amperes"], 
  QuantityVariable["d","Distance"] -> Quantity[1, "Meters"]}]
Out[3]=

Publisher Information