Alternating current (AC) is an electrical flow where the direction and magnitude of the voltage and current reverse periodically, typically following a sinusoidal waveform. When you ask what is alternating in a physical circuit, it is the polarity of the electric field driving the electrons back and forth rather than pushing them in a single continuous loop. This periodic reversal fundamentally changes how we calculate power, introduces frequency-dependent reactance (meaning inductors and capacitors behave entirely differently than they do in DC), and causes high-frequency currents to crowd the outer surface of conductors (the skin effect). Hobbyists and trade students most commonly confuse the stated "RMS" voltage of an AC system with its actual "peak" voltage, or they mistakenly label pulsating DC—which changes magnitude but never reverses direction—as true alternating current.
The Core Mechanics: RMS, Peak, and Frequency
To work with AC safely, you have to understand that the number printed on the breaker panel is not the maximum voltage your components will actually see. Standard US residential mains is nominally 120V AC at 60Hz. However, this 120V figure is the Root Mean Square (RMS) value, not the peak. RMS is a mathematical method of expressing an AC voltage as the equivalent DC voltage that would deliver the exact same heating power to a resistive load.
According to Fluke's technical guidelines on RMS measurement, true-RMS multimeters calculate this heating equivalent, which is vital when measuring non-linear loads. But for component sizing, we must look at the peak of the sine wave.
Peak Voltage = VRMS × √2
For a 120V RMS circuit: 120 × 1.414 = 169.7V Peak
Peak-to-Peak Voltage (the total swing from negative peak to positive peak): 169.7 × 2 = 339.4V
If you are designing a snubber network, selecting a TVS (Transient Voltage Suppressor) diode, or choosing the dielectric rating for a capacitor connected directly across the mains, sizing it for 120V will result in immediate failure. The insulation and semiconductor junctions must withstand the ~170V peak on every single cycle. Furthermore, utility tolerances allow the RMS voltage to drift as high as 126V, pushing the absolute peak closer to 178V.
What Alternating Changes in a Real Circuit
When current alternates, it introduces the dimension of time (frequency) into circuit behavior. In a DC circuit, a resistor is the only component that opposes current flow. In an AC circuit, we deal with impedance, which combines resistance with reactance.
- Inductive Reactance (XL): Inductors oppose changes in current. Because AC is constantly changing, an inductor presents an impedance that increases with frequency (XL = 2πfL). A coil of wire that acts as a dead short at DC might block significant current at 60Hz, and act as an open circuit at radio frequencies.
- Capacitive Reactance (XC): Capacitors oppose changes in voltage. They block DC entirely but allow AC to pass, with impedance decreasing as frequency rises (XC = 1 / 2πfC).
- Zero-Crossing: An AC waveform passes through 0V twice every cycle (120 times a second on a 60Hz grid). This zero-crossing point is critical for switching. Solid-state relays (SSRs) and TRIACs are often designed to trigger or turn off only at the zero-crossing to prevent massive inrush currents and electromagnetic interference (EMI).
Think of AC like a two-man crosscut handsaw cutting a log: the blade moves back and forth (alternating), doing cutting work on both the push and pull strokes, whereas DC is like a chainsaw moving continuously in one directional loop. Both cut the wood, but the mechanical forces on the saw teeth (the circuit components) are vastly different.
Where You Meet This in Practice
You will encounter alternating current in nearly every facet of residential wiring and heavy appliance design. As noted in All About Circuits' AC waveform textbook chapter, the grid relies on AC because alternating magnetic fields are required for transformers to step voltages up for transmission and down for safe household use.
- Mains Wiring (NM-B and THHN): The black (hot) and white (neutral) wires in a standard 15A branch circuit carry 120V AC. The current alternates direction 60 times a second, meaning the "hot" wire is pushing and pulling electrons relative to the grounded neutral.
- AC Induction Motors: The compressors in your HVAC system and the motors in your table saw use alternating current to create a rotating magnetic field in the stator, which drags the rotor along without any physical electrical connection to it.
- Switch-Mode Power Supplies (SMPS): The brick powering your laptop takes the 120V AC, rectifies it to high-voltage DC (~170V), and then uses a high-frequency oscillator to alternate it at tens of kilohertz so it can pass through a tiny, lightweight ferrite transformer.
Bench Scenario: The 170V Peak Trap
To understand why the distinction between RMS and peak matters, let us walk through a common failure mode seen on the electronics workbench when hobbyists design capacitive dropper power supplies for smart home devices.
- The Setup: A maker is building a Wi-Fi smart switch using an ESP32-WROOM-32. To avoid the bulk of a transformer, they design a capacitive dropper power supply directly off the 120V AC mains to step the voltage down to 5V DC. They select an X2-rated metallized film capacitor for the voltage dropping element.
- The Numbers: The maker looks at the breaker panel, sees "120V", and selects a capacitor rated for 150V AC, assuming a 30V safety margin is sufficient. The capacitive reactance formula is used to size the microfarad value for a 50mA current draw.
- The Outcome: Upon the very first 60Hz cycle after flipping the breaker on, there is a sharp pop. The capacitor vents violently, the ESP32 is bricked, and the 15A AFCI breaker trips instantly due to the short-circuit arc.
- What Went Wrong: The maker confused the RMS rating with the peak stress the dielectric must endure. While the capacitor was rated for 150V RMS, the local utility grid was running slightly hot at 124V RMS. The peak voltage hit 124 × 1.414 = 175.3V. Furthermore, if the switch was closed at the exact moment the AC wave was at its peak (a worst-case switching transient), the dielectric experienced an instantaneous voltage spike far exceeding its 150V RMS / ~212V peak breakdown threshold, compounded by the lack of a proper inrush-limiting resistor. For 120V AC mains droppers, you must always use a capacitor explicitly rated for at least 250V AC (X2 safety class) to handle the peak voltages and grid transients.
Frequently Asked Questions
Is pulsating DC the same as alternating current?
No. Pulsating DC (like the raw output of a half-wave rectifier before a smoothing capacitor is added) changes in magnitude, rising and falling, but it never crosses the zero-volt line to reverse polarity. True alternating current must cross zero and drive current in the opposite direction.
Why do we use RMS instead of average voltage?
The mathematical average of a pure, symmetrical AC sine wave over a full cycle is exactly zero volts, because the positive half perfectly cancels the negative half. Since zero volts is useless for calculating power delivery, engineers use RMS (Root Mean Square), which squares the values (making them all positive), averages them, and takes the square root. This gives us a number that accurately predicts how much heat the AC will generate in a resistor compared to DC.
Does alternating current travel at the speed of light?
The electromagnetic wave (the signal and energy) propagates through the space around the wires at a significant fraction of the speed of light (typically 50% to 99%, depending on the dielectric insulation). However, the actual electrons in the wire barely move. In a 60Hz AC circuit, the electrons simply vibrate back and forth in place, traveling only a fraction of a millimeter in either direction.






