0

Given input 1mA and resistances: 1kOmh and 100Ohm. Find the V[exit].

My try:

  1. V[on R1] = I[R1]*R1 = 1V
  2. As long as R2 "grounded" the I=0A and U=0V
  3. The difference in Voltage between "-" and "+" should be 0.

How to solve it?

enter image description here

J.Olufsen
  • 105
  • 3

1 Answers1

3

Given V- = V+ = 0V and no current flows into the opamp

Then input current = output current

1mA = (0-Vout)/1000

Therefore Vout = -1V

Pyxzure
  • 330
  • 1
  • 8