There is also pseudo-differential where the 2 inputs are measured with respect to ground and then subtracted.
Very interesting to know there's a "pseudo-differential". I
assume that the pseudo-differential = (V2-V1) in the following case:
fig.1
When I was learning about op-amp differential amplifier, I had been thinking "why are they introducing
common-mode input signals?" "where did they come from?" "why bother splitting one single voltage into differential and common-mode components?". I was just focusing on the circuit in fig.1 above, where I
arbitrarily set the differential input voltage as (V2-V1), which was the only way I could think of back then to creat a "voltage difference".
As a result, with R1=R3 and R2=R4 in fig.1, I could only see an amplified voltage difference, didn't know what role a common-mode input was playing.
Later I realized that I could arrange the output voltage expression in a different form, with arbitrary resistor values, to see how the so-called common-mode voltage affects the output voltage Vout in fig.1:
By superposition, Vout can be expressed as
Vout = -(R2/R1)*V1 + V2*[R4/(R3+R4)]*(1+R2/R1)
If we define the differential voltage Vd and the common-mode voltage Vc seperately as
Vd=V2-V1
Vc=(V1+V2)/2
and substitute
V1 = Vc - Vd/2
V2 = Vc + Vd/2
into Vout, we get
Vout = { R2/R1 + [R4/(R3+R4)]*(1+R2/R1) } * Vd/2 + [R4/(R3+R4)]*[ 1- (R2*R3)/(R1*R4)] * Vc
In the circuit in fig.1, because R1=R3 and R2=R4, the coefficient of Vc becomes zero, Vc is gone. The output voltage only has something to do with the differential voltage, Vout=Vd*R2/R1. That's why I didn't see the influence of a common-mode voltage on the output, and wondered why they were complicating things by introducing Vc and splitting V1 and V2 each into 2 terms.
Now I see once there's an imbalance in the resistor values, the common-mode voltage begins to play a role. In addition to amplifying the voltage between the amplifier's two input terminals, it also amplifies another kind of voltage - the common-mode voltage. If the common-mode voltage is too large, the voltage at the output terminal might saturate.