Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

I have the circuit shown in the image. According to the the book I am reading when the opamp is in common mode Vout is always 0.

That means that also the gain is 0 because G=Vout/Vin.

Is this happening cause the circuit is completely symmetric?

enter image description here

share|improve this question

2 Answers

up vote 4 down vote accepted

If that circuit is the one the book is talking about, then it's simply wrong.

The collector voltage of that differential pair will definitely change with a common-mode signal. The point is, because of the symmetry of the circuit, both collectors will change the same amount, so the differential output voltage (measured between the two collectors) will be zero. But either collector by itself, measured relative to ground, will show the common-mode signal.

The gain of the circuit for common-mode signals is much reduced relative to the gain for differential signals. If the shared emitter resistor were to be replaced with an ideal current source (effectively infinite resistance), this gain would in fact be reduced to zero, and then the common-mode signal at the output would disappear.

share|improve this answer

OP-AMP is "Differential Amplfier" which means Input voltage for OP-AMP is voltage difference between two inputs.

Vout of OP-AMP is directly proportional to this voltage difference i.e. (V1-V2).

Reframing Gain Equation,

Vout = (Gain) x (V1-V2).
Vout = (Gain) x 0  -- For Common Mode Signal.
Vout = 0;

This doesn't mean that Gain is 0. Gain could be any value but as differential input is 0, Output is 0.

share|improve this answer
That's for the theoretical model. How do you apply that to the schematic, which the OP asks about? – Federico Russo Sep 28 '12 at 9:33
So with this in mind Vout is not 0. Zero is the differential output? – tikname Sep 28 '12 at 9:43
@tikname Vout is 0 and it depends on Differential Input. – Swanand Sep 28 '12 at 9:47

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.