A voltage source is an active circuit element that maintains a specific potential difference across its terminals regardless of the current drawn by the connected load. In any real circuit or installation, the voltage source dictates the electromotive force (EMF) pushing electrons through the conductors; it establishes the foundational variable in Ohm’s Law that determines exactly how much current will flow for a given load resistance. While textbook schematics treat these sources as perfect, real-world physics introduces internal resistance, thermal limits, and regulation tolerances that every maker and electrician must account for when sizing wires or selecting power supplies.

Real-World Voltage Sources: Specifications and Limits

In theoretical circuit analysis, we assume an ideal voltage source has zero internal resistance and can supply infinite current. On the workbench, this does not exist. Every physical power source has an internal impedance that causes the terminal voltage to drop as current demand increases. Understanding the specific limits of your source is critical to preventing brownouts in embedded systems or voltage drop in home wiring.

The table below compares the real-world specifications of common voltage sources you will encounter in electronics and electrical work. Notice how internal resistance scales inversely with the physical size and intended current capacity of the source.

Table 1: Practical Voltage Source Specifications
Source Type Nominal Voltage Typical Internal Resistance Max Continuous Current Common Application
AA Alkaline Battery 1.5V DC ~150 mΩ (fresh) ~1.0 A (brief pulse) Low-power remotes, clocks
18650 Li-ion Cell (e.g., Samsung 30Q) 3.6V DC ~25 mΩ 15 A Laptop packs, high-drain flashlights
12V Lead-Acid (AGM, 7Ah) 12.0V DC ~40 mΩ ~20 A (surge) UPS systems, alarm panels
Bench PSU (e.g., Rigol DP832) 0 - 30V DC < 5 mΩ (regulated) 3.0 A (per channel) Prototyping, circuit debugging
Mains Grid (US Residential) 120V / 240V AC ~50 - 300 mΩ (transformer + line) 100 A - 200 A (service limit) Home appliances, HVAC
Bench Tip: When testing an unknown battery, measure the open-circuit voltage (no load), then measure the voltage again while applying a known resistive load. The difference allows you to calculate the internal resistance using Ohm's Law, revealing the battery's true state of health.

Ideal vs. Practical: Calculating Voltage Sag

The primary difference between an ideal and a practical voltage source is internal resistance ($R_{int}$). In a practical source, the internal resistance sits in series with the ideal voltage generator. As current flows, a voltage drop occurs across this internal resistance, meaning the voltage actually delivered to the load ($V_{terminal}$) is lower than the source's electromotive force ($E$).

According to Georgia State University's HyperPhysics, the terminal voltage is calculated as:

V_terminal = E - (I × R_int)

Worked Numeric Example: 12V Battery Under Load

Imagine you are powering a 12V DC winch motor from a standard 12V lead-acid AGM battery. The battery has an open-circuit EMF of 12.6V and an internal resistance of 0.04 Ω. The motor, when stalled under heavy load, presents a resistance of 0.5 Ω.

  1. Calculate Total Circuit Resistance:
    R_total = R_int + R_load = 0.04 Ω + 0.5 Ω = 0.54 Ω
  2. Calculate Current Draw:
    I = E / R_total = 12.6V / 0.54 Ω = 23.33 A
  3. Calculate Voltage Sag (Drop across internal resistance):
    V_drop = I × R_int = 23.33 A × 0.04 Ω = 0.93V
  4. Calculate Terminal Voltage at the Motor:
    V_terminal = 12.6V - 0.93V = 11.67V
Result: Even though you are using a "12V" battery, the motor only receives 11.67V under heavy load. If the wiring to the motor adds another 0.05 Ω of resistance, the voltage at the motor terminals will drop even further, potentially causing the motor to overheat or fail to start.

Where You Meet Voltage Sources in Practice

On the workbench and in the field, you interact with practical voltage sources constantly. The most versatile is the DC bench power supply, such as the Keysight E3631A or the Rigol DP832. These devices use active feedback loops to maintain a constant voltage output, dynamically adjusting their internal effective resistance to near-zero to compensate for load changes. This specification is known as load regulation, typically measured in millivolts (e.g., < 5mV change from no-load to full-load).

However, bench supplies have a hard current limit. If you set a Rigol DP832 to output 5.0V with a 3.0A current limit, and you connect a 1 Ω resistor, Ohm's law dictates the supply would need to provide 5.0A. Because it cannot, the supply's protection circuitry trips, and it transitions out of Constant Voltage (CV) mode and into Constant Current (CC) mode, dropping the voltage to 3.0V to maintain the 3.0A limit. In CC mode, the bench supply is no longer acting as a voltage source; it has become a current source.

In residential wiring, the utility transformer acts as your AC voltage source. The Electronics Tutorials resource notes that AC sources also possess internal impedance (reactance and resistance). When a large inductive load like an HVAC compressor kicks on, it draws a massive inrush current. This current multiplied by the transformer and feeder impedance causes a momentary voltage sag, which you observe as the lights dimming in your house. Properly sizing feeder conductors minimizes the external resistance, keeping the voltage at the receptacle within the acceptable ANSI C84.1 range of 114V to 126V.

Common Confusions: Voltage Sources vs. Current Sources

The most frequent mistake beginners make in circuit theory is confusing a voltage source with a current source. While a voltage source maintains a fixed voltage and allows the current to vary based on the load, a current source maintains a fixed current and allows the voltage to vary based on the load.

If you connect an ideal current source set to 20mA to a 100 Ω resistor, it will push exactly 20mA through it, developing 2V across the resistor (V = I × R). If you swap the resistor for a 1,000 Ω resistor, the current source will automatically increase its output voltage to 20V to force the same 20mA through the higher resistance.

Quick Reference FAQ

Q: Are solar panels voltage sources?
A: No. Solar panels are fundamentally current sources. Their output current is primarily dictated by solar irradiance, while the voltage is dictated by the load connected to them. This is why Maximum Power Point Tracking (MPPT) charge controllers are required to efficiently harvest power from them.

Q: Can a voltage source have negative voltage?
A: Yes. Voltage is a relative potential difference. A -12V source simply means the terminal designated as "negative" is at a higher potential than the terminal designated as "positive." This is common in op-amp circuits and audio amplifiers requiring dual-rail supplies (e.g., +15V, GND, -15V).

Q: What happens if I short-circuit a practical voltage source?
A: The current will spike to the maximum limit defined by the source's internal resistance (I = E / R_int). In a battery, this generates massive heat, potentially causing thermal runaway or fire. In a bench power supply, the over-current protection (OCP) will immediately trip, shutting down the output to prevent damage.

Understanding the boundaries between ideal theory and practical reality is what separates a schematic reader from a competent circuit builder. Always check the internal resistance, current limits, and load regulation specs of your voltage source before finalizing a design or sizing a breaker.