Wolfram Computation Meets Knowledge

Capacitor Energy Using Capacitance and Charge

The energy stored in a capacitor depends on the charge and voltage difference across the capacitor.

The energy equals the charge squared divided by twice the capacitance.

Formula

QuantityVariable["E", "Energy"] == QuantityVariable["Q", "ElectricCharge"]^2/(2*QuantityVariable["C", "ElectricCapacitance"])

symbol description physical quantity
E capacitor stored energy "Energy"
C electric capacitance "ElectricCapacitance"
Q electric charge "ElectricCharge"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Capacitor Energy Using Capacitance and Charge"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[
 ResourceObject["Capacitor Energy Using Capacitance and Charge"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Capacitor Energy Using Capacitance and Charge"], {QuantityVariable[
   "E","Energy"] -> Quantity[10, "Joules"]}]
Out[3]=

Publisher Information