Electronic – What does this op amp/transistor circuit do

bjtoperational-amplifiertransistors

Consider this circuit:

schematic

simulate this circuit – Schematic created using CircuitLab

It's not clear to me what this circuit does. Here's what I think I understand:

  • Depending on the position of the pot, the voltage at the non-inverting input is between 9V and 10V
  • Because of negative feedback, the voltage at the collector of the transistor is also between 9V and 10V (or is it? It's not clear how the second power supply input is affecting the feedback cycle).
  • The current through the load will be at most 10 A (perhaps this is a current source?).

I'm a beginner and these things are very confusing to me. In addition to a theoretical understanding, I'm also interested in how real (ie. non-perfect) op amps might behave differently and the tradeoffs involved in picking the right op amp for this circuit.

Best Answer

The circuit is broken because it mistakenly implements positive feedback, where the intent is to have negative feedback. The more resistance you dial in with the potentiometer, to raise the voltage on the + input, the more the MJE transistor conducts. This causes current to increase through R3, which lowers the voltage at the bottom of R3. This lowered voltage is fed back to the - input of the op-amp, and has the effect of increasing the output!

In effect, it's a double negative: R3 is the load resistor of an inverting gain stage, and this inverted output is fed to the inverting input of the op-amp. Inverted output fed to an inverting input is positive feedback.

The proper approach to take the feedback signal simply from the output of the op-amp (classic voltage follower/buffer). This buffer then simply drives the base of the transistor, implementing a classic emitter-follower to increase the current driving ability. R3 is not necessary.

Alternatively, the feedback signal can be taken from the node where the transistor's emitter meets the load (top of the load). That topology will then eliminate the VBE voltage drop, since it moves the VBE drop into the feedback loop. The consequence is that the load voltage will then closely follow the voltage on the op-amp's + terminal, rather than be a VBE drop lower.

Concretely, here is a version of the circuit modified with the above feedback topology, and also cleaned up to simulate. I got rid of the series resistor from the potentiometer so we can vary the voltage from 0 to 10V (by varying the "k" parameter of the pot from 0 to 1). The role of the load is played by R4.

schematic

simulate this circuit – Schematic created using CircuitLab

If we move the feedback line to the original location, then the DC simulation shows that the circuit latches up with the transistor open.

Even if R3 is made substantially larger, the hypothesized positive feedback action doesn't happen precisely as described, but rather as follows: When power is applied, no current flows through R3, and so the - input of the op-amp is held at the 10V power rail. The + input cannot rise above this, and so the op-amp output is driven low. In this manner, the positive feedback keeps the transistor in a cut-off state. If we turn the potentiometer all the way up, it's more interesting: then the inputs are both nominally at 10V. The actual behavior will depend on their precise values, which are determined by bias currents and leakage through the cutoff transistor.