Friday 27 December 2019

operational amplifier - Why is the voltage across the inputs of an ideal OP Amp zero?



The property that the voltage across the inputs of an ideal OP Amp is zero cannot be taken as an axiom because it isn't a property you can directly "adjust" (as opposed to say the resistance across the input terminals or the gain). It's a consequence of the properties that you can "adjust", hence it must be derived from these properties.


All proofs I've come across essentially prove it like this:



Let the voltage across the input terminals of an ideal OP Amp be \$V_{in}\$, the output voltage be \$V_o\$ and the gain be \$G\$. \$V_o\$ is given by:


\$V_o = GV_{in}\$


The voltage across the OP Amp is bounded by the voltage being supplied to it. Let the supplied voltage be \$V_s\$. Then


\$-V_s \le GV_{in} \le +V_s \$


The gain is a property than can ideally be fixed to any value, so taking the limit of \$G\$ going to infinity gives:


\$ \lim_{G \to \infty} \frac{-V_s}{G} \le V_{in} \le \frac{+V_s}{G} \$


\$\implies 0 \le V_{in} \le 0\$



Hence the voltage across the input terminals of an ideal OP Amp must be zero.



The proof above would only be valid if OP Amps were always linear, which isn't true. If the output is greater in magnitude than the supplied voltage, the OP Amp becomes saturated - the proof doesn't take this into account. In other words, the proof assumes that \$V_o = GV_{in}\$ which is false. The correct equation would be:


\$V_o = \begin{cases} GV_{in}, \space -V_{s} \le GV_{in} \le +V_{s} \\ +Vs, \space GV_{in} > V_s \\ -Vs, \space GV_{in} < -V_s \end{cases}\$




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...