share
Electrical EngineeringGain-bandwidth product proof for open loop/closed loop opamp
[0] [1] emnha
[2016-12-02 00:04:13]
[ operational-amplifier gain bandwidth gain-bandwidth-product ]
[ https://electronics.stackexchange.com/questions/272646/gain-bandwidth-product-proof-for-open-loop-closed-loop-opamp ]

On the forum [1], post #12, Ghar claimed that the proof gain-bandwidth product from wikipedia is awful and he gave another proof but with feedback.

  1. https://en.wikipedia.org/wiki/Gain%E2%80%93bandwidth_product
  2. http://forum.allaboutcircuits.com/threads/op-amps-and-gain-bandwidth-product.43799/

The wikipedia proves gain-bandwidth product constant for open-loop opamp while Ghar proved for closed loop opamp.

Could you please tell me that if the wikipedia proof is wrong? I don't see any thing wrong with it. However, reading Ghar's post makes me confused.

I attach the Ghar's post in the image below just in case some member can't access it.

Note: Let's consider single pole opamp only. This [2] site also gave the same proof as wikipedia.

http://masteringelectronicsdesign.com/why-is-the-op-amp-gain-bandwidth-product-constant/

enter image description here

true flat response is only possible with negative feedback using R ratios, regardless of configuration - D.A.S.
[+7] [2016-12-02 04:33:08] Victor S [ACCEPTED]

Could you please tell me that if the wikipedia proof is wrong? I don't see any thing wrong with it.

The so called "proof" itself is wrong simply because they are using the Open Loop Gain to calculate it, and that is not the definition of GBWP, in addition to several unexplained simplifications (see appendix for details).

enter image description here

What the Wikipedia article is trying to convey can be seen graphically in the following figure, the 'Open Loop Gain' plot of a system with a single dominant pole:

GBWP and UGBW on Open Loop Curve

The dotted lines show you that for different "Closed Loop Gains" and the GBPW product will be the same, as long as there is a single dominant pole AND a constant -20 dB/decade slope.

"The wikipedia proves gain-bandwidth product constant for open-loop opamp while Ghar proved for closed loop opamp."

"However, reading Ghar's post makes me confused."

Let's look at Ghar's response!

GBP = A_0 w_o doesn't equal unity frequency unless A0^2 >> 1

I think his point is that this is not a correct expression, which is what is explored in the Wikipedia article, again, the GBWP is defined by the Closed Loop Gain no the 'Open Loop Gain'.

During the ret of his calculations Ghar expands on the frequency dependency of the "Closed Loop Gain" and its relationship with the "Open Loop Gain" and "Loop Gain"

Below a graphical summary of of said relationship: enter image description here


Appendix

Gain Bandwidth Product, GBWP (a.k.a. GBW), can be defined as:

$$ GBWP = A_{CL} \, \cdot \, BW_{CL} $$ where:

  • A_CL represents the "Closed Loop Voltage Gain".
  • BW_CL represents "Closed Loop Bandwidth".

Another way to look at this is that the "Closed Loop Bandwith" of your Op Amp will be the GBWP divided by your "Closed Loop Gain", that is:

Note: the gain-bandwidth product is only valid if the Op Amp's "Open Loop Gain" has a single dominant pole.

Another relevant concept is the Unity Gain Bandwidth, UGBW, can be defined as: $$ UBWP = BW{({f_{unity}})} $$

where, BW(f_unity) represents "Closed Loop Bandwidth" at unity gain cross over frequency (i.e. when the closed loop gain crosses 0 dB or 1 V/V).

The UGBW should not be confused with the GBWP, although they can be the same, as in the case of the figure below.

Note that it is possible during certain circumstances to have GBWP = UGBP


Resources

  1. To Learn More About Op Amp Bandwidth: TI Precision Labs - Bandwidth [1]

References

  1. Arthur Kay “Signal Chain Basics #85: What’s the Difference Between Gain Bandwidth Product & Unity Gain Bandwidth?” PlanetAnalog.com (1/14/2014) [2]

  2. Miroslav Oljaca and Henry Surtihadi, “Operational amplifier gain stability, Part 1: General system analysis,” Analog Applications Journal (1Q 2010) [3]

  3. Henry Surtihadi and Miroslav Oljaca, “Operational amplifier gain stability, Part 2: DC gain-error analysis,” Analog Applications Journal (2Q 2010) [4]

  4. Miroslav Oljaca and Henry Surtihadi, “Operational amplifier gain stability, Part 3: AC gain-error analysis" Analog Applications Journal (3Q 2010) [5]

  5. Thomas R. Brown (Burr Brown) "Handbook of Operational Amplifier Applications" [6]

[1] https://training.ti.com/ti-precision-labs-op-amps-bandwidth-1?cu=14685
[2] http://www.planetanalog.com/author.asp?section_id=483&doc_id=562347
[3] http://www.ti.com/lit/slyt367
[4] http://www.ti.com/lit/slyt374
[5] http://www.ti.com/lit/slyt383
[6] http://www.ti.com/lit/SBOA092

What an excellent answer! Just wanted to up-vote more than once. - Rohat Kılıç
@Victor, nice explanation - however, one must add that the information contained in the last figure apply to a non-inverting opamp only (Acl~1/beta for large Aol ). For inverting gains the closed loop gain Acl is below the red line (which is 1/beta). - LvW
Thanks a lot for the thorough answer. I am trying hand plot for the Bode plot above and prove the close loop gain curve and open loop gain curve are exactly the same at high frequency. - emnha
@LvW, that is correct, in an ideal scenario (i.e. Aol_dc -->∞) for a non-inverting amplifier the Acl(ideal) = 1/β, while an inverting aplifier it would be Acl(ideal) = α/β. The "Operational Amplifier Gain Stability" series found in my references does a great job explaining this matter. - Victor S
@anhnha, the third reference that I listed, “Operational Amplifier Gain Stability, Part 3: AC gain-error analysis”, gives you an equation for Open-Loop Gain as a function of frequency Aol(f) (Equation 10), and also gives you an equation for the Closed-Loop Gain (Equation 2, for a non-intervening configuration). You can plot them separately or just identify Aol within your Acl equation. - Victor S
1