When designing an analog front-end or audio preamp, the most reliable configuration for a linear circuit board transistor amplifier is the common emitter with voltage divider bias. Unlike simpler topologies that drift with temperature or rely on tightly matched semiconductor gains, this configuration locks the DC operating point (Q-point) firmly in place, regardless of the specific transistor's beta ($\beta$ or $h_{FE}$) variations.
Below is a complete design walkthrough for a 12V common emitter amplifier using a standard 2N3904 NPN circuit board transistor, complete with node-level behavior analysis, extreme failure modes, and breadboard verification steps.
The Voltage Divider Bias Topology (Node Labels & Component Values)
To build a stable amplifier, we must establish a DC bias that places the collector-emitter voltage ($V_{CE}$) at roughly half the supply voltage. This allows the AC signal to swing symmetrically without clipping into saturation or cutoff.
Here is the node-by-node topology and the exact E24 series component values selected for the bench:
- Node $V_{CC}$ (12V): The main DC supply rail.
- Node B (Base): Fed by a voltage divider consisting of $R_1$ (top) and $R_2$ (bottom). We target $V_B = 1.7\text{V}$.
- Node E (Emitter): Connected to ground through $R_E$. Since $V_{BE} \approx 0.7\text{V}$, $V_E$ will sit at $1.0\text{V}$. Using Ohm's law, $R_E = V_E / I_E \approx 1\text{V} / 1\text{mA} = 1\text{k}\Omega$.
- Node C (Collector): Connected to $V_{CC}$ through $R_C$. To drop $6\text{V}$ at $1\text{mA}$ (including the $1\text{V}$ drop across $R_E$), $R_C$ needs to drop $5\text{V}$. $R_C = 5\text{V} / 1\text{mA} = 5\text{k}\Omega$. We select the standard $4.7\text{k}\Omega$ resistor, yielding a $V_{CE}$ of roughly $6.3\text{V}$.
- Voltage Divider ($R_1, R_2$): To make the base voltage 'stiff' and immune to base current loading, the divider current should be roughly $10 \times I_B$. Assuming a conservative $\beta = 100$, $I_B = 10\mu\text{A}$. Divider current = $100\mu\text{A}$. $R_2 = 1.7\text{V} / 0.1\text{mA} = 17\text{k}\Omega$ (select $18\text{k}\Omega$). $R_1 = (12\text{V} - 1.7\text{V}) / 0.1\text{mA} = 103\text{k}\Omega$ (select $100\text{k}\Omega$).
For AC coupling, we use $1\mu\text{F}$ film capacitors for the input ($C_{in}$) and output ($C_{out}$). The emitter bypass capacitor ($C_E$) must have a reactance $X_C \le R_E / 10$ at the lowest target frequency (20Hz). This requires $C_E \ge 80\mu\text{F}$, so we select a standard $100\mu\text{F}$ electrolytic capacitor.
Component Behavior and Failure Mode Matrix
Understanding what happens when a component fails is what separates a hobbyist from a debug engineer. The table below maps the exact DC voltage shifts you will measure at the Collector ($V_C$) and Emitter ($V_E$) nodes when a specific element opens or shorts.
| Component | Nominal Value | Failure Mode | Measured $V_C$ (DC) | Measured $V_E$ (DC) | Physical / Circuit Explanation |
|---|---|---|---|---|---|
| $R_1$ (Upper Divider) | $100\text{k}\Omega$ | Open | $12.0\text{V}$ | $0.0\text{V}$ | Base is pulled to GND via $R_2$. Transistor cuts off completely. No collector current flows. |
| $R_2$ (Lower Divider) | $18\text{k}\Omega$ | Open | $\approx 0.2\text{V}$ | $\approx 5.6\text{V}$ | Base is pulled high via $R_1$. Transistor enters deep saturation. $V_C$ clamps to $V_E + V_{CE(sat)}$. |
| $R_C$ (Collector) | $4.7\text{k}\Omega$ | Open | $\approx 0.7\text{V}$ | $\approx 1.0\text{V}$ | No DC path to $V_{CC}$. A DMM measuring $V_C$ will actually read the Base voltage dropped across the forward-biased Base-Collector diode junction. |
| $R_E$ (Emitter) | $1\text{k}\Omega$ | Open | $12.0\text{V}$ | Floats / $0\text{V}$ | Emitter path to ground is broken. Transistor cuts off. $V_B$ will read the unloaded divider voltage ($\approx 1.8\text{V}$). |
| Transistor (C-E) | 2N3904 | Shorted | $\approx 1.0\text{V}$ | $\approx 1.0\text{V}$ | Collector and Emitter internally short. $V_C$ and $V_E$ equalize at the voltage determined by the $R_C / R_E$ voltage divider ratio. |
| Transistor (B-E) | 2N3904 | Shorted | $12.0\text{V}$ | $\approx 1.5\text{V}$ | Base and Emitter short. The voltage divider is loaded by $R_E$. Transistor cannot turn on; $V_C$ pulls to rail. |
Note: Measurements assume a standard 10M$\Omega$ input impedance digital multimeter (DMM). High-impedance nodes (like an open $R_C$) will yield phantom voltages due to the DMM's internal loading.
Why Voltage Divider Bias Over Fixed Bias?
Beginners often ask why we waste current and board space on a two-resistor voltage divider and an emitter resistor when a single base resistor connected to $V_{CC}$ (Fixed Bias) uses fewer parts. The answer lies in thermal stability and $\beta$ spread.
According to the ON Semiconductor 2N3904 datasheet, the DC current gain ($h_{FE}$) can range from 100 to 300 for the same part number at room temperature. Furthermore, as the silicon die heats up, $\beta$ increases and the base-emitter voltage drop ($V_{BE}$) decreases by roughly $2\text{mV}/^\circ\text{C}$.
- In Fixed Bias: The base current is fixed by the single resistor. If you swap a $\beta=100$ transistor for a $\beta=300$ transistor, the collector current triples. The transistor immediately saturates, clipping the bottom half of your AC waveform. As it heats up, thermal runaway can destroy the junction.
- In Voltage Divider Bias: The base voltage is held rigidly at $1.7\text{V}$ by the divider. If collector current tries to increase due to heat or a high-$\beta$ swap, the voltage drop across $R_E$ increases. This raises $V_E$, which in turn reduces the effective $V_{BE}$ (since $V_{BE} = V_B - V_E$). This negative feedback automatically chokes off the excess base drive, locking the Q-point in place.
For any circuit board transistor design intended for production or variable environments, fixed bias is strictly for switching applications (saturation/cutoff), never for linear amplification. Always use emitter degeneration ($R_E$) for analog gain stages.
Step-by-Step Breadboard Testing & Verification
Translating this schematic to a physical breadboard introduces parasitic capacitance (typically 2-5pF between adjacent rows) and contact resistance. Follow this exact sequence to verify your circuit board transistor amplifier without blowing the silicon or chasing phantom oscillations.
- Dead-Bug Wiring & Power Off: Insert the 2N3904 and all resistors with the power supply disconnected. Keep the base and collector leads as short as possible to minimize parasitic inductance and capacitance, which can cause high-frequency RF oscillation (a common issue with high-gain NPN transistors on solderless breadboards).
- DC Bias Verification (The 'Smoke Test'): Connect the 12V bench supply. Set your DMM to DC Volts. Measure Node E to GND (expect $\approx 1.0\text{V}$). Measure Node B to GND (expect $\approx 1.7\text{V}$). Measure Node C to GND (expect $\approx 6.3\text{V}$). If $V_C$ is near 12V or near 0V, power down and check for breadboard continuity faults or a backwards transistor pinout (the 2N3904 flat-face pinout is E-B-C, not E-C-B).
- AC Signal Injection: Connect a function generator to $C_{in}$. Set it to a $1\text{kHz}$ sine wave at $100\text{mV}$ peak-to-peak. Do not exceed $200\text{mV}_{pp}$ at the input, or the amplifier will clip asymmetrically due to the un-bypassed internal emitter resistance ($r'_e$).
- Gain Measurement: Connect an oscilloscope probe to the output side of $C_{out}$. Trigger on the input signal. You should see an inverted sine wave (180$^\circ$ phase shift, characteristic of common emitter topology). The theoretical AC voltage gain ($A_v$) with the bypass capacitor installed is roughly $R_C / r'_e$. At $1\text{mA}$, $r'_e \approx 25\Omega$, yielding a massive theoretical gain of $\approx 188$. In practice, breadboard parasitics and the transistor's internal Early effect will limit this to a measured gain of roughly 120 to 150.
- Bandwidth Sweep: Sweep the function generator from 20Hz to 100kHz. The gain will remain flat through the audio band, rolling off at low frequencies due to the $1\mu\text{F}$ coupling capacitors, and rolling off at high frequencies (typically around 200-300kHz on a breadboard) due to the transistor's Miller capacitance and breadboard stray capacitance.
For deeper study on AC small-signal modeling and the hybrid-pi equivalent circuit, All About Circuits provides an excellent breakdown of the underlying semiconductor physics. By mastering this specific topology and understanding its failure matrix, you can confidently design, debug, and scale analog transistor stages for any custom PCB layout.






