Need some insight into an inverting op amp example

AI Thread Summary
The discussion revolves around solving a practice problem involving inverting op amps, where the original poster struggled with an incorrect assumption about calculating equivalent resistance in the circuit. They initially treated resistors R1, R2, and R3 as a single resistance, leading to a flawed approach. Upon reevaluating using Kirchhoff's Current Law (KCL) equations, they successfully derived the correct solution. The conversation highlights the importance of understanding current division and the ideal op amp assumptions, particularly regarding the behavior of input terminals. Ultimately, the participants emphasize the need for accurate reasoning in circuit analysis to avoid common pitfalls.
kostoglotov
Messages
231
Reaction score
6
Currently working through a chapter on op amp circuits, fundamentals.

Came upon this practice problem in the section on inverting op amps

2DrQLXk.png


imgur link: http://i.imgur.com/2DrQLXk.png

7KRKzKC.png


imgur link: http://i.imgur.com/7KRKzKC.png

A working of this problem is not given. I got the correct answer the second time, by working through some KCL equations on a more fundamental level, but failed the first attempt based on what is evidently an incorrect assumption. But I don't fully understand why that assumption is wrong.

Before both solutions, I converted the current source to a voltage source in series with a resistor R_s with the equation V_s = i_s R_s.

I've labeled the node between R_1, R_2, and R_3 as v_2. v_1 is between R_s and the inverting input to the op amp.

My second attempt combined

\frac{-v_s}{R_1} = \frac{v_2-v_0}{R_3} + \frac{v_2}{R_2} \\ \text{with} \ \ v_2 = -i_1 R_1 \\ \text{and} \ \ i_1 = i_s

to obtain the correct proof.

My first wrong attempt made an assumption about calculating the equivalent resistance of R_1, R_2, and R_3, that goes like this:

-- you can think of R_1, R_2, and R_3 as being a "single resistance" as their combined configuration ("lump") takes v_0 to Ground (a zero Volt node). Because the node v_1 is (theoretically/ideally) at zero volts because it is short circuited to the common analog ground because we are considering an ideal op amp, and for an ideal op amp we can think of the op amps input terminals as being a short circuit when doing voltage calculations (and as an open circuit when doing current calculations). The presence of the R_s resistor connected to v_1 can be ignored, because it will not (ideally) change the fact that v_1 is (ideally) always 0V.

So, using this assumption, R_3 goes from v_0 into a two parallel resistors R_1, and R_2 which both (ideally) connect to the common analog ground node...soo

R_{eq} = R_3 + \frac{R_1 R_2}{R_1 + R_2}

and

v_0 = \frac{-R_{eq}}{R_s} v_s = -R_{eq} i_s

This of course does not work. In that it does not agree with the text or the also much more sound reasoning from just doing the KCL equations outlined initially.

What I don't understand really, is what's wrong with my reasoning in the assumption I constructed above, keeping in mind that this assumption would only work for ideal op amps (ie, v_1 is assumed as always being at 0V).
 
Engineering news on Phys.org
kostoglotov said:
Currently working through a chapter on op amp circuits, fundamentals.

Came upon this practice problem in the section on inverting op amps

2DrQLXk.png


imgur link: http://i.imgur.com/2DrQLXk.png

7KRKzKC.png


imgur link: http://i.imgur.com/7KRKzKC.png

A working of this problem is not given. I got the correct answer the second time, by working through some KCL equations on a more fundamental level, but failed the first attempt based on what is evidently an incorrect assumption. But I don't fully understand why that assumption is wrong.

Before both solutions, I converted the current source to a voltage source in series with a resistor R_s with the equation V_s = i_s R_s.

I've labeled the node between R_1, R_2, and R_3 as v_2. v_1 is between R_s and the inverting input to the op amp.

My second attempt combined

\frac{-v_s}{R_1} = \frac{v_2-v_0}{R_3} + \frac{v_2}{R_2} \\ \text{with} \ \ v_2 = -i_1 R_1 \\ \text{and} \ \ i_1 = i_s

to obtain the correct proof.

My first wrong attempt made an assumption about calculating the equivalent resistance of R_1, R_2, and R_3, that goes like this:

-- you can think of R_1, R_2, and R_3 as being a "single resistance" as their combined configuration ("lump") takes v_0 to Ground (a zero Volt node). Because the node v_1 is (theoretically/ideally) at zero volts because it is short circuited to the common analog ground because we are considering an ideal op amp, and for an ideal op amp we can think of the op amps input terminals as being a short circuit when doing voltage calculations (and as an open circuit when doing current calculations). The presence of the R_s resistor connected to v_1 can be ignored, because it will not (ideally) change the fact that v_1 is (ideally) always 0V.

So, using this assumption, R_3 goes from v_0 into a two parallel resistors R_1, and R_2 which both (ideally) connect to the common analog ground node...soo

R_{eq} = R_3 + \frac{R_1 R_2}{R_1 + R_2}

and

v_0 = \frac{-R_{eq}}{R_s} v_s = -R_{eq} i_s

This of course does not work. In that it does not agree with the text or the also much more sound reasoning from just doing the KCL equations outlined initially.

What I don't understand really, is what's wrong with my reasoning in the assumption I constructed above, keeping in mind that this assumption would only work for ideal op amps (ie, v_1 is assumed as always being at 0V).
Why would you convert the current source to something else? The basic assumptions of an ideal opamp make this a straightforward problem with the input current source flowing through the resistors...
 
kostoglotov said:
what's wrong with my reasoning in the assumption I constructed above,
It incorrectly assumes that current through R3 is equal to Is ?
 
berkeman said:
Why would you convert the current source to something else? The basic assumptions of an ideal opamp make this a straightforward problem with the input current source flowing through the resistors...

Could you help me out there then? Because I can't see how to do it without converting to a voltage source with a series resistor.

I can see that the current divides to flow into R2 and R3 so

i_1 = i_s = i_2 + i_3

and I can see that the current would divide like

i_2 = \frac{R_3}{R_2+R_3}(v_1-v_0) \\ \text{and} \ \ i_3 = \frac{R_2}{R_2+R_3}v_1

and

v_1 = -i_s R_1

because the node just before R_1 is at zero and the node v_1 is just after R1.

which can bring me to

i_s = \frac{(R_2+R_3)v_1 - R_3 v_0}{R_2 + R_3} = v_1 - \frac{R_3 v_0}{R_2 + R_3}

giving

i_s = -i_s R_1 - \frac{R_3 v_0}{R_2 + R_3}

then

(1+ R_1)i_s = -\frac{R_3 v_0}{R_2 + R_3}

giving

\frac{v_0}{i_s} = \frac{-(R_2+R_3)(1+R_1)}{R_3}

I can't see how to do this without changing to a voltage source with a series resistor...I'd love to know though, an easier way would be much better.
 
kostoglotov said:
i_2 = \frac{R_3}{R_2+R_3}(v_1-v_0) \\ \text{and} \ \ i_3 = \frac{R_2}{R_2+R_3}v_1
Are you sure that the result is in amps ??
 
  • Like
Likes kostoglotov
EDIT

oops Jony got there before me, nicely done Sir !sanity check on assumptions and method

units okay ?

upload_2016-2-14_6-49-46.png
 
  • Like
Likes kostoglotov
Jony130 said:
Are you sure that the result is in amps ??

Well, that was a dumb mistake :P Thanks :)
 
jim hardy said:
EDIT

oops Jony got there before me, nicely done Sir !sanity check on assumptions and method

units okay ?

View attachment 95817
Well, that was a dumb mistake :P Thanks :)
 

Similar threads

Back
Top