---
title: Capacitance Fundamentals
module: Capacitance
moduleNumber: 4
lessonNumber: 1
order: 401
summary: |
  How much charge must you separate onto two conductors to hold a given voltage between
  them? That ratio, $C=Q/\Delta V$, is fixed by the conductor geometry and the medium,
  not by how much charge is presently stored. We compute it from the field for the
  parallel-plate, isolated-sphere, concentric-sphere, and coaxial geometries, trace how
  surface charge and boundary conditions set each result, and see where fringing,
  guarding, and stray coupling separate the ideal formula from what a bridge measures.
topics: [Capacitance]
draft: false
sources:
  - book: Tipler & Mosca
    ref: "Ch. 24 — Capacitance and Dielectrics; §§24-1–24-2"
---

## Capacitance as a charge-potential relation

Capacitance describes how much separated charge is required to establish a specified
potential difference. For a linear two-conductor arrangement, equal charges of
magnitude $Q$ appear on the two conductors and the potential difference is
proportional to that charge. Capacitance is the proportionality constant

$$
C=\frac{Q}{\Delta V}.
$$

The charge in this definition is the magnitude on either conductor, not the sum of
all charges in the system. The potential difference must be stated with a consistent
terminal order. Reversing the terminal order reverses $\Delta V$ and the signed
charge convention together, leaving the positive capacitance of an ordinary passive
geometry unchanged. The SI unit is the farad, $\mathrm F=\mathrm{C/V}$. A farad is
large for many laboratory geometries; picofarads, nanofarads, and microfarads are
more common scales.

Capacitance is determined by conductor shape, separation, and the electric-field
region between them. It is not set by the amount of charge presently stored. Doubling
the charge on an ideal linear capacitor doubles the potential difference and leaves
$C$ unchanged. A field calculation determines capacitance: specify the conductor
charges, obtain $\vec E$ from symmetry or Gauss's law, integrate the field to
obtain $\Delta V$, and take $Q/\Delta V$. The potential
reference is part of the boundary condition. An isolated conductor uses infinity as
the usual zero-potential reference, whereas a two-conductor capacitor uses the
potential difference between its physical terminals.

## Isolated conductors and the role of the surroundings

An isolated conducting sphere of radius $R$ illustrates the reference choice. With
charge $Q$, the electric field outside is the same as that of a point charge at its
centre, while the field inside the metal is zero. Taking potential zero at infinity,

$$
V(R)=\int_R^\infty \frac{Q}{4\pi\epsilon_0r^2}\,\d r
=\frac{Q}{4\pi\epsilon_0R},
\qquad
C_{\rm sphere}=4\pi\epsilon_0R.
$$

The result has the correct units because $\epsilon_0R$ has units of farads. A
larger isolated sphere has larger capacitance because the same charge produces a
smaller surface field and lower potential. The word isolated matters: a nearby wall,
ground plane, cable, or second conductor changes the field pattern and therefore
changes the capacitance. A metal object does not carry one intrinsic capacitance
independent of its electrical surroundings unless the reference geometry has been
specified.

Electrostatic equilibrium fixes the boundary conditions used in every such
derivation. The conductor is an equipotential, so no tangential electric field may
remain at its surface; otherwise mobile charge would continue to move. Net charge
resides on the surface, and the normal external field is fixed by the local surface
charge density. These statements do not make the surface charge uniform on an
arbitrary isolated shape. Uniformity follows for the sphere because of its symmetry.
On a pointed or irregular conductor, surface charge crowds where curvature is high,
the field is nonuniform, and a simple radius formula is unavailable. Capacitance is
still defined by $Q/\Delta V$, but the potential must then be obtained from the
actual boundary geometry, often numerically.

$$
% caption: Isolated conducting sphere referenced to infinity. Surface charge produces a purely radial field outside the sphere and none inside the metal; integrating that external field from the surface out to infinity gives $C=4\pi\epsilon_0R$, which grows linearly with radius.
\begin{tikzpicture}[>=stealth,font=\footnotesize]
\definecolor{acc}{HTML}{4A6FA5}
\draw[black,fill=black!8] (0,0) circle (1.1);
\foreach \a in {30,90,150,210,270,330} {\node[black,scale=.8] at ({1.1*cos(\a)},{1.1*sin(\a)}) {$+$};}
\foreach \a in {0,45,90,135,180,225,270,315} {\draw[->,acc,thick] ({1.22*cos(\a)},{1.22*sin(\a)})--({1.95*cos(\a)},{1.95*sin(\a)});}
\draw[->,black] (0,0)--(1.1,0);
\node[black,below] at (0.55,0.02) {R};
\node[black] at (0,0.4) {conductor};
\node[acc] at (0,-2.35) {external f{}ield};
\end{tikzpicture}
$$

## Two-conductor systems and parallel plates

In a two-conductor capacitor, field lines begin on the positively charged conductor
and end on the negatively charged conductor. The conductors carry $+Q$ and $-Q$
when the system is otherwise neutral. External field can be small for a compact
geometry, but it is the terminal potential difference, not the absence of every
external field line, that defines the capacitance. Grounding one conductor fixes its
potential through charge exchange with Earth; it does not remove the need to identify
the other terminal and the relevant field region.

For parallel plates of area $A$, separation $d$, and vacuum between them, take
the plate dimensions much larger than $d$. Surface charge density is
$\sigma=Q/A$. Superposing the fields of two oppositely charged large sheets gives
an approximately uniform field between the plates,

$$
E=\frac{\sigma}{\epsilon_0}=\frac{Q}{\epsilon_0A}.
$$

The potential difference magnitude is $\Delta V=Ed$, so

$$
C_{\rm pp}=\frac{\epsilon_0A}{d}.
$$

Capacitance increases with facing area and decreases with separation. This formula is
an approximation with a clear limit: it neglects fringing fields near the plate edges.
It becomes more accurate when both plate dimensions are large compared with $d$ and
when nearby conductors do not reshape the field. Decreasing $d$ indefinitely is not
an ideal design route; surface roughness, mechanical tolerance, leakage, and
electrical breakdown eventually invalidate the simple uniform-field description.

$$
% caption: Parallel-plate capacitor in the large-area, small-gap limit. Opposite surface charges make an almost uniform field in the central region, so $\Delta V=Ed$ and $C=\epsilon_0A/d$; the dashed edge field is excluded from the ideal formula.
\begin{tikzpicture}[>=stealth,font=\footnotesize]
\definecolor{acc}{HTML}{4A6FA5}
\draw[black,fill=black!12] (0,1.6) rectangle (4.6,1.8);
\draw[black,fill=black!12] (0,0) rectangle (4.6,0.2);
\foreach \x in {0.5,1.1,1.7,2.3,2.9,3.5,4.1} {\node[black,scale=.75] at (\x,1.98) {$+$};}
\foreach \x in {0.5,1.1,1.7,2.3,2.9,3.5,4.1} {\draw[thick] (\x-0.08,-0.1)--(\x+0.08,-0.1);}
\foreach \x in {0.7,1.5,2.3,3.1,3.9} {\draw[->,acc,thick] (\x,1.55)--(\x,0.25);}
\draw[<->,black] (5.0,0.2)--(5.0,1.6);
\node[black,right] at (5.0,0.9) {gap d};
\draw[black,dashed] (0,1.6) to[out=180,in=180] (0,0.2);
\draw[black,dashed] (4.6,1.6) to[out=0,in=0] (4.6,0.2);
\node[black] at (2.3,-0.55) {facing area A};
\end{tikzpicture}
$$

> **Worked example (parallel-plate capacitance).** Plates of area
> $A=2.00\times10^{-2}\ \mathrm{m^2}$ separated by $d=1.00\ \mathrm{mm}$ in vacuum give
>
> $$
> C=\frac{(8.854\times10^{-12}\ \mathrm{F/m})(2.00\times10^{-2}\ \mathrm{m^2})}
> {1.00\times10^{-3}\ \mathrm m}=1.77\times10^{-10}\ \mathrm F=177\ \mathrm{pF}.
> $$
>
> At $\Delta V=12.0\ \mathrm V$ the stored charge is $Q=C\Delta V=2.12\ \mathrm{nC}$ and
> the central field is $E=\Delta V/d=1.20\times10^4\ \mathrm{V/m}$. The three values
> check one another: $Q/C$ returns $12.0\ \mathrm V$, and $Ed$ returns the same.

## Spherical and cylindrical two-conductor geometries

For two concentric conducting spheres of radii $a$ and $b$, with $a<b$, charge
$+Q$ on the inner conductor and $-Q$ on the outer conductor, spherical symmetry
gives $E=Q/(4\pi\epsilon_0r^2)$ only in the region $a<r<b$. Integrating across
that region gives

$$
\Delta V=\frac{Q}{4\pi\epsilon_0}\left(\frac1a-\frac1b\right),
\qquad
C_{\rm sph}=4\pi\epsilon_0\frac{ab}{b-a}.
$$

When the outer radius tends to infinity, this expression reduces to the isolated
sphere result. When the gap $b-a$ is small compared with $a$, the facing curved
surfaces are locally nearly parallel, and the capacitance grows as the gap shrinks.

For long coaxial cylinders of radii $a$ and $b$, charge per unit length
$\lambda$ gives $E=\lambda/(2\pi\epsilon_0r)$ between the conductors. The
potential difference is logarithmic, giving capacitance per unit length

$$
\frac{C_{\rm coax}}{L}=\frac{2\pi\epsilon_0}{\ln(b/a)}.
$$

The length is assumed large compared with the radius and end effects are neglected.
The logarithm is dimensionless, as required: only the ratio of radii can appear.

$$
% caption: Coaxial cylindrical capacitor in cross-section. Charge on the inner conductor and opposite charge on the outer confine a radial $1/r$ field to the annulus $a<r<b$; integrating it gives capacitance per length $2\pi\epsilon_0/\ln(b/a)$.
\begin{tikzpicture}[>=stealth,font=\footnotesize]
\definecolor{acc}{HTML}{4A6FA5}
\draw[black,line width=3pt] (0,0) circle (1.5);
\filldraw[draw=black,fill=black!10] (0,0) circle (0.5);
\foreach \a in {20,70,120,170,220,270,320} {\draw[->,acc,thick] ({0.6*cos(\a)},{0.6*sin(\a)})--({1.32*cos(\a)},{1.32*sin(\a)});}
\draw[->,black] (0,0)--(0.5,0);
\node[black] at (0.28,0.22) {a};
\draw[->,black] (0,0)--({1.5*cos(250)},{1.5*sin(250)});
\node[black] at (-0.42,-0.78) {b};
\node[acc] at (0,-2.15) {radial f{}ield};
\node[black] at (0,1.9) {outer conductor};
\end{tikzpicture}
$$

## Charge distribution, boundary conditions, and measurement

Capacitance is a global charge-potential relation, but the local surface charge
distribution determines the field that produces that relation. In electrostatic
equilibrium, the electric field inside an ideal conductor is zero and the conductor
surface is an equipotential. The tangential component of electric field immediately
outside the surface must also vanish; any tangential component would drive mobile
charge along the surface. The normal boundary condition is

$$
\hat n\mathbin{\cdot}
\left(\vec E_{\rm out}-\vec E_{\rm in}\right)=\frac{\sigma}{\epsilon_0},
\qquad
\vec E_{\rm in}=0,
$$

so the external normal field is $E_\perp=\sigma/\epsilon_0$. Here
$\hat n$ points out of the conductor and $\sigma$ is local surface
charge density. This equation does not say that every conductor has uniform surface
charge. It states that wherever the external normal field is stronger, more charge
occupies that part of the surface.

Curvature changes the field geometry. On a conductor with a sharp point or a narrow
edge, nearby equipotential surfaces crowd together, which requires a larger local
field and therefore larger local $\sigma$. The total charge can remain fixed while
its distribution shifts substantially when a second conductor moves nearby. A
capacitance calculation based only on total area misses this effect unless symmetry
makes the field uniform. Spheres, infinite cylinders, and wide parallel plates admit
analytic integration because their symmetries reduce the surface distribution to a
known form.

$$
% caption: Surface charge tracks local field. The outward normal field is proportional to local $\sigma$, so field lines and charge crowd at a high-curvature tip while a broad face carries a sparser distribution.
\begin{tikzpicture}[>=stealth,font=\footnotesize]
\definecolor{acc}{HTML}{4A6FA5}
\draw[black,fill=black!8] (0.2,0.4) .. controls (0.4,1.9) and (1.9,1.9) .. (2.3,1.0) .. controls (2.0,0.2) and (0.7,-0.1) .. (0.2,0.4) -- cycle;
\foreach \x/\y/\dx/\dy in {0.7/1.55/-0.15/0.5, 1.3/1.75/0/0.55, 1.9/1.5/0.2/0.5} {\draw[->,acc,thick] (\x,\y)--({\x+\dx},{\y+\dy});}
\node[black] at (1.15,-0.4) {broad face};
\draw[black,fill=black!8] (3.8,0.2)--(5.4,1.0)--(3.8,1.8)--cycle;
\foreach \yy in {0.55,0.85,1.15,1.45} {\draw[->,acc,thick] (5.35,1.0)--(5.9,\yy);}
\node[black] at (4.4,-0.4) {sharp tip};
\node[acc] at (5.55,1.95) {crowded f{}ield};
\end{tikzpicture}
$$

The parallel-plate formula illustrates how a local boundary relation becomes a
global capacitance. In the central region of large plates, $\sigma$ is nearly
constant, the two opposing surface fields add between the plates, and the potential
difference is the uniform field times separation. Near an edge, however, the field
has a lateral component and extends outside the nominal area. A finite plate pair
therefore has capacitance slightly larger than $\epsilon_0A/d$, because fringing
field lines add charge at a given terminal voltage. There is no universal edge
correction based only on area and separation; plate shape, aspect ratio, surrounding
conductors, and the measurement leads all matter.

The approximation becomes controlled when every plate dimension is much greater than
the gap and when the specified area excludes an uncertain edge region. Guard
electrodes implement that idea physically. A guard ring held at the same potential as
the driven plate intercepts fringing field lines and defines a central measuring area.
Charge reaching the guard is supplied by the source but is not included in the
high-terminal measurement path. The resulting three-terminal capacitance is closer
to the designed central geometry than a two-wire measurement that includes cable,
edge, and fixture capacitance together.

$$
% caption: Finite plates with a coplanar guard. Edge fringing raises capacitance above $\epsilon_0A/d$; a guard held at the driven-plate potential intercepts the uncertain edge field and fixes a defined central measuring area.
\begin{tikzpicture}[>=stealth,font=\footnotesize]
\definecolor{acc}{HTML}{4A6FA5}
\draw[black,fill=black!12] (0,1.6) rectangle (1.3,1.8);
\draw[acc,fill=acc!14] (1.5,1.6) rectangle (3.3,1.8);
\draw[black,fill=black!12] (3.5,1.6) rectangle (4.8,1.8);
\draw[black,fill=black!12] (0,0) rectangle (4.8,0.2);
\foreach \x in {1.7,2.1,2.5,2.9,3.1} {\draw[->,thick] (\x,1.55)--(\x,0.25);}
\draw[black,dashed,->] (1.4,1.55) .. controls (0.9,1.0) .. (1.0,0.28);
\draw[black,dashed,->] (3.4,1.55) .. controls (3.9,1.0) .. (3.8,0.28);
\node[black] at (2.4,1.98) {central electrode};
\node[black] at (0.65,2.15) {guard};
\node[black] at (4.15,2.15) {guard};
\node[black,right] at (4.9,0.95) {edge f{}ringing};
\node[black] at (2.4,-0.4) {return plate};
\end{tikzpicture}
$$

A capacitance bridge compares an unknown capacitive impedance with a standard at a
specified frequency. For an ideal capacitor, $Z_C=1/(j\omega C)$; balance of a
ratio bridge can determine $C_x$ from a known standard and calibrated arm ratio
without requiring an absolute voltage reading. Real fixtures add lead capacitance,
insulation leakage, and loss. A guarded three-terminal connection labels the source
terminal high, the return terminal low, and the shield or guard separately. Open and
short compensation characterizes the fixture before the specimen is connected. The
measurement frequency must be reported because leakage and stray inductance can make
the apparent capacitance frequency-dependent even when the intended conductor
geometry is unchanged.

The guard defines a geometric measurement boundary. A central high electrode, an
outer guard at the same potential, and a low return electrode define which field
lines count as the measured capacitance. The bridge detector responds to the charge
supplied to the central electrode, while charge supplied to the guard flows through a
separate return path. This arrangement reduces sensitivity to cable motion and to the
uncontrolled edge of a finite plate. A warped plate or nonparallel gap still alters
the central field and requires mechanical measurement or a position-dependent
separation model.

Bridge balance also has limits set by loss and time variation. If insulation leakage
is appreciable, current has an in-phase component as well as the ideal quadrature
capacitive component. A bridge adjusted at one frequency can then report a different
equivalent capacitance at another frequency because the null condition includes both
components. Record the excitation amplitude as well: excessive voltage can change
the apparent gap through electrostatic attraction or reveal surface contamination at
an edge. Repeating the balance after rotating the fixture, changing lead position,
or reconnecting the guard is a direct diagnostic for geometry-dependent parasitics.

Finite plates often require a numerical field calculation or a calibrated reference
fixture rather than an invented analytical fringe correction. A gap sweep with the
same guarded central area separates the leading terms. The uniform-field term changes
as $1/d$; a residual that changes more slowly with gap is consistent with an edge
contribution. The test also detects a fixed parallel fixture capacitance, which adds
an approximately gap-independent offset. Separating these trends prevents a bridge's
excellent repeatability from being mistaken for accuracy of the ideal plate formula.

A quantified geometric check separates measurement precision from model accuracy.

> **Worked example (geometric uncertainty of a plate pair).** A guarded vacuum plate
> pair has area $A=(1.0000\pm0.0050)\times10^{-2}\ \mathrm{m^2}$ and separation
> $d=(0.500\pm0.005)\ \mathrm{mm}$, so the central-field estimate is
> $C_0=\epsilon_0A/d=177.1\ \mathrm{pF}$. Treating the area and separation errors as
> independent,
>
> $$
> \frac{u_{C_0}}{C_0}=\sqrt{\left(\frac{u_A}{A}\right)^2+
> \left(\frac{u_d}{d}\right)^2}=1.12\%,
> $$
>
> or $u_{C_0}=2.0\ \mathrm{pF}$. A bridge, after open and short correction, reports
> $C_x=(178.0\pm0.6)\ \mathrm{pF}$. The $0.9\ \mathrm{pF}$ difference is smaller than the
> geometric uncertainty and of the sign expected from edge fringing, so it is not
> evidence for an unmodeled material effect. A discrepancy larger than the combined
> uncertainty would first send you to gap parallelism, guard connection, spacer
> thickness, plate-area definition, and residual fixture capacitance.

## Series and parallel capacitance from charge constraints

Equivalent capacitance follows from conductor-node constraints, not from the visual
proximity of symbols. Conductors joined by ideal wire form one node and therefore
share one potential. Capacitors are in parallel only when both of their terminals
connect to the same two nodes. They then have the same potential difference
$\Delta V$, while the source must supply the sum of their terminal charges:

$$
Q_{\rm source}=Q_1+Q_2+\cdots
=C_1\Delta V+C_2\Delta V+\cdots.
$$

Thus

$$
C_{\rm parallel}=C_1+C_2+\cdots.
$$

Adding a parallel capacitor increases the charge drawn from the source at fixed
terminal voltage because it provides another field geometry between the same two
conductors. The result does not require the individual capacitors to be equal. It
does require that no intervening conductor or measurement connection changes the
node assignment. A lead that is drawn crossing another lead without an electrical
junction does not create a parallel branch.

$$
% caption: Parallel capacitors share both conductor nodes, so each sees the same $\Delta V$ while the source supplies the sum of branch charges; hence $C_{\rm eq}=C_1+C_2+\cdots$.
\begin{tikzpicture}[>=stealth,font=\footnotesize]
\definecolor{acc}{HTML}{4A6FA5}
\draw[black,thick] (0,2.1)--(4.8,2.1);
\draw[black,thick] (0,0)--(4.8,0);
\draw[thick] (1.3,2.1)--(1.3,1.28); \draw[thick] (1.05,1.28)--(1.55,1.28);
\draw[thick] (1.05,0.92)--(1.55,0.92); \draw[thick] (1.3,0.92)--(1.3,0);
\draw[thick] (3.5,2.1)--(3.5,1.28); \draw[thick] (3.25,1.28)--(3.75,1.28);
\draw[thick] (3.25,0.92)--(3.75,0.92); \draw[thick] (3.5,0.92)--(3.5,0);
\filldraw[black] (0.3,2.1) circle (1.6pt);
\filldraw[black] (0.3,0) circle (1.6pt);
\node[black,above] at (0.55,2.13) {high node};
\node[black,below] at (0.55,-0.03) {low node};
\node[right] at (1.62,1.1) {$C_1$};
\node[right] at (3.82,1.1) {$C_2$};
\end{tikzpicture}
$$

For capacitors in series, the intermediate conductor is electrically isolated from
the source terminals. If it begins neutral and has no other connection, its net charge
must remain zero. The facing plate of the first capacitor receives $-Q$ when the
adjacent plate of the second receives $+Q$, so each series capacitor carries the
same charge magnitude $Q$. The total terminal potential difference is the sum of
individual drops:

$$
\Delta V=\frac{Q}{C_1}+\frac{Q}{C_2}+\cdots,
\qquad
\frac{1}{C_{\rm series}}=\frac{1}{C_1}+\frac{1}{C_2}+\cdots.
$$

The equal-charge statement is a consequence of the floating-node charge constraint,
not a general rule that every capacitor in a drawing has equal charge. For unequal
series capacitors, voltages divide inversely with capacitance: the smaller capacitance
has the larger potential difference. In a two-capacitor series branch,
$V_1/V_2=C_2/C_1$. The equivalent capacitance is smaller than either individual
capacitance, as required because the same source charge produces the sum of two
potential drops.

$$
% caption: Series capacitors joined by a neutral floating conductor. The isolated middle node keeps zero net charge, so both capacitors carry equal charge $Q$; the terminal voltage splits between them, the smaller $C$ taking the larger drop.
\begin{tikzpicture}[>=stealth,font=\footnotesize]
\definecolor{acc}{HTML}{4A6FA5}
\draw[black] (0,1.2)--(0.9,1.2);
\draw[thick] (0.9,1.75)--(0.9,0.65); \draw[thick] (1.15,1.75)--(1.15,0.65);
\draw[black] (1.15,1.2)--(2.4,1.2);
\filldraw[draw=acc,fill=acc!12] (2.4,1.2) circle (2.2pt);
\draw[black] (2.4,1.2)--(3.65,1.2);
\draw[thick] (3.65,1.75)--(3.65,0.65); \draw[thick] (3.9,1.75)--(3.9,0.65);
\draw[black] (3.9,1.2)--(4.8,1.2);
\node[above] at (1.02,1.8) {$C_1$};
\node[above] at (3.77,1.8) {$C_2$};
\node[acc,above] at (2.4,1.42) {f{}loating node};
\draw[<->,black] (0,0.3)--(4.8,0.3);
\node[black,below] at (2.4,0.26) {terminal voltage};
\end{tikzpicture}
$$

An initially charged floating conductor needs separate treatment. If the internal
node has net charge $Q_f$, charge conservation gives a node equation rather than
the simple equal-charge result. With two capacitors connected from that node to fixed
terminal potentials $V_a$ and $V_b$, the constraint is

$$
C_1(V_f-V_a)+C_2(V_f-V_b)=Q_f.
$$

The internal potential $V_f$ follows from this equation. The familiar reciprocal
formula is recovered only for $Q_f=0$ and a branch containing no additional
capacitances to other conductors. This distinction matters in shielded fixtures and
in circuits where a nominally floating plate has measurable stray capacitance to an
enclosure. A source connected briefly to the internal node changes its charge state;
removing the source afterward does not automatically restore the neutral-node
assumption.

Node-charge equations scale the same reasoning to an arbitrary small capacitor
geometry. Assign one potential to every conductor node. For a capacitor joining nodes
$i$ and $j$, the charge assigned to node $i$ is
$C_{ij}(V_i-V_j)$, with the opposite charge assigned to node $j$. Summing these
contributions over all branches attached to a floating node and setting the result to
its specified free charge gives the node constraint. Terminal nodes have prescribed
voltages or prescribed source charges instead. This method makes hidden stray paths
visible: a capacitance from an internal conductor to an enclosure adds another term
to the node equation and usually prevents reduction to the simple reciprocal series
formula.

Several limiting checks catch reduction errors before a measurement is made. Two
equal series capacitors have half the capacitance of either one and divide terminal
voltage equally. If one series capacitance becomes extremely large, the equivalent
approaches the smaller capacitance because the larger element develops negligible
drop. If one series capacitance tends to zero, the branch no longer transfers charge
between the terminals and its equivalent tends to zero. In parallel, a branch with
very small capacitance contributes negligibly, whereas a large branch dominates the
source charge. These limits follow directly from the charge constraints and are more
reliable than memorizing reciprocal patterns without a node model.

Measurement should reproduce the terminal definition used in the calculation. A
shield connected to a floating internal conductor changes its effective capacitance
to the enclosure and can alter the voltage division. A high-impedance voltmeter used
to inspect an internal node adds an input capacitance in parallel with one branch;
for picofarad networks this can be a leading effect rather than a harmless observer.
Before comparing the worked result with a bridge value, measure or bound the fixture
capacitance with the same lead routing, guard connection, and detector configuration.
The bridge null then tests the intended two-terminal equivalent instead of a larger
network created accidentally by the measurement apparatus.

> **Worked example (series-parallel reduction).** A neutral series branch of
> $C_1=120\ \mathrm{pF}$ and $C_2=330\ \mathrm{pF}$ is in parallel with
> $C_3=47.0\ \mathrm{pF}$:
>
> $$
> C_{12}=\frac{C_1C_2}{C_1+C_2}=88.0\ \mathrm{pF},
> \qquad C_{\rm eq}=C_{12}+C_3=135\ \mathrm{pF}.
> $$
>
> At $15.0\ \mathrm V$ the source supplies $2.03\ \mathrm{nC}$. The parallel
> $47.0\ \mathrm{pF}$ branch carries $0.705\ \mathrm{nC}$, while the series branch
> carries $1.32\ \mathrm{nC}$ on each capacitor, dropping $11.0\ \mathrm V$ across the
> $120\ \mathrm{pF}$ and $4.00\ \mathrm V$ across the $330\ \mathrm{pF}$. Their sum
> returns $15.0\ \mathrm V$, and the smaller capacitance takes the larger drop — two
> direct checks on the reduction.

A bridge-style measurement can test the equivalent value without resolving every
internal charge. At a chosen angular frequency, balance an unknown network
capacitance $C_x$ against a calibrated standard $C_s$ and two noninductive ratio
arms. In the ideal loss-free balance,

$$
\frac{C_x}{C_s}=\frac{R_2}{R_1}.
$$

For the calculated $135\ \mathrm{pF}$ network, a $100\ \mathrm{pF}$ standard and
ratio $R_2/R_1=1.35$ predict a null. A failed null at that ratio can indicate a
wiring error, a floating node with an unaccounted stray path, bridge ratio error, or
loss in the capacitors; it does not by itself identify which internal capacitor is
wrong. Sweep frequency and repeat with the network shielded in the same configuration
used for the calculation, because fixture capacitance can appear in parallel with the
whole network.

## Stored energy, mechanical force, and voltage-source boundaries

Separating charge on conductors requires work because each increment of charge is
moved through the potential difference already established by the charge placed
earlier. For a linear capacitor, an increment $\d q$ added when the existing charge
is $q$ requires incremental work

$$
\d U=V\,\d q=\frac{q}{C}\,\d q.
$$

Integrating from zero charge to $Q$ gives

$$
U=\int_0^Q\frac{q}{C}\,\d q
=\frac{Q^2}{2C}=\frac12Q\Delta V=\frac12C(\Delta V)^2.
$$

The three forms describe the same stored electric-field energy under different
specified variables. The factor of one-half is essential: voltage rises
linearly from zero during charging, so the average potential through which charge is
moved is half the final potential. A plot of voltage against charge has a triangular
area, not the rectangle $Q\Delta V$. This derivation assumes a linear capacitance
that is independent of charge and voltage over the interval; a changing geometry
must be handled with the appropriate boundary condition at each stage.

$$
% caption: Charging a linear capacitor. Voltage rises linearly with stored charge, so the work $U=\tfrac12Q\,\Delta V$ is the triangular area under the line, half the rectangle $Q\,\Delta V$.
\begin{tikzpicture}[>=stealth,font=\footnotesize]
\definecolor{acc}{HTML}{4A6FA5}
\draw[->,black] (0,0)--(5.0,0) node[right,black] {charge Q};
\draw[->,black] (0,0)--(0,3.0) node[above,black] {voltage V};
\fill[acc!14] (0,0)--(4.3,0)--(4.3,2.4)--cycle;
\draw[acc,thick] (0,0)--(4.3,2.4);
\draw[black,dashed] (4.3,0)--(4.3,2.4);
\draw[black,dashed] (0,2.4)--(4.3,2.4);
\node[acc] at (2.55,0.75) {stored energy};
\end{tikzpicture}
$$

In a vacuum parallel-plate capacitor, stored energy can also be associated with the
field-filled volume. Using $C=\epsilon_0A/d$ and $E=\Delta V/d$ gives

$$
U=\frac12\epsilon_0E^2(Ad).
$$

The corresponding vacuum field-energy density is $u=\epsilon_0E^2/2$. This local
form is consistent with the conductor calculation: integrating the nearly uniform
central field density over volume $Ad$ reproduces the terminal expression. Near
finite plate edges, the same density exists in fringing field outside the nominal
volume, another reason the uniform-field formula is an approximation rather than an
exact area-times-gap rule.

When conductors are free to move, capacitance depends on a mechanical coordinate,
such as plate separation $x$. The electrical force follows from a derivative, but
the correct quantity to differentiate depends on what the external circuit holds
fixed. For an isolated capacitor with fixed charge,

$$
F_x=-\left(\frac{\partial U}{\partial x}\right)_Q,
\qquad
U(Q,x)=\frac{Q^2}{2C(x)}.
$$

For plates with $C(x)=\epsilon_0A/x$, this gives

$$
F_x=-\frac{Q^2}{2\epsilon_0A}.
$$

Taking positive $x$ as increasing separation, the negative sign denotes an
attractive force that reduces the gap. At fixed charge the magnitude is independent
of gap in the ideal infinite-plate limit because the field, $E=Q/(\epsilon_0A)$,
is unchanged as the plates move. Finite geometry, fringing, and nonuniform surface
charge modify that simple conclusion.

$$
% caption: Attractive force between movable plates. The field pulls the plates toward a smaller gap; at fixed charge the ideal force is set by charge density, while at fixed voltage it grows as $1/x^2$ as the gap closes.
\begin{tikzpicture}[>=stealth,font=\footnotesize]
\definecolor{acc}{HTML}{4A6FA5}
\draw[black,fill=black!12] (0,1.7) rectangle (4.4,1.9);
\draw[black,fill=black!12] (0,0) rectangle (4.4,0.2);
\foreach \x in {0.6,1.3,2.0,2.7,3.4,4.0} {\draw[->,thick] (\x,1.65)--(\x,0.25);}
\draw[->,acc,line width=1.4pt] (2.2,2.5)--(2.2,1.98);
\draw[->,acc,line width=1.4pt] (2.2,-0.6)--(2.2,0.12);
\node[acc,above] at (2.2,2.5) {force};
\node[acc,below] at (2.2,-0.6) {force};
\draw[<->,black] (4.8,0.2)--(4.8,1.7);
\node[black,right] at (4.8,0.95) {gap x};
\end{tikzpicture}
$$

A voltage source changes the boundary condition. If the source maintains $V$ while
the capacitor moves, charge flows through the source as $C(x)$ changes. The
capacitor field energy remains $U=CV^2/2$, but differentiating that expression at
fixed voltage alone does not account for source work. A convenient quantity is the
electrical coenergy

$$
W'(V,x)=\frac12C(x)V^2,
\qquad
F_x=\left(\frac{\partial W'}{\partial x}\right)_V.
$$

For parallel plates this becomes

$$
F_x=-\frac{\epsilon_0AV^2}{2x^2},
$$

again attractive, but now increasing sharply as the gap decreases. The source is not
an optional bookkeeping detail. At fixed voltage it supplies or absorbs charge and
does work $\d W_{\rm src}=V\,\d Q$. Mechanical work, field-energy change, and source
work must satisfy the same differential balance. Using the fixed-charge derivative
while a voltage source remains connected gives the wrong force law.

> **Worked example (force on movable plates).** Vacuum plates of area
> $A=1.00\times10^{-2}\ \mathrm{m^2}$ start at gap $x_1=1.00\ \mathrm{mm}$ under a
> maintained $V=100\ \mathrm V$. The initial capacitance is $88.5\ \mathrm{pF}$, the field
> energy is $0.443\ \mathrm{\mu J}$, and the attraction is
>
> $$
> |F|=\frac{\epsilon_0AV^2}{2x_1^2}=4.43\times10^{-4}\ \mathrm N.
> $$
>
> Driving the plates quasistatically to $x_2=0.500\ \mathrm{mm}$ doubles the capacitance
> and raises the field energy to $0.885\ \mathrm{\mu J}$. The source supplies
> $V^2(C_2-C_1)=0.885\ \mathrm{\mu J}$; half becomes field energy and half is mechanical
> work done by the attraction. Disconnect the source at the initial state instead and the
> charge is fixed, so the ideal force stays at $0.443\ \mathrm{mN}$ as the gap changes.
> Both results hold only while edge effects, breakdown, contact, and mechanical
> instability stay negligible.

The force result can be expressed as an electric pressure on the facing surfaces. In
the uniform vacuum region,

$$
p=\frac{|F|}{A}=\frac12\epsilon_0E^2.
$$

This pressure is directed inward on both conductors. It is independent of which
terminal is called positive because it depends on the square of field magnitude.
Dimensional analysis gives $\epsilon_0E^2$ in newtons per square metre. The pressure
expression also identifies the geometric limits of the plate model.
Near an edge, the field has tangential and lateral components, so a single uniform
pressure does not describe the local mechanical loading. A flexible electrode can
bend toward its partner, locally reducing the gap, increasing field, and further
increasing attraction. Mechanical supports, plate flatness, and the field-free
regions around mounting points therefore belong to an electromechanical capacitance
specification.

The source-work balance can be written explicitly for a quasistatic fixed-voltage
motion. If external mechanical work done on the capacitor is $\d W_{\rm mech,on}$,
then

$$
\d U=\d W_{\rm src}+\d W_{\rm mech,on}.
$$

During spontaneous attraction, the electric force does positive work on the moving
plate, so the external mechanical agent that restrains the motion does negative work
on the capacitor. For the gap-halving example, the source supplies more energy than
the field stores because it also supplies the energy delivered mechanically. If the
plate were pulled apart quasistatically at the same fixed voltage, the signs reverse:
the external agent supplies mechanical work while the source absorbs charge-related
energy. Stating the sign convention avoids the misleading claim that capacitor field
energy alone predicts every force measurement under a maintained voltage.

Voltage-controlled motion can become unstable when mechanical restoring force grows
more slowly than the electrical attraction. For ideal plates at fixed voltage,
attraction varies as $1/x^2$. A small decrease in gap raises force, which can pull
the plates still closer; this positive feedback is often called pull-in. At fixed
charge the ideal parallel-plate force is constant with gap, so the same geometric
feedback is absent in that approximation. Actual devices may depart from both ideal
limits because contact stops, fringing, compliance of supports, and the finite output
impedance of the voltage source modify the boundary condition. A force calculation
must state capacitance, voltage, whether charge can flow during mechanical
displacement, and whether the motion is slow compared with the electrical response
time.

## Dielectric polarization, breakdown, and nonideal capacitors

A dielectric changes capacitance because bound charge rearranges in an applied
electric field. At the microscopic level, an atom or molecule may acquire an induced
dipole moment, while a polar molecule can partly align an existing dipole moment.
The polarization vector $\vec P$ is dipole moment per unit volume. Bound surface
charge associated with this polarization produces a field that opposes part of the
field created by the free charge on the conductors. The macroscopic displacement field
separates the two sources:

$$
\vec D=\epsilon_0\vec E+\vec P.
$$

Within its stated operating range, a linear isotropic material obeys

$$
\vec P=\epsilon_0\chi_e\vec E,
\qquad
\vec D=\epsilon\vec E,
\qquad
\epsilon=\kappa\epsilon_0.
$$

The relative permittivity $\kappa$ is greater than one for an ordinary passive
dielectric. If it completely fills the uniform-field region of a parallel-plate
capacitor, the capacitance becomes $C=\kappa\epsilon_0A/d=\kappa C_0$. The result
assumes the material is homogeneous, the field is below nonlinear response levels,
and fringing has not changed the filled field volume. A partially inserted sheet or
an air gap requires a geometry calculation; multiplying the original capacitance by
one material constant is then generally wrong.

$$
% caption: Polarization in a dielectric-filled capacitor. Free plate charge sets the applied field; bound dipoles align and partly cancel it, so a given free charge holds less voltage and $C=\kappa\epsilon_0A/d$.
\begin{tikzpicture}[>=stealth,font=\footnotesize]
\definecolor{acc}{HTML}{4A6FA5}
\draw[black,fill=black!12] (0,1.9) rectangle (4.8,2.1);
\draw[black,fill=black!12] (0,0) rectangle (4.8,0.2);
\fill[black!8] (0,0.25) rectangle (4.8,1.85);
\foreach \x in {0.5,1.1,1.7,2.3,2.9,3.5,4.1} {\node[black,scale=.7] at (\x,2.28) {$+$};}
\foreach \x in {0.5,1.1,1.7,2.3,2.9,3.5,4.1} {\draw[thick] (\x-0.08,-0.12)--(\x+0.08,-0.12);}
\foreach \x in {0.8,1.7,2.6,3.5} {\foreach \y in {0.65,1.05,1.45} {\draw[->,acc,semithick] (\x,\y-0.16)--(\x,\y+0.16);}}
\node[black] at (2.4,2.5) {metal plate};
\node[black] at (2.4,-0.55) {aligned dipoles in dielectric};
\end{tikzpicture}
$$

Dielectric insertion has different consequences under fixed-charge and fixed-voltage
boundaries. If a charged capacitor is disconnected before insertion, free charge
remains $Q$. Capacitance rises by $\kappa$, voltage falls from $V_0$ to
$V_0/\kappa$, and field energy falls from $U_0$ to $U_0/\kappa$. The decrease
in field energy appears as mechanical work pulling the dielectric into the region of
strong field, neglecting dissipation. The electric displacement is fixed by free
surface charge, while the electric field decreases because the material polarizes.

If a voltage source remains connected, terminal voltage stays fixed instead. Charge
increases from $Q_0=C_0V$ to $\kappa Q_0$, and field energy increases from
$U_0$ to $\kappa U_0$. The source supplies $V\Delta Q$; part changes field
energy and part becomes mechanical work. The dielectric is still attracted into the
capacitor, but a fixed-charge energy derivative cannot be used for its magnitude
while charge flows through the source. Coenergy or the complete source-field-mechanical
balance yields the fixed-voltage force, just as for movable conducting plates.

The ideal material law has field, frequency, and temperature limits. Every dielectric
has a breakdown field $E_{\rm bd}$ beyond which conduction or irreversible damage
can grow rapidly. A first uniform-field estimate is $V_{\rm max}\approx E_{\rm bd}d$,
but an actual component can fail at a smaller voltage because edge field enhancement,
voids, contamination, moisture, sharp electrodes, or partial discharge raise local
field above the average $V/d$. Breakdown strength is a material-and-geometry rating,
not a universal number that can be transferred unchanged from a bulk sample to a thin
film or a wound component.

Leakage and dielectric loss make a real capacitor depart from a pure imaginary
impedance. A leakage resistance $R_{\rm leak}$ in parallel with the capacitance
allows a dc current and gives a charge-retention time scale near $R_{\rm leak}C$.
At sinusoidal frequency, a lossy dielectric is described by complex permittivity
$\epsilon^*=\epsilon'-j\epsilon''$ under the usual positive-frequency phasor
convention. The loss tangent is $\tan\delta=\epsilon''/\epsilon'$. For a simple
parallel representation, dielectric loss corresponds approximately to conductance
$G=\omega C\tan\delta$. A small loss tangent means current is nearly ninety degrees
ahead of voltage; it does not mean leakage is absent at dc.

Dielectric response is commonly dispersive. Slow molecular, interfacial, or space
charge mechanisms can follow a low-frequency field but not a rapidly changing one,
so the measured real capacitance and loss tangent depend on the test frequency. A
bridge value quoted without frequency, amplitude, temperature, and terminal
configuration is incomplete. The same device can meet a nominal capacitance tolerance
at one kilohertz and show a materially different value at a switching frequency or
after a temperature excursion. The relevant specification is the complex impedance
over the intended operating range, not one isolated capacitance number.

Dielectric absorption is another departure from the single ideal-capacitance model.
After a charged component is briefly discharged and then left open, slow polarization
processes can produce a recovering terminal voltage. This is not the same as ordinary
leakage: leakage transfers charge through a conductive path and tends to remove stored
charge, whereas delayed polarization redistributes bound charge and can create a
time-dependent terminal potential. A measurement protocol should therefore distinguish
dc insulation resistance, ac loss tangent, and post-discharge voltage recovery rather
than merging all three into one unspecified "leakage" parameter.

Material choice also couples electrical and mechanical constraints. A high relative
permittivity increases capacitance for a given plate area and gap, but may come with
larger temperature coefficient, field dependence, loss, or aging. A low-loss material
can be preferable for an AC timing or resonant application even if its capacitance per
volume is smaller. Surface finish and electrode geometry set the local maximum field;
in a thin layer, a microscopic protrusion can dominate breakdown before the average
field reaches the bulk rating. Qualification therefore uses voltage ramps, hold-time
tests, temperature cycling, and frequency sweeps on the completed geometry. Tabulated
bulk permittivity alone cannot establish component performance.

Each nonideal response requires a separate observable and test condition.

| response | measured signal | compact relation | conditions that define the result |
| --- | --- | --- | --- |
| breakdown | onset of conduction or damage | $E_{\rm local}\approx E_{\rm bd}$ | electrode shape, gap, voltage ramp, hold time |
| dc leakage | terminal current or charge decay | $\tau_{\rm leak}\sim R_{\rm leak}C$ | temperature, humidity, dwell time, terminal connection |
| ac loss | in-phase current component | $G\simeq\omega C\tan\delta$ | frequency, amplitude, bridge representation |
| dielectric absorption | post-discharge voltage history | delayed polarization response | charge time, discharge path, open-circuit delay |

One bridge value cannot identify all four mechanisms. The test record must retain the
electrical boundary and time scale associated with the reported capacitance.

> **Worked example (dielectric insertion at held voltage).** A $100\ \mathrm{pF}$ vacuum
> capacitor is held at $50.0\ \mathrm V$ and its field region is then fully filled with a
> dielectric of $\kappa=4.00$. At held voltage the capacitance becomes $400\ \mathrm{pF}$,
> the charge rises from $5.00\ \mathrm{nC}$ to $20.0\ \mathrm{nC}$, and the field energy
> rises from $125\ \mathrm{nJ}$ to $500\ \mathrm{nJ}$. The source supplies
> $V\Delta Q=750\ \mathrm{nJ}$; the remaining $375\ \mathrm{nJ}$ is the mechanical work of
> insertion in the ideal reversible limit. Disconnect the source before insertion instead
> and the charge stays at $5.00\ \mathrm{nC}$, so the final energy is $31.3\ \mathrm{nJ}$
> — the same two formulas applied to different controlled variables.

In a real component, temperature rise, leakage, loss tangent, and field concentration
determine whether the ideal reversible example remains accurate.

## Design limits, calibration records, and model selection

Capacitance design begins with a geometric measurand that can actually be fabricated
and inspected. Small independent changes in the ideal parallel-plate expression give

$$
\frac{\Delta C}{C}\approx\frac{\Delta A}{A}-\frac{\Delta d}{d}.
$$

Gap uncertainty is often more important than area uncertainty because capacitance is
inversely proportional to separation. A plate pair can have the correct average gap
and still differ from the nominal capacitance if the plates are tilted or bowed. The
local field contribution is governed by the inverse local separation, so the relevant
geometric approximation is $C\approx\epsilon_0\int \d A/d(x,y)$, not necessarily
$\epsilon_0A/\overline d$. A small region with reduced separation can contribute
disproportionately to capacitance and can also set the local breakdown limit.

Guarded central electrodes reduce edge uncertainty but do not cure nonparallelism,
surface particles, or spacer compression. A geometry record should include central
area definition, gap-measurement locations, parallelism tolerance, electrode finish,
guard connection, and the surrounding grounded or floating objects present during
calibration. These are inputs to the capacitance model. Quoting only plate area and a
nominal spacer thickness gives a result that cannot be reproduced after the fixture
is reassembled or moved into a different enclosure.

Fringing is best treated as a model-selection problem rather than as a universal
correction factor. Start with the guarded uniform-field model, then measure a family
of capacitances while varying gap with the same central electrode and fixture. A
simple extension has the form $C(d)=\epsilon_0A/d+C_{\rm edge}$, where the second
term represents a nearly gap-independent edge or fixture contribution over a limited
range. A numerical electrostatic calculation may instead be required when guard
geometry, nearby conductors, or aspect ratio makes the edge contribution vary with
gap. Compare the residual pattern together with the fitted parameters. Systematic curvature in
the residual against $1/d$ indicates that a constant offset is inadequate; a shift
when leads are moved points to fixture capacitance rather than plate fringing.

$$
% caption: Selecting a finite-geometry model. Plotting measured $C$ against $1/d$ separates the uniform-field slope from an edge or fixture intercept; the residual pattern across separations shows whether a constant fringe term suffices.
\begin{tikzpicture}[>=stealth,font=\footnotesize]
\definecolor{acc}{HTML}{4A6FA5}
\draw[->,black] (0,0)--(5.2,0) node[right,black] {inverse gap 1/d};
\draw[->,black] (0,0)--(0,3.0) node[above,black] {measured C};
\draw[acc,thick] (0.3,0.55)--(4.8,2.65);
\foreach \x/\y in {0.6/0.7,1.4/1.05,2.2/1.42,3.0/1.78,3.8/2.16,4.6/2.5} {\filldraw[draw=acc,fill=acc!15] (\x,\y) circle (2pt);}
\draw[black,dashed] (0,0.4)--(4.8,0.4);
\node[black,right] at (2.9,0.62) {edge intercept};
\end{tikzpicture}
$$

Temperature and voltage histories belong in the model-selection record. Relative
permittivity, leakage resistance, loss tangent, and mechanical gap can all change
with temperature. A prior high-voltage dwell can leave slow polarization states that
alter the next low-voltage reading. Record temperature at the active geometry, test
frequency, ac amplitude, dc bias history, time since the last discharge, and the
order of voltage steps. A measurement that repeats only after a fixed wait time but
changes after a different preconditioning voltage is not described by one static
capacitance value. The record should state the conditioning protocol rather than
quietly averaging readings acquired under different histories.

Meter calibration has two layers. The instrument scale is checked with traceable
capacitance standards at the selected frequency and amplitude. The fixture is then
characterized by open, short, and guarded reference measurements with the same cable
routing used for the specimen. An open correction estimates stray parallel
capacitance; a short correction estimates residual series impedance. Neither
correction is transferable if lead placement, shield connection, or range changes.
A bridge record should retain the null ratio, standard certificate, detector sensitivity, and
balance repeatability instead of recording only the displayed capacitance.

Calibration records must identify the reference standard at the point of use. A
standard certificate usually specifies a nominal value, uncertainty, reference
frequency, temperature, and sometimes a dissipation-factor limit. Interpolating a
meter correction between two standards is defensible only if the interpolation
residuals and instrument range have been checked. Repeated balance readings estimate
short-term repeatability, whereas reconnection, cable motion, and reassembly tests
probe reproducibility of the full terminal definition. Keep these contributions
separate: a low standard deviation from repeated button presses does not demonstrate
that the guarded fixture, lead correction, or specimen history was unchanged.

Leakage and dielectric absorption require separate diagnostics. Hold a known dc
voltage and record terminal current over time: a persistent late current estimates a
conductive leakage path, while an initially larger current can include charging and
relaxation. In a second test, charge the capacitor, discharge it briefly through a
known low resistance, remove the discharge path, and record any recovering voltage.
Recovery indicates delayed polarization or absorption; it is not equivalent to a
steady leakage current. Frequency-dependent bridge loss, dc retention, and recovery
data constrain different parts of a nonideal model and should not be collapsed into
one resistance without evidence.

An uncertainty workflow closes the model. Define the reported quantity first: a
two-terminal value includes different field paths from a guarded three-terminal value.
List calibrated scale uncertainty, standard uncertainty, bridge repeatability, gap
and area tolerances, temperature drift, fixture correction, and model discrepancy
from residual tests. Combine independent random contributions statistically, but keep
model limits such as unmeasured fringing or dielectric history as explicit bounds
until data justify reducing them. Validate one condition withheld from the fit—for
example a new separation, frequency, or temperature. Agreement at that condition is
evidence that the chosen geometry and nonideal model predict beyond the data used to
adjust it; disagreement identifies the next measurement, not a reason to conceal the
residual in an expanded uncertainty alone.
