The two types of electricity are Alternating Current (AC), where electron flow periodically reverses direction, and Direct Current (DC), where electrons flow continuously in a single direction. If you are searching for what are the 2 types of electricity to understand your next workbench project, the short answer is that AC is the high-voltage power delivered to your wall outlets, while DC is the steady, low-voltage power stored in batteries and used by your microcontrollers.
The Core Difference: How Electrons Actually Move
To understand the physics without getting bogged down in quantum mechanics, we can use a single water analogy. Imagine DC as water flowing steadily from a raised tank through a hose to a water wheel; the water moves in one direction, delivering constant pressure. AC, on the other hand, is like a pump pushing and pulling that same water back and forth inside the hose 60 times a second (60Hz). The water doesn't actually travel from the pump to the wheel; instead, the pressure wave travels through the water, vibrating it in place to transfer energy.
In a real circuit, this fundamental difference dictates everything about how we size components and manage safety. In North America, standard mains AC operates at a nominal 120V (or 240V for large appliances) at 60Hz. DC systems in the maker space typically run at 5V, 12V, 24V, or 48V. Because AC voltage crosses zero 120 times per second, it naturally extinguishes electrical arcs when a switch opens. DC never crosses zero, meaning a DC arc can sustain itself, melt terminals, and start fires if you use standard AC-rated switches on a high-current DC battery bank.
Where You Meet This in Practice
Knowing the theory is useless if you don't know how it changes your physical installation. Here is how the choice between AC and DC alters your daily work:
- AC Installations (Mains Wiring): You deal with NM-B (Romex) cables, thermal-magnetic breakers, and RMS (Root Mean Square) voltage. Polarity doesn't matter for the load (a heater works either way), but the hot/neutral/ground color coding (black/white/bare) must be strictly followed for safety. You must account for power factor in inductive loads like AC motors.
- DC Installations (Solar & Batteries): You deal with THHN in conduit or welding cable, strict polarity (red/black), and amp-hour capacity. Because DC doesn't have a zero-crossing, you must use DC-rated breakers or fuses that physically pull the contacts apart faster. Voltage drop over distance is your primary enemy, not just ampacity.
Worked Numeric Example: Voltage Drop in AC vs DC Circuits
Let's look at a concrete numeric example to see why wire sizing rules completely change depending on which of the two types of electricity you are using. We will calculate the voltage drop for a 12-amp load over a 50-foot one-way run (100 feet total round-trip wire length) using standard 14 AWG copper wire.
| Metric | 120V AC Circuit (1440W Load) | 12V DC Circuit (144W Load) |
|---|---|---|
| Current Draw | 12 Amps | 12 Amps |
| Wire Resistance (100 ft) | 0.2525 Ω | 0.2525 Ω |
| Voltage Drop (V = I × R) | 3.03 Volts | 3.03 Volts |
| Percentage Drop | 2.52% (Acceptable) | 25.25% (Catastrophic) |
On the AC side, a 3.03V drop on a 120V circuit is roughly 2.5%, which sits right on the edge of the NEC's recommended 3% maximum for branch circuits. Your toaster will work fine. On the DC side, losing 25% of your voltage means your 12V LED strip is only seeing 8.97V. It will either fail to turn on, flicker violently, or draw more current to compensate for the lower voltage, potentially melting the wire.
Real-World Scenario Walkthrough: The 12V DC Lighting Disaster
Let's walk through a real-world bench failure that happens when makers treat DC wiring like AC wiring.
- The Setup: A hobbyist is wiring a 12V DC WS2815 addressable LED strip system in a detached garage. The power supply is mounted near the main panel, and the LED strip is 30 feet away. The builder uses 18 AWG speaker wire because 'it's low voltage, so it's safe and flexible.'
- The Numbers: The 5-meter LED strip pulls roughly 8 Amps at full white. 18 AWG wire has a resistance of about 6.385 ohms per 1,000 feet. The 60-foot round trip yields 0.383 ohms. Using Ohm's Law (V = I × R), the voltage drop is 8A × 0.383Ω = 3.06 Volts.
- The Outcome: The power supply outputs exactly 12.0V. By the time the current reaches the far end of the strip, the voltage is 8.94V. The WS2815 chips require a minimum of 9.5V to operate reliably. The strip displays the wrong colors, the data signal degrades, and the ESP32 controller at the far end constantly browns out and resets.
- What Went Wrong: The builder assumed 'low voltage means small wire is fine.' In reality, lower system voltage means higher current for the same wattage, making voltage drop the limiting factor, not wire heating.
- The Fix: Upgrade the power feed to 10 AWG wire (dropping the loss to ~0.3V), or move the 12V power supply directly next to the LED strip and only run 120V AC to that location.
Common Confusions: RMS, Peak Voltage, and Polarity
When asking what are the 2 types of electricity, beginners often trip over the measurement standards that apply to each.
- RMS vs. Peak AC Voltage: When your multimeter reads 120V AC, that is the RMS (Root Mean Square) value—the equivalent DC voltage that would produce the same heating effect in a resistor. The actual peak voltage of a 120V AC sine wave is roughly 170 Volts (120 × √2). If you are selecting capacitors for an AC rectifier circuit, you must rate them for the 170V peak, not the 120V RMS, or they will explode.
- Polarity Assumptions: AC has no fixed polarity; the hot and neutral swap roles 60 times a second. DC has strict positive and negative terminals. Plugging a DC-powered sensor into a reversed power supply will instantly destroy the internal voltage regulator unless the board features a protection diode.
- 'AC Wire' vs 'DC Wire': Copper is copper. There is no physical difference between the metal inside an AC NM-B cable and a DC battery cable. The difference lies in the insulation rating, flexibility, and jacket color coding. However, you cannot use an AC-rated circuit breaker on a DC battery bank because the internal arc-chutes are designed specifically for AC zero-crossing extinction.
FAQ: Quick Answers on AC and DC
Can I use a standard AC multimeter to measure DC voltage?
No. If you set your multimeter to the AC voltage (V~) setting and measure a 12V DC battery, it will likely read 0.00V or display a random low number because the meter is looking for a changing sine wave. Always switch to the DC voltage (V⎓) setting for batteries and microcontrollers.
Why do we use AC for the power grid instead of DC?
AC can be easily stepped up to hundreds of thousands of volts using transformers, which drastically reduces current and minimizes voltage drop over hundreds of miles of transmission lines. While modern High-Voltage DC (HVDC) is used for specific long-distance underwater or cross-country links, AC remains the standard for local distribution due to the simplicity and low cost of step-down transformers.
What happens if I plug a pure DC motor into an AC outlet?
It will likely hum violently, overheat, and burn out within seconds. DC motors rely on a commutator and brushes to switch the current direction internally. Feeding them AC causes massive eddy currents in the solid iron stator, leading to rapid thermal failure. Always use an AC-DC power supply (like a laptop brick) to convert wall power to DC before connecting it to DC electronics.






