Electronic Circuits-Compute voltage gain for OP-amplifiers

  • Context: Engineering 
  • Thread starter Thread starter beyondlight
  • Start date Start date
  • Tags Tags
    Electronic Gain Voltage
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
beyondlight
Messages
64
Reaction score
0

Homework Statement



We got the following circuit:

http://tinypic.com/view.php?pic=1zl7xg2&s=6

u_in is input
u_ut is output



The Attempt at a Solution



I assumed that the upper amp has voltage u_in on the positive terminal.
And that the lower amp has voltage 0 V on the positive terminal.

then i calculated u_ut but the ratio then becomes: u_in/u_ut = 0

Because the current from the upper amplifiers output terminal to the output terminal u_ut is

i=u_in/2R

which then gives us

u_ut=u_in -(i*2R) = u_in -u_in

the right answer should be -1

:'(

help please.
 
Physics news on Phys.org
So this is how i did it:

On the positive input for the 3rd amplifier we have v_x/2.

And i suppose that the voltage on the output terminal of the upper amplifier is v_x+u_in

The current through the resistor then becomes:

[tex]i=\frac{\frac{v_x}{2}-(u_{in} + v_x)}{R}[/tex]

Then the expression for the output u_o is:

[tex]u_o=\frac{v_x}{2} - R*i = {\frac{v_x}{2}-\frac{v_x-2u_{in}-2v_x}{2R}*R}[/tex]

after simplifying we obtain:

[tex]u_o=-v_x-u_in[/tex]

u_o/u_in = -1 (if v_x = 0)


Have i done correct?
 
beyondlight said:
So this is how i did it:

On the positive input for the 3rd amplifier we have v_x/2.

And i suppose that the voltage on the output terminal of the upper amplifier is v_x+u_in

The current through the resistor then becomes:
Which resistor? Which direction?[/color]

[tex]i=\frac{\frac{v_x}{2}-(u_{in} + v_x)}{R}[/tex]

Then the expression for the output u_o is:

[tex]u_o=\frac{v_x}{2} - R*i[/tex]
If we use your above expression for i, then the "-" here should be "+"
 
It is for the resistor after the output of the upper-most amplifier. I thought the current goes out of this amplifier and ends up at the output. So then it should be "-"

But i re-calculated this task with my method again, and got a quite different result. That turned out to be correct. I calculated without adding v_x.

The same current: i=(u_in/R)

u_out=0-Ri= -R(u_in/R)=-u_in

The gain then becomes -1.

I think this is sufficient.