👁 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

Feedback amplifiers stability

Introduction: Understanding Feedback and Stability in Amplifiers

Amplifiers are fundamental building blocks in electronics, used to increase the magnitude of signals in myriad devices, from audio systems to communication equipment. But amplifiers don't always work perfectly on their own. To improve performance and control their behavior, engineers often use feedback. Feedback means taking a portion of the output signal and feeding it back to the input. Depending on whether this returned signal is subtracted or added to the input, feedback can be classified as negative or positive.

In this chapter, we will explore feedback amplifier stability, a critical factor that determines whether an amplifier will perform reliably or develop undesirable oscillations. Stability ensures the amplifier responds predictably to signals without ringing or self-sustained oscillations that degrade performance.

Why focus on stability? Because an unstable amplifier can cause serious problems-for example, in communication systems it may distort signals or create noise, and in power amplifiers it can even damage components. Competitive exams for electronics and communication engineering, particularly in India, often stress understanding feedback and stability concepts because of their practical significance and frequent appearance in questions.


Feedback Effects on Amplifier Stability

To build intuition, consider an analogy: think of a feedback amplifier as a water pump system where the output water pressure is measured and part of it is fed back to adjust the input. If the feedback reduces the input pressure when the output gets too high, it stabilizes the system (negative feedback). But if the feedback increases the input when the output increases, the pressure may overshoot rapidly, causing instability (positive feedback).

In electronic terms, negative feedback reduces the overall gain of an amplifier but improves its linearity, bandwidth, and decreases distortion. However, if the feedback loop introduces a delay or phase shift large enough to turn this negative feedback effectively into positive feedback at certain frequencies, the amplifier can become unstable. This manifests as oscillations or ringing, similar to how a shaky water system might surge unpredictably.

Below is a typical feedback amplifier block diagram illustrating the fundamental components and signal flow of a negative feedback system:

Input β Feedback network Amplifier A Output

In this diagram:

  • Input is the original signal to be amplified.
  • The summation point (∑) subtracts the feedback signal from the input (negative feedback).
  • Amplifier A amplifies the error signal (input minus feedback).
  • Feedback network β samples the output and feeds back a portion to the input.

Because the feedback loop influences both gain and phase, understanding how it affects these parameters is essential to prevent instability.


Gain Margin and Phase Margin: Keys to Stability

To ensure an amplifier remains stable under feedback, engineers look at two essential quantities: gain margin (GM) and phase margin (PM). These margins measure how far the system is from the critical points where oscillations begin.

Imagine tuning a radio: gain margin tells you how much you can increase the volume before feedback whistle starts, while phase margin tells you how much phase shift you can tolerate before the system "rings" or oscillates.

Mathematically, the loop gain is the product of the amplifier gain \( A(j\omega) \) and the feedback factor \( \beta(j\omega) \). The loop gain's magnitude and phase change with frequency, which can be visualized using Bode plots. These plots graphically display gain (in dB) and phase (degrees) against frequency (Hz or radians/s).

The key frequencies are:

  • Gain crossover frequency (\( \omega_g \)): where the magnitude of loop gain \( |A(j\omega)\beta(j\omega)| = 1 \) (0 dB)
  • Phase crossover frequency (\( \omega_p \)): where the phase shift of loop gain is \(-180^\circ\)

Using these definitions,

Gain Margin (GM)

\[\mathrm{GM} = \frac{1}{|A(j\omega_{p}) \beta(j\omega_{p})|}\]

Gain margin is the reciprocal of the magnitude of loop gain at the phase crossover frequency.

\(\omega_p\) = Phase crossover frequency where phase = -180°
\(A(j\omega)\) = Open-loop gain at frequency \omega
\(\beta(j\omega)\) = Feedback factor at frequency \omega

Phase Margin (PM)

\[\mathrm{PM} = 180^\circ + \angle A(j\omega_{g}) \beta(j\omega_{g})\]

Phase margin is how much extra phase shift is left before reaching -180° at the gain crossover frequency.

\(\omega_g\) = Gain crossover frequency where loop gain magnitude = 1
\(\angle A(j\omega)\beta(j\omega)\) = Phase of loop gain at frequency \omega

Checking gain and phase margins helps us predict stability:

  • Sufficiently large margins (e.g., PM > 45°, GM > 6 dB or 2 in magnitude) indicate stable operation.
  • Small or zero margins hint that the amplifier is close to or already unstable, potentially oscillating.

These ideas are brought to life in Bode plots like the one below, showing how gain and phase crossover frequencies relate to margins:

Frequency (log scale) Gain Cross-over (ωg) Phase Cross-over (ωp) Phase Margin (PM) Gain Margin (GM) Bode PlotsGain (blue) and Phase (orange)

Stability Criteria: Nyquist Criterion

While Bode plots offer an intuitive way to analyze stability via margins, a powerful mathematical tool known as the Nyquist criterion provides a precise way to guarantee system stability.

The Nyquist criterion examines the Nyquist plot of the open-loop transfer function \( L(s) = A(s)\beta(s) \). This plot maps the complex values of \( L(j\omega) \) as frequency sweeps from 0 to infinity.

Key idea: the characteristic equation for closed-loop stability is

\[ 1 + A(s)\beta(s) = 0 \]

Roots of this equation (called poles) should lie in the left half of the complex plane for stability. The Nyquist plot counts how the plot encircles the critical point \(-1 + j0\) in the complex plane to predict stability without explicitly solving the equation.

Here is a stepwise flowchart outlining the application of the Nyquist criterion:

graph TD    A[Start: Obtain L(s) = A(s)β(s)] --> B[Plot Nyquist plot of L(jω) for ω = 0 to ∞]    B --> C[Count number of clockwise encirclements of point -1 + j0]    C --> D{Number of RHP poles in L(s)?}    D -->|P = 0| E{N (encirclements) = 0?}    D -->|P > 0| F[Use N = -P for stability condition]    E --> G[If yes, System is stable]    E --> H[If no, System is unstable]    F --> I[Determine stability from N, P using Nyquist criterion]    G --> J[End]    H --> J    I --> J

Legend:

  • RHP poles (P): Number of poles of \(L(s)\) in the right half-plane.
  • Encirclements (N): Number of clockwise loops of Nyquist plot around \(-1\).

The Nyquist criterion states:

An amplifier system is stable if and only if the number of clockwise encirclements (N) of \(-1\) equals the negative of the number of RHP poles (P) in \(L(s)\), i.e., \( N = -P \).


Worked Examples

Example 1: Calculating Gain and Phase Margin from Bode Plot Medium

An amplifier has an open-loop frequency response given by the Bode plot data:

  • At 10 kHz, gain magnitude is 20 dB and phase is -100°.
  • Gain crosses 0 dB at 50 kHz.
  • Phase at 50 kHz is -135°.
  • At 100 kHz, phase crosses -180° and gain is -10 dB.

Calculate the gain margin and phase margin and comment on stability.

Step 1: Identify gain crossover frequency \( \omega_g \) where gain = 0 dB.

Given: Gain crosses 0 dB at 50 kHz, so \( \omega_g = 2\pi \times 50,000 \, \mathrm{rad/s} \).

Step 2: Find phase at \( \omega_g \).

Phase at 50 kHz is -135°.

Step 3: Calculate phase margin (PM):

\[ \mathrm{PM} = 180^\circ + (\text{phase at } \omega_g) = 180^\circ - 135^\circ = 45^\circ \]

Thus, phase margin = 45°, indicating moderate stability.

Step 4: Identify phase crossover frequency \( \omega_p \) where phase = -180°.

Given: Phase is -180° at 100 kHz.

Step 5: Find gain magnitude at \( \omega_p \).

Gain at 100 kHz is -10 dB.

Step 6: Calculate gain margin (GM):

Convert gain dB to magnitude: \( -10 \,dB = 10^{-10/20} = 0.316 \).

\[ \mathrm{GM} = \frac{1}{|A(j\omega_p)\beta(j\omega_p)|} = \frac{1}{0.316} \approx 3.16 \]

Expressed in dB: \( 20 \log_{10}(3.16) = 10 \, dB \).

Hence, gain margin = 3.16 (10 dB), which is good.

Answer: The amplifier has a phase margin of 45° and a gain margin of 3.16 (10 dB), indicating it is stable but close to oscillation if system parameters change.

Example 2: Determining Stability Using Nyquist Plot Hard

A feedback amplifier has an open-loop transfer function with one right-half-plane (RHP) pole. The Nyquist plot of \( L(j\omega) \) makes one clockwise encirclement around the \(-1\) point.

Is the closed-loop system stable? Justify your answer.

Step 1: Identify number of RHP poles \( P = 1 \) in open-loop transfer function \( L(s) \).

Step 2: Count encirclements \( N \) of the critical point \(-1 + j0\) by Nyquist plot.

Given: \( N = 1 \) (one clockwise encirclement).

Step 3: Apply Nyquist criterion:

For stability, \( N = -P \).

Here, \( N = +1 \), but \( -P = -1 \), so condition is not met.

Answer: The feedback amplifier is unstable because the number of clockwise encirclements does not satisfy the Nyquist stability criterion.

Example 3: Effect of Feedback Type on Stability Medium

Consider two amplifiers:

  • Amplifier A: Voltage-series (series-shunt) negative feedback.
  • Amplifier B: Current-shunt (shunt-series) negative feedback.

If both have identical open-loop gain, which feedback type generally provides better stability margin? Explain.

Step 1: Recall that voltage-series feedback samples output voltage and feeds back in series with input signal.

Step 2: Current-shunt feedback samples output current and feeds back in parallel (shunt) with input.

Step 3: Voltage-series feedback tends to reduce output impedance and increase input impedance, improving frequency response.

Step 4: Current-shunt feedback reduces input impedance, which may introduce additional poles and phase shifts.

Step 5: In practice, voltage-series feedback amplifiers tend to have better phase margins and thus better stability.

Answer: Amplifier A (voltage-series feedback) generally offers better stability margin due to lower phase lag compared to current-shunt feedback amplifiers.

Example 4: Compensation Techniques for Stability Improvement Hard

An operational amplifier exhibits oscillations due to low phase margin. Explain how adding a lead compensator improves phase margin and describe the basic compensation approach.

Step 1: Oscillations occur when phase margin is low (near 0°) because feedback becomes effectively positive at some frequency.

Step 2: A lead compensator is a network that adds positive phase shift at frequencies near the gain crossover, increasing phase margin.

Step 3: It usually consists of a resistor and capacitor in series, providing a frequency range where phase shift is ahead (lead).

Step 4: By increasing phase margin, the lead compensator prevents the total phase shift from reaching -180° at unity gain, stabilizing the amplifier.

Answer: Using a lead compensator, the feedback amplifier's phase shift is reduced near the crossover frequency, improving phase margin and preventing oscillations.

Example 5: Stability Analysis of an Op-Amp with Given Parameters Medium

A certain op-amp has an open-loop gain of \( 10^5 \) and unity gain bandwidth of 1 MHz. The feedback factor \( \beta = 0.01 \).

Calculate:

  • Closed-loop bandwidth.
  • Phase margin assuming a single dominant pole at 10 Hz, and a second pole at 1 MHz.

Step 1: Closed-loop gain \( A_f = \frac{A}{1 + A\beta} \approx \frac{10^5}{1 + 10^5 \times 0.01} \)

Calculate denominator: \( 1 + 1000 = 1001 \) roughly.

So, \( A_f \approx \frac{10^5}{1001} \approx 100 \) (40 dB).

Step 2: Unity gain bandwidth product (UGBW) is constant, so closed-loop bandwidth:

\[ f_{BW} = \frac{UGBW}{A_f} = \frac{1\, \text{MHz}}{100} = 10\, \text{kHz} \]

Step 3: Determine phase margin.

Dominant pole frequency \( f_{p1} = 10\, \text{Hz} \) implies single-pole roll-off at low frequency.

The second pole at \( 1\, \text{MHz} \) introduces additional phase lag near unity gain frequency.

At \( f_{BW} = 10\, \text{kHz} \), phase lag from dominant pole is negligible but second pole adds lag approaching -90° near 1 MHz, still some lag at 10 kHz.

Assuming second pole effect at crossover frequency, phase margin \( PM \) roughly estimated as:

\[ PM \approx 90^\circ - \arctan\left( \frac{f_{BW}}{f_{p2}} \right) \approx 90^\circ - \arctan\left( \frac{10\,kHz}{1\,MHz} \right) \]

\[ \arctan(0.01) \approx 0.57^\circ \]

Therefore,

\[ PM \approx 90^\circ - 0.57^\circ = 89.43^\circ \]

Answer: The closed-loop bandwidth is approximately 10 kHz, and the phase margin is about 89°, indicating excellent stability.


Tips & Tricks

Tip: Focus first on phase margin rather than gain margin for quick stability checks.

When to use: Time-limited exams where a rough stability estimate suffices.

Tip: Use Bode plots to quickly identify gain and phase crossover frequencies without the complexity of Nyquist plots.

When to use: Multiple-choice or short numerical problems needing fast stability assessment.

Tip: Always identify the frequencies where phase = -180° and gain = 1 (0 dB) for margin calculations.

When to use: Every question involving loop gain and stability to avoid miscalculations.

Tip: For complex systems with many poles, focus on dominant poles that significantly affect phase near crossover frequency.

When to use: When analyzing complicated transfer functions in exams to save time.

Tip: Memorize common compensation techniques like lead, lag, and lead-lag and their qualitative phase effects.

When to use: Questions on improving amplifier stability with compensation networks.


Common Mistakes to Avoid

❌ Confusing positive feedback with negative feedback, leading to incorrect stability conclusions.
✓ Always verify feedback sign based on circuit configuration before concluding stability.
Why: Rushing through problems can lead to mistaking the feedback type, impacting phase and gain interpretation.
❌ Ignoring exact frequencies where phase equals -180° or gain equals unity during Bode plot analysis.
✓ Carefully pinpoint gain and phase crossover frequencies; small errors here drastically alter margin calculations.
Why: Students often guess crossover points instead of reading values precisely, causing miscalculations.
❌ Using open-loop gain instead of loop gain (Aβ) in stability formulas.
✓ Always use the product of amplifier gain and feedback factor (loop gain) when evaluating gain and phase margins.
Why: Confusing these leads to applying formulas incorrectly and wrong stability predictions.
❌ Assuming that higher amplifier gain always guarantees better stability.
✓ Understand that stability depends on both gain and phase margins; high gain can cause oscillations due to phase shift.
Why: Students equate gain magnitude with stability, ignoring phase behavior in feedback loops.
❌ Neglecting the effect of compensation networks on system poles and zeros before stability analysis.
✓ Include compensation elements in the transfer function and reassess stability margins.
Why: Skipping compensation influence leads to wrong conclusions about system behavior.

Formula Bank

Closed Loop Gain with Feedback
\[ A_f = \frac{A}{1 + A \beta} \]
where: \( A \) = open-loop gain, \( \beta \) = feedback factor, \( A_f \) = closed-loop gain
Gain Margin (GM)
\[ \mathrm{GM} = \frac{1}{|A(j\omega_p) \beta(j\omega_p)|} \]
where: \( \omega_p \) = phase crossover frequency (phase = -180°), \( A(j\omega) \) = open-loop gain
Phase Margin (PM)
\[ \mathrm{PM} = 180^\circ + \angle A(j\omega_g) \beta(j\omega_g) \]
where: \( \omega_g \) = gain crossover frequency (gain = 1)
Loop Gain
\[ L(s) = A(s) \beta(s) \]
where: \( A(s) \) = amplifier transfer function, \( \beta(s) \) = feedback network transfer function
Characteristic Equation
\[ 1 + A(s) \beta(s) = 0 \]
where: \( s \) = complex frequency variable

Key Takeaways: Feedback Amplifiers Stability

  • Feedback changes amplifier gain, bandwidth, and linearity but can cause instability if improperly designed.
  • Negative feedback improves performance but can lead to oscillations if loop gain phase shift reaches -180° at unity gain.
  • Gain margin and phase margin from Bode plots offer quick stability assessment.
  • Nyquist criterion provides a precise method to judge stability considering poles and encirclements.
  • Compensation techniques like lead and lag networks help improve phase margin and stabilize amplifiers.
  • Always analyze loop gain (Aβ), not just open-loop gain.
Key Takeaway:

Mastering feedback amplifier stability is crucial for reliable analog circuit design and essential for entrance exam success.

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
Feedback amplifiers stability · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.