LC Oscillator Circuits: Building a Colpitts Oscillator

2026-04-25

Every radio transmitter, clock generator, and frequency synthesizer needs a stable oscillation source. The Colpitts oscillator is one of the most widely used LC oscillator topologies, found in everything from RF transmitters to local oscillator stages in superheterodyne receivers. It's worth understanding because it teaches you the core principle behind all oscillators: positive feedback with gain ≥ 1 (the Barkhausen criterion).

A Colpitts oscillator uses an inductor and a capacitive voltage divider (two capacitors in series) to form the resonant tank. The feedback is tapped from the junction of the two capacitors. Compare this to a Hartley oscillator, which uses a tapped inductor instead — Colpitts is generally preferred because capacitors are cheaper, more precise, and have lower parasitic resistance than inductors.

The oscillation frequency is set by the tank circuit:

f = 1 / (2π√(L × C_total)), where C_total = (C1 × C2) / (C1 + C2)

Real-world example: Suppose you want a 10 MHz oscillator for a homebrew shortwave receiver. Pick L = 1 µH. You need C_total = 1 / ((2π × 10⁷)² × 10⁻⁶) ≈ 253 pF. Choose C1 = 680 pF and C2 = 390 pF, giving C_total = (680 × 390) / (680 + 390) ≈ 248 pF — close enough. The ratio C1/C2 sets the feedback fraction; a ratio around 1.5:1 to 3:1 typically ensures reliable startup without excessive distortion.

For the active device, a common approach uses a single BJT (e.g., 2N3904) in common-base configuration:

Practical tips that matter:

Rule of thumb: For reliable startup, ensure your small-signal loop gain is at least 2–3× the minimum (not just barely 1). The oscillation will self-limit through transistor nonlinearity, but if you design right at the edge, temperature changes or component tolerances will kill it.

See it in action: Check out Colpits and Hartley Oscillators - Solid-state Devices and Analog Circuits - Day 6, Part 7 by Vocademy - Electronics Technology to see this theory applied.
Key Takeaway: A Colpitts oscillator uses an LC tank with a capacitive voltage divider for feedback — choose high-Q components, buffer the output, and design with loop gain margin to ensure reliable oscillation across temperature and tolerance variations.

All newsletters