Understanding Voltage Divider Equation in Op Amp Circuits

AI Thread Summary
The discussion centers on the voltage divider equation used in op-amp circuits, specifically addressing the inclusion of the Vin term in the calculation of V+. The equation presented shows that V+ is derived from the voltage drop across R1, factoring in both Vout and Vin. It clarifies that assuming Vin as 0V simplifies calculations, but in practical scenarios, Vin has a significant value that must be incorporated. The conversation emphasizes the importance of understanding current flow and voltage potentials in the circuit to accurately apply the voltage divider principle. Ultimately, recognizing the role of Vin is crucial for precise calculations in op-amp applications.
likephysics
Messages
638
Reaction score
4

Homework Statement


This is not a HW question.
I was watching a lecture on youtube - http://www.youtube.com/watch?v=ke3SL_R92ys&NR=1
At 9mins into the lecture, there is a voltage divider equation.
(screen shot attached)
In the calculation of voltage at the +ve input of an op amp, the equation is
V+ = [(Vout-Vin)/(R1+R2)]R1+Vin

Why the Vin term at the end?
If you look at the feedback part as a voltage divider with 2 voltage sources, Vout at the top and Vin at the bottom. V+ would be I*R1
I = R1/(R1+R2) * (Vout-Vin)

Homework Equations


The Attempt at a Solution

 

Attachments

  • lec1.jpg
    lec1.jpg
    10.1 KB · Views: 434
  • lec2.jpg
    lec2.jpg
    9.8 KB · Views: 401
Physics news on Phys.org
Because of polarity, he is assuming that Vout is the highest potential, and is calculating the current going from Vout to Vin.

He is saying he wants to find the amount of voltage dropped across R1 by calculating the current of the circuit (by ohms law as the voltage of the circuit divided by the resistance of the circuit), and then multiplying by R1, and adding that to Vin to get V+.

He alternatively could have gotten the circuit current and multiplied by R2 and then subtracted that voltage from Vo to get V+.

Your voltage divider assumes that Vin is 0V (ground). This is currently not the case, though it is how the voltage divider method is introduced as it makes calculations slightly easier.

When you do a voltage divider, you are assuming that the current in the circuit is in series, and thus equal everywhere. You can then equate this current through each resistor, by ohms law, as a voltage divided by a resistance (assuming Vin as the highest potential and Vo as the lowest potential).

(Vin - V+) / R1 = (V+ - Vo) / R2 ... cross mulitply
(Vin - V+) * R2 = (V+ - Vo) * R1 ... expand
VinR2 - V+R2 = V+R1 - VoR1 ... group similar terms
VinR2 = V+R1 + V+R2 - VoR1 ... factorize
VinR2 = V+ * (R1 + R2) - VoR1 ... rearrange
V+ = VinR2 / (R1 + R2) - VoR1

Now of course when Vo (the lowest potential) is ground and thus 0V this term goes away and you are left with the familiar voltage divider equation:

V+ = VinR2 / (R1 + R2)

However when one end of the voltage divider is not 0V, as this lecturer has assumed (since there's little point putting 0V into an Op-Amp) you have to include the voltage in your calculations.
 
Back
Top