1

In the given problem, I know that the answer should be (d), because it should act like a Schmitt trigger.

Schmitt trigger

But when I try to model this circuit in Flastad, I suddenly get that the answer (b) is right.

Falstad

Perhaps I miss something again. The op amp should act like an output of either 5 of -5 volt, depending on the non-inverting voltage value and whether it is lower or higher than zero reference inverting voltage input.

KrtekUser
  • 33
  • 4

1 Answers1

0

You've used an op-amp model that has hidden power supplies. The default in this online simulator appears to be +/-15V for the limits on the output. So you'd expect the ST to switch at +/-15V thresholds.

Real op-amp outputs will saturate at some voltage less than the power supplies, depending to some degree on the loading (your 1KΩ resistors) are a relatively heavy load for some op-amps).

Anyway, change the output limit numbers (or use a model with power supply connections and appropriate power supply voltages) and it should behave more as you expect:

enter image description here

Spehro Pefhany
  • 376,485
  • 21
  • 320
  • 842
  • The power supplies were already set to +-5Volts – KrtekUser Jul 15 '23 at 17:10
  • 1
    For the ST to switch the non-inverting input has to reach 0V, so the thresholds will be +/-5V with an output of +/-5V. Your signal has to be a bit larger than that. Try 5.1V peak. If it's being driven by a similar op-amp you'd want to make the feedback resistor higher than the input resistor or it will never switch. – Spehro Pefhany Jul 15 '23 at 17:32