A voltage source symbol represents a component designed to maintain a specific potential difference across its terminals, regardless of the current drawn (in an ideal model) or within practical thermal limits (in a real model). The standard circle with a plus and minus denotes an ideal DC source, while a circle with a sine wave denotes AC. However, misinterpreting these symbols across different regional standards can lead to catastrophic bench failures, like feeding 120V AC into a 5V DC logic rail. Below is the definitive guide to reading, interpreting, and acting on these symbols.
The Master Reference: Symbols for Voltage Source
The table below maps the most common symbols for voltage source to their practical circuit meanings. Use this as your primary bench reference when reading datasheets or reverse-engineering schematics.
| Source Type | IEEE 315 (US Standard) | IEC 60617 (Intl Standard) | Practical Circuit Meaning |
|---|---|---|---|
| Ideal DC Voltage Source | Circle with + and - | Circle with + and - | A theoretical source with zero internal resistance. Used in SPICE simulations and basic Ohm's law calculations. |
| Ideal AC Voltage Source | Circle with sine wave | Circle with sine wave | A theoretical alternating source. Does not specify waveform shape (could be square or triangle in practice). |
| Physical Battery (Single Cell) | One long thin line, one short thick line | One long thin line, one short thick line | A real electrochemical cell (e.g., 1.5V AA). The long line is always the positive terminal. |
| Physical Battery (Multi-Cell) | Multiple alternating long/short lines | Multiple alternating long/short lines (sometimes with dots) | A battery pack (e.g., 9V or 12V Li-ion). Indicates multiple physical cells in series. |
| Dependent Source (VCVS) | Diamond with + and - | Diamond with + and - | Voltage-Controlled Voltage Source. Output voltage is a multiplier of a voltage measured elsewhere in the circuit. |
| Dependent Source (CCVS) | Diamond with + and - (and internal arrow) | Diamond with + and - (and internal arrow) | Current-Controlled Voltage Source. Output voltage is proportional to a current flowing through a specific branch. |
Regional Standards: IEEE 315 vs IEC 60617
When sourcing components or collaborating internationally, you must know which standard governs your schematic. The two dominant frameworks are ANSI/IEEE 315 (widely used in North America) and IEC 60617 (the international standard adopted across the EU, UK, and most of Asia).
If you are reading a schematic from a US-based university, a legacy American military manual, or older NI Multisim default libraries, you are looking at IEEE 315. If you are reading a modern European datasheet (e.g., from STMicroelectronics or Infineon), an IEC-published standard, or using KiCad's default European symbol libraries, you are looking at IEC 60617.
While the basic circles and parallel lines for DC and AC sources are nearly identical across both standards, the divergence happens in the details. IEC 60617 strictly enforces aspect ratios and line weights. For instance, in IEC schematics, the gap between the long and short lines of a battery symbol is precisely defined to prevent confusion with capacitor symbols. Furthermore, IEC standards increasingly favor explicit terminal labeling (marking '+' and '-' even on physical battery symbols) where IEEE 315 sometimes assumes the long line is universally understood as positive.
Rows People Get Wrong (And How to Fix Them)
Even experienced hobbyists and trade students misread specific rows in the reference table. Here are the most common schematic traps and how to avoid them.
Mistake 1: Confusing a Single-Cell Battery with a Polarized Capacitor
Both use parallel lines. However, a physical battery uses one long, thin line (positive) and one short, thick line (negative). A polarized capacitor (like an electrolytic) uses two lines of equal length, but one is straight and the other is curved (the curved line is negative). If you see equal-length lines, it is a capacitor, not a voltage source.
Mistake 2: Misidentifying Dependent Sources as Independent Sources
If the symbol is a diamond rather than a circle, it is a dependent source. Beginners often glance at a VCVS diamond and assume it is a standard DC supply. In practice, a diamond means the output is mathematically tied to another node. If you build this on a bench, you cannot just use a standard wall-wart; you must build a feedback circuit (usually with an op-amp) to replicate the dependent behavior.
Mistake 3: Assuming the AC Symbol Means a Pure Sine Wave
The circle with a sine wave simply means 'alternating current.' It does not guarantee a clean 50/60Hz sine wave. In modern switch-mode power supply (SMPS) schematics, this symbol might represent a high-frequency square wave from a transformer driver. Always check the adjacent component values and frequency notes before probing with an oscilloscope.
Safe Interpretation When Markings Are Faded or Missing
When reverse-engineering a damaged PCB where the silkscreen is rubbed off, or reading a water-damaged schematic where the source symbol is illegible, you must safely determine if a two-pin header is a voltage source input or a signal output.
Step 1: Visual Trace Analysis
Follow the copper traces from the unknown pads. If the traces immediately route to large bulk electrolytic capacitors (e.g., 470µF or larger) and a voltage regulator (like an LM7805 or a buck converter IC), the pads are a DC voltage source input. If the traces route directly into a microcontroller GPIO pin through a series resistor, it is a signal line, not a power source.
Step 2: The Thevenin Equivalent Test
If the board is powered and you need to characterize an unknown output pin, measure the open-circuit voltage ($V_{oc}$) with your DMM. Next, connect a known high-wattage load resistor (e.g., 100Ω, 5W) and measure the loaded voltage ($V_{load}$). Use the voltage drop to calculate the internal resistance ($R_{th}$). A true voltage source will have an $R_{th}$ near zero ohms (minimal voltage drop under load). If the voltage collapses by more than 20%, you are likely looking at a high-impedance signal node or a heavily current-limited source.
Decision Tree: Which Symbol and Component to Specify
When translating a schematic symbol into a physical bill of materials (BOM) for a bench prototype, use this decision path to select the exact component. Do not settle for generic 'power supplies'—specify the right tool for the circuit's demands.
| If the Schematic Shows... | And the Circuit Requires... | Then Specify This Exact Component |
|---|---|---|
| Ideal DC Source (Circle) | Variable voltage for op-amp testing (low noise, high precision) | Rigol DP832 (3-channel linear programmable supply, 32V/3A, <2mV RMS noise) |
| Physical Battery (Multi-Cell) | Portable 5V/3.3V logic prototyping on a breadboard | Keystone 1060 (4x AA Battery Holder) + Panasonic Eneloop Pro (NiMH cells for stable 4.8V output) |
| Precision DC Reference (Specific IC symbol) | Exact 5.000V reference for a 16-bit ADC calibration | Texas Instruments LM4040A50 (5.0V Shunt Voltage Reference, 0.1% initial accuracy) |
| Ideal AC Source (Circle with sine) | Isolated 12V AC for testing analog audio filters | Triad Magnetics F-112P (12.6V CT, 1.5A PCB mount transformer) driven by mains |
By matching the theoretical symbol to a component with verified datasheet specifications, you eliminate the guesswork from your bench builds and ensure your physical circuit behaves exactly as your SPICE simulation predicts.






