next up previous
Next: What is a comparator? Up: Background Previous: What is a buffering

What is an op-amp feedback circuit?

As mentioned elsewhere, an operational amplifier is a differential voltage amplifier circuit that has very large voltage gains ($10^5-10^7$), near infinite input resistance, and near zero output resistance. This means that we can model the op-amp as a dependent voltage source controlled by a voltage. The circuit model for the operational amplifier is shown in figure 8.

Figure 8: Op-Amp Equivalent Circuit
\begin{figure}
\epsfxsize =3.in
\epsfclipon
\centerline{\epsffile{fig-root/opamp_fig2.eps}}
\end{figure}

The idealized model shown in figure 8 is a good approximation for the ``real-life'' op-amp's behavior. In other words, the op-amp is a special circuit that has been specially engineered to behave like its idealized circuit model. We can therefore use op-amp models in a reliable manner to predict the behavior of op-amp circuits, with high confidence that our analytical predictions will hold true in real-life. This means the op-amp is a useful building block in analog circuit design.

The fact that the operational amplifier has an extremely large voltage gain is very useful when we connect the op-amp in a feedback circuit. In particular let's consider the inverting feedback connection shown in figure 9. This circuit shows the positive terminal of an independent source connected to the inverting terminal of the op-amp through a resistor $R_1$. A portion of the output voltage, $V_{\rm out}$ is applied to the inverting input terminal through the voltage divider formed by resistors $R_1$ and $R_2$. In other words, a portion of $V_{\rm out}$ is fed back into the op-amp's input, hence the name ``feedback circuit''.

Figure 9: Inverting Op-amp Feedback Circuit
\begin{figure}
\epsfxsize =3.in
\epsfclipon
\centerline{\epsffile{fig-root/inverting_amplifier_fig1.eps}}
\end{figure}

To analyze this circuit, we want to derive the relationship between the input voltage $V_{\rm in}$ and the output voltage $V_{\rm out}$. In particular, we note that

\begin{eqnarray*}
V_{\rm out} = - A V_1
\end{eqnarray*}

where $V_1$ is the voltage from the negative terminal to ground. Because $A$ is large, on the order of $10^6$, we know that if $V_{\rm out}$ is around 1 volt, that $V_1$ must be $1$ micro-volt. This is a tremendously small voltage and it means that the negative terminal of the op-amp is very close to being zero volts (ground). So we may assume that $V_1$ is equal to zero volts. We sometimes refer to this as the virtual ground assumption.

Under the virtual ground assumption, we know that the current $I_1$ through resistor $R_1$ must be $I_1 = \frac{V_{\rm in}}{R_1}$. We also know that the current, $I_2$, through the feedback resistor, $R_2$, must be $I_2 = \frac{V_{\rm out}}{R_2}$. Moreover, we know that the input resistance of the op-amp is extremely large so that the current going into the negative terminal is also nearly zero. By Kirchoff's law, we can therefore conclude that $I_1=-I_2$. Because the current going through both resistors is nearly the same, we can immediately see that

\begin{eqnarray*}
\frac{V_{\rm out}}{R_2} = -\frac{V_{\rm in}}{R_1}
\end{eqnarray*}

which simplies to

\begin{eqnarray*}
V_{\rm out} = -\frac{R_2}{R_1} V_{\rm in}
\end{eqnarray*}

In other words, the output voltage is proporitional to the input voltage with the proportionality constant (also called the voltage gain) of $-R_2/R_1$.

Note that the above analysis is approximate in the sense that we used the high gain of the op-amp to assume that the negative terminal was at ground (the virtual-ground assumption) and we used the high-input resistance of the op-amp to show that the current through $R_1$ and $R_2$ were equal to each other. It is because of these approximations that we find that the voltage gain of the inverting feedback connection is insensitive of the op-amp's gain.

Finally note that the preceding analysis can also be used with slight modifications to derive the voltage gain for the non-inverting op-amp feedback circuit shown in figure 7. As part of the pre-lab, you will need to do this analysis.


next up previous
Next: What is a comparator? Up: Background Previous: What is a buffering
Michael Lemmon 2009-02-01