Why use 2 op-amps when you only need 1?

giovanni

Well-known member
A while ago I saw an op-amp based buffer circuit with optional polarity reversing switch that uses a single op-amp, so I started searching for it, but I only found this (and the articles that inspired it). Digging a bit more in the darkest corners of the interwebs, I finally found the circuit I remembered, obviously from R.G.Keen. Now call me old fashioned, but I always thought the "less-is-more" philosophy is a really good fit for electronics design, so let's compare the two.

Here's the first circuit, using 2 op-amps:

Screen Shot 2022-02-25 at 5.21.12 PM.png
As you can see, it's pretty much two textbook op-amp buffers, one inverting, one not, with a switch that lets you choose the polarity. Nothing more to see here, move along.

Next, the more clever and spartan design:

polrev1.gif

This time, the design is a bit more complicated and kind of an amalgam of the two circuits above. The input is connected to both op-amp inputs, but with the switch open the positive input has gain of exactly 2 (modulo component tolerances) and the negative side exactly -1 (ditto), for a grand total of 2-1=1 (ditto), i.e., a non inverting buffer. When closing the switch, the positive input is essentially grounded (Vbias is equivalent to ground for AC) so the gain automatically becomes -1, i.e., an inverting buffer. That comes at the cost of one extra resistor but one fewer op-amp.

Is the first circuit easier to design (at least for a first year EE student)? You bet it is. Is it more expensive to make? Maybe a bit given that an op-amp (or a dual op-amp) is probably more expensive than a resistor. Does it consume more power? Most likely although I'd have to do the math (I assume the op-amps consume the lion's share of the power). Is it less efficient? Definitely. And don't get me started on the applications of the second circuit as rectifier/octave and ring-mod. Also I'm not sure why the pulldown is on the input in the first circuit but on the output in the second. Does anybody have any idea?

Anyhoo, I thought this was a fun pair of circuits to share.
 
well ... kinda depends. if I had a single op amp in mind, like a 741 ... then I'm all about design 2. if I have a bunch of tl072, I'm going with door # 1. technically pulldown can be on either the in or the out so it doesn't really matter does it?
 
Yeah that’s fair. The way I see it, if your switch grounds the input I feel like the pull down is really more useful at the output? Not sure tho, I wonder if it’s just design dependent?
 
Oh wait, here's an idea: what if you want to put 4 buffers in one box as a pedalboard helper for dual mono setups? One chip with 4 op-amps and a handful of resistors and caps and you’re done…
 
The input impedance of the Keen polarity reverser is Rbias when SW1 is open. The input impedance is Rbias || R1 || R3 when SW1 is closed. This may or may not present a problem with loading depending on what is driving the polarity reverser.

Note: || means in parallel with.

The input impedance of the 1st circuit is always R1 || R2. R1 and R2 can be made very large.
 
My rule of thumb is to not exceed 1M. That will work with most opamps we use for pedals, including TL072, JRC4558, NE5532, LM833, etc. Remember: R1 = R2 for unity gain.
 
Yeah so with that rule the three in parallel would make at most ~333Kohm, which may be a bit on the low end as far as input impedance goes. Thanks for the input Chuck!
 
You can go bigger on R1 - R3, but stray capacitance will cause some treble roll-off. If the polarity reverser is being driven by a guitar, then the 1st polarity reverser is definitely superior. There's not enough difference in price between single & dual opamps to drive the decision.
 
Yeah I was thinking that you could just fix the impedance issue with another buffer stage in front (in case you wanted to use the circuit for ring mod or something) which then makes the two circuits more or less equivalent.
 
Back
Top