Wednesday 9 April 2014

operational amplifier - How much voltage difference will lead to saturation, LM741?


enter image description here


Which parameter should I look for? I want to know what should be ( Vin+ - Vin- ) to get a saturated output.



Answer



enter image description here


The main one would be the large signal voltage gain. This gives the output in V for a difference in input measured in mV.


You also need to look at the input offset voltage which in this case is 2 to 6 mV. If you take the worst case, 6 mV, and maximum large signal voltage gain of 200 you can see that the output would be saturated without any difference between the inputs.


The 741 is ancient and should only be used to learn about why we don't use them anymore.



No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...