How this instrument works
Two resistors, R1 and R2, form a simple divider across the supply, Vcc, and the transistor's base taps into the node between them. Drawing almost no current from that node, the base would sit at exactly VB = Vcc·R2 ⁄ (R1+R2) — the same fraction of Vcc that R2 is of the total resistance. A silicon base-emitter junction then subtracts a fixed 0.6-0.7 V drop before the remainder appears across the emitter resistor, RE, which turns that voltage into a current: IE = (VB − VBE) ⁄ RE.
This two-resistor-plus-RE arrangement is called voltage-divider bias precisely because neither formula above mentions the transistor's current gain, β, at all. A base driven straight off one resistor would swing wildly as β varies between individual transistors or drifts with temperature; forcing the base voltage with a divider that draws far more current than the base itself needs pins VB, and through it IE, almost regardless of which physical transistor is plugged into the socket.
The formula is an approximation that holds only while the divider is 'stiff': current through R1 and R2 has to stay large compared with the current the base actually pulls from that node, conventionally ten times or more. Push R1 and R2 up to save quiescent power and the transistor starts loading the divider down, pulling VB below what this formula predicts — a common mistake that produces a reasonable-looking hand calculation and a starved, distorted amplifier on the bench.
- Enter the DC rail voltage in Supply voltage — the Vcc that both the divider and the collector circuit run from.
- Set the two divider resistors: Upper bias resistor, R1, running from Vcc down to the base node, and Lower bias resistor, R2, from that node to ground.
- Enter Base-emitter voltage drop — 0.7 V is the usual silicon figure, closer to 0.3 V for germanium — and the Emitter resistor, RE.
- Read off Base voltage, VB, and Emitter current, IE.
- Sanity-check the design: the divider current, Vcc ⁄ (R1+R2), should clearly exceed the base current a real transistor would draw at that IE.
Worked example — a 12 V silicon stage with a 10 kΩ/2.2 kΩ divider
Take a small-signal amplifier stage built around a 12 V supply, Vcc = 12 V, with a 10 kΩ upper resistor, R1 = 10,000 Ω, and a 2.2 kΩ lower resistor, R2 = 2,200 Ω. Left undisturbed, the divider alone would settle at VB = 12 × 2200 ⁄ (10000 + 2200) = 26,400 ⁄ 12,200 = 2.16393 V, or 2.164 V to three decimals.
With a silicon VBE of 0.7 V and a 1 kΩ emitter resistor, RE = 1,000 Ω, the emitter current works out to IE = (2.16393 − 0.7) ⁄ 1000 = 1.46393 ⁄ 1000 = 0.00146393 A, about 1.464 mA. The divider itself draws Vcc ⁄ (R1+R2) = 12 ⁄ 12200 ≈ 0.984 mA, far more than the roughly 0.0145 mA of base current a β = 100 transistor would pull at that IE, so the stiff-divider approximation holds and the reading stands up to measurement.
Questions
Why does a voltage divider make biasing independent of β?
Because VB = Vcc·R2/(R1+R2) never references the transistor's current gain — it depends only on the supply and the two resistors, provided the divider is stiff enough to ignore the base's pull on it. Fixed bias, by contrast, sets base current through a single resistor, so IC = β·IB swings with every unit-to-unit change in β; voltage-divider bias pins VB instead and lets RE do the work of holding IE steady.
What is VBE and why is it near 0.6-0.7 V for silicon?
VBE is the forward voltage across the base-emitter junction, an ordinary PN diode junction, once it conducts. Silicon's bandgap and typical doping put that turn-on point around 0.6-0.7 V at room temperature; germanium junctions run lower, near 0.2-0.3 V. The figure drifts a little with current and temperature, which is exactly why RE, not VBE, is asked to carry the burden of keeping IE stable.
Is VB = Vcc·R2/(R1+R2) exact, or an approximation?
It is the no-load, Thevenin-equivalent approximation, valid when the current through R1 and R2 is large next to the base current the transistor draws from that node — a stiff divider, usually meaning divider current at least ten times the base current. Push R1 and R2 up to save power and that assumption weakens: the base loads the divider down and the true VB measures lower than the formula predicts.
How do I get collector current from the IE this gives me?
Multiply by β ⁄ (β+1): IC = IE · β ⁄ (β+1). For any β above about 20 that factor sits within a few percent of 1, so IC ≈ IE is the usual shortcut engineers reach for — the entire appeal of this bias topology is that the precise value of β barely moves either current.
What changes if I bias a germanium transistor instead?
Set Base-emitter voltage drop to roughly 0.2-0.3 V instead of silicon's 0.6-0.7 V; both formulas apply unchanged. Because VB comes from the divider alone and IE = (VB − VBE) ⁄ RE, a smaller VBE just leaves a slightly larger voltage across RE and a somewhat higher emitter current for the same resistor values — recompute rather than carry silicon figures across.
Why compute IE from RE instead of straight from β and IB?
Because RE turns the fixed, β-independent voltage across it — VB minus VBE — directly into a current through Ohm's law, sidestepping β entirely. Tying the design to β would peg IE to a parameter that can vary three to one or more between transistors off the same production line; tying it to VB and RE, two values the designer sets, is what keeps the operating point predictable from board to board.