AC Fundamentals
AC Circuits · 10 min read
A battery wakes a light bulb. A wall socket wakes the same bulb a hundred times a second. Both deliver enough energy to glow a filament, but the two sources feel different to every component downstream — a capacitor ignores steady DC and welcomes AC; an inductor is the reverse. Everything in this subject follows from that one change: the voltage doesn't sit still.
DC vs AC
Direct current is a steady push — a battery holds its terminals at a fixed voltage, so current flows in one direction at a constant level. Plot voltage against time and it's a flat horizontal line.
Alternating current swings. Mains electricity in the UK is a 230 V source that oscillates 50 times a second between two peaks roughly 325 V apart — positive peak, through zero, negative peak, back through zero, and so on. Plot it and you see a textbook sine wave.
The sinusoidal waveform
Mathematically, an AC voltage is:
Four numbers describe it completely:
- Peak amplitude — the maximum value the voltage reaches. Units: volts.
- Angular frequency — how fast the sinusoid oscillates, in radians per second.
- Phase — where the waveform sits on the time axis at . If φ = 0 the wave starts at zero and rises; if φ = 90° it starts at the peak.
- Time — the independent variable. The output changes as time flows.
Frequency and period
The period is how long one full cycle takes — from zero, up to , back through zero, down to , and back to zero. Its reciprocal is the frequency , measured in hertz (cycles per second):
UK / EU mains runs at — one cycle every 20 ms. US mains is — one cycle every 16.67 ms. Audio signals span roughly 20 Hz to 20 kHz. Wi-Fi radio is around 2.4 GHz — a sinusoid that swings 2.4 billion times a second.
Peak, peak-to-peak, and RMS
You'll see voltages quoted three different ways:
- Peak — highest instantaneous value. Mostly useful when designing for component breakdown voltage.
- Peak-to-peak = — the distance between the positive and negative peaks. What you measure on an oscilloscope by eye.
- RMS (root-mean-square) — the equivalent DC voltage that would dissipate the same power in a resistor. For a pure sine wave:
When someone says “230 V mains” they mean 230 V RMS. The peak is , which is why mains-rated capacitors are labelled for at least 400 V: they have to survive the peak, not just the RMS.
Why RMS, not average?
The arithmetic mean of a sine wave over one period is zero — the positive and negative halves cancel exactly. That average is useless for calculating power: a bulb still glows on AC because power depends on , which is always positive. RMS captures this by taking the root of the mean of the squared voltage:
For a pure sine this integrates to . The DC-equivalent power dissipated in a resistor is:
Every “power” calculation you make in AC uses RMS values — unless explicitly told otherwise. Getting this reflex right now is the single biggest win of this topic.