BJT Configurations and Biasing: making a transistor sit still
A transistor amplifies only if you first park it at the right DC operating point.
Start here: a tap you barely have to turn
Picture a tap on a mains water pipe. A small twist of the handle releases a large flow of water. The water does not come from your hand — your hand only controls it. The pipe supplies the water.
A transistor is that tap. A small current into one terminal controls a much larger current through the other two. The big current comes from the power supply, not from your signal. That is amplification, and it is the whole reason transistors matter.
The three terminals, named for their jobs
🔧 What each one does
EmitterWhere the charge carriers come from. The source of the flow.
BaseThe handle. A tiny current here controls everything. It is deliberately made very thin.
CollectorWhere the flow ends up. This is the big current you actually use.
The gain, called β (beta), is just the ratio:
β = collector current ÷ base current
A typical β of 100 means:
0.05 mA into the base → 5 mA through the collector
One hundred times as much current, controlled by the small one.
💡 β varies enormously — between individual transistors from the same batch, and with temperature. A design that only works for one exact value of β is a bad design, which is exactly what the biasing section is about.
Why "biasing" exists at all
Here is the problem. A transistor only responds to base current in one direction. Feed it an audio signal that swings positive and negative, and the negative half does nothing at all — the tap is already shut. You get half your signal back, badly mangled.
The fix is to park the tap half-open before the signal arrives. Then the signal's positive half opens it further and the negative half closes it a bit, and both halves survive. That resting position is called the Q-point, and setting it is what biasing means.
💡 So biasing is not some extra complication bolted on. It is the thing that makes amplification possible at all — and if you get it wrong, the symptom is a distorted output that is clipped on one side, which is exactly what a badly biased amplifier sounds like.
Why one resistor is not good enough
The simplest way to set the Q-point is a single resistor feeding the base. It works — and it depends entirely on β, which as we said varies wildly.
Fixed bias, with β doubling from 100 to 200:
I_C goes from 4.71 mA → 9.42 mA
V_CE goes from 1.64 V → driven into saturation
The transistor stops amplifying altogether.
The better circuit adds a resistor in the emitter, and it works by pushing back:
If I_C tries to rise, the extra current through the emitter resistor raises the emitter voltage. That reduces the voltage across the base-emitter junction, which reduces the base current, which brings I_C back down. The circuit corrects itself, without anyone measuring anything.
Divider bias, same β change from 100 to 200:
I_C goes from 0.604 mA → 0.614 mA
A 1.7% change, from a doubling of β.
💡 This is negative feedback, and it is one of the most important ideas in all of electronics. You will meet it again in op-amps and in oscillators. The pattern is always the same: let the output influence the input in the direction that opposes change, and the circuit becomes far more predictable than the parts it is built from.
A bipolar transistor is three doped layers — emitter, base, collector — where a small base current controls a much larger collector current. But amplification only works while the device is held in its active region. Left to itself, a transistor will not stay there. Why not? Heat changes its parameters, and the operating point drifts. Biasing is the art of pinning it down, and the different circuits differ almost entirely in how well they resist that drift.
The fundamental relations
I_E = I_B + I_C (Kirchhoff at the device)
β (beta) = I_C/I_B common-emitter current gain
typically 50–300
α (alpha) = I_C/I_E common-base current gain
typically 0.95–0.995
Conversions:
α = β/(β + 1) β = α/(1 − α)
Also: I_C = βI_B + I_CEO ≈ βI_B (leakage usually ignored)
I_E = (β + 1)I_B
The three configurations
🔧 CE, CB, CC — and what each is for
CECommon Emitter. Input at base, output at collector. High current gain (β), high voltage gain, so highest power gain. Phase inversion of 180°. Medium input impedance (1–2 kΩ). The default amplifier stage.
CBCommon Base. Input at emitter, output at collector. Current gain < 1 (α), but high voltage gain. Very low input impedance (~50 Ω), very high output impedance. No phase inversion. Used at high/radio frequencies.
CCCommon Collector (emitter follower). Input at base, output at emitter. Voltage gain ≈ 1, high current gain. Very high input impedance, very low output impedance. No phase inversion. Used as a buffer / impedance matcher.
Quick comparison table
CE CB CC
Current gain high (β) <1 (α) high (1+β)
Voltage gain high high ≈1
Power gain HIGHEST medium low
Input Z ~1 kΩ ~50 Ω ~500 kΩ
Output Z ~50 kΩ ~1 MΩ ~50 Ω
Phase shift 180° 0° 0°
Main use amplifier HF/RF buffer
Only the CE configuration inverts the signal. If a question asks which configuration gives 180° phase shift, or which gives the highest power gain, the answer to both is CE. And if it asks for impedance matching or a buffer, it's CC — remembering just those three facts covers most configuration questions.
Why bias stability matters
β varies enormously between two transistors of the same part number, and it rises with temperature. Leakage current also roughly doubles every 10 °C. If the operating point depends strongly on β, then heating shifts the Q-point, which increases I_C, which causes more heating — thermal runaway. Good biasing breaks that loop.
Stability factor: S = dI_C/dI_CO
Lower S = more stable. S = 1 is the ideal.
Fixed bias S ≈ 1 + β (very poor, ~100)
Collector feedback S ≈ (1+β)/(1+β R_C/(R_C+R_B))
Voltage divider S ≈ 1 + R_E-dependent → close to 1 (best)
Worked numerical 1 — fixed bias
A CE fixed-bias circuit has V_CC = 12 V, R_B = 240 kΩ, R_C = 2.2 kΩ, β = 100, V_BE = 0.7 V. Find I_B, I_C, V_CE, and then show what happens if β rises to 200.
Base loop:
I_B = (V_CC − V_BE)/R_B = (12 − 0.7)/240 000
= 11.3/240 000 = 47.1 µA
Collector current:
I_C = βI_B = 100 × 47.1 µA = 4.71 mA
Collector–emitter voltage:
V_CE = V_CC − I_C R_C = 12 − (4.71 mA × 2.2 kΩ)
= 12 − 10.36 = 1.64 V
Q-point: (1.64 V, 4.71 mA) — uncomfortably close to
saturation already.
NOW let β double to 200 (a different sample, or heating):
I_B is unchanged at 47.1 µA (set only by R_B and V_CC)
I_C = 200 × 47.1 µA = 9.42 mA
V_CE = 12 − (9.42 × 2.2) = 12 − 20.7 = NEGATIVE
Impossible — the transistor has driven into SATURATION.
The amplifier has stopped working entirely.
This is exactly why fixed bias is unusable in production.
Worked numerical 2 — voltage-divider bias
V_CC = 18 V, R₁ = 39 kΩ, R₂ = 3.9 kΩ, R_C = 4 kΩ, R_E = 1.5 kΩ, β = 100, V_BE = 0.7 V. Find the Q-point, then repeat with β = 200.
Thevenise the base divider:
V_B = V_CC × R₂/(R₁ + R₂) = 18 × 3.9/42.9 = 1.636 V
R_th = R₁∥R₂ = (39 × 3.9)/42.9 = 3.545 kΩ
Emitter current (the key step):
V_E = V_B − V_BE = 1.636 − 0.7 = 0.936 V
I_E = V_E/R_E = 0.936/1500 = 0.624 mA
I_C ≈ I_E = 0.624 mA (since α ≈ 1)
I_B = I_C/β = 6.24 µA
V_CE = V_CC − I_C(R_C + R_E)
= 18 − 0.624 mA × 5.5 kΩ
= 18 − 3.43 = 14.57 V
Q-point: (14.57 V, 0.624 mA) — nicely mid-range.
NOW with β = 200:
V_B, V_E and I_E are UNCHANGED — they never involved β!
I_C ≈ 0.624 mA still
V_CE = 14.57 V still
The Q-point barely moves. That immunity is the entire
reason this circuit dominates real designs.
Notice the structural difference. In fixed bias, I_C = βI_B, so I_C is directly proportional to β. In divider bias, I_E is set by (V_B − V_BE)/R_E — a ratio of resistors and voltages with no β in it. The emitter resistor provides negative feedback: if I_C tries to rise, V_E rises, which reduces V_BE, which pushes I_C back down.
Worked numerical 3 — designing for a target Q-point
Design a divider-bias stage for I_C = 2 mA and V_CE = 6 V from V_CC = 12 V, with β = 150.
Standard design rule: put ~10% of V_CC across R_E.
V_E = 0.1 × 12 = 1.2 V
R_E = V_E/I_E ≈ 1.2/2 mA = 600 Ω → use 620 Ω
Collector resistor from the KVL requirement:
V_CC = I_C R_C + V_CE + V_E
12 = (2 mA)R_C + 6 + 1.2
(2 mA)R_C = 4.8 → R_C = 2.4 kΩ
Base voltage:
V_B = V_E + V_BE = 1.2 + 0.7 = 1.9 V
Divider design rule: bleeder current ≈ 10 × I_B so the
divider is stiff and unaffected by base current.
I_B = I_C/β = 2 mA/150 = 13.3 µA
I_divider = 133 µA
R₂ = V_B/I_divider = 1.9/133 µA = 14.3 kΩ → 15 kΩ
R₁ = (V_CC − V_B)/I_divider = 10.1/133 µA
= 76 kΩ → 75 kΩ
Verify with standard values (75k, 15k, 2.4k, 620):
V_B = 12 × 15/90 = 2.0 V
V_E = 1.3 V, I_E = 1.3/620 = 2.1 mA ✔
V_CE = 12 − 2.1m(2400 + 620) = 12 − 6.34 = 5.66 V ✔
Close enough to the 6 V target.
💡 Exam angle: the voltage-divider numerical is near-guaranteed, usually 8–10 marks. The winning sequence is: Thevenise the divider → V_E = V_B − 0.7 → I_E = V_E/R_E → V_CE = V_CC − I_C(R_C + R_E). Then add one sentence explaining that I_E is independent of β, which is what the "why is this stable?" part of the question wants. Also memorise the CE/CB/CC comparison table — it appears as a 4-mark standalone.
Syllabus points
CE, CB, CC configurations
Biasing circuits (numerical)
Create a free account to tick topics off, take notes as you read, watch the video lessons and get a day-by-day study plan built around your exam date.