👁 Preview — Study, Practice and Revise are open; mock tests and the rest of the syllabus unlock on subscription. Unlock all · ₹4,999
← Back to Analog and Digital Circuits
Study mode

Oscillators Colpitts Hartley Wien

Introduction to Oscillators

Oscillators are fundamental building blocks in electronics and communication systems. They produce a continuous repetitive waveform-such as sine waves or square waves-without any external input signal after they start. Oscillators are critical in generating clock signals for digital circuits, carrier signals for radio transmitters, and timing references in a variety of applications.

The essence of oscillation lies in the use of an amplifier and a feedback network that continually feeds a portion of the output back to the input to sustain the signal. To understand how oscillations start and persist, we rely on the concept of feedback and the conditions under which the circuit can sustain oscillations indefinitely without fading or blowing up.

Oscillation Conditions (Barkhausen Criteria)

Not all feedback circuits oscillate. Specific conditions must be met, known as the Barkhausen Criteria. They dictate when a circuit can maintain stable oscillations.

graph LR    A[Amplifier (Gain A)] --> B[Output Signal]    B --> C[Feedback Network (β)]    C --> D[Input Signal]    D --> A    style A fill:#f9f,stroke:#333,stroke-width:2px    style B fill:#bbf,stroke:#333,stroke-width:2px    style C fill:#bfb,stroke:#333,stroke-width:2px    style D fill:#fbf,stroke:#333,stroke-width:2px    classDef loopPhase fill:#fff,stroke:#333,stroke-width:1px    class A,B,C,D loopPhase

To sustain oscillations, the loop formed by the amplifier and feedback network must satisfy these two conditions simultaneously:

  • Loop gain magnitude equals unity: \(|A\beta| = 1\), meaning the product of amplifier gain \(A\) and feedback factor \(\beta\) is exactly 1.
  • Total phase shift is zero or multiples of 360°: \(\angle A\beta = 0^\circ \text{ or } 2n\pi\) (where \(n = 0, 1, 2,\ldots\)) so that the fed-back signal adds constructively to the input.

These combined requirements ensure the circuit outputs a steady oscillation instead of decaying away (if gain too low) or growing uncontrollably (if gain too high).

Colpitts Oscillator

The Colpitts oscillator is a popular LC oscillator that uses a capacitive voltage divider for feedback within an inductive-capacitive tank circuit.

Circuit Description: It consists of a transistor amplifier with a tank circuit made of an inductor \(L\) in parallel with two capacitors \(C_1\) and \(C_2\) connected in series. The capacitors form a voltage divider feeding back a portion of the output signal to the transistor input.

L C1 C2 Q1 GND

Frequency of Oscillation: The frequency depends on the inductance \(L\) and the equivalent capacitance \(C_{eq}\) formed by \(C_1\) and \(C_2\). The capacitors are in series, so the equivalent capacitance is:

Effective Capacitance:
\[ C_{eq} = \frac{C_1 C_2}{C_1 + C_2} \]

The oscillation frequency \(f\) is given by:

\div>
Frequency formula for Colpitts oscillator:
\[ f = \frac{1}{2 \pi \sqrt{L C_{eq}}} \]

Why this configuration? The capacitive voltage divider provides the correct phase shift and amplitude of feedback needed to satisfy Barkhausen criteria. Using capacitors instead of inductors in the divider makes the circuit easier to tune and more stable at high frequencies.

Hartley Oscillator

The Hartley oscillator is another LC oscillator that uses an inductive voltage divider for feedback, contrasting the capacitive divider in the Colpitts.

Circuit Description: It consists of an amplifier stage with a tank circuit comprising two inductors \(L_1\) and \(L_2\) connected in series in parallel with a capacitor \(C\). The junction between \(L_1\) and \(L_2\) is tapped to feed the feedback signal back to the transistor.

L1 L2 C Q1 GND

Frequency of Oscillation: The effective inductance is the sum of \(L_1\) and \(L_2\) since they are in series, so:

Frequency formula for Hartley oscillator:
\[ f = \frac{1}{2 \pi \sqrt{C (L_1 + L_2)}} \]

Advantages & Limitations:

  • Advantages: Simple design, easy to build with inductors and capacitor; good frequency stability if inductors are physically well-made.
  • Limitations: Inductors are bulky and can have parasitic effects; tuning is more complex compared to capacitive dividers.

Wien Bridge Oscillator

The Wien bridge oscillator is a type of RC oscillator that generates low-frequency sine waves, ideal for audio frequencies.

Circuit Description: It uses a bridge circuit composed of resistors and capacitors (the Wien bridge) as the frequency-selective feedback network connected to an amplifier stage (often an operational amplifier). The bridge network selects a precise frequency where the phase shift is zero and gain conditions meet Barkhausen criteria.

Op-Amp R C C R Output Feedback

Frequency Determination: When the resistors and capacitors in the bridge network are equal (\(R_1 = R_2 = R\), \(C_1 = C_2 = C\)), the frequency of oscillation simplifies to:

Frequency formula for Wien bridge oscillator:
\[ f = \frac{1}{2 \pi RC} \]

Amplitude Stabilization: Unlike LC oscillators, the Wien bridge oscillator's gain must be carefully managed to ensure stable amplitude. Without control, oscillations can either die out or saturate. Common stabilizing methods include automatic gain control (AGC) using thermistors, lamps (like incandescent bulbs), or diodes, which adjust gain dynamically as the output amplitude changes.

Worked Examples

Example 1: Calculate Frequency of Colpitts Oscillator Easy
Given a Colpitts oscillator with inductance \(L = 10\,\mu H\), capacitors \(C_1 = 100\,pF\), and \(C_2 = 100\,pF\), calculate the oscillator frequency.

Step 1: Calculate the equivalent capacitance \(C_{eq}\):

\(C_{eq} = \frac{C_1 C_2}{C_1 + C_2} = \frac{100 \times 100}{100 + 100} = \frac{10000}{200} = 50\,pF = 50 \times 10^{-12} F\)

Step 2: Convert inductance to Henry:

\(L = 10\,\mu H = 10 \times 10^{-6} H = 10^{-5} H\)

Step 3: Use the frequency formula:

\[ f = \frac{1}{2 \pi \sqrt{L C_{eq}}} = \frac{1}{2\pi \sqrt{10^{-5} \times 50 \times 10^{-12}}} = \frac{1}{2\pi \sqrt{5 \times 10^{-16}}} \]

\(\sqrt{5 \times 10^{-16}} = \sqrt{5} \times 10^{-8} \approx 2.236 \times 10^{-8}\)

So,

\[ f = \frac{1}{2 \pi \times 2.236 \times 10^{-8}} \approx \frac{1}{1.404 \times 10^{-7}} \approx 7.12 \times 10^{6} = 7.12\,MHz \]

Answer: The oscillator frequency is approximately 7.12 MHz.

Example 2: Design Hartley Oscillator for 1 MHz Medium
Given inductors \(L_1 = 5\,\mu H\) and \(L_2 = 5\,\mu H\), design the capacitor \(C\) for a Hartley oscillator operating at \(f = 1\,MHz\).

Step 1: Calculate total inductance:

\(L = L_1 + L_2 = 5\,\mu H + 5\,\mu H = 10\,\mu H = 10 \times 10^{-6} = 10^{-5} H\)

Step 2: Use the frequency formula:

\[ f = \frac{1}{2 \pi \sqrt{C L}} \implies \sqrt{C L} = \frac{1}{2 \pi f} \implies C = \frac{1}{(2\pi f)^2 L} \]

Step 3: Calculate capacitance:

\[ C = \frac{1}{(2 \pi \times 1 \times 10^{6})^2 \times 10^{-5}} = \frac{1}{(6.283 \times 10^{6})^2 \times 10^{-5}} \]

\((6.283 \times 10^{6})^2 = 39.48 \times 10^{12}\)

\[ C = \frac{1}{39.48 \times 10^{12} \times 10^{-5}} = \frac{1}{39.48 \times 10^{7}} = 2.533 \times 10^{-9} F = 2.53\,nF \]

Answer: The capacitor value needed is approximately 2.53 nF.

Example 3: Analyze Wien Bridge Oscillator Frequency and Stability Medium
For a Wien bridge oscillator with resistors \(R = 10\,k\Omega\) and capacitors \(C = 10\,nF\), calculate the oscillation frequency and explain how amplitude stabilization works.

Step 1: Convert values to SI units:

  • \(R = 10\,k\Omega = 10,000\,\Omega\)
  • \(C = 10\,nF = 10 \times 10^{-9} F = 10^{-8} F\)

Step 2: Use Wien bridge frequency formula:

\[ f = \frac{1}{2 \pi R C} = \frac{1}{2 \pi \times 10,000 \times 10^{-8}} = \frac{1}{2 \pi \times 10^{-4}} = \frac{1}{6.283 \times 10^{-4}} \approx 1591.5\,Hz \]

Answer: Oscillation frequency is approximately 1.59 kHz.

Amplitude Stabilization Explanation: The Wien bridge oscillator's gain must be precisely set to 3 for sustained oscillations. Slight deviations cause amplitude to grow or shrink. To prevent this, an automatic gain control (AGC) element such as an incandescent lamp or diode is added in the feedback path. As amplitude increases, the lamp's resistance increases (due to heating), reducing gain and stabilizing amplitude. Conversely, if amplitude falls, resistance decreases, restoring gain. This feedback stabilizes the output amplitude practically.

Example 4: Comparing Frequency Stability between Hartley and Colpitts Oscillators Hard
Consider both oscillators designed at 1 MHz as in previous examples. Calculate the percentage frequency shift if inductance or capacitance varies by 5%, and discuss which oscillator is more frequency stable.

Step 1: Recall formulas:

  • Colpitts: \(f = \frac{1}{2\pi \sqrt{L C_{eq}}}\)
  • Hartley: \(f = \frac{1}{2\pi \sqrt{C (L_1 + L_2)}}\)

Step 2: Frequency depends on \(\sqrt{L}\) or \(\sqrt{C}\), so percentage frequency change due to parameter variation is half the percentage change in those components.

For 5% change in \(L\) or \(C\), frequency shifts by approximately 2.5%:

\[ \frac{\Delta f}{f} \approx \frac{1}{2} \times \frac{\Delta X}{X} = \frac{1}{2} \times 5\% = 2.5\% \]

Step 3: Component sensitivity:

  • In Colpitts, capacitance division means changes in \(C_1\) or \(C_2\) affect \(C_{eq}\) nonlinearly, providing better frequency stability since the smallest capacitor dominates.
  • In Hartley, inductance changes influence total inductance directly, making frequency sensitive to inductor variations.

Conclusion: The Colpitts oscillator generally offers better frequency stability than the Hartley oscillator because capacitors can be made with higher precision and stability than inductors.

Example 5: Cost Estimation for a Wien Bridge Oscillator Circuit Easy
Estimate the cost in INR of building a Wien bridge oscillator circuit with an op-amp, two \(10\,k\Omega\) resistors, two \(10\,nF\) capacitors, and a stabilization lamp.

Step 1: Approximate component costs (local Indian market estimates):

  • Op-amp (e.g., IC μA741): Rs.30
  • Two resistors (Rs.2 each): Rs.4 total
  • Two capacitors (ceramic, around Rs.5 each): Rs.10 total
  • Stabilization lamp (small incandescent bulb): Rs.20

Step 2: Sum all costs:

\(Rs.30 + Rs.4 + Rs.10 + Rs.20 = Rs.64\)

Answer: The approximate total cost is Rs.64.

This affordable design suits lab and communication prototype applications.

Formula Bank

Barkhausen Oscillation Criteria
\[ |A\beta| = 1 \quad \text{and} \quad \angle A\beta = 0^\circ \text{ or } 2n\pi \]
where: \(A\) = amplifier gain, \(\beta\) = feedback factor, \(\angle\) = phase shift
Colpitts Oscillator Frequency
\[ f = \frac{1}{2 \pi \sqrt{L \cdot C_{eq}}} \quad \text{where} \quad C_{eq} = \frac{C_1 C_2}{C_1 + C_2} \]
\(f\) = frequency (Hz), \(L\) = inductance (H), \(C_1\), \(C_2\) = capacitances (F)
Hartley Oscillator Frequency
\[ f = \frac{1}{2 \pi \sqrt{C (L_1 + L_2)}} \]
\(f\) = frequency (Hz), \(C\) = capacitance (F), \(L_1\), \(L_2\) = inductances (H)
Wien Bridge Oscillator Frequency
\[ f = \frac{1}{2 \pi R C} \]
\(f\) = frequency (Hz), \(R\) = resistance (Ω), \(C\) = capacitance (F)

Tips & Tricks

Tip: Remember the capacitive voltage divider in Colpitts is key for feedback; use the parallel capacitance formula to find the effective capacitance easily.

When to use: During circuit analysis and frequency calculations of Colpitts oscillators.

Tip: In Hartley oscillator, inductors \(L_1\) and \(L_2\) act like a tapped inductor; always sum their inductances to find the effective inductance for frequency calculation.

When to use: When analyzing frequency of Hartley oscillators.

Tip: Use the simple formula \(f = \frac{1}{2 \pi RC}\) for Wien bridge oscillator frequency when both resistors and capacitors are equal to speed up calculations.

When to use: Quick frequency calculations in Wien bridge oscillator problems.

Tip: For entrance exams, memorize Barkhausen criteria instead of re-deriving each time for faster problem solving.

When to use: In multiple-choice questions evaluating oscillator stability conditions.

Tip: In amplitude stabilization for Wien oscillators, remember the use of lamps or diodes as automatic gain control elements to maintain constant amplitude.

When to use: To answer questions about practical aspects of oscillator circuits.

Common Mistakes to Avoid

❌ Ignoring the phase shift condition and only considering loop gain magnitude for oscillations.
✓ Always check both gain magnitude equals unity and phase shift condition (0° or multiples of 360°) for sustained oscillations.
Why: Students often focus only on gain magnitude, missing that phase shift affects signal reinforcement.
❌ Using incorrect formula for frequency by mixing components from Colpitts and Hartley circuits.
✓ Use the formula specific to the type of oscillator, paying attention to whether capacitances or inductances form the voltage divider.
Why: Component roles differ in these oscillators leading to incorrect frequency calculation.
❌ Neglecting the effect of component tolerances on frequency stability.
✓ Include possible percentage variations and discuss stability in answers.
Why: Component tolerances significantly affect oscillator performance but are often overlooked.
❌ Forgetting to convert component units (e.g., μH to H, pF to F) during calculations.
✓ Always convert units to SI before substituting values in formulas.
Why: Incorrect units lead to large numerical errors and wrong answers.
❌ Assuming amplitude remains constant without mentioning stabilization techniques.
✓ Include amplitude stabilization methods such as automatic gain control when explaining oscillator operation.
Why: Oscillations naturally grow or decay unless controlled, which is key for practical circuits.
Oscillator TypeFrequency RangeFeedback NetworkAdvantagesLimitations
ColpittsHigh Frequency (MHz to GHz)Capacitive voltage divider (C1, C2)Stable frequency, easy tuningCapacitor value tolerances affect frequency
HartleyHigh Frequency (kHz to MHz)Inductive voltage divider (L1, L2)Simple design, easy adjustmentInductors bulky, less stable
Wien BridgeLow Frequency (audio, Hz to kHz)Resistive-capacitive (RC) bridgePure sine wave, amplitude controlRequires amplitude stabilization, limited to low frequencies
Curated videos per subtopic
Top YouTube explainers, AI-ranked for your exam and language. Unlocks with subscription.
Unlock

Try Practice next.

Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.

Go to practice →
Ask a doubt
Oscillators Colpitts Hartley Wien · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.