A bipolar junction transistor (BJT) amplifier takes a small AC input signal and outputs a larger, inverted AC voltage. While modern designs often lean toward op-amps or MOSFETs, the BJT remains the fundamental building block for understanding analog gain, high-frequency RF stages, and discrete audio preamplifiers. If you need a reliable, low-cost small-signal amplifier on your bench, the NPN BJT in a common-emitter configuration is your starting point.

For 95% of hobbyist and educational projects, you do not need to hunt for exotic silicon. The safe, universally available default part numbers are the 2N3904 (NPN, 40V VCEO, 200mA IC, 625mW PD), the 2N2222 (NPN, 40V VCEO, 800mA IC, higher power dissipation), and the BC547 (the standard European equivalent to the 2N3904). Always check the manufacturer datasheet for exact pinouts, as TO-92 packages can vary between manufacturers.

Understanding BJT Pinouts and Operation Regions

Before wiring anything, you must identify the pins. For a standard TO-92 packaged 2N3904 or BC547, hold the transistor with the flat face pointing toward you and the three leads pointing down. From left to right, the pins are Emitter (E), Base (B), and Collector (C). On a schematic symbol, the NPN transistor features an arrow on the emitter leg pointing outward, indicating conventional current flow out of the device. The base is the vertical line, and the collector is the top diagonal line.

A BJT operates in three distinct regions depending on the bias voltages applied to its PN junctions. For amplification, you must keep the transistor strictly in the active (linear) region.

Operation Region Base-Emitter Junction Base-Collector Junction Typical VCE Circuit State
Cutoff Reverse / Zero biased (< 0.6V) Reverse biased VCC (e.g., 9.0V) Open switch (IC = 0)
Active (Linear) Forward biased (~0.65V) Reverse biased Mid-rail (e.g., 4.5V) Amplifier (IC = β * IB)
Saturation Forward biased (~0.7V+) Forward biased VCE(sat) (~0.2V) Closed switch (Max IC)

How to Bias and Select the Right Transistor

Biasing establishes the DC quiescent point (Q-point) around which your AC signal swings. The most stable and widely used method is voltage divider bias with an emitter degeneration resistor. This topology makes the circuit's operating point largely independent of the transistor's DC current gain (β or hFE), which can vary wildly (from 100 to 300) even among transistors from the same manufacturing batch.

Bench Tip: Never design a bias network that relies on a specific hFE value. Always calculate your voltage divider so that the current flowing through the divider resistors (R1 and R2) is at least 10 times the expected base current (IB). This 'stiff' voltage divider holds the base voltage steady regardless of beta variations.

When selecting a transistor for a specific job, verify three absolute maximum ratings from the datasheet:

  1. VCEO (Collector-Emitter Voltage): Must be greater than your supply voltage (VCC). For a 9V battery circuit, a 40V rating provides a massive safety margin.
  2. IC (Continuous Collector Current): Must exceed your peak load current. Small signal audio rarely exceeds 5mA, making the 200mA limit of a 2N3904 more than adequate.
  3. PD (Power Dissipation): Calculated as VCE * IC. Ensure this stays well below the device limit (625mW for TO-92) to prevent thermal destruction.

Complete Common-Emitter Application Circuit

Below is a complete, bench-tested 9V single-supply audio preamplifier. This circuit provides a voltage gain of approximately 4.5 and is ideal for boosting weak signals from an electret microphone before feeding them into an op-amp or power amplifier stage.

Component Values:

  • Q1: 2N3904 (NPN BJT)
  • R1: 47kΩ (Upper voltage divider)
  • R2: 10kΩ (Lower voltage divider)
  • Rc: 4.7kΩ (Collector resistor)
  • Re: 1kΩ (Emitter resistor for DC stability)
  • Cin: 1μF (Input coupling capacitor, blocks DC)
  • Cout: 10μF (Output coupling capacitor)
  • Ce: 10μF (Emitter bypass capacitor, restores AC gain)

Assembly Steps:

  1. Insert the 2N3904 into the breadboard. Connect the Emitter to ground via the 1kΩ resistor (Re).
  2. Connect the Collector to the positive 9V rail via the 4.7kΩ resistor (Rc).
  3. Build the voltage divider: Connect R1 (47kΩ) from the 9V rail to the Base. Connect R2 (10kΩ) from the Base to ground. This sets the Base voltage to roughly 1.58V.
  4. Place the 10μF bypass capacitor (Ce) in parallel with Re. This shorts the emitter resistor for AC signals, preventing negative feedback from killing your voltage gain.
  5. Connect the 1μF input capacitor (Cin) in series with your signal source, routing the other side to the Base.
  6. Connect the 10μF output capacitor (Cout) to the Collector, taking your amplified signal from the other side of the capacitor.
  7. Power the circuit and measure the DC voltage at the Collector with a multimeter. It should read between 4.0V and 5.0V. If it reads near 9V, the transistor is in cutoff; if it reads near 0.2V, it is in saturation.

Failure Modes and Multimeter Testing

BJTs are robust, but they fail predictably when pushed past their limits. The most common failure mode is thermal runaway. As a BJT heats up, its leakage current increases, which causes it to draw more collector current, generating more heat in a destructive positive feedback loop. This is exactly why the emitter resistor (Re) is mandatory in practical designs; it provides negative feedback to stabilize the current. Other failure modes include exceeding VCEO (causing internal avalanche breakdown and a dead short) or exceeding IC (melting the microscopic internal bond wires, resulting in an open circuit).

You can quickly verify a BJT's health on the bench using a standard digital multimeter (DMM) in Diode Test Mode. For an NPN transistor like the 2N3904, follow this sequence:

  1. Base to Emitter (Forward): Place the red probe on the Base and the black probe on the Emitter. The meter should read between 0.600V and 0.750V.
  2. Base to Emitter (Reverse): Swap the probes (black on Base, red on Emitter). The meter should read 'OL' (Over Limit / Open).
  3. Base to Collector (Forward): Red on Base, black on Collector. Expect 0.600V to 0.750V.
  4. Base to Collector (Reverse): Swap probes. Expect 'OL'.
  5. Collector to Emitter: Place probes across Collector and Emitter in either direction. The meter must read 'OL'. If it reads a short (near 0V) or a low resistance, the silicon junction has melted and the part is dead.

For a deeper dive into semiconductor junction physics and testing methodologies, refer to the All About Circuits semiconductor textbook.

Frequently Asked Questions

Why is my bipolar junction transistor amplifier output distorted?

Distortion in a common-emitter amplifier is almost always caused by an improperly set Q-point (quiescent operating point). If your DC bias sets the Collector voltage too close to VCC (e.g., 8.5V on a 9V supply), the positive half of your AC signal will clip against the supply rail (cutoff clipping). If the Collector voltage is too close to ground (e.g., 0.5V), the negative half of the signal will clip as the transistor hits saturation. To fix this, adjust the ratio of your R1 and R2 voltage divider resistors until the DC voltage at the Collector sits exactly at VCC / 2 (4.5V for a 9V supply), allowing maximum symmetrical voltage swing.

How do I calculate the voltage gain of a common-emitter BJT amplifier?

The AC voltage gain (Av) of a common-emitter amplifier with a bypassed emitter capacitor is calculated using the formula: Av = -Rc / r'e. The negative sign indicates that the output signal is 180 degrees out of phase (inverted) with the input. The term r'e is the internal AC emitter resistance, which is approximated as 26mV / IC (where IC is the DC bias current in milliamps). For example, if Rc is 4.7kΩ and your bias current IC is 1mA, r'e is 26Ω. The voltage gain would be -4700 / 26, yielding a gain of approximately -180. If you remove the emitter bypass capacitor (Ce), the gain formula changes to Av = -Rc / (r'e + Re), drastically reducing the gain but improving linearity and bandwidth.

Can I use a PNP transistor instead of an NPN for amplification?

Yes, a PNP transistor (like the 2N3906) can be used to build a common-emitter amplifier, but you must invert the circuit's polarity. The Emitter connects to the positive VCC rail, the Collector connects to ground via the collector resistor, and the voltage divider must be configured to pull the Base voltage down to roughly VCC - 0.7V to forward-bias the Base-Emitter junction. PNP transistors are frequently used in tandem with NPN transistors to build complementary symmetry push-pull output stages in class AB audio amplifiers.

What is the difference between a BJT and a MOSFET amplifier?

The fundamental difference lies in how they are controlled. A BJT is a current-controlled device; a small base current (IB) dictates a much larger collector current (IC). A MOSFET is a voltage-controlled device; the voltage applied to the gate creates an electric field that controls the drain current, drawing virtually zero steady-state gate current. Consequently, a MOSFET amplifier offers a massively higher input impedance (often in the megaohms or gigaohms) compared to a BJT amplifier, making MOSFETs superior for buffering high-impedance sources like piezo pickups. However, BJTs generally offer higher transconductance (gain per unit of current) and better linearity at high frequencies, which is why they remain dominant in RF amplifiers and low-noise audio preamps. For a detailed comparison of discrete topologies, see this guide on common-emitter configurations.