How do we investigate basic transistor amplifier stages?
I have dedicated this story to basic transistor amplifier stages: common emitter, common base, common collector and differential amplifier. I show how they can be built sequentially, step by step, revealing the idea behind them. I have been using this approach in my classes with my students in Basic Electronics since 2004 and in Semiconductor Devices since 2015. I have also published a paper What is the idea behind the transistor differential amplifier? in the section of Electrical Engineering of Codidact.
Building the circuit
What is an amplifier?
In the literal sense of the word, there is no (energy) amplification. It is not possible to get a large power from a small one because this would violate the law of energy conservation (energy can only be converted). "Amplification" actually means "regulation". Here is a simple intuitive explanation of this trick…
Amplifier with a current output...
To make an "amplifier", we connect a regulating element (transistor T) in series with the supply voltage source Vcc and begin to control its "resistance" through the input voltage Vin. As a result, the current Ic starts to change.
... indicated by an LED
In addition to the classic ammeter, we can monitor the current with the help of an LED (the intensity of its light gives us an idea of the current magnitude).
Amplifier with a voltage output…
But we need a voltage amplifier. For this purpose, we need to convert the output current Ic into an output voltage Vout. To do this, we include a resistor Rc in the output circuit and a "non-inverted" drop VRc = Ic.Rc appears across it ("non-inverted" in the sense that when the input voltage increases, the output also increases in absolute value).
We can also use the complement of this drop to the supply voltage as an "inverted" output voltage Vce ("inverted" in the sense that when the input voltage increases, the output also increases in absolute value). This gives us the simplest transistor amplifier configuration, known as common emitter, in which the input voltage is applied to the base and the emitter is connected to ground.
The transistor input voltage as a difference of two input voltages
If we apply a second voltage Ve to the emitter, the possibilities to control the transistor increase and we can get more versions of transistor amplifier stages - common base, common collector, differential amplifier. Now the "true" input voltage Vbe of the transistor is the difference of the two voltages Vb and Ve. Vbe is a differential, "floating" (ungrounded) voltage, and Vb and Ve are single-ended voltages measured with respect to ground.
The voltages are represented by voltage bars with proportional height (in red)... and the currents - by current loops with related thickness (in green). See also my papers What are voltages in circuits? and Where do currents flow in circuits?
Practical circuit
... diagram
The two voltages Vb and Ve are "produced" by 1 k linear potentiometers (P1 and P2) and applied to the base and emitter of the transistor (BC547C)... and a LED (VQA13) is connected in series to the collector resistor Rc. The voltages were measured by the voltmeters V1 and V2 and the collector current (transistor state) is indicated by the LED. When one of the voltages is constant, we will draw a discrete voltage divider instead of a potentiometer, but in practice we will get it through a potentiometer, on which we keep the wiper stationary.
... on the blackboard
Implementing the circuit on the prototyping board
... Linear potentiometer of 1 k
... General purpose transistor BC547C
... LED VQA13
... Digital multimeter DT830B
Exploring various basic transistor circuits
Base-driven (common-emitter) transistor stage
- op-amp inverting input = transistor base
- op-amp non-inverting input = transistor emitter
- op-amp output = transistor collector
Emitter-driven (common-base) transistor stage
Analogy. An op-amp with grounded inverting input resembles the common-base transistor stage:
- op-amp non-inverting input = transistor emitter
- op-amp inverting input = transistor base
- op-amp output = transistor collector
Base-driven with feedback (common-collector) transistor stage
- op-amp non-inverting input = transistor base
- op-amp inverting input = transistor emitter
- op-amp output = transistor emitter
Base-emitter driven transistor ("differential amplifier")
Analogy. An op-amp without grounded inputs resembles the transistor differential stage:
- op-amp inverting input = transistor base
- op-amp non-inverting input = transistor emitter
- op-amp output = transistor collector
… in the same direction (common mode)
… in the opposite directions (differential mode)
Comparison
- In the classic centuries old classification (common-emitter, common-base, etc.), we give the name of the configuration according to which of the transistor terminals is with a fixed voltage (i.e., what terminal is AC grounded, passive, neutral). But it is the less important terminal, especially in the case of the so-called common collector. The bare fact that the collector is AC grounded does not mean anything because the input voltage is not applied between the base and collector. And what about the differential stage where there is no such AC grounded terminal?.
- In our classification here, we give the configuration name (base-driven, emitter-driven, etc.) according to which of the transistor terminals is driven by the input voltage (i.e., what terminal is active) that is more meaningful.
Comments
Post a Comment