Gyrators: Simulating Inductors with Op-Amps and Capacitors

2026-05-12

Inductors are the problem child of analog design: they're bulky, expensive at high values, have parasitic resistance and capacitance, pick up magnetic interference, and don't integrate onto silicon. A gyrator sidesteps all of this by using an op-amp, a capacitor, and a couple of resistors to synthesize inductive behavior. The circuit doesn't store energy in a magnetic field — it stores it in the capacitor — but at its input terminals it looks electrically like a grounded inductor.

The classic single-op-amp gyrator (Antoniou's simulated inductor) has this topology: input signal feeds R1 to the op-amp's inverting input and also to one terminal of capacitor C. The op-amp's output drives the other terminal of C through R2, and its non-inverting input ties to the input node. The op-amp forces its output to whatever voltage maintains zero differential input, and the result is an input impedance:

Zin = R1 + jω(R1·R2·C)

The imaginary part behaves exactly like an inductor of value Leq = R1·R2·C, with R1 appearing as series DC resistance.

Worked example: Want a 10 H "inductor" for a subwoofer-frequency notch filter? Pick C = 1 µF, R1 = 1 kΩ, R2 = 10 MΩ. That gives Leq = 1k × 10M × 1µ = 10 H. A real 10 H inductor would be the size of a fist, weigh half a pound, and cost $40. The gyrator version fits in a TO-92 footprint and costs under a dollar.

Where you'll actually see this:

The catches you need to respect:

Rule of thumb: For audio-band synthetic inductors up to ~10 H, pick C in the 10 nF–1 µF range, then choose R1·R2 to land on your target L. Keep R2 ≤ 10 MΩ to avoid bias-current errors, and use a FET-input op-amp (TL072, OPA2134) for clean operation.

See it in action: Check out Converting Capacitance to Inductance using Gyrator, OpAmp and transformer by Engineering Prof. to see this theory applied.
Key Takeaway: A gyrator uses an op-amp and capacitor to mimic a grounded inductor, letting you build filters with effective inductances that would be physically absurd as real coils.

All newsletters