Wednesday, 27 June 2018

operational amplifier - How are positive and negative feedback of opamps so different? How to analyse a circuit where both are present?


In an opamp, feedback on the positive input places it in saturation mode and the output is of the same sign as V+ - V-; feedback on the negative input places it in "regulator mode" and ideally Vout is such that V+ = V-.



  1. How does the opamp change its behaviour depending on the feedback? Is it part of a more general "behavioral law"? [Edit: Isn't it something in the lines of the voltage added increases the error instead of reducing it in the case of + feedback?]


  2. How can we analyse circuits where both are present?


Whoever answers both at the same time in a coherent manner wins a pot of votes.


enter image description here



Answer




  1. Op-amp always behaves as a differential amplifier and the behavior of circuit depends on the feedback network . If negative feedback dominates, the circuit works in linear region. Else if positive feedback dominates, then in saturation region.

  2. I think the condition $V^+ = V^-$, the virtual short principle, is valid only when the negative feedback dominates. So if you are not sure that negative feedback dominates, consider op-amp as a differential amplifier. To analyze the circuit, find $V^+$ and $V^-$ in terms of $V_{in}$ and $V_{out}$. Then substitute in the following formula, Vout=Av(V+V)
    calculate $V_{out}/V_{in}$ and then apply the limit $A_v\rightarrow\infty$

  3. Now, net feedback is negative if $V_{out}/V_{in}$ is finite. Else if $V_{out}/V_{in} \rightarrow \infty$, then the net feedback is positive.



Example:
From the circuit given in the question, V+=Vin and V=Vout/2

Vout=Av(VinVout/2)
limAvVoutVin=limAvAv1+Av/2=2
Vout=2Vin
$V_{out}/V_{in}$ is finite and net feedback is negative.


$\mathrm{\underline{Non-ideal\ source:}}$
In the above analysis, $V_{in}$ is assumed to be an ideal voltage source. Considering the case when $V_{in}$ is not ideal and has an internal resistance $R_s$. V+=Vout+(VinVout)f1  and  V=Vout/2

where, $f_1 = \dfrac{R}{R+R_s}$ Vout=Av(Vout/2+(VinVout)f1)
Vout(1Av/2+Avf1)=Avf1Vin
limAvVoutVin=limAvf11Av12+f1
VoutVin=f1f112


case1: $R_s\rightarrow 0,\ f_1\rightarrow 1,\ V_{out}/V_{in}\rightarrow 2$


case2: $R_s\rightarrow R,\ f_1\rightarrow 0.5,\ V_{out}/V_{in}\rightarrow \infty$


$%case3: R_s \rightarrow \infty,\ f_1 \rightarrow 0,\ V_{out}/V_{in} \rightarrow 0$


The output is finite in case1 and so net feedback is negative in these conditions ($R_s < R$). But at $R_s = R$, negative feedback fails to dominate.


$\mathrm{\underline{Application:}}$
Case1 is the normal working of this circuit but it is not used as an amplifier with gain 2. If we connect this circuit as a load to any circuit, this circuit can act as a negative load (releases power instead of absorbing).



Continuing with the analysis, the current through $R$ (from in to out) is, Iin=VinVoutR=VinR

calculating the equivalent resistance $ R_{eq}$ Req=VinIin=R


This circuit can act as negative impedance load or it act as a negative impedance converter.


No comments:

Post a Comment

arduino - Can I use TI&#39;s cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...