Saturday 5 November 2016

resistors - What is the use for non-inverting input resistance in a negative feedback opamp?



enter image description here


Here in the Figure R5=50K. This resistor value is not in the equations to obtain output voltage, and in many tutorials non-inverting input is directly grounded without a resistor. What might be the reason to use it here?



Answer



R5 equals R4 || R6 (resistors in parallel) calculated as $$R_5 = \frac{R_4 \cdot R_6}{R_4 + R_6}$$ and its purpose is to balance the two inputs of the opamp, it cancels the differences caused by the opamp input bias current


http://www.ecircuitcenter.com/Circuits/op_ibias/op_ibias.htm


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...