BJT Biasing Calculator (Voltage-Divider Bias)

BJT Biasing Calculator (Voltage-Divider Bias)

The four-resistor bias that every small-signal transistor stage is built on: divider, emitter and collector resistors to an operating point, the voltage gain and impedances that follow from it, and the number that justifies the whole topology — how far the collector current moves when β doubles. Design mode goes the other way, from a target IC and VCE to four E24 resistors.

Voltage-divider bias

Four resistors ↔ operating point
A datasheet minimum that varies three to one between samples and falls with current and temperature — which is exactly why this bias arrangement exists. Use the figures from your part’s datasheet; typical values vary widely between manufacturers.
0.6–0.7 V for silicon at milliamps, and it falls about 2 mV for every degree the junction warms.
Sets the thermal voltage VT = kT/q, which sets the transconductance. 25 °C gives 25.69 mV.
The next stage’s input impedance, in parallel with RC for signals.
Design mode. The classic rule is a tenth of the supply: enough to swamp VBE’s temperature drift, little enough not to waste headroom.
Design mode. Ten is the textbook rule — it makes the divider stiff enough that base current barely disturbs it, without wasting supply current.
The four-resistor voltage-divider bias stage. R1 and R2 hold the base at a fixed voltage, RE turns that into a fixed emitter current, and RC turns the collector current into an output voltage. The emitter bypass capacitor is drawn when the bypassed option is chosen: it shorts RE for signals while leaving it in place for DC, which is what buys the gain back. No current dots are drawn — the interesting currents here differ by four orders of magnitude and no single dot speed can show both.
2.736mAExample

12 V supply, R1 47 kΩ, R2 10 kΩ, RC 2.2 kΩ, RE 470 Ω, β = 200, VBE 0.7 V at 25 °C, emitter bypassed

Advertisement

Voltage-divider bias, and the small-signal stage on top of it

Vth = Vcc·R2/(R1+R2), Rth = R1∥R2  |  IB = (Vth − VBE) ÷ (Rth + (β+1)·RE)  |  IC = β·IB, VE = (β+1)·IB·RE, VCE = Vcc − ICRC − VE  |  gm = IC/VT, rπ = β/gm  |  Av = −gm·(RC∥RL) bypassed, −β(RC∥RL)/(rπ + (β+1)RE) not
VT
thermal voltage kT/q — 25.69 mV at 25 °C, and it rises with temperature, so gm falls at constant IC
Rth
the divider seen from the base. Keeping it well below (β+1)RE is what makes IB, and so IC, almost independent of β
Zin
R1 ∥ R2 ∥ (the impedance looking into the base). The divider usually dominates it, which is the hidden cost of a stiff bias
Av
negative — this stage inverts. The magnitude is what the page prints in dB

Worked example

12 V supply, R1 47 kΩ, R2 10 kΩ, RC 2.2 kΩ, RE 470 Ω, β = 200, VBE 0.7 V at 25 °C, emitter bypassed
Thévenin: Vth = 12 × 10 kΩ ÷ 57 kΩ = 2.105 V, Rth = R1 ∥ R2 = 8.246 kΩ
IB = (2.105 − 0.7) ÷ (8.246 kΩ + 201 × 470 Ω) = 13.68 µA
IC = 200 × 13.68 µA = 2.736 mA, VE = 1.292 V, VC = 5.980 V, so VCE = 4.688 V — comfortably in the active region
gm = 2.736 mA ÷ 25.69 mV = 106.5 mS, rπ = 200 ÷ 106.5 mS = 1.878 kΩ
With RE bypassed the gain is −gm·RC = -234.3, (47.40 dB), and the input impedance is R1 ∥ R2 ∥ rπ = 1.53 kΩ
Double β to 400 and IC only moves to 2.857 mA — 4.43%. The divider current is 210.5 µA, 15.4 times the base current

The same nominal operating point, two ways of getting there

βIC, voltage-divider biasIC, fixed base currentWhat happens
502.181 mA684.1 µAactive
1002.522 mA1.368 mAactive
2002.736 mA2.736 mAactive
4002.857 mA4.494 mAsaturated
8002.922 mA4.494 mAsaturated
Both columns are computed here from the page’s own equations, with the same resistors and the same base current at β = 200. The divider column moves by a factor of 1.2 across a sixteen-fold change in β; the fixed-base column moves by a factor of sixteen, and the transistor saturates before β reaches 400. Real transistors of one part number span that range.

Biasing a transistor for linear operation

A bipolar transistor amplifies because its collector current follows its base–emitter voltage, and the job of a bias network is to hold that current steady at a chosen value so the signal has somewhere to swing. Four resistors do it: R1 and R2 make a divider that sets the base voltage, RE turns that voltage into a current, and RC turns the current back into a voltage at the output. This is the linear case. It is a different problem from the one on the BJT as a switch calculator, which deliberately drives the transistor hard into saturation so that VCE collapses to a couple of tenths of a volt: there the base current is made several times larger than β alone requires, and β’s variability is handled by brute force. Here the transistor must sit in the middle of the active region, and brute force is not available — so the circuit is arranged so that β hardly matters.

Why this topology at all. Bias a transistor with a single resistor from the supply to the base and the base current is fixed, so the collector current is β times a constant — and β is a datasheet minimum that varies three to one between samples of the same part number, rises with temperature and falls with current. The stage would work on one transistor and saturate on the next. The divider fixes the base voltage instead, and RE converts it to a current: IE ≈ (VB − VBE)/RE, with no β in it. The exact expression, IB = (Vth − VBE) ÷ (Rth + (β+1)RE), shows the condition: the term (β+1)RE must dominate Rth. That is the real content of the rule of thumb that the divider current should be at least ten times the base current. At the defaults here, doubling β from 200 to 400 moves the collector current by 4.43%; with fixed base current it would move by 100%.

Choosing the operating point. Put the emitter at about a tenth of the supply — enough that VBE‘s −2 mV/°C drift is a small fraction of it, little enough that you have not thrown away headroom. Pick the collector current from the gain and noise you want and from what the next stage needs. Then RC takes whatever is left of the supply after VCE and VE, and VCE should leave room for the output to swing both ways. Design mode above does exactly that and then rounds all four resistors to standard values, because what you can buy is what you will build with — and it re-solves the circuit with the rounded values, so the operating point shown is the one you get, not the one you asked for.

Gain, and the price of it. The small-signal transconductance is gm = IC/VT, where VT = kT/q is 25.69 mV at 25 °C and rises with temperature. With RE bypassed by a capacitor the voltage gain is −gm(RC∥RL) — 234.3 at the defaults — but it is proportional to IC and inversely proportional to temperature, so it is not a number you can rely on to better than tens of per cent. Leave RE unbypassed and the gain becomes roughly −RC/RE, a ratio of two resistors, which is stable and predictable and far smaller: −4.57 here. That trade — gain for predictability — is the reason op-amp gain stages exist, and it is worth seeing it once in a single transistor before taking feedback for granted. The input impedance is R1 ∥ R2 ∥ (the impedance looking into the base), so a stiff divider costs input impedance: 1.53 kΩ here, most of it rπ.

What this model leaves out. A constant VBE rather than an exponential one (worth about 2% in the collector current at these levels — checked here against a Newton solve of the exponential model), the Early effect, so the output impedance is shown as RC alone rather than RC∥ro; the base-spreading resistance; and every frequency effect, so there is no bandwidth here at all — the bypass and coupling capacitors set the low-frequency corner and the RC filter calculator will size them. Every DC and small-signal formula above was checked against a nodal solve of the actual network — a conductance matrix for the small-signal case and a direct three-equation solve for the bias — rather than against a rearrangement of itself.

Advertisement

Frequently asked questions

How do you calculate voltage divider bias?

Replace R1 and R2 by their Thévenin equivalent — Vth = Vcc·R2/(R1+R2) and Rth = R1∥R2 — then IB = (Vth − VBE)/(Rth + (β+1)RE). IC is β times that, VE = (β+1)·IB·RE and VCE = Vcc − IC·RC − VE. At 47 kΩ, 10 kΩ, 2.2 kΩ and 470 Ω on 12 V with β = 200 that is 2.736 mA and VCE = 4.688 V.

Why is voltage divider bias more stable than base resistor bias?

Because it sets the base voltage rather than the base current. The emitter resistor then fixes the emitter current at roughly (VB − VBE)/RE, which has no β in it. Doubling β moves IC by 4.43% here; with a fixed base resistor it would double.

Why should the divider current be ten times the base current?

So the base does not load its own bias network. Formally the condition is that (β+1)RE should dominate Rth in the denominator of IB; a divider ten times stiffer than the base current gets you there for any ordinary β. Making it far stiffer than that only wastes supply current and drops the stage’s input impedance.

What is the voltage gain of a common emitter amplifier?

−gm × (RC ∥ RL) with the emitter bypassed, where gm = IC/VT and VT is 25.69 mV at 25 °C. That is −234.3 at the defaults. Unbypassed it falls to about −RC/RE — −4.57 here — but becomes a ratio of resistors instead of a function of current and temperature.

How do I choose the emitter resistor?

So the emitter sits at roughly a tenth of the supply voltage at the collector current you want: RE = 0.1·Vcc/IE. That is large enough to swamp VBE’s temperature drift and small enough not to waste headroom. For a 2 mA stage on 12 V that is about 600 Ω.

What is VT in a transistor equation?

The thermal voltage kT/q: 25.69 mV at 25 °C, 26.7 mV at 37 °C. It sets the transconductance gm = IC/VT, so a stage’s gain falls about 0.3% per degree at constant collector current.

Related calculators

References

  1. Sedra AS, Smith KC, Carusone TC, Gaudet V. Microelectronic Circuits, 8th ed. Oxford University Press, 2020. Chapter 6: biasing a BJT amplifier — the classical four-resistor arrangement, the condition Rth ≪ (β+1)RE for β-independent bias, the rule of thumb of setting VE to about VCC/3 or VCC/10, and the hybrid-π small-signal model.
  2. Horowitz P, Hill W. The Art of Electronics, 3rd ed. Cambridge University Press, 2015. Chapter 2: the common-emitter amplifier, emitter degeneration, gm = IC/VT and the intrinsic emitter resistance re = VT/IC.
  3. onsemi. 2N3903, 2N3904 general purpose transistors, publication order number 2N3904/D. hFE 100 minimum and 300 maximum at 10 mA — the three-to-one spread within a single part number that this bias arrangement exists to absorb.
  4. IEC 60063:2015. Preferred number series for resistors and capacitors (E24 and E96), used for the standard values in design mode.