BJT Biasing

Semiconductor Devices · BJT · Learn

Why bias? A BJT amplifier is just a transistor in active mode with a DC operating point — the Q-point. Sit too close to cutoff and the output clips on the bottom; too close to saturation and it clips on the top. The job of a bias network is to plant the Q-point in the middle of the active region and keep it there as β\beta, temperature, and part-to-part variation try to drag it around.

ICVCE(VCC , 0)(0, VCC / (RC +RE))SATCUTOFFQVCEQICQ
Figure 1. The Q-point sits on the load line, between cutoff and saturation. A mid-load-line Q-point gives equal headroom for output swing.

The load line

VCCRCQ1REICVCE(VCC , 0)(0, VCC / (RC +RE))slope = −1 / (RC +RE)KVL: VCC = IC ·RC + VCE + IE ·RE
Figure 2. The DC load line is the locus of all (VCEV_{CE}, ICI_C) the circuit can reach. Endpoints come straight from KVL: VCCV_{CC} on the x-axis and VCC/(RC+RE)V_{CC} / (R_C + R_E) on the y-axis.
  • KVL around the output loop: VCC=ICRC+VCE+IEREV_{CC} = I_C \cdot R_C + V_{CE} + I_E \cdot R_E. Since IEICI_E \approx I_C for sensible β\beta, this is a straight line in the (VCE,IC)(V_{CE}, I_C) plane.
  • Right endpoint: IC=0VCE=VCCI_C = 0 \Rightarrow V_{CE} = V_{CC} — transistor in cutoff, all of VCCV_{CC} dropped across it.
  • Left endpoint: VCE=0IC=VCC/(RC+RE)V_{CE} = 0 \Rightarrow I_C = V_{CC} / (R_C + R_E) — transistor in saturation, full current limited by the resistors only.
The Q-point is the intersection of the load line (set by the output loop and VCCV_{CC}) with the bias line (the ICI_C the input network commands).

Fixed bias — simple but unstable

VCCRBRCIB = (VCC − VBE) / RBIC = β · IB⇒ IC scales with βSame RB , three different β:β = 50β = 150β = 300
Figure 3. Fixed bias drives IBI_B directly through RBR_B. IC=βIBI_C = \beta \cdot I_B tracks β\beta 1-for-1 — the Q-point shifts wildly across parts and temperature.
  • Fixed bias: a single resistor RBR_B from VCCV_{CC} to the base. IB=(VCCVBE)/RBI_B = (V_{CC} - V_{BE}) / R_B.
  • IC=βIBI_C = \beta \cdot I_B. If β\beta doubles, so does ICI_C. The Q-point is at the mercy of β\beta.
  • Fine for ON/OFF switching where you just need to overdrive into saturation. Useless for linear amplification where the Q-point must stay put.

Voltage-divider bias — stiff and stable

VCCR1RCR2RENegative feedback via RE:↑ IC (say β rose)→ ↑ VE = IE ·RE→ ↓ VBE = VB − VE→ ↓ IB (diode pulls back)→ ↓ ICResult: Q-point barelymoves with β.
Figure 4. Voltage-divider bias. R1R_1 and R2R_2 set a stiff VBV_B; RER_E turns any change in ICI_C into a change in VBEV_{BE} that pushes back.

The Thevenin form simplifies the analysis:

VTH=VCCR2/(R1+R2),RTH=R1R2V_{TH} = V_{CC} \cdot R_2 / (R_1 + R_2),\quad R_{TH} = R_1 \| R_2
IE=(VTHVBE)/(RE+RTH/(β+1))I_E = (V_{TH} - V_{BE}) / (R_E + R_{TH} / (\beta + 1))
  • If the divider is stiff — RTH(β+1)RER_{TH} \ll (\beta + 1) \cdot R_E — the second term in the denominator vanishes and IE(VTHVBE)/REI_E \approx (V_{TH} - V_{BE}) / R_E. No β\beta in sight.
  • The RE trick: if ICI_C tries to rise (β rises, T rises, part-to-part), the emitter voltage rises with it, VBE=VBVEV_{BE} = V_B - V_E drops, the diode cuts back, and ICI_C falls back. Negative feedback.
  • Design rule: pick the divider current IR210IB(max)I_{R_2} \gtrsim 10 \cdot I_B(\text{max}) so the divider stays stiff regardless of base loading.

Emitter bias — same trick, dual rails

+VCC−VEERCQ1RBREIE ≈ (VEE − VBE) / RE(β-independent — same ideaas voltage-divider bias)
Figure 5. Emitter bias uses ±VCCV_{CC} rails. The base sits at ground via a small RBR_B; the emitter sees VEE-V_{EE} through RER_E. Same β-independence as voltage-divider bias.
  • With a base near 0 V, the emitter sits at VBE0.7V-V_{BE} \approx -0.7\,\text{V}. Across RER_E we drop almost the full VEEV_{EE}.
  • IE(VEEVBE)/REI_E \approx (V_{EE} - V_{BE}) / R_E. β-independent — same mechanism as voltage-divider bias.
  • Common in op-amp differential input stages where dual rails are already there for free.

Temperature

02550751001250.50.60.70.8VBE (V)T (°C)25 °C, 0.70 Vslope ≈ −2 mV/°C
Figure 6. VBEV_{BE} drops about 2 mV per °C as temperature rises. From 25 °C to 100 °C that's a 0.15 V shift — enough to walk a fixed-bias Q-point clean off the load line.
  • VBEV_{BE} has a temperature coefficient of about 2mV/°C-2\,\text{mV/°C}.
  • In voltage-divider bias the dominant term is VTHVBEV_{TH} - V_{BE}. For VTHV_{TH} in the volts and a 0.15 V shift in VBEV_{BE}, the change is small.
  • In fixed bias the dominant term is VCCVBEV_{CC} - V_{BE} — same ratio — but β\beta also rises with temperature, compounding the drift.