Wolfram Computation Meets Knowledge

Inductor Reactance Formula

The inductive reactance is the opposition of a circuit element to a change in current or voltage, due to that element's inductance.

The inductive reactance equals 2\[Pi] times the frequency and the magnetic inductance.

Formula

QuantityVariable[Subscript["X", "L"], "ElectricReactance"] == 2*Pi*QuantityVariable["f", "Frequency"]*QuantityVariable["L", "MagneticInductance"]

symbol description physical quantity
XL inductive reactance "ElectricReactance"
f frequency "Frequency"
L magnetic inductance "MagneticInductance"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Inductor Reactance Formula"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Inductor Reactance Formula"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Inductor Reactance Formula"], {QuantityVariable[
   "L","MagneticInductance"] -> Quantity[1, "Henries"], 
  QuantityVariable[
\!\(\*SubscriptBox[\("X"\), \("L"\)]\),"ElectricReactance"] -> 
   Quantity[1, "Kiloohms"]}]
Out[3]=

Publisher Information