A capacitor is a passive two-terminal electronic component that stores electrical energy in an electric field by accumulating charge on two conductive plates separated by an insulating dielectric. In a real circuit, a capacitor changes how voltage behaves over time: it resists sudden voltage drops, blocks steady DC current while allowing AC signals to pass, and sets precise timing intervals when paired with resistors.
The Core Physics: Storing Charge Without Passing DC
To understand how a capacitor blocks DC but passes AC, picture a water pipe with a flexible rubber diaphragm stretched completely across the inside, sealing it. If you apply steady water pressure from a pump (DC voltage), the diaphragm stretches until the pressure equalizes, and then water flow stops completely. The DC is blocked.
However, if you rapidly push and pull the water back and forth (AC voltage), the diaphragm flexes left and right. No actual water molecules cross the diaphragm, but the pressure wave (the AC signal) is transmitted perfectly to the other side. In an electronic capacitor, the conductive plates are the pipe ends, the dielectric is the rubber diaphragm, and the electric field is the flexing pressure. This principle is why capacitors are used for AC coupling in audio amplifiers and blocking DC bias in RF circuits.
Worked Numeric Example: Sizing a Bulk Filter Capacitor
Let's size a bulk filter capacitor for a linear power supply. You are building a 12V DC bench supply using a 12VAC transformer, a full-wave bridge rectifier, and a 1A continuous load. The mains frequency is 60Hz. You want to keep the peak-to-peak ripple voltage under 1.5V to ensure your downstream linear regulator doesn't drop out.
The formula for bulk filter capacitance in a full-wave rectifier is:
C = I / (2 × f × V_ripple)
- I (Load Current) = 1A
- f (Mains Frequency) = 60Hz
- V_ripple (Target Ripple) = 1.5V
Plugging in the numbers: C = 1 / (2 × 60 × 1.5) = 1 / 180 = 0.00555 Farads, or 5,550 µF.
The next standard E12 value up is 6,800 µF. But capacitance is only half the story. A 12VAC transformer outputs roughly 16.9V peak after rectification. Applying the 1.5x voltage derating rule for aluminum electrolytics, you need a minimum 25V rating (35V is safer for longevity). Furthermore, the capacitor must handle the high RMS ripple current generated by the charging pulses. A generic, cheap 6,800 µF capacitor might only have a 600mA ripple current rating and will overheat, vent, and fail within months. You must select a low-ESR (Equivalent Series Resistance) series designed for high ripple, such as the Panasonic FM or FR series.
Where You Meet Capacitors in Practice
You will encounter capacitors in nearly every electrical installation and PCB layout. Here is where they do the heavy lifting:
- Decoupling / Bypassing: Placed within millimeters of an IC's VCC pin (usually 0.1 µF MLCC). They supply instantaneous current when a microcontroller switches thousands of GPIO pins simultaneously, preventing localized voltage brownouts.
- Bulk Filtering: Large aluminum electrolytics (100 µF to 10,000+ µF) at the output of power supplies to smooth out rectified AC ripple into flat DC.
- Motor Run / Start: Metallized polypropylene film capacitors (e.g., 45 µF) wired to single-phase AC induction motors to create the phase shift required to generate a rotating magnetic field.
- Snubbers: Placed across relay contacts or switching MOSFETs to absorb inductive voltage spikes (flyback) and prevent arcing or avalanche breakdown.
Common Confusions: Capacitors vs. Batteries and Inductors
Beginners often confuse capacitors with batteries because both store energy, and with inductors because both are reactive components. Here is the practical distinction:
Capacitors vs. Batteries
Batteries store energy chemically, which allows for massive energy density but slow charge/discharge rates. Capacitors store energy electrostatically, resulting in very low energy density but near-instantaneous charge/discharge capabilities. A lithium-ion cell can run a motor for hours; a standard capacitor can only run it for seconds, but the capacitor can dump its entire load in milliseconds to fire a camera flash or spot welder.
Capacitors vs. Inductors
They are electrical opposites. A capacitor resists changes in voltage (acting as voltage inertia), while an inductor resists changes in current (acting as current inertia). In AC filter design, you use capacitors to shunt high-frequency voltage noise to ground, and inductors to block high-frequency current noise from passing down the line.
Decision Tree: Picking the Right Dielectric and Part Number
Selecting a capacitor isn't just about finding the right microfarad value; the dielectric material dictates the component's behavior under heat, voltage, and frequency. Use this decision matrix to select the exact part for your application.
| Application | Dielectric Type | Voltage & Placement Rule | Concrete Part Pick (Example) |
|---|---|---|---|
| IC Decoupling (Digital Logic) | X7R MLCC (Ceramic) | ≥2x nominal VCC; place <2mm from IC pin | Murata GRM155R71C104KA88D (100nF, 16V, 0402) |
| Bulk DC Power Filtering | Aluminum Electrolytic (Low ESR) | ≥1.5x peak voltage; check ripple current rating | Panasonic EEU-FM1V102 (1000µF, 35V, FM Series) |
| AC Motor Run (HVAC/Pumps) | Metallized Polypropylene Film | ≥1.25x AC line voltage; must be AC-rated | Cornell Dubilier 940C2021 (2µF, 2000V DC / 700V AC) |
| Audio Signal Coupling | Polyester Film (MKS/MKS2) | Non-polar; >2x peak signal voltage | WIMA MKS2C031001A00KSSD (100nF, 63V) |
Frequently Asked Questions
Why do we use 0.1 µF for decoupling so often?
The 0.1 µF (100 nF) value is a historical standard that hits the sweet spot for self-resonant frequency (SRF) in standard through-hole and 0805/0603 surface mount packages. At this physical size, the parasitic inductance of the capacitor's leads and body resonates with the 100 nF capacitance right around 15 MHz to 30 MHz, which perfectly covers the fundamental switching harmonics of classic 74-series logic and older microcontrollers. For modern GHz processors, you must supplement 0.1 µF caps with smaller 10 nF and 100 pF caps to push the SRF higher.
Can I replace a polarized electrolytic capacitor with a ceramic one?
Only if the capacitance value is low enough to be practical. You cannot buy a through-hole 4,700 µF ceramic capacitor; they simply don't exist in standard form factors. However, for values under 47 µF, modern multilayer ceramic capacitors (MLCCs) are vastly superior to electrolytics. They have near-zero ESR, infinite lifespan (no liquid electrolyte to dry out), and no polarity to wire backward. If you need 22 µF for a 5V rail, use a 22 µF X5R ceramic instead of an electrolytic.
What happens if I wire a polarized capacitor backward?
The internal aluminum oxide dielectric layer breaks down, causing a short circuit. The electrolyte boils rapidly, building internal pressure until the capacitor's scored vent top pops open with a loud bang and releases acrid white smoke. In severe cases without a vent, the casing can rupture explosively. Always double-check the negative stripe on the can against the silkscreen on the PCB before soldering.
When designing or repairing circuits, never guess your capacitor values or dielectrics based purely on capacitance. If you are building a standard 5V or 3.3V DC digital project and aren't sure what to grab, default to a 100µF 16V Panasonic FM aluminum electrolytic for your main power rail bulk storage, and place a 0.1µF 16V X7R MLCC physically within 2mm of every IC VCC pin. This baseline will solve 95% of power integrity issues on the hobbyist workbench.






