The amplifier symbol in an electrical schematic represents an active circuit or component designed to increase the amplitude of a voltage, current, or power signal. While the classic triangle shape dominates North American textbooks, global engineering relies on two distinct drafting standards: IEEE 315 (dominant in the US, Canada, and Japan) and IEC 60617 (dominant in Europe, the UK, and Australia). Understanding which standard you are looking at—and how to interpret the pins when the physical silkscreen on a PCB is burned or faded—is critical for accurate bench troubleshooting and circuit design.

The Complete Amplifier Symbol Reference Table

Below is the definitive cross-reference for amplifier symbols across the two major global standards. Use this table to identify the block on your schematic and match it to the physical IC on your workbench.
Amplifier Type IEEE 315 (US/ANSI) Shape IEC 60617 (Intl) Shape Internal Markings / Tags Common IC Examples
Operational Amplifier (Op-Amp) Right-pointing triangle Rectangle with 'A' or gain value None or 'OP' LM358, NE5532, TL072
RF / Microwave Amplifier Triangle with RF input/output tags Rectangle with directional arrows 'LNA', 'PA', or S-parameters BGA2869, MML09211H
Instrumentation Amplifier Cluster of three triangles Rectangle with 'INST' or gain eq. 'INST', 'IA' INA128, AD620
Audio Power Amplifier Triangle with thick output line Rectangle with 'PWR' or 'AMP' Wattage or Class (e.g., 'Class D') TPA3116, LM386
Differential Amplifier Triangle with dual inputs, single output Rectangle with differential cross-hatch 'DIFF' THS4521, LT1990

Regional Standards: IEEE 315 vs IEC 60617

The divergence in how amplifiers are drawn stems from fundamentally different philosophies in schematic drafting.

IEEE 315 (and its predecessor ANSI Y32.2): This standard relies on pictorial representation. The triangle intuitively suggests signal flow from a narrow input to a wide, powerful output. If you are reading schematics from US-based manufacturers like Texas Instruments or Analog Devices, or studying in North America, you will almost exclusively see the triangle. The inverting and non-inverting inputs are explicitly drawn on the flat vertical edge of the triangle.

IEC 60617-12: The International Electrotechnical Commission favors modularity and text-based identification over pictograms. In IEC schematics, an amplifier is drawn as a standard rectangle. The function is defined by text placed inside the box (such as a mathematical gain multiplier like A = 10 or a function code). According to All About Circuits, this rectangular approach makes it easier for CAD software to auto-route and parse complex hierarchical designs, which is why it dominates modern European industrial automation schematics.

Safety Warning: When reverse-engineering a board with mixed regional standards, never assume a rectangular block is a passive filter or digital logic gate just because it lacks a triangle. Always verify the part number or probe the pinout before applying power. Misidentifying an IEC-style power amplifier block as a digital buffer and injecting 5V logic into its output can instantly destroy the IC and cause a thermal event.

Symbol Pins and Rows People Get Wrong

Even experienced hobbyists and junior technicians frequently misinterpret specific pins and symbol variations on amplifier schematics. Here are the most common points of failure:
  • The Inverting (-) vs. Non-Inverting (+) Inputs: Beginners often wire the (+) input to the positive voltage rail and the (-) input to ground, assuming they represent power polarity. In an op-amp symbol, these denote signal phase, not power. A signal entering the (+) pin appears at the output in the same phase; a signal entering the (-) pin is inverted 180 degrees out of phase.
  • The 'Hidden' Power Rails: In complex schematics, the V+ (positive supply) and V- (negative supply or ground) pins are frequently omitted from the amplifier symbol to reduce visual clutter. The designer assumes the reader knows the IC requires power. If you are building the circuit on a breadboard, you must consult the Texas Instruments op-amp datasheets to identify the physical power pins (e.g., Pin 8 and Pin 4 on a standard 8-pin DIP LM358), regardless of what the schematic shows.
  • The Voltage Follower Configuration: When an op-amp symbol is drawn with the output wired directly back to the inverting (-) input, it is a unity-gain buffer (voltage follower). People often mistakenly add a feedback resistor here, which will turn the buffer into an inverting amplifier and ruin the circuit's intended impedance-matching function.

Troubleshooting Faded or Missing Amplifier Markings

On older audio equipment, industrial control boards, or damaged PCBs, the silkscreen amplifier symbol and IC part number may be burned off or faded. You can safely identify the amplifier's role and pinout using a digital multimeter (DMM) and a few physical clues.
  1. Locate Pin 1: Look for a physical dimple, a chamfered corner on the IC package, or a faint dot on the PCB silkscreen near one of the pins. Pin 1 is your anchor.
  2. Find the Decoupling Capacitors: Amplifiers require stable power. Look for small 100nF (0.1µF) ceramic capacitors placed within 2mm of the IC. The traces connecting these caps will lead you directly to the VCC and GND pins of the amplifier.
  3. Trace the Feedback Network: Set your DMM to continuity mode. Probe the IC pins to find a resistor (typically between 1kΩ and 100kΩ) that connects one of the output pins back to an input pin. The pin receiving the feedback trace is almost certainly the inverting (-) input. The pin on the opposite side of that same IC half is the non-inverting (+) input.
  4. Identify the Output: The output pin will usually have a larger trace width (to handle higher current) and will route toward the next stage (like a speaker terminal, an ADC input, or a heavy filter capacitor) without passing through a feedback resistor first.

Amplifier Symbol FAQ

What does the circle on an amplifier symbol mean?

In digital logic schematics, a small circle (bubble) on the output of a triangle denotes a logical inversion (a NOT gate or inverter). However, in purely analog schematics, if you see a circle on the output of an amplifier symbol, it typically indicates that the output signal is phase-inverted relative to the primary input, or it denotes a specific 'inverting output' pin on a fully differential amplifier (where both a true and inverted output are provided).

Why are the power supply pins missing on some op-amp symbols?

Schematic designers omit V+ and V- pins to keep the signal path visually clean, especially in circuits with dozens of op-amps. The power connections are implied and are usually documented in a separate 'power distribution' block or a netlist table. When building or repairing the circuit, you must always wire the physical power pins according to the manufacturer's datasheet, never leaving them floating.

How to read an instrumentation amplifier symbol?

An instrumentation amplifier (In-Amp) symbol in IEEE 315 format often looks like three interconnected op-amps (two buffers feeding a differential stage). In IEC format, it is a single rectangle marked 'INST' or 'IA'. The key difference in practice is that an In-Amp has a dedicated 'Reference' (REF) pin and a single external gain-setting resistor (RG). If you see an amplifier symbol with a specific pin labeled 'REF', it is an In-Amp, and that REF pin must be tied to your system's analog ground or a specific offset voltage, not left unconnected.

Is a triangle with a plus and minus always an op-amp?

No. While the triangle with '+' and '-' inputs is the universal symbol for an operational amplifier, a similar triangle without the internal '+' and '-' markings, or with a single input and a circle on the output, represents a digital logic inverter or a Schmitt trigger. Always check the surrounding components: if the triangle is surrounded by precision resistors and analog sensors, it is an op-amp; if it connects directly to a microcontroller's digital GPIO pins, it is likely a logic buffer or level shifter.