Hertz (Hz) is the unit of frequency that measures how many complete cycles of alternating current (AC) occur in one second. When you measure a standard US wall outlet, the voltage is not a flat, continuous 120V; it is a sine wave that peaks at roughly 170V, drops through zero to -170V, and returns to zero, completing this full loop 60 times every second (60 Hz). Understanding this rhythm is critical because frequency dictates how inductive and capacitive components behave, how fast motors spin, and how power supplies are sized.
The Core Definition: What Hz Actually Measures
In AC theory, one complete cycle consists of a positive half-wave and a negative half-wave. If a generator completes 50 of these cycles in one second, the frequency is 50 Hz. If it completes 60, the frequency is 60 Hz. The National Institute of Standards and Technology (NIST) maintains the primary frequency standards in the US, ensuring that the grid's 60 Hz baseline remains stable enough to synchronize clocks and industrial equipment.
What Frequency Changes in a Real Circuit
While resistive loads (like incandescent bulbs or heating elements) do not care about frequency, reactive components are entirely dependent on it. Here is what Hz changes in a real installation:
- Inductive Reactance (XL): Inductors (coils, motor windings, transformers) oppose changes in current. The higher the Hz, the higher the inductive reactance ($X_L = 2 \pi f L$). A motor winding that draws 5A at 60 Hz will draw significantly more current at 50 Hz if the voltage remains the same, often leading to overheating.
- Capacitive Reactance (XC): Capacitors oppose changes in voltage. The higher the Hz, the lower the capacitive reactance ($X_C = 1 / (2 \pi f C)$). Capacitors pass high-frequency signals easily but block low-frequency ones.
- Transformer Core Sizing: The physical size of a transformer's iron core is inversely proportional to the frequency. A 1 kVA transformer built for 60 Hz is noticeably smaller than a 1 kVA transformer built for 50 Hz. This is why aircraft use 400 Hz power systems—it allows for massively reduced weight in onboard transformers and magnetics.
- Skin Effect: At higher frequencies, AC current tends to travel only along the outer 'skin' of a conductor. While negligible at 60 Hz for standard AWG wire, skin effect becomes a major derating factor in high-frequency inverter outputs and RF transmission lines.
Worked Example: Calculating Motor Speed and Reactance
To see what Hz actually changes on the workbench, let us run two real-world calculations comparing a 60 Hz grid (North America) to a 50 Hz grid (Europe/Asia).
1. AC Induction Motor Synchronous Speed
The synchronous speed of an AC motor is determined by the grid frequency and the number of magnetic poles in the stator. The formula is: Speed (RPM) = (120 × Hz) / Number of Poles.
Let us calculate the base speed for a standard 4-pole AC induction motor:
- At 60 Hz: (120 × 60) / 4 = 1800 RPM (Actual shaft speed under load is typically ~1725 RPM due to slip).
- At 50 Hz: (120 × 50) / 4 = 1500 RPM (Actual shaft speed under load is typically ~1425 RPM).
Result: If you ship a 60 Hz conveyor belt system to a 50 Hz country without changing the motor or adding a Variable Frequency Drive (VFD), the conveyor will run 17% slower.
2. Motor Run Capacitor Reactance
HVAC compressors use a CBB60 motor run capacitor to create a phase shift. Let us look at a 45µF CBB60 capacitor and calculate its reactance ($X_C$) using the formula $X_C = 1 / (2 \pi f C)$.
- At 60 Hz: 1 / (2 × 3.14159 × 60 × 0.000045) = 58.9 Ω
- At 50 Hz: 1 / (2 × 3.14159 × 50 × 0.000045) = 70.7 Ω
Result: On a 50 Hz supply, the capacitor's reactance increases by 20%. This restricts the current flowing through the start winding, resulting in noticeably lower starting and running torque for the compressor.
Where You Meet Hz in Practice
You will encounter frequency specifications across three main domains in electrical and electronics work:
| Application Domain | Typical Hz Range | Practical Context & Equipment |
|---|---|---|
| Mains Grid Power | 50 Hz or 60 Hz | Utility power. 60 Hz dominates North America (120V/240V); 50 Hz dominates Europe, Asia, and Africa (230V/400V). |
| Variable Frequency Drives (VFDs) | 0 Hz to 120+ Hz | Industrial motor control. A Yaskawa GA800 or Allen-Bradley PowerFlex VFD synthesizes variable Hz via PWM to precisely control motor speed and torque. |
| Switch-Mode Power Supplies (SMPS) | 20 kHz to 2 MHz | Modern DC power supplies, phone chargers, and solar inverters. High internal switching frequencies allow for tiny, lightweight ferrite transformers instead of heavy iron cores. |
| Audio and RF Signals | 20 Hz to 300+ GHz | Low-voltage data and signal transmission. Audio amplifiers process 20 Hz - 20 kHz; Wi-Fi routers (like ESP32-based IoT nodes) operate at 2.4 GHz (2,400,000,000 Hz). |
Frequently Asked Questions
Can I run a 60Hz appliance on a 50Hz power supply?
It depends on the load type. Universal motors (found in drills and vacuums) and switch-mode power supplies (laptop chargers) generally do not care about input frequency and will work fine. However, AC induction motors, transformers, and magnetic ballasts designed strictly for 60 Hz will run slower, draw higher magnetizing current, and overheat on 50 Hz. To run a 60 Hz motor on a 50 Hz grid safely, you must use a step-down transformer to lower the voltage by the same ratio (roughly 17%) to maintain the correct V/Hz ratio and prevent core saturation.
What happens to an AC motor if the Hz drops below its rating?
If the grid frequency sags (e.g., dropping from 60 Hz to 58 Hz during a heavy utility load event), the motor's synchronous speed drops. Because the mechanical load on the shaft usually demands constant power, the motor experiences increased 'slip' to try and maintain torque. This increased slip causes the motor to draw higher amperage. If the Hz drop is severe or prolonged, the excess current will trip the thermal overload relay or degrade the winding insulation. This is why quality power monitoring equipment tracks under-frequency events alongside voltage sags.
Why is high-frequency (kHz/MHz) used in modern power supplies?
Size and weight. The physical mass of a transformer's magnetic core is inversely proportional to the operating frequency. By rectifying 60 Hz mains power into DC, and then using a MOSFET switching circuit to chop it into a 100 kHz high-frequency AC square wave, engineers can use tiny, lightweight ferrite cores to step the voltage down. This is why a 100W modern GaN (Gallium Nitride) phone charger is the size of a matchbox, whereas a 100W 60 Hz iron-core linear power supply from the 1980s weighs over 10 pounds.
Does Hz matter for DC circuits?
Pure, battery-sourced DC has a frequency of 0 Hz, so reactive components like inductors act as simple short circuits (limited only by wire resistance) and capacitors act as open circuits once charged. However, in modern electronics, 'DC' circuits are rarely pure. They contain Pulse Width Modulation (PWM) signals for LED dimming or motor control, switching regulator ripple, and high-speed digital data buses (I2C, SPI, UART). In these DC environments, the Hz (or kHz/MHz) of the switching and data signals dictates your trace routing, decoupling capacitor placement, and EMI shielding requirements.






