A couple inverting op-amp questions

  • Thread starter Thread starter jaydnul
  • Start date Start date
  • Tags Tags
    Couple Op-amp
Click For Summary

Discussion Overview

The discussion revolves around the design and operation of inverting op-amps, focusing on resistor selection, biasing, and powering op-amps with single power sources. Participants explore theoretical considerations, practical implications, and design challenges related to these topics.

Discussion Character

  • Technical explanation
  • Conceptual clarification
  • Debate/contested
  • Experimental/applied

Main Points Raised

  • Some participants suggest that higher valued resistors can reduce current consumption, but caution against using resistors over 100k due to potential bandwidth issues and surface leakage.
  • Others argue that the choice of resistor values must consider parasitic capacitances and their impact on bandwidth.
  • There is a discussion about the necessity of a resistor between the non-inverting input and ground, with some noting that modern op-amps have very low input bias currents, potentially diminishing the need for such compensation.
  • Participants inquire about powering op-amps with a single power source, with some noting that certain op-amps are designed for single supply operation while others require split supplies.
  • One participant explains that the concept of "circuit common" is important for understanding how op-amps function with different supply configurations.

Areas of Agreement / Disagreement

Participants express varying opinions on the advantages and disadvantages of resistor values and the necessity of biasing resistors. There is no consensus on the optimal approach to powering op-amps with a single power source, as different perspectives on design requirements and op-amp characteristics are presented.

Contextual Notes

Participants highlight limitations related to the assumptions about op-amp behavior, such as the ideal vs. real characteristics of op-amps, and the impact of resistor values on circuit performance. The discussion also touches on the need for careful consideration of biasing and coupling when using single supply configurations.

jaydnul
Messages
558
Reaction score
15
For the simplest case you have a feedback resistor and an input resistor. The non-inverting input is connected to ground.

1. If the gain is only dependent on the ratio of the resistors, is there some sort of advantage in picking higher valued resistors (in the k range) rather than 10 or 20 ohms? The current drawn from the output will be completely dependent on the load resistance anyways.
300px-Op-Amp_Inverting_Amplifier.svg.png


2. What is the point of connecting a resistor in between the non-inverting input and ground?
basic_opamp.gif


Thanks!
 
Engineering news on Phys.org
@1) The resistors should be (a) much larger than the finite (small) output impedance of the opamp and (b) much smaller than the (large) input resustance of the opamp. This is desired because otherwise the opamp cannot be trated anymore as a ideal device during all calculations. As another aspect: The input resistance of the invering circuit should be not too small (otherwise the signal source is loaded too much).

@2) Although neglected during calculations - there is a small dc input bias current into the opamp input terminmals. This input current causes a small dc offset voltage at the inverting terminal across the resistors Rin and Rf. However, if app. the same dc voltage exists at the non-inv. terminal, the offset at the inv. terminal is compensated. For this purpose, the resistor between non-inv. terminal and ground should have a value of app. Rin||Rf.
 
  • Like
Likes   Reactions: berkeman and davenn
As LvW wrote, but also ...

Jd0g33 said:
The current drawn from the output will be completely dependent on the load resistance anyways.
The op-amp output must supply the current to Rf and to the load of the next stage. Because the inverting input is a virtual earth, If = Vout / Rf. So use higher value resistors to reduce current consumption.
Try to avoid using resistors over 100k, that way the surface leakage on a damp or contaminated PCB should not be a problem. High value resistors may also result in bandwidth problems where high track or terminal capacitance is involved. The bandwidth problem is reduced when a virtual Earth is employed because there is very little change in terminal voltage.

Jd0g33 said:
2. What is the point of connecting a resistor in between the non-inverting input and ground?
There was a time when op-amp input bias currents were quite high. If the resistance seen by the op-amp inputs were not similar, there would be an input offset voltage resulting from the bias currents. Input bias currents are now so close to zero that there is no advantage to be gained by using the bias current compensation resistor.
 
  • Like
Likes   Reactions: davenn
Alright, makes sense. Also, is there a simple way to power an op amp using only one power source? Everything I found online was really complicated.

Thanks
 
Jd0g33 said:
1. If the gain is only dependent on the ratio of the resistors, is there some sort of advantage in picking higher valued resistors (in the k range) rather than 10 or 20 ohms?

If you take into account that there are parasitic capacitances associated with a real circuit implementation of that schematic, what would some of the bandwidth considerations be in choosing the range of those resistors...? :smile:
 
Jd0g33 said:
Also, is there a simple way to power an op amp using only one power source? Everything I found online was really complicated.

some are designed to work only from split rail PSU's +V 0V -V, some of those will work on single rail supplies
Others are designed to work off single rail supplies

The datasheet for any given Op-Amp will state its operating conditions

cheers
Dave
 
Jd0g33 said:
Alright, makes sense. Also, is there a simple way to power an op amp using only one power source? Everything I found online was really complicated.
Thanks

In general, ALL opamps are able to work with single or double supply. Therefore, the question arises why some devices are described as "especially suited" for single supply?
The answer is connected with the ability of the device to work "rail-to-rail". If the particular application requires only positive output signals, in many cases one is interested to allow outputs down to (nearly) zero. In this case, it is possible (but not necessary!) to use devices especially designed for single supply operation. I think, that is the only point which matters. In all other cases, you can (can !) use a single supply voltage only - however, you must be aware of the consequences:
(1) A special input biasing is necessary, and
(2) An output coupling capacitor is necessary (because of a dc output voltage at app. half of the supply voltage).
 
To state it more simply,

Look at the humble 741:
250px-LM741_Pinout_Round.svg.png


there's no pin for "Circuit Common"
so walk a mile in Mr opamp's shoes...
supply voltage is the difference between Vs+ and Vs-.
You have no idea whether there's a third 0V terminal on your supply that's connected to Circuit Common...
So whether the supply is single or dual is not known to the opamp. Only the guy who built the circuit knows for sure..As LvW said, you might think of it in terms of how much of the range between Vs+ and Vs- is useable?
Remember voltage is potential difference
Mr 741 won't tolerate his input pins closer than a couple volts to either supply, and can't drive his output closer than that either.
For that reason we establish a "Circuit Common for signal" in the vicinity of halfway between Vs+ and Vs- . Usually we do that with a split supply so that the circuit can handle signals of either polarity. Junction of Vs+ and Vs- becomes signal common. But observe it doesn't connect to the opamp, there's no pin for it.

"Single Supply" opamps like LM324 will tolerate inputs within millivolts of Vs- and can drive their output pin there so long as the current demanded is small. BUt even the LM324 needs about 1.5 volts of "headroom" from Vs+ on both inputs and output.
"Rail to Rail" opamps can work all the way to both supplies which is really handy in today's battery powered world.

Took me a long time to realize that circuit common is just a handy place to hook your voltmeter's black wire.Hope that helped.old jim
 
Last edited:
  • Like
Likes   Reactions: LvW

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
Replies
15
Views
3K
  • · Replies 9 ·
Replies
9
Views
5K
Replies
12
Views
3K
  • · Replies 31 ·
2
Replies
31
Views
5K
  • · Replies 4 ·
Replies
4
Views
2K