The Non-Inverting Amplifier Output Resistance by Adrian S. Nastase [ Copied ]
Source Address: http://masteringelectronicsdesign.com/the-non-inverting-amplifier-output-resistance/
It is customary to consider the output resistance of the non-inverting amplifier as being zero, but why is that? An Op Amp’s own output resistance is in the range of tens of ohms. Still, when we connect the Op Amp in a feedback configuration, the output resistance decreases dramatically. Why?
To answer these questions, let’s calculate the output resistance of the non-inverting amplifier.
It is widely accepted that the output resistance of a device can be calculated using a theoretical test voltage source connected at the device output. The input, or inputs, are connected to ground. Nevertheless, instead of using this method, let’s try a different one: The small signal variation method.
Figure 1 shows the non-inverting amplifier, which drives a load, RL. This circuit has an equivalent Thevenin source as in Figure 2.

Figure 1
The Non-Inverting Amplifier Output Resistance
by Adrian S. Nastase

Figure 2
From Figure 2, one can see that the output voltage, Vout, can be written as
![]() |
(1) |
If we keep VTH constant and apply small variations to Vout, by varying RL for example, the Vout variation, noted ΔVout can be written as follows:
![]() |
(2) |
Equation (2) shows that, when the load current increases, the load voltage decreases due to the output resistance. They vary in opposite direction and that is why the negative sign that appears in the Rout calculations is canceled out.
Equation (2) also tells us that we can use a small signal variation method to determine Rout. If, instead of ΔVout and ΔIout we write the small signal notation vout and iout, the output resistance becomes
![]() |
(3) |
Let’s apply this method to the non-inverting amplifier.

Figure 3
An ideal Op Amp can be represented as a dependent source as in Figure 3. The output of the source has a resistor in series, Ro, which is the Op Amp’s own output resistance. The dependent source is Ao vd, where Ao is the Op Amp open-loop gain and vd is the differential input voltage. The input differential resistance, between the Op Amp inputs, is considered high, so I removed it for simplicity. The same with the common mode input resistances, between the non-inverting input and ground and the inverting input and ground. The non-inverting input is connected to ground, because a fixed value voltage source does not bring any change from a small-signal variation point of view. Thus, we are in line with the general rule that the output resistance of a circuit is calculated with the circuit inputs connected to ground.
Inspecting the loop made by Ao vd, Ro, and RL, vout can be expressed as in the following equation.
![]() |
(4) |
where iout is the small variation load current and if is the small variation feedback current.
The differential voltage vd appears across R1, but with negative sign, so if is
![]() |
(5) |
And vout becomes
![]() |
(6) |
At the same time vd depends on vout.
![]() |
(7) |
After replacing vd in equation (6), the resulting mathematical expression depends on vout and iout as in equation (8).
![]() |
(8) |
Based on (3) and (8) Rout is
![]() |
(9) |
Ao is large, about 100000 or 100 dB. Therefore, the second term of the denominator is predominant.
![]() |
(10) |
This proves that the output resistance of the non-inverting amplifier is
![]() |
(11) |
where ACL=1+R2/R1 and it is the closed-loop gain of the non-inverting amplifier. For a proof of the closed loop gain read this article,MasteringElectronicsDesign.com:How to Derive the Non-Inverting Amplifier Transfer Function.
As equation (11) shows, the output resistance of the non-inverting amplifier is several orders of magnitude smaller than that of the Op Amp, because Ro is divided by the operational amplifier open loop gain. Therefore, the non-inverting amplifier output resistance can be considered zero.
The Non-Inverting Amplifier Output Resistance by Adrian S. Nastase [ Copied ]的更多相关文章
- The Non-Inverting Amplifier Output Resistance by Adrian S. Nastase [转载]
Source Address: http://masteringelectronicsdesign.com/the-non-inverting-amplifier-output-resistance/ ...
- An Isolated DAC Using PWM Output
An Isolated DAC Using PWM Output Arduino‘s (ATmega328P) PWM outputs via analogWrite can be convenien ...
- 采用TL026等构成的宽带ALC放大器电路图
Building a Differential Amplifier An op-amp with no feedback is already a differential amplifier, am ...
- Transistor 晶体管 场效应 双极型 达林顿 CMOS PMOS BJT FET
Transistor Tutorial Summary Transistor Tutorial Summary Bipolar Junction Transistor Tutorial We can ...
- specialized English for automation-Lesson 2 Basic Circuits of Operational Amplifiers
排版有点乱.... ========================================================================= Operational Ampl ...
- Chrysler -- CCD (Chrysler Collision Detection) Data Bus
http://articles.mopar1973man.com/general-cummins/34-engine-system/81-ccd-data-bus CCD (Chrysler Coll ...
- LT1946A-- Transformerless dc/dc converter produces bipolar outputs
Dual-polarity supply provides ±12V from one IC VC (Pin 1): Error Amplifier Output Pin. Tie external ...
- specialized English for automation-Lesson 3 CMOS Logic Circuit
CMOS logic is a newer technology, based on the use of complementary MOS transistors toperform logic ...
- 面对30页左右的运放数据手册datasheet,你需要知道如何看懂
1.输入失调电压(Input Offset Voltage) VOS 若将运放的两个输入端接地,理想运放输出为零,但实际运放输出不为零.此时,用输出电压除以增益得到的等效输入电压称为输入失调电压 ...
随机推荐
- HDU 4937 Lucky Number(2014 Multi-University Training Contest 7)
思路:先枚举 a*bas +b = n 求出 bas 在sqrt(n)到n的 (bas>a&&bas>b) 再枚举 a*bas*bas+b*bas+c =n 求出 ...
- Sql中时间只取年或者年月
select Title,datepart(year,DateCreated) from CMS_Content 只取年 只显示年月,不显示日:select datepart(year,getd ...
- DevExpress VGridControl 行宽自动调整
1. 让列的宽度自动填充 如果VGridControl的LayoutStyle属性为BandsView或SingleRecordView,那么把VGridControl的OptionsView.Aut ...
- 初探bootstarp
目录1.下载Bootstrap2.引入Bootstrap相关的css.js3.一个最简单的Bootstrap页面4.浏览器支持 1.下载BootstrapBootstrap官网下载地址Bootstra ...
- 【转】修改LINUX时间
命令格式为: date -s 时间字符串 例如只修改系统的日期,不修改时间(时分秒) date -s 2012-08-02 或只修改时间不修改日期 date -s 10:08:00 当然也可以同时修改 ...
- Informatica Lookup Transformation组件的Connect 与Unconnected类型用法
Informatica Lookup Transformation组件的Connect 与Unconnected类型用法及区别:下面是通一个Lookup在不同Mapping中的使用: 1. Conne ...
- 如何在网页中调用百度地图api
我想在木有提供地图接口的年代,前端工程师门要么只写上企业的具体地址,要么就是用一张标有自己位置的地图图片.但是现在不一样啦!为了增强用户体验,谷歌,甚至百度都很开放了,你可以在他们的网站上找到地图接口 ...
- C# SQLite编程总结
1.如果自己手动创建了数据库和字段,则不需要再创建table,基本流程: 1)SQLiteConnectionStringBuilder sb = new SQLiteConnectionString ...
- logsatsh input 插件之 collectd
logsatsh input 插件之 collectd 标签(空格分隔): logstash 作用:用于监控内存,cpu,磁盘I等信息 未完待续,时间未定. 参考: logstash 官网 elast ...
- Cordova+ionic 开发hybird App --- 开发环境搭建
Cordova 开发hybird App 开发环境搭建 一.一些基础概念: Ant : 简单说来可以这么理解,如果你用记事本写JAVA程序,然后在cmd里输入javac命令编译它,但是有一天你发现每次 ...










