Wolfram Computation Meets Knowledge

Capacitance between Two Parallel Cylinders

A capacitor is a passive, two-terminal electrical component that stores electrical energy in an electric field. In the case of two parallel cylinders, the capacitance builds up between two parallel cylinders of the same radius.

The capacitance is proportional to the product of the length and the permittivity of the insulator between the cylinders divided by the arccosine of the ratio of the distance between the cylinders to twice their radii.

Formula

QuantityVariable["C", "ElectricCapacitance"] == (Pi*QuantityVariable["l", "Length"]*QuantityVariable["ε", "ElectricPermittivity"])/ArcCosh[QuantityVariable["d", "Distance"]/(2*QuantityVariable["r", "Radius"])]

symbol description physical quantity
C electric capacitance "ElectricCapacitance"
d distance "Distance"
r radius "Radius"
l length "Length"
ε permittivity of insulator "ElectricPermittivity"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Capacitance between Two Parallel Cylinders"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[
 ResourceObject["Capacitance between Two Parallel Cylinders"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Capacitance between Two Parallel Cylinders"], {QuantityVariable[
   "r","Radius"] -> Quantity[2, "Millimeters"], 
  QuantityVariable["C","ElectricCapacitance"] -> 
   Quantity[20, "Picofarads"], 
  QuantityVariable["d","Distance"] -> Quantity[10, "Centimeters"]}]
Out[3]=

Publisher Information