Wolfram Computation Meets Knowledge

RC Circuit

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

The RC time constant equals the product of the electric capacitance and resistance.

Formula

QuantityVariable["τ", "Time"] == QuantityVariable["C", "ElectricCapacitance"]*QuantityVariable["R", "ElectricResistance"]

symbol description physical quantity
τ time constant "Time"
C electric capacitance "ElectricCapacitance"
R electric resistance "ElectricResistance"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["RC Circuit"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["RC Circuit"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "RC Circuit"], {QuantityVariable["R","ElectricResistance"] -> 
   Quantity[10, "Ohms"], 
  QuantityVariable["C","ElectricCapacitance"] -> 
   Quantity[10, "Microfarads"]}]
Out[3]=

Publisher Information