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 若将运放的两个输入端接地,理想运放输出为零,但实际运放输出不为零.此时,用输出电压除以增益得到的等效输入电压称为输入失调电压 ...
随机推荐
- Java集合类学习笔记(Queue集合)
Queue集合用于模拟队列(先进先出:FIFO)这种数据类型. Queue有一个Deque接口,代表一个"双端队列",双端队列可以同时从两端来添加.删除元素,因此Deque的实现类 ...
- 在 Xcode 7 中安装 Alcatraz
http://www.jianshu.com/p/5c8ed25ad434 安装Xcode7后,继续采用官方方法安装Alcatraz,发现不成功.单独安装XVim也不成功.看了一下Alcatraz的i ...
- java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException
问题描述: 严重: IOException while loading persisted sessions: java.io.WriteAbortedException: writing abort ...
- android studio集成融云 SDK 后在部分机型启动对话时崩溃
最初构建项目是 eclipse, 后来切换到 android studio来做开发. 后来多个用户反馈在android4.4机型上存在启动对话崩溃的问题.但是IOS 版工程从来没有重现. 调试报错信息 ...
- JAVA第三周作业(从键盘输入若干数求和)
JAVA第三周作业(从键盘输入若干数求和) 在新的一周,我学习了JAVA的IO编程.下面的代码实现了从键盘输入若干数求和的目标.import java.util.Scanner; public cla ...
- ios开发之网络php
接着前面的学习,几天上午学习了数据库网络值php用户的注册与登录,感觉代码与ios上的oc太相似了,因此学习下来没什么障碍了,下面是代码: 首先是javascript.html文件中: <!DO ...
- canvas标签(1)--线条、矩形、圆形、文本、阴影、抛小球
从网上扒拉的代码,敲了敲代码玩. html页面显示内容很简单,只要写个canvas标签,给他一个id写js就可以了 <!DOCTYPE html> <html> <hea ...
- 面试题12:打印1到最大的n位数
// 面试题12_打印1到最大的n位数.cpp : 定义控制台应用程序的入口点. // #include "stdafx.h" #include <iostream> ...
- Three.js typescript definitely typed 文件
最近学习three.js,想用typescript编写代码,去http://definitelytyped.org/找了一圈没有发现three.js的definitely typed文件. 好吧,花了 ...
- 算法(第4版)-1.5 案例研究:union-find算法
问题→ 动态连通性:当程序从输入中读取了整数对p q时,如果已知的所有整数对都不能说明p和q是相连的,那么则将这一对整数写入到输出中.如果已知的数据可以说明p和q 是相连的,那么程序应该忽略p q这对 ...










