23. Op-amps as mathematical operators


In the previous lesson, we learned how we can use op-amps for inverting and noninverting amplification and for signal stabilization with an op-amp as an emitter follower.

This lesson, we present.

  • Summing and subtracting

  • Integrating

  • Differentiating

In future lessons, we will also investigate using op-amps in sample-and-hold circuits, active filters, transimpedence amplifiers (converting current to voltage) and in instrumentation amplifiers (amplifying the difference between two voltages).

Some of the content of this lesson is forthcoming. Presently, we show only summing amplification.

Summing amplifiers

When designing circuits, we often want to add voltages. A common example is when we use a high pass filter applied to a signal and the DC signal is attenuated to close to zero so that the filtered signal dips into negative voltages. If we have a detector that can only read nonnegative voltages, we will not be able to read our filtered signal. So, we may wish to add an offset voltage to the filtered signal to bring it above zero (e.g., if the variation of the signal is what we are interested in).

The circuit below is a non-inverting summing amplifier. Comparing to the example just described, \(V_1\) may be high pass-filtered signal and \(V_2\) may be an offset voltage we wish to add to it.

Noninverting summing amplifier circuit

The idea is the same as the non-inverting amplifier above; we simply bring in two (or more) input signals into the noninverting input of the op-amp. By Millman’s theorem, the input voltage is

\begin{align} V_\mathrm{in} = \frac{V_1/R_1 + V_2/R_2}{R_1^{-1} + R_2^{-1}}. \end{align}

We then apply the result derived in the previous lesson for the amplification, giving

\begin{align} V_\mathrm{out} = \left(1 + \frac{R_3}{R_4}\right)\frac{V_1/R_1 + V_2/R_2}{R_1^{-1} + R_2^{-1}}. \end{align}

The resistances \(R_1\) and \(R_2\) may be tuned to give a weighted sum of the input voltages \(V_1\) and \(V_2\), and the resistances \(R_3\) and \(R_4\) may be tuned to give the gain of the amplifier. In the case where \(R_1 = R_2\) and \(R_3 = R_4\), we get \(V_\mathrm{out} = V_1 + V_2\).