A common emitter amplifier is a bipolar junction transistor (BJT) circuit configuration where the emitter terminal is common to both the input and output, providing high voltage and current gain alongside a 180-degree phase inversion. In a real circuit, it changes a weak, high-impedance AC signal—like the millivolt output from a dynamic microphone or a piezo sensor—and boosts its voltage amplitude to a level capable of driving subsequent processing stages or an analog-to-digital converter (ADC). People most commonly confuse it with the common collector configuration (often called an emitter follower), which provides high current gain but a voltage gain of approximately one and zero phase shift.
The Three BJT Configurations at a Glance
Before calculating component values, it is critical to understand where the common emitter sits relative to the other two fundamental BJT topologies. The choice of configuration dictates your input impedance, output impedance, and phase relationship. According to standard semiconductor theory outlined in MIT OpenCourseWare 6.012, the common emitter is the only single-transistor configuration that provides both significant voltage and current gain simultaneously.
| Configuration | Voltage Gain | Current Gain | Input Impedance | Output Impedance | Phase Shift |
|---|---|---|---|---|---|
| Common Emitter | High (10 to -500) | High (β, typically 50-300) | Medium (1kΩ - 5kΩ) | Medium/High (10kΩ - 50kΩ) | 180° (Inverting) |
| Common Collector (Emitter Follower) | Unity (~1) | High (β + 1) | High (100kΩ - 1MΩ) | Low (10Ω - 100Ω) | 0° (Non-inverting) |
| Common Base | High (10 to 500) | Unity (~1) | Very Low (10Ω - 100Ω) | High (100kΩ - 1MΩ) | 0° (Non-inverting) |
| Darlington Pair (Compound CE/CC) | High | Very High (β1 × β2) | Very High (>1MΩ) | Medium | 180° (Inverting) |
Worked Numeric Example: Biasing a 2N3904 Common Emitter Amplifier
Let us design a stable, voltage-divider-biased common emitter amplifier using a standard 2N3904 NPN transistor. We will assume a DC supply (Vcc) of 12V, a target quiescent collector current (Ic) of 2mA, and a conservative DC current gain (hFE or β) of 100. We assume a base-emitter voltage drop (Vbe) of 0.7V and a thermal voltage (Vt) of 25mV for AC calculations.
1. Establish the DC Operating Point (Q-Point)
To maximize the symmetrical AC voltage swing without clipping, we set the collector-emitter voltage (Vce) to roughly 50% of Vcc, and the emitter voltage (Ve) to 10% of Vcc for thermal stability.
- Ve = 10% of 12V = 1.2V
- Vce = 50% of 12V = 6.0V
- Vrc (Voltage across collector resistor) = Vcc - Vce - Ve = 12V - 6V - 1.2V = 4.8V
2. Calculate Emitter and Collector Resistors
- Re = Ve / Ic = 1.2V / 2mA = 600Ω. The nearest standard E24 value is 620Ω. (Recalculating actual Ve: 2mA × 620Ω = 1.24V).
- Rc = Vrc / Ic. Adjusting for the new Ve: Vrc = 12V - 6V - 1.24V = 4.76V. Rc = 4.76V / 2mA = 2380Ω. The nearest E24 value is 2.4kΩ.
3. Calculate the Base Voltage Divider (R1 and R2)
The base voltage (Vb) must be Ve + Vbe. Therefore, Vb = 1.24V + 0.7V = 1.94V.
To make the bias network 'stiff' and immune to variations in transistor β, the current flowing through the voltage divider should be at least 10 times the base current (Ib).
- Ib = Ic / β = 2mA / 100 = 20µA.
- Divider Current = 10 × 20µA = 200µA (0.2mA).
- R2 = Vb / Divider Current = 1.94V / 0.2mA = 9.7kΩ. Nearest E24: 10kΩ.
- R1 = (Vcc - Vb) / Divider Current = (12V - 1.94V) / 0.2mA = 50.3kΩ. Nearest E24: 51kΩ.
4. Calculate AC Voltage Gain
The AC voltage gain (Av) of a common emitter amplifier without an emitter bypass capacitor is roughly -Rc / (Re + re'), where re' is the internal dynamic emitter resistance. However, to achieve high gain, we typically place a large bypass capacitor (e.g., 10µF) in parallel with Re. This shorts Re to ground for AC signals, leaving only re' in the denominator.
- re' = 25mV / Ic = 25mV / 2mA = 12.5Ω.
- Av = -Rc / re' = -2400Ω / 12.5Ω = -192.
The negative sign confirms the 180-degree phase inversion. A 10mV peak-to-peak input signal will yield a 1.92V peak-to-peak output signal, flipped upside down relative to the input.
Where You Meet This in Practice
You will rarely see a textbook common emitter amplifier built exactly as calculated above in modern commercial products, but the topology forms the foundational gain stage in countless real-world systems. Detailed application notes from Electronics Tutorials highlight its prevalence in analog front-ends.
- Audio Preamplifiers: The first stage of a guitar amplifier or a microphone preamp often uses a common emitter configuration to boost microvolt-level signals from a dynamic coil up to line-level (approx 1V RMS). The 180-degree phase shift is irrelevant here because audio is AC and human ears cannot detect absolute phase.
- Sensor Signal Conditioning: When interfacing a high-impedance piezoelectric vibration sensor to a microcontroller's 3.3V ADC, a common emitter stage provides the necessary voltage swing. However, designers must account for the Miller Effect, where the base-collector parasitic capacitance is multiplied by the voltage gain, severely limiting high-frequency bandwidth.
- RF Oscillators: In Colpitts or Hartley oscillator circuits, the common emitter provides the required gain and phase shift to satisfy the Barkhausen stability criterion for sustained oscillation.
FAQ: Troubleshooting and Design Edge Cases
Why is my output signal clipping asymmetrically?
Asymmetric clipping (flat-topping on either the positive or negative half-cycle) indicates your DC Q-point is not centered. If the positive peaks of the output (which correspond to the negative swings of the input) clip first, your transistor is hitting saturation (Vce approaching 0.2V). If the negative peaks clip first, the transistor is hitting cutoff (Ic approaching 0mA). Recalculate R1 and R2 to shift Vce closer to exactly 50% of your Vcc, accounting for the actual measured β of your specific transistor batch.
What happens if I forget the emitter bypass capacitor?
If you omit the bypass capacitor across Re, the amplifier becomes heavily degenerated. Your AC voltage gain drops from -Rc / re' to -Rc / (Re + re'). In our 2N3904 example, the gain would plummet from -192 to roughly -2400 / (620 + 12.5) = -3.8. While this destroys your voltage gain, it dramatically increases your input impedance, linearizes the amplifier, and widens the bandwidth. This is a deliberate trade-off used in high-fidelity audio stages where low distortion is prioritized over raw gain.
Can I use a PNP transistor instead of an NPN?
Yes. A PNP common emitter amplifier operates on the exact same principles but with inverted polarities. The emitter connects to the positive supply (Vcc), the collector pulls current down toward ground through Rc, and the base must be biased at a voltage lower than the emitter by at least 0.7V to turn on. The AC voltage gain and 180-degree phase inversion remain identical.






