Topology & Node Architecture
The common emitter (CE) configuration provides both voltage and current gain, making it ideal for pre-amplification stages. We use a voltage divider on the base and an unbypassed emitter resistor to lock in the DC operating point (Q-point), preventing thermal runaway.
Node Labels & Connections:
- VCC: 9V DC positive rail.
- GND: 0V reference / negative rail.
- Vin: AC signal input, coupled through capacitor Cin to the Base.
- Vout: Amplified AC signal output, coupled through capacitor Cout from the Collector.
- Base (B): Connected to the midpoint of the R1/R2 voltage divider.
- Collector (C): Connected to VCC through the load resistor Rc.
- Emitter (E): Connected to GND through the degeneration resistor Re.
Design Walkthrough: Picking Real Component Values
Let's design the bias network for a 9V battery supply. Our goal is to set the Collector-Emitter voltage (Vce) to exactly half of VCC (4.5V) to allow maximum symmetrical voltage swing before clipping. We will target a Collector current (Ic) of 2mA.
1. Calculate Emitter Resistor (Re)
We want the Emitter voltage (Ve) to be about 10% of VCC for good thermal stability. Ve = 0.9V.
Re = Ve / Ic = 0.9V / 2mA = 450Ω.
Standard E12 Value: 470Ω. (Actual Ve = 2mA × 470Ω = 0.94V).
2. Calculate Collector Resistor (Rc)
We need Vce = 4.5V. Therefore, the Collector voltage (Vc) must be Ve + Vce = 0.94V + 4.5V = 5.44V.
The voltage drop across Rc is VCC - Vc = 9V - 5.44V = 3.56V.
Rc = 3.56V / 2mA = 1780Ω.
Standard E12 Value: 1.8kΩ. (Actual Vc = 9V - (2mA × 1.8kΩ) = 5.4V. Actual Vce = 4.46V. Perfect.)
3. Calculate Voltage Divider (R1 & R2)
The Base voltage (Vb) must be Ve + Vbe. Assuming a silicon Vbe drop of 0.7V, Vb = 0.94V + 0.7V = 1.64V.
According to the ON Semiconductor 2N3904 Datasheet, the DC current gain (hFE) at 2mA is typically 150. Base current Ib = Ic / hFE = 2mA / 150 = 13.3µA.
To make the divider "stiff" and ignore base current variations, we set the bleeder current through R2 to 10 × Ib (133µA).
R2 = Vb / 133µA = 1.64V / 0.000133A = 12.3kΩ. Standard Value: 12kΩ.
Current through R1 is bleeder current + Ib = 133µA + 13.3µA = 146.3µA.
R1 = (VCC - Vb) / 146.3µA = (9V - 1.64V) / 0.0001463A = 50.3kΩ. Standard Value: 51kΩ.
4. Coupling and Bypass Capacitors
Use 10µF electrolytic capacitors for Cin and Cout to pass audio frequencies down to ~20Hz. Do not use an emitter bypass capacitor (Ce) across Re for this specific design; leaving Re unbypassed provides negative feedback that stabilizes the gain at roughly Rc/Re (1800/470 = 3.8x) and drastically reduces harmonic distortion.
Why This Topology Beats the Alternatives
Beginners often start with simpler biasing schemes, but they fail in real-world temperature environments. Here is how the voltage-divider CE topology compares to other basic configurations, as detailed in standard voltage amplifier theory.
| Criteria | Voltage-Divider CE (Our Design) | Fixed-Bias CE (Single Base Resistor) | Common Collector (Emitter Follower) |
|---|---|---|---|
| Thermal Stability | Excellent (Re provides DC feedback) | Poor (hFE drift causes thermal runaway) | Excellent |
| Voltage Gain | Moderate to High (Inverting) | High (but unpredictable) | ~1 (Unity, Non-inverting) |
| Input Impedance | Moderate (~1kΩ to 5kΩ) | Low to Moderate | High |
| Component Count | 4 Resistors, 2 Caps | 1 Resistor, 2 Caps | 1 Resistor, 2 Caps |
The Verdict: Choose the Voltage-Divider CE when you need predictable voltage gain and stable operation across temperature changes. Choose the Common Collector only when you need to buffer a high-impedance source to drive a lower-impedance load, as it provides current gain but zero voltage gain.
Behavior Matrix & Failure Extremes
Understanding how the circuit reacts to component drift or catastrophic failure is critical for troubleshooting. Here is what happens when you alter or break specific elements.
Parameter Behavior Table
| Component Change | Effect on DC Bias (Vc) | Effect on AC Gain | Clipping Risk |
|---|---|---|---|
| Increase Rc (e.g., to 3.3kΩ) | Vc drops closer to GND | Gain increases | High (Negative peak clips early) |
| Increase Re (e.g., to 1kΩ) | Vc rises closer to VCC | Gain decreases | High (Positive peak clips early) |
| Increase R1 (e.g., to 100kΩ) | Vb drops, Vc rises | Gain drops (transistor starves) | Moderate (Cutoff clipping) |
| Add Bypass Cap across Re | No change to DC bias | Gain spikes to ~140x | Extreme (Clips on millivolt inputs) |
Failure Extremes: Opens and Shorts
- R1 Shorts (VCC directly to Base): 9V is forced into the Base node. The Base-Emitter junction acts as a forward-biased diode. Without R1 to limit current, massive current flows from VCC through the Base, through the BE junction, and through R2 to ground. The BE bond wire will fuse open, permanently killing the transistor.
- Re Opens (Emitter disconnected): The emitter path to ground is broken. Base current drops to zero. The transistor enters hard cutoff. Ic = 0mA. The Collector voltage (Vout) will measure exactly 9V (VCC). No AC signal will pass.
- Cin Shorts (Input cap fails): The DC bias at the Base (1.64V) is fed directly back into your audio source. If your source is a low-impedance headphone jack or microphone, it will pull the Base voltage down to near 0V, cutting off the transistor and potentially damaging the audio source's output stage.
Step-by-Step Breadboard Verification
Do not just plug in the battery and hope for the best. Follow this verification sequence to ensure your bias network is functioning before injecting an AC signal.
- Power Off & Continuity Check: With the 9V battery disconnected, use your multimeter in continuity mode. Verify there is no short between the VCC rail and GND rail. Check that the Collector and Emitter pins of the 2N3904 are not bridged.
- Verify Divider Voltage: Temporarily remove the 2N3904 from the board. Connect the 9V battery. Measure the voltage at the junction of R1 and R2. It should read exactly 1.64V (±0.1V). If it reads 9V, R2 is open. If it reads 0V, R1 is open or R2 is shorted.
- Insert Transistor & Check Bias: Disconnect power, insert the 2N3904 (flat side facing you: Emitter is pin 1, Base is pin 2, Collector is pin 3). Reconnect power. Measure Vc (Collector to GND). It should read 5.4V (±0.5V). Measure Ve (Emitter to GND). It should read 0.94V (±0.1V).
- Inject AC Signal: Connect your function generator or audio source to Vin. Set the input to a 1kHz sine wave at 50mV peak-to-peak.
- Measure Output: Switch your oscilloscope or AC multimeter to the Vout node. You should see a 1kHz sine wave at roughly 190mV peak-to-peak (50mV × 3.8 gain), inverted 180 degrees relative to the input.
Simple Amp Circuit FAQs
How to make a simple amp circuit louder without distortion?
To increase volume without introducing clipping, you must increase the voltage swing capability or cascade stages. Simply swapping Rc for a higher value will increase gain but push the transistor into saturation, causing severe flat-top clipping. The correct approach is to add a second common-emitter stage coupled via a capacitor, or to use an unbypassed emitter resistor with a lower value to increase the gain of the first stage while maintaining negative feedback. If you need massive gain, abandon discrete transistors and use a dedicated low-noise op-amp like the NE5532.
Why does my simple amp circuit sound fuzzy and clip on bass notes?
Fuzzy bass is almost always caused by undersized coupling capacitors (Cin or Cout). A 10µF capacitor interacting with a 1.8kΩ input impedance creates a high-pass filter with a cutoff frequency around 8.8Hz. However, if your actual input impedance is lower, or if you are using cheap ceramic capacitors that lose capacitance under DC bias, the cutoff shifts higher, attenuating and phase-shifting bass frequencies. Upgrade Cin and Cout to 47µF or 100µF low-ESR aluminum electrolytic capacitors, ensuring the positive stripe points toward the higher DC voltage node.
Can a simple amp circuit drive an 8 ohm speaker directly?
No. This common emitter topology is a voltage amplifier, not a power amplifier. The output impedance at the Collector node is roughly equal to Rc (1.8kΩ). If you connect an 8Ω speaker to Vout, the speaker will form a voltage divider with Rc, dropping the audio voltage to near zero and dissipating all the power as heat in the resistor. To drive an 8Ω speaker, you must add a Class AB push-pull emitter follower output stage (using complementary power transistors like the TIP31C and TIP32C) or replace the entire circuit with an LM386 audio power amplifier IC.






