Wolfram Computation Meets Knowledge

Series RL Circuit

A resistor–inductor circuit (RL circuit) is an electric circuit composed of resistors and inductors driven by a voltage or current source. The time required for the voltage to fall by a factor of 1/e is called the RL time constant.

The RC time constant equals the magnetic inductance divided by the electric resistance.

Formula

QuantityVariable["τ", "Time"] == QuantityVariable["L", "MagneticInductance"]/QuantityVariable["R", "ElectricResistance"]

symbol description physical quantity
τ time constant "Time"
L magnetic inductance "MagneticInductance"
R electric resistance "ElectricResistance"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Series RL Circuit"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Series RL Circuit"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Series RL Circuit"], {QuantityVariable["L","MagneticInductance"] ->
    Quantity[10, "Millihenries"], 
  QuantityVariable["R","ElectricResistance"] -> Quantity[10, "Ohms"]}]
Out[3]=

Publisher Information