Short notes

BJT Voltage Divider Bias Short Notes

Most analog IC datasheets that show a BJT application circuit use voltage divider bias — not fixed bias. A BC547 with V_CC = 12 V, R1 = 33 kΩ, R2 = 10 kΩ, R_C = 2.2 kΩ, and R_E = 1 kΩ sets a stable Q-point near the centre of the load line, and replacing the transistor with a β = 100 or β = 300 device barely shifts I_C because the bias is set by the resistor ratio, not by β. This is the defining feature — voltage divider bias approximates a voltage-stiff base drive.

EEE, ECE, EI

How it works

Analysis uses Thevenin's theorem: replace R1 and R2 with V_TH = V_CC·R2/(R1+R2) and R_TH = R1||R2. For the values above, V_TH = 12×10/43 ≈ 2.79 V and R_TH = 33k||10k ≈ 7.65 kΩ. The base-emitter loop gives I_B = (V_TH − V_BE) / (R_TH + (1+β)·R_E). With β = 200, I_C ≈ β·I_B ≈ 2.0 mA and V_CE = V_CC − I_C(R_C + R_E) ≈ 5.4 V. R_E provides negative DC feedback: if I_C tries to increase, V_E rises, V_BE decreases, I_B decreases, and I_C is pulled back — stabilisation without complex circuitry.

Key points to remember

The exact condition for voltage-stiff (β-independent) bias is β·R_E >> R_TH, typically satisfied when β·R_E > 10·R_TH. Stability factor S for voltage divider bias is S = (1+β)/(1 + β·R_E/R_TH); for the values above, S ≈ 7 — far better than the S = 201 of fixed bias. The emitter bypass capacitor C_E (typically 10–100 µF) short-circuits R_E at AC signal frequencies, restoring AC gain A_v = −β·R_C/(r_e + R_E||Z_CE) ≈ −gm·R_C. Without C_E, AC gain is reduced to −R_C/(r_e + R_E) but distortion is also reduced.

Exam tip

Every analog electronics exam has a question asking you to find the Q-point using Thevenin's equivalent for a voltage divider bias circuit — show all four steps: find V_TH, find R_TH, write KVL for the B-E loop, then solve for I_C and V_CE.

More Analog Electronics notes