Small-Signal Voltage Gain
$$A_v = -\frac{g_m R_C}{1+g_m R_E}$$$g_m = I_C / V_T$ ($V_T \approx 26\,\text{mV}$). RE=0 maximizes gain but reduces bias stability.
Compute the DC operating point (VCE, IC), voltage gain, and load line of a BJT amplifier. Adjust VCC, resistors, and β in real time.
$g_m = I_C / V_T$ ($V_T \approx 26\,\text{mV}$). RE=0 maximizes gain but reduces bias stability.
The DC operating point (Q-point) is determined by the bias network and Kirchhoff's laws. The key is to find the collector current I_C.
$$V_B = V_{CC}\frac{R_2}{R_1 + R_2}$$ $$V_E = V_B - V_{BE}\quad \text{(where }V_{BE}\approx 0.7V\text{)}$$ $$I_C \approx I_E = \frac{V_E}{R_E}$$ $$V_{CE}= V_{CC}- I_C (R_C + R_E)$$V_B: Base voltage set by divider. V_E: Emitter voltage. I_C: DC Collector current (the "bias current"). V_CE: Collector-Emitter voltage, which must be positive and in the middle of the supply for maximum swing.
The small-signal voltage gain tells you how much an AC input signal is amplified. It depends on the transconductance g_m, which is set by the DC bias current I_C.
$$g_m = \frac{I_C}{V_T}\quad (V_T \approx 26\,\text{mV})$$ $$A_v = -\frac{g_m R_C}{1 + g_m R_E}$$g_m: Transconductance, how effectively the transistor converts input voltage to output current. A_v: Voltage gain. The negative sign indicates signal inversion. The term (1 + g_m R_E) shows how R_E reduces the available gain for improved stability.
Audio Preamplifiers: The first amplification stage in a microphone or guitar amplifier often uses a common-emitter circuit. It boosts the tiny millivolt signal from the transducer to a level suitable for further processing, with the gain set by R_C and R_E.
Radio Frequency (RF) Amplifiers: In simple radio receivers, a common-emitter stage can amplify the weak signal picked up by the antenna. Careful biasing is crucial here to maintain linearity and avoid distorting the radio signal.
Sensor Signal Conditioning: Sensors like thermocouples or photodiodes produce very small currents or voltages. A common-emitter amplifier with stable bias converts this into a larger, more usable voltage for an analog-to-digital converter.
Oscillator Circuits: By feeding back a portion of the output signal to the input with the correct phase (aided by the 180° inversion of this stage), a common-emitter amplifier can be made to oscillate, forming the core of simple signal generators.
First, the idea that "you can just keep increasing Rc to raise the gain" is problematic. While the gain does increase mathematically, the VCE at the Q-point becomes too small, pushing the collector-emitter junction close to saturation. For example, with Vcc=12V and Rc=10kΩ, if IC=1mA then VCE is only about 2V. In this state, the transistor will fully saturate on the negative half-cycle of the input signal, clipping the bottom half of the waveform and causing severe distortion. Next, the notion that "an emitter resistance Re of 0Ω gives the highest gain" is also a misconception. Setting Re to zero means variations in transistor characteristics due to temperature changes (like VBE drift) directly affect IC, making the Q-point extremely unstable. In practice, you balance stability and gain, typically setting Re to several hundred ohms to around 1kΩ for an IC of 1mA. Finally, note that the "frequency response" in this simulator is primarily about the mid-band gain. The Bode plot you see with this tool mainly visualizes the high and low-frequency cutoffs caused by the coupling capacitors, not the transistor's own frequency characteristics. Real transistors have a performance limit called ft (transition frequency), which fundamentally constrains the high-frequency extension of audio amplifiers and the design of RF circuits.
Understanding this common-emitter amplifier circuit forms the foundation for analog integrated circuit (IC) design. The basic internal amplification stage in ICs, the "differential amplifier," is an evolution of this common-emitter circuit, built with two transistors. Techniques for stabilizing the Q-point are refined into bias circuits (like current mirrors) within ICs and are applied at the heart of all analog chips. Furthermore, in high-frequency and RF fields, it connects directly to Low-Noise Amplifier (LNA) design. In LNAs, the transconductance gm handled by this tool is key to determining noise performance, making the selection of an optimal collector current IC an absolute requirement. Perhaps more surprisingly, it also links to power electronics. In the driver stages of power transistors operating in switching mode, a technique called "overdrive" is used to speed up transient response. This essentially involves intentionally setting the Q-point near the saturation region—an operation you cannot design without understanding the basic regions of operation.
The next step is to study the "emitter follower (common-collector)" and "common-base" circuits, comparing all three basic configurations. Understanding their different roles—common-emitter offers "high voltage gain," while the emitter follower provides "high input impedance and low output impedance"—will allow you to decipher block diagrams of actual equipment. Mathematically, you should thoroughly study the modeling of the small-signal equivalent circuit. Behind this tool's calculations lies the concept of replacing the transistor with models like a "current-controlled current source" or "a model with transconductance gm and rπ." For instance, the base input resistance rπ is expressed as $r_\pi = \beta / g_m$, and using this allows you to calculate input impedance. Finally, after simulation tools, I strongly recommend hands-on experimentation on a real breadboard. Experiencing the difference between theoretical and measured values (e.g., the spread in hFE (β)) and visually confirming distortion generation on an oscilloscope provides the deepest learning. When you do, use the parameters this tool suggests as "optimal" as your starting point and try to replicate them with actual components.