A phase amplifier (most accurately termed a phase splitter or phase inverter) is a circuit that takes a single-ended input signal and produces two equal-amplitude outputs exactly 180 degrees out of phase to drive push-pull output stages. In a real circuit, it changes a single-ended signal into a differential (balanced) drive, effectively doubling the voltage swing across the load, rejecting common-mode noise, and cancelling even-order harmonic distortion. If you are building Class AB audio amplifiers, H-bridge motor drivers, or differential ADC front-ends, this stage is the critical bridge between your low-level signal source and your high-power output devices.

What a Phase Amplifier Actually Does in a Circuit

Most signal sources—microphones, guitar pickups, DAC outputs, and microcontroller GPIO pins—are single-ended. They provide a voltage referenced to a common ground. However, high-efficiency output stages like push-pull transistor pairs or H-bridges require two signals: one to drive the top half of the circuit (sourcing current) and one to drive the bottom half (sinking current).

The phase amplifier takes that single input and creates two identical copies, flipping the phase of one by exactly 180°. Think of it like a physical seesaw: when one side goes up, the other goes down by the exact same distance, pivoting around a fixed center point. When the non-inverted output swings +5V, the inverted output swings -5V. This creates a 10V differential swing across the load, even though neither individual output ever exceeded a 5V peak relative to ground.

Safety Callout: When using phase amplifiers to drive high-voltage push-pull stages (such as vacuum tube output transformers or mains-voltage IGBT H-bridges), the phase splitter must provide galvanic isolation or proper level shifting. Never directly connect low-voltage op-amp outputs to mains-referenced gates without an isolated gate driver.

The Math: A Worked Numeric Example with the OPA1612

Let’s design a solid-state phase amplifier for a high-fidelity audio application using the Texas Instruments OPA1612, a dual high-performance audio op-amp. We will assume a standard 25°C ambient environment, 1% tolerance metal film resistors, and an 8Ω nominal loudspeaker load driven by a subsequent Class AB current buffer.

Target Specs: Input = 2V RMS (approx. 2.82V peak). Load = 8Ω. Required Output = Differential drive to deliver 2W into the load.

Step 1: Configure the Phase Splitter
We use half of the OPA1612 as a unity-gain buffer (non-inverting output) and the other half as a unity-gain inverter (inverting output). We set the inverter gain to exactly -1 using two 10kΩ precision resistors.

Step 2: Calculate the Output Voltages
Input signal: 2V RMS.
Output 1 (Non-inverting): +2V RMS (2.82V peak).
Output 2 (Inverting): -2V RMS (-2.82V peak).
Differential Voltage (V_diff): Output 1 minus Output 2 = 4V RMS.

Step 3: Calculate Power Delivery
Using the power formula P = (V_rms_diff)² / R:
P = (4V)² / 8Ω = 16 / 8 = 2 Watts.

By splitting the phase, we achieved 2W of power without requiring a single-ended supply voltage higher than 5.64V peak. If we had tried to drive this single-ended, we would have needed a 4V RMS single-ended swing (11.3V peak supply rail) to achieve the same power, drastically increasing heat dissipation in the output devices.

Where You Meet Phase Amplifiers in Practice

You will encounter phase splitting topologies across several distinct domains of electrical and electronic design:

  • Audio Power Amplifiers: Both vintage tube amps (using a 12AX7 cathodyne stage) and modern solid-state Class AB/Class D amps use phase splitters to drive the complementary NPN/PNP or N-ch/P-ch MOSFET output pairs.
  • Motor Control (H-Bridges): Driving a DC motor in both directions requires two pairs of switches. The logic-level phase amplifier ensures that when the high-side left switch turns on, the low-side right switch turns on simultaneously, while the other two remain off.
  • Differential ADC Drivers: High-speed SAR and Sigma-Delta ADCs (like the AD7616) require fully differential inputs to maximize dynamic range and reject PCB ground bounce. A phase amplifier converts the single-ended sensor signal into the required differential format.
  • RF Mixers and Modulators: Double-balanced mixers require local oscillator (LO) and RF signals to be split into precise 180° out-of-phase pairs to cancel feedthrough and intermodulation products.

Topology Decision Tree: Which Phase Amplifier to Build

Choosing the right phase amplifier depends entirely on your frequency range, voltage requirements, and distortion tolerance. Use this decision matrix to select your topology and concrete part number.

If Your Application Is... And You Need... Choose This Topology Concrete Default Pick
Hi-Fi Audio (20Hz-20kHz) Ultra-low THD+N (<0.0001%) and precise matching Op-Amp Splitter (Buffer + Inverter) TI OPA1612 or AD LT1115
Vintage Tube Audio High voltage swing and classic even-harmonic profile Cathodyne (Split-Load) Phase Inverter 12AX7 / ECC83 dual triode tube
High-Voltage Motor H-Bridge Level shifting and high-side gate driving (>100V) Integrated Half-Bridge Gate Driver Infineon IR2110 or TI DRV8701
High-Speed ADC Driving (>10MHz) Wide bandwidth and low settling time Fully Differential Amplifier (FDA) TI THS4551
Galvanic Isolation Required No electrical connection between input and output Center-Tapped Transformer Coupling Jensen JT-11P-1 (Audio) or Pulse PE-65612 (Gate)
Bench Tip: When using discrete resistors for an op-amp inverter phase splitter, always use 0.1% tolerance resistors for the gain-setting network. A 1% mismatch between the buffer and inverter gain will result in a common-mode voltage error that degrades the Common-Mode Rejection Ratio (CMRR) of your downstream differential stage by up to 40dB.

Common Confusions and Troubleshooting

Q: What do people commonly confuse a phase amplifier with?
A: Builders frequently confuse a phase splitter with a differential amplifier. A differential amplifier takes two separate inputs and amplifies the voltage difference between them. A phase amplifier takes one input and creates two outputs. They also confuse it with a phase-shift oscillator, which intentionally shifts a signal's phase by varying amounts (e.g., 60° per stage) to create regenerative feedback, rather than a fixed 180° split for power driving.

Q: Why is my push-pull output stage showing crossover distortion even though my phase amplifier looks fine on the scope?
A: Check your DC biasing. A phase amplifier provides the AC signal, but the push-pull output devices (BJTs or MOSFETs) require a DC bias voltage (Vbe or Vgs) to keep them just at the edge of conduction. If your phase amplifier outputs are capacitively coupled to the output bases/gates without a proper DC bias network (like a Vbe multiplier), both output devices will turn off during the zero-crossing, causing severe crossover distortion.

Q: Can I just use a simple transistor inverter for the second phase?
A: You can, but a single common-emitter transistor inverter introduces a slight phase shift at high frequencies and has different output impedance than your non-inverting buffer. This asymmetry causes the positive and negative halves of your waveform to have slightly different slew rates, generating even-order harmonics. Always use a matched topology or a dedicated dual op-amp to ensure symmetrical output impedance.

For 90% of modern low-to-medium power DIY builds involving audio or signal conditioning, the dual op-amp buffer/inverter configuration is the undisputed default. Grab an OPA1612, four 10kΩ 0.1% precision resistors, and proper decoupling capacitors (100nF MLCC + 10µF tantalum per supply rail), and you will have a phase amplifier that outperforms almost any discrete transistor implementation on the bench.