2.4.2

BJT operating regions (cutoff, active, saturation)

1,785 words8 min readdifficulty · medium5 backlinks

80/20 core: A BJT is just two PN junctions (Base–Emitter and Base–Collector). Which region you're in is decided entirely by whether each junction is forward- or reverse-biased. Memorize that table and everything else follows.


[!intuition] The one idea that unlocks everything

A bipolar transistor (say NPN) has two junctions:

  • B–E junction (base–emitter)
  • B–C junction (base–collector)

Each junction can be forward-biased (turned ON, conducts easily) or reverse-biased (blocked). Two junctions × two states = four combinations, but three matter for circuits:

Region B–E junction B–C junction What the transistor "acts like"
Cutoff Reverse Reverse Open switch (OFF)
Active Forward Reverse Current amplifier (IC=βIBI_C=\beta I_B)
Saturation Forward Forward Closed switch (ON)

WHY this works: The emitter injects carriers into the base. Whether those carriers get swept across to the collector depends on the B–C junction. In active mode the reverse-biased B–C junction eagerly sucks carriers across → clean amplification. When you push so much base current that the collector can't keep up, the B–C junction goes forward too → saturation.


[!definition] The three regions (NPN)

  • Cutoff: both junctions reverse-biased. VBE<VBE(on)V_{BE} < V_{BE(on)} (≈0.7 V). Essentially no current flows: IBIC0I_B \approx I_C \approx 0. Transistor = OFF switch.
  • Active (forward-active): B–E forward, B–C reverse. VBE0.7V_{BE}\approx 0.7 V and VCE>VCE(sat)V_{CE} > V_{CE(sat)}. Here IC=βIBI_C = \beta I_B — the amplifying region.
  • Saturation: both junctions forward. VCEVCE(sat)0.2V_{CE} \approx V_{CE(sat)} \approx 0.2 V. IC<βIBI_C < \beta I_B (the collector is "maxed out"). Transistor = ON switch.

[!formula] Deriving the current relations from first principles

WHAT we want: relationships between IEI_E, IBI_B, ICI_C.

Step 1 — Kirchhoff's Current Law. The transistor is one node with three terminals. Charge in = charge out: IE=IC+IBI_E = I_C + I_B Why this step? Nothing exotic — it's just conservation of current. Emitter current splits into collector + base.

Step 2 — Define emitter efficiency α\alpha. Of all the current the emitter injects, a fraction α\alpha reaches the collector (the rest recombines in the base and leaves as base current): IC=αIE,0<α<1I_C = \alpha\, I_E, \qquad 0<\alpha<1 Why this step? α\alpha is close to 1 (like 0.99) because the base is made thin and lightly doped so few carriers recombine. This is a physical design choice, not magic.

Step 3 — Get β\beta from α\alpha. Substitute IE=IC+IBI_E = I_C + I_B: IC=α(IC+IB)    IC(1α)=αIBI_C = \alpha(I_C + I_B) \implies I_C(1-\alpha) = \alpha I_B IC=α1αIB=βIB\boxed{I_C = \frac{\alpha}{1-\alpha}\,I_B = \beta I_B} So: β=α1α,α=ββ+1\beta = \frac{\alpha}{1-\alpha}, \qquad \alpha = \frac{\beta}{\beta+1} Why this step? This shows why β\beta is huge: if α=0.99\alpha=0.99, then β=0.99/0.01=99\beta = 0.99/0.01 = 99. A tiny loss fraction (1α)(1-\alpha) in the denominator makes β\beta large. THAT is the amplification.

⚠️ IC=βIBI_C=\beta I_B only holds in the active region. In saturation the collector circuit can't supply βIB\beta I_B, so ICI_C is set by the external resistor instead.


[!formula] When does it saturate? (the boundary)

Take a common-emitter switch: supply VCCV_{CC}, collector resistor RCR_C.

The collector loop (KVL): VCE=VCCICRCV_{CE} = V_{CC} - I_C R_C Why? Voltage dropped across RCR_C plus across the transistor must equal supply.

  • If you increase IBI_B, active mode predicts IC=βIBI_C=\beta I_B rising, so VCEV_{CE} falls.
  • VCEV_{CE} can't fall below VCE(sat)0.2\approx V_{CE(sat)}\approx0.2 V (the B–C junction turns forward). At that point ICI_C hits its ceiling: IC(sat)=VCCVCE(sat)RCI_{C(sat)} = \frac{V_{CC}-V_{CE(sat)}}{R_C}
  • The base current needed to just reach saturation: IB(sat)=IC(sat)βI_{B(sat)} = \frac{I_{C(sat)}}{\beta}

Rule: if IB>IB(sat)I_B > I_{B(sat)}saturated (ON switch). If IBI_B (with a forward B–E) but βIB<IC(sat)\beta I_B < I_{C(sat)}active. If B–E not forward → cutoff.

Figure — BJT operating regions (cutoff, active, saturation)

[!example] Worked Example 1 — classify the region

Given NPN: VCC=10V_{CC}=10 V, RC=1 kΩR_C=1\text{ k}\Omega, β=100\beta=100, IB=20 μAI_B=20\ \mu\text{A}, VCE(sat)=0.2V_{CE(sat)}=0.2 V.

Step 1 — max collector current the circuit allows: IC(sat)=100.21000=9.8 mAI_{C(sat)}=\frac{10-0.2}{1000}=9.8\text{ mA} Why? This is the ceiling set by supply and RCR_C.

Step 2 — what active mode would predict: βIB=100×20 μA=2 mA\beta I_B = 100\times20\ \mu\text{A} = 2\text{ mA} Why? Assume active first, then test.

Step 3 — compare: 2 mA<9.8 mA2\text{ mA} < 9.8\text{ mA}, so the collector can deliver it → ACTIVE. VCE=10(2 mA)(1 kΩ)=8 V (>0.2 V)V_{CE}=10-(2\text{ mA})(1\text{ k}\Omega)=8\text{ V} \ (> 0.2\text{ V}) ✓


[!example] Worked Example 2 — push it into saturation

Same circuit but now IB=200 μAI_B=200\ \mu\text{A}.

Step 1 — active prediction: βIB=100×200 μA=20 mA\beta I_B = 100\times200\ \mu\text{A}=20\text{ mA}. Step 2 — compare to ceiling: 20 mA>9.8 mA20\text{ mA} > 9.8\text{ mA} → collector cannot supply this. → SATURATION. Step 3 — real values: IC=IC(sat)=9.8 mAI_C = I_{C(sat)}=9.8\text{ mA}, VCE=0.2V_{CE}=0.2 V. Why this step? Once saturated, ICI_C is fixed by the resistor, NOT by βIB\beta I_B. The "extra" base drive is wasted (overdrive).


[!example] Worked Example 3 — find α\alpha and the boundary IBI_B

β=99\beta = 99. Step 1: α=β/(β+1)=99/100=0.99\alpha = \beta/(\beta+1)=99/100=0.99. Why? Directly from derived formula. Step 2 — minimum IBI_B to just saturate (using Ex.1 circuit): IB(sat)=IC(sat)β=9.8 mA9999 μAI_{B(sat)}=\frac{I_{C(sat)}}{\beta}=\frac{9.8\text{ mA}}{99}\approx 99\ \mu\text{A} Any IBI_B above ≈99 µA saturates the transistor.


[!mistake] Steel-manned common errors

Mistake 1: "IC=βIBI_C = \beta I_B always." Why it feels right: it's the headline formula in every textbook; students apply it reflexively. The fix: it's only the active-region law. In saturation ICI_C is limited by (VCCVCE(sat))/RC(V_{CC}-V_{CE(sat)})/R_C. Always compute IC(sat)I_{C(sat)} and compare with βIB\beta I_B; the smaller wins.

Mistake 2: "More base current = more collector current, forever." Why it feels right: linear thinking from the active region. The fix: the collector hits a hard ceiling. Beyond IB(sat)I_{B(sat)} you're just overdriving — good for a solid switch, useless for gain.

Mistake 3: "Saturation means no current / device is off." Why it feels right: the word "saturated" sounds like something stopped. The fix: saturation = fully ON (max current, tiny VCEV_{CE}). Cutoff is the OFF state. The names are counterintuitive — memorize them.

Mistake 4: Confusing α\alpha and β\beta or using IC=αIBI_C=\alpha I_B. The fix: IC=αIEI_C=\alpha I_E but IC=βIBI_C=\beta I_B. α<1\alpha<1 (fraction of emitter current), β1\beta\gg1 (gain over base current).


[!recall]- Feynman: explain to a 12-year-old

Imagine a water gate. The big pipe (collector–emitter) has a heavy door held shut. There's a tiny lever (the base).

  • Don't touch the lever → door stays shut, no water → cutoff (OFF).
  • Push the lever a little → the door opens proportionally, and a little lever push moves a LOT of water → active (amplifier).
  • Push the lever super hard → the door is already fully open; pushing harder does nothing more → saturation (fully ON). The water flow is now limited by the pipe/faucet outside, not your lever.

[!mnemonic] Remember the regions

"Cutoff = Closed for business (both reverse). Saturation = Slammed open (both forward). Active = A-lift (one each)." And: "REverse+REverse = REst (cutoff); Forward+Forward = Full ON (sat)."


Flashcards

What determines a BJT's operating region?
The bias state (forward/reverse) of the two junctions: B–E and B–C.
Bias states in cutoff?
Both junctions reverse-biased → transistor OFF.
Bias states in active region?
B–E forward, B–C reverse → amplifier, IC=βIBI_C=\beta I_B.
Bias states in saturation?
Both junctions forward → ON switch, VCE0.2V_{CE}\approx0.2 V.
State the KCL relation for a BJT.
IE=IC+IBI_E = I_C + I_B.
Define α\alpha and its typical value.
α=IC/IE\alpha = I_C/I_E, fraction of emitter current reaching collector, ≈0.98–0.995.
Derive β\beta from α\alpha.
From IC=α(IC+IB)I_C=\alpha(I_C+I_B)β=α/(1α)\beta=\alpha/(1-\alpha).
If α=0.99\alpha=0.99, what is β\beta?
0.99/0.01=990.99/0.01=99.
Does IC=βIBI_C=\beta I_B hold in saturation?
No — only in active. In saturation IC=(VCCVCE(sat))/RCI_C=(V_{CC}-V_{CE(sat)})/R_C.
Formula for maximum (saturation) collector current?
IC(sat)=(VCCVCE(sat))/RCI_{C(sat)}=(V_{CC}-V_{CE(sat)})/R_C.
Base current needed to just saturate?
IB(sat)=IC(sat)/βI_{B(sat)}=I_{C(sat)}/\beta.
Which region is the OFF switch — cutoff or saturation?
Cutoff.
How do you test if a transistor is active vs saturated?
Compute βIB\beta I_B and IC(sat)I_{C(sat)}; if βIB<IC(sat)\beta I_B < I_{C(sat)} active, else saturated.
Typical VCE(sat)V_{CE(sat)} value?
≈0.2 V.
Why is β\beta large physically?
The base is thin & lightly doped, so α\alpha≈1 and 1α1-\alpha (denominator of β\beta) is tiny.

Connections

  • BJT Structure and Doping — thin base is why α1\alpha\to1
  • Common-Emitter Amplifier — uses the active region
  • BJT as a Switch — uses cutoff & saturation
  • Load Line Analysis — graphical view of these regions
  • MOSFET Operating Regions — the FET analogue (cutoff/triode/saturation)
  • PN Junction Biasing — foundation for junction states

Concept Map

has

has

reverse and BC reverse

forward and BC reverse

forward and BC forward

conservation

thin lightly doped base

beta = alpha/1-alpha

IC = beta IB holds

IC less than beta IB

NPN BJT

B-E junction

B-C junction

Cutoff OFF switch

Active amplifier

Saturation ON switch

KCL: IE = IC + IB

alpha = IC/IE

alpha near 1

beta gain

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, BJT ek simple soch se samajh aata hai: transistor ke andar do junction hote hain — Base-Emitter (B-E) aur Base-Collector (B-C). Har junction ya toh forward ho sakta hai (ON, current chalta hai) ya reverse (blocked). Bas in do junctions ke haal se decide hota hai ki transistor kaunse region mein hai. Dono reverse = cutoff (transistor OFF, jaise open switch). B-E forward + B-C reverse = active (amplifier mode, yaha IC=βIBI_C=\beta I_B chalta hai). Dono forward = saturation (fully ON, closed switch, VCEV_{CE} sirf 0.2V).

Ab β\beta kaha se aata hai? Emitter carriers inject karta hai, aur unka ek fraction α\alpha (jaise 0.99) collector tak pahunchta hai. KCL se IE=IC+IBI_E=I_C+I_B. Thoda algebra karke β=α/(1α)\beta=\alpha/(1-\alpha) nikal aata hai. Yahi trick hai — kyunki base patli aur lightly doped hoti hai, α\alpha almost 1 hota hai, isliye (1α)(1-\alpha) chhota, aur β\beta bahut bada (jaise 99). Yahi amplification ka raaz hai.

Sabse badi galti students karte hain: IC=βIBI_C=\beta I_B ko hamesha laga dena. Yaad rakho — yeh formula sirf active region mein sahi hai. Saturation mein collector current resistor decide karta hai: IC(sat)=(VCCVCE(sat))/RCI_{C(sat)}=(V_{CC}-V_{CE(sat)})/R_C. Test karne ka tareeka: pehle βIB\beta I_B nikaalo, phir IC(sat)I_{C(sat)} nikaalo — jo chhota ho wahi actual ICI_C hai. Chhota βIB\beta I_B = active, chhota IC(sat)I_{C(sat)} = saturated.

Ek confusion aur: naam ulta lagta hai. Cutoff = OFF (band), Saturation = full ON (khula). "Saturation" sunke lagta hai band ho gaya, par actually current maximum hai. Isko ratt lo — exam mein yahi trap hota hai. Switch design karte waqt cutoff aur saturation use hote hain, aur amplifier design mein active region.

Go deeper — visual, from zero

Connections