An AC source is an electromotive force generator that produces a voltage periodically reversing direction, typically following a sinusoidal waveform at a fixed frequency. When you introduce an AC source into a real circuit, it fundamentally changes the math: it forces energy storage components like inductors and capacitors to introduce frequency-dependent impedance and phase shifts, meaning the current and voltage are rarely perfectly aligned in time. If you are designing motor drives, sizing branch circuits, or debugging a benchtop power supply, understanding the exact behavior of your AC source is the difference between a working prototype and a blown capacitor.
The Core Mechanics of AC Sources
Unlike a DC battery that provides a steady potential difference, an AC source outputs a voltage that continuously cycles from zero to a positive peak, back through zero, to a negative peak, and back again. The standard mathematical model for this is a sine wave, defined by the equation V(t) = V_peak × sin(2πft), where f is the frequency in Hertz.
Because the voltage is constantly changing, we do not use the peak voltage to rate AC power systems. Instead, we use Root Mean Square (RMS) voltage. RMS is the equivalent DC voltage that would deliver the exact same average heating power to a resistive load. To borrow a single fluid analogy: RMS is like calculating the steady water pressure that would push the same total volume through a pipe as a rapidly pulsing pump. According to Fluke's measurement standards, a true-RMS multimeter is required to measure this accurately when the waveform is distorted, but for a pure sine wave, V_RMS = V_peak / √2.
Worked Numeric Example: Sizing a Load for a 120V AC Source
Let us look at what happens when we connect a reactive load to a standard North American mains AC source. Assume a 120V RMS, 60Hz source connected to a series RL (Resistor-Inductor) load representing a small industrial motor or relay coil. The load consists of a 12Ω resistor and a 31.83mH inductor.
First, we find the inductive reactance (X_L), which is the AC "resistance" of the inductor:
- X_L = 2πfL
- X_L = 2 × π × 60Hz × 0.03183H ≈ 12Ω
Next, we calculate the total impedance (Z) of the series circuit. Because resistance and reactance are 90 degrees out of phase, we use the Pythagorean theorem:
- Z = √(R² + X_L²)
- Z = √(12² + 12²) = √(144 + 144) = √288 ≈ 16.97Ω
Now we can find the RMS current drawn from the AC source using Ohm's Law for AC:
- I_RMS = V_RMS / Z = 120V / 16.97Ω ≈ 7.07A
Where You Meet AC Sources in Practice
You will interact with three distinct classes of AC sources in electrical and electronics work, each with its own quirks and failure modes.
1. The Utility Grid (Macro Scale)
The grid is a massive network of synchronous generators. According to the US Department of Energy, utility-scale generators produce AC power by rotating magnetic fields within stator coils. In North America, the nominal voltage is 120V/240V at 60Hz. However, per ANSI C84.1 standards, the acceptable utilization range is 114V to 126V. The grid has incredibly low internal impedance, meaning it can supply thousands of amps of fault current—which is why branch circuit breakers must have adequate Ampere Interrupting Capacity (AIC), typically 10kA for residential panels.
2. Inverters and UPS Systems (Conversion Scale)
When you need AC from a DC battery bank (like in a solar setup or an Uninterruptible Power Supply), you use an inverter. High-quality "pure sine wave" inverters produce a waveform with a Total Harmonic Distortion (THD) of less than 5%, mimicking the grid. Cheaper "modified sine wave" inverters output a stepped square wave. Running a sensitive AC source load like a variable-frequency drive (VFD) or a medical CPAP machine on a modified sine wave will cause excessive heating, acoustic buzzing, and premature component failure.
3. Benchtop Function Generators (Micro Scale)
For circuit debugging, we use low-power AC signal sources like the Rigol DG1022Z or Siglent SDG1032X. These do not supply power; they supply information. They allow you to sweep frequencies from 1µHz up to 30MHz to test filters, amplifiers, and control loops. Their output impedance is typically fixed at 50Ω, meaning you must account for voltage division if your test circuit does not have a high-impedance input.
Common Confusions and Pitfalls
When working with AC waveforms, hobbyists and junior technicians frequently make three critical errors:
- Confusing Peak Voltage with RMS Voltage: A 120V RMS AC source actually peaks at ~170V. If you use a capacitor rated for 150VDC on a 120VAC line, the dielectric will break down and the capacitor will vent or explode during the voltage peaks. Always size DC-rated components for the AC peak voltage, plus a 20% safety margin.
- Confusing an AC Power Source with an AC Signal Source: A benchtop function generator cannot drive a 10W incandescent bulb, and a wall outlet will instantly destroy the 50Ω output stage of your oscilloscope's BNC probe if connected directly. Power sources drive loads; signal sources drive high-impedance inputs.
- Ignoring Power Factor in Breaker Sizing: An AC source supplies apparent power (VA), but the load only consumes real power (W). If a motor draws 10A at a 0.7 power factor, it is consuming 840W, but the AC source and the branch circuit wiring must be sized to carry the full 10A (1200VA). Sizing the wire for the wattage rather than the amperage will result in melted insulation.
Frequently Asked Questions About AC Sources
What happens if I connect a DC-rated component directly to an AC source?
If you connect a DC-rated electrolytic capacitor to an AC source, the reverse-bias half-cycle will cause the internal electrolyte to break down, generating gas and leading to a violent rupture. If you connect a DC solenoid or relay coil to an AC source, the coil's inductance will restrict the current, but the lack of a shading ring (found in AC-specific contactors) will cause the magnetic field to collapse to zero 120 times a second, resulting in severe mechanical chatter, acoustic noise, and rapid contact welding.
Why do AC sources have a power factor, and how does it affect breaker sizing?
Power factor is the ratio of real power (Watts) to apparent power (Volt-Amps). It exists because reactive loads (inductors and capacitors) store energy during one part of the AC cycle and return it to the source during another. The AC source must still supply the current to move that energy back and forth. Under NEC-style guidance (Article 210.20), overcurrent protection and wire ampacity must be sized based on the total RMS current (apparent power), not just the real power consumed. A 15A breaker will trip at 15A of current, regardless of whether the power factor is 1.0 or 0.5.
Can I parallel two independent AC sources together?
Absolutely not, unless they are specifically designed and synchronized to do so. If you connect two independent AC sources (like two portable generators) to the same bus without matching their voltage, frequency, and exact phase angle, the out-of-phase voltage difference will act as a dead short. This results in massive circulating currents that will trip breakers, destroy alternator windings, or cause an arc flash. Grid-tie solar inverters achieve safe paralleling by using Phase-Locked Loops (PLLs) to continuously monitor the grid's AC source and perfectly match its phase before closing the internal relay.






