The CE Transistor Amplifier: Your Go-To for Voltage Gain

If you need to amplify a small AC signal—whether it is an audio waveform from an electret microphone or an AC ripple from a sensor—the CE (Common Emitter) transistor amplifier is the industry-standard building block. It uses the base as the input, the collector as the output, and the emitter as the common reference point. The direct result is high voltage and current gain, accompanied by a 180° phase inversion between the input and output signals.

Before soldering, you need to know your pinout. For the ubiquitous TO-92 package NPN transistors (like the 2N3904), hold the flat side facing you with the leads pointing down. The pins from left to right are Emitter (E), Base (B), and Collector (C). On a schematic symbol, the emitter is identified by the arrow; for an NPN device, the arrow points outward, away from the base, indicating conventional current flow direction.

Bench Tip: Never assume the pinout based on the package alone. European BC-series transistors (like the BC547) often use a Collector-Base-Emitter (C-B-E) layout in the same TO-92 footprint. Always verify with a datasheet or multimeter before applying power.

Safe Default Part Numbers and Ratings

When prototyping small-signal CE amplifiers, you want parts with predictable hFE (DC current gain) spreads and adequate voltage headroom. Here are the three safe defaults you should keep in your component drawers, complete with their absolute maximum ratings.

Part NumberPolarityVceo (Max)Ic (Max)Typical hFEBest Use Case
2N3904NPN40V200mA100 - 300General purpose preamps, logic switching
BC547BNPN45V100mA200 - 450High-gain audio stages, low-noise sensor amps
2N2222ANPN40V600mA100 - 300Driving small relays, higher-current buffer stages

For the circuit and walkthrough below, we will use the ON Semiconductor 2N3904. It is cheap, widely available, and its 200mA collector limit gives you plenty of margin for a 1mA bias point.

Biasing for the Linear Region: The Voltage Divider Network

A transistor only amplifies linearly when it is biased in the Active Region. If the bias point (Q-point) drifts into Cutoff or Saturation, your signal clips. We avoid fixed base bias (a single resistor from Vcc to Base) because it is highly dependent on the transistor's hFE, which varies wildly with temperature and manufacturing batches. Instead, we use voltage divider bias, which makes the base voltage rigid and largely independent of hFE.

Operation RegionBase-Emitter Voltage (Vbe)Collector-Emitter Voltage (Vce)Collector Current (Ic)Amplifier State
Cutoff< 0.6V≈ Vcc (Supply)0mAOFF (Open switch)
Active (Linear)≈ 0.65VBetween 0.3V and VcchFE × IbAmplifying (Target Q-Point)
Saturation> 0.7V< 0.2V (Vce_sat)Max limited by RcON (Closed switch, clipping)

To set the Q-point in the middle of the Active region, we aim for Vce = Vcc / 2. This allows the output voltage to swing equally positive and negative without hitting the supply rail or the ground floor. For a deeper dive into the load-line math, Electronics Tutorials provides excellent graphical load-line visualizations.

Complete Application Circuit: 1kHz Audio Pre-Amplifier

Let us build a practical AC-coupled CE amplifier to boost a small audio signal. We will use a 9V battery supply and target a quiescent collector current (Ic) of 1mA.

Component Selection and Math

  1. Emitter Resistor (Re): We want about 10% of Vcc dropped across Re for thermal stability. 10% of 9V is 0.9V. Using Ohm's law (R = V/I), Re = 0.9V / 1mA = 900Ω. We will use a standard 1kΩ resistor, making V_E = 1V.
  2. Collector Resistor (Rc): We want Vce to be 4.5V (half of 9V). The remaining voltage drops across Rc and Re. V_Rc = 9V - 4.5V - 1V = 3.5V. Rc = 3.5V / 1mA = 3.5kΩ. We will use a standard 3.3kΩ resistor.
  3. Base Voltage (Vb): Vb must be V_E + Vbe (0.65V). Vb = 1V + 0.65V = 1.65V.
  4. Voltage Divider (R1, R2): To make the divider stiff, the current through it should be about 10x the base current (Ib ≈ 1mA / 150 hFE = 6.6µA). Target divider current = 66µA. R2 = Vb / 66µA ≈ 25kΩ. Let us use 22kΩ for R2. R1 = (Vcc - Vb) / 66µA ≈ 111kΩ. We will use a standard 100kΩ resistor for R1.
  5. AC Gain Setting: To prevent excessive gain and high-frequency oscillation, we split Re. We use 100Ω (Re1) unbypassed and 900Ω (Re2) bypassed with a 10µF capacitor. AC Gain ≈ Rc / Re1 = 3300 / 100 = 33.

Build Steps

  1. Connect the 100kΩ (R1) resistor from the 9V positive rail to the Base pin.
  2. Connect the 22kΩ (R2) resistor from the Base pin to Ground.
  3. Wire the 100Ω and 900Ω resistors in series from the Emitter pin to Ground.
  4. Place a 10µF electrolytic capacitor in parallel with the 900Ω resistor (positive leg to Emitter, negative to Ground).
  5. Connect the 3.3kΩ (Rc) resistor from the 9V positive rail to the Collector pin.
  6. Install a 1µF coupling capacitor in series with the Base (input) and another 1µF in series with the Collector (output).

Bench Walkthrough: When the Q-Point Drifts and Clipping Hits

Theory is clean; the bench is messy. Here is a real-world scenario from a recent build where a CE transistor amplifier failed to perform as expected.

The Setup: I was building a preamplifier for a piezo contact microphone to capture acoustic guitar body resonance. I used the exact 9V circuit detailed above, expecting the piezo to output roughly 100mV peak-to-peak (mVpp) during normal strumming, yielding a clean 3.3Vpp output.

The Numbers: With no signal, my multimeter read Vb = 1.62V, Ve = 0.98V, and Vc = 5.4V. The Q-point was perfectly centered. The AC gain was verified at roughly 32x using a function generator.

The Outcome: When I attached the piezo disc and struck the guitar, the oscilloscope showed a horrific, flat-topped square wave. The positive peaks were slammed hard against the 9V rail, and the negative peaks bottomed out near 0.2V.

What Went Wrong: I had severely underestimated the piezo sensor's output. Piezo discs are high-impedance voltage sources; a hard transient strike was generating 4Vpp spikes, not 100mVpp. Multiplying a 2V peak input by a gain of 32 demands a 64V peak output. Since the supply was only 9V, the transistor was instantly driven deep into Saturation (Vce dropping below 0.2V) on the negative input swing, and into Cutoff on the positive input swing.

The Fix: I did not change the amplifier bias; the Q-point was correct. Instead, I added a passive voltage divider at the input (a 100kΩ series resistor and a 10kΩ resistor to ground) to attenuate the piezo spike down to a manageable 300mVpp before it hit the coupling capacitor. The clipping vanished, and the audio was clean.

Failure Modes and Multimeter Diagnostics

Transistors in CE amplifiers usually fail due to thermal runaway, static discharge (ESD) on the base, or exceeding the Vceo breakdown voltage. When a circuit is dead, you need to know how to test the transistor with a digital multimeter (DMM).

Safety Warning: Always de-energize the circuit and discharge large coupling capacitors before testing components in-circuit. For absolute accuracy, desolder at least two legs of the transistor to test it out-of-circuit, preventing parallel resistor paths from skewing your DMM readings.

Step-by-Step DMM Diode Test

Set your multimeter to the Diode Test mode (usually indicated by a diode symbol). This mode outputs a small current and reads the forward voltage drop.

  1. Test Base-to-Emitter (B-E): Place the red probe on the Base and the black probe on the Emitter. You should read a forward voltage drop between 0.55V and 0.75V. Reverse the probes (black on Base, red on Emitter); the meter should read 'OL' (Open Loop).
  2. Test Base-to-Collector (B-C): Place the red probe on the Base and the black probe on the Collector. Expect the same 0.55V to 0.75V drop. Reverse the probes; it should read 'OL'.
  3. Test Collector-to-Emitter (C-E): Place probes across the Collector and Emitter in both directions. Both readings must be 'OL'.

Diagnosing the Results:

  • Shorted C-E: If the C-E junction reads near 0.00V or beeps continuously, the transistor has suffered thermal runaway or a secondary breakdown. The silicon is melted internally. Throw it away.
  • Open B-E or B-C: If the forward bias test reads 'OL' instead of ~0.65V, the internal bond wire or junction is blown, often due to an ESD strike or excessive base current. Replace the part.
  • Leaky Junctions: If the reverse bias test (black on Base) reads a low voltage instead of 'OL', the junction is degraded and will cause severe bias drift and thermal instability in your CE amplifier.

By mastering the voltage divider bias math and understanding the physical limits of your chosen transistor, you can design CE amplifiers that remain stable across temperature variations and handle real-world signal transients without clipping. For further reading on small-signal models and AC equivalent circuits, the SparkFun Transistor Tutorial offers excellent supplemental graphics.