From switch to dial: the active region
In the previous guide you drove the BJT like a light switch: pile enough base current in and it slams fully on (saturation, collector pulled near ground); take the base current away and it goes fully off (cutoff, no collector current). A switch only has two settings. But a transistor has a whole continuous range between off and fully-on, and that in-between land is where the magic of amplification lives. We call it the active region.
Think of the tap analogy from earlier rungs: a tiny movement of the handle controls a big flow of water. As a switch you only ever bang the handle hard against its two stops. In the active region you set the handle somewhere in the middle and then nudge it gently — and the flow follows your nudges faithfully, but magnified. That is an amplifier: a small wiggle in, a big copy of that wiggle out.
Region B-E junction B-C junction What happens Used as -------------------------------------------------------------------------- Cutoff off (Vbe<~0.6V) off no Ic (open path) OFF switch Active on (Vbe~0.7V) off (reverse) Ic = beta x Ib AMPLIFIER Saturation on on (forward) Ic capped, Vce~0.2V ON switch
Beta: a small base current, a big collector current
Recall the three legs: base, collector, and emitter. In an NPN transistor (the kind we will use throughout), the emitter pours charge carriers into the device, the collector sweeps most of them up, and the base is the thin control terminal in between. Here is the heart of the whole subject: in the active region, the collector current is a fixed multiple of the base current. That multiple is the current gain, written beta (or hFE on a datasheet): Ic = beta times Ib.
Put a number on it. If beta is 100 and you feed the base a thin 20 microamp trickle, the collector carries 100 times 20 uA = 2 mA — a hundred times more, controlled by that little trickle. Spend a touch more base current, say 30 uA, and the collector jumps to 3 mA. The base is the handle; the collector is the flow. A weak signal that can only manage microamps at the base ends up commanding milliamps at the collector, and that leverage is what we will harvest as gain.
One bookkeeping rule keeps you honest about where the current goes. By Kirchhoff's current law, everything flowing into the device must flow out: the emitter current is the sum of the other two, Ie = Ic + Ib. Since beta is large (often 100 or more), Ib is tiny next to Ic, so in practice Ie is almost equal to Ic — a handy shortcut, but remember it is an approximation, not an identity.
What really turns the BJT on (and what beta hides)
Before you can use beta you must first switch the device on, and the on-switch is a diode. The base-emitter is a PN junction just like an ordinary diode, and it must be forward-biased before any meaningful collector current flows. So the base sits about one diode drop above the emitter — the familiar ~0.7 V. Below roughly 0.6 V the transistor is simply off; nudge Vbe up past 0.7 V and it wakes into the active region.
Now the deeper, more honest truth that beta quietly hides. The collector current is not really set by the base current — it is set, exponentially, by that base-emitter voltage Vbe. Beta is just the side effect: a fraction of the carriers crossing the junction get caught by the base and show up as Ib, and beta is the ratio of those caught to those collected. The cleaner controlling variable is transconductance: how much the collector current changes for a small change in Vbe.
There is a clean formula for it. Transconductance gm equals Ic divided by VT, where VT is the thermal voltage, about 25 mV at room temperature. At a 2 mA collector current, gm = 2 mA / 25 mV = 80 mA per volt. That single number — change in output current per change in input voltage — is what the next guides will turn into voltage gain. Notice it depends on the operating current you chose, not on the wildly variable beta. That is a hint of good things to come.
Turning a current change into a voltage swing
A controlled current is useful, but most of the time we want a controlled voltage. The trick is one resistor. Put a collector resistor Rc between the supply and the collector, and run the controlled current through it. By Ohm's law the resistor drops Ic times Rc, so the collector voltage is whatever is left over: Vc = Vsupply - Ic times Rc. Wiggle the collector current and the collector voltage wiggles in step — we have converted a current change into a voltage change.
- Pick an operating point: say beta = 100, Ib = 20 uA, so Ic = 2 mA, with a 10 V supply and Rc = 2.2 k. The collector rests at 10 - 2 mA times 2.2 k = 10 - 4.4 = 5.6 V.
- Wiggle the input: a small +1 mV nudge on Vbe, with gm = 80 mA/V, adds gm times 1 mV = 0.08 mA to the collector current.
- Read the output swing: that extra 0.08 mA through Rc drops 0.08 mA times 2.2 k = 0.176 V more, so the collector falls by 176 mV. A 1 mV input became a 176 mV output.
- Note the sign: when the input rises the output falls. This stage is inverting — push the base up and the collector swings down.
That is the common-emitter amplifier in miniature, and a gain of about 176 from a single cheap transistor is impressive. To analyze it cleanly we use the small-signal model: forget the big DC voltages for a moment and look only at the tiny wiggles, treating the transistor as a little gm-controlled current source. The voltage gain of this stage is simply minus gm times Rc — the minus sign being that inversion you just saw. We will build this stage properly in guide 4; for now, just feel how a current ratio became a voltage gain.
Why good design does not trust beta
Here comes the honest warning that separates a textbook circuit from one that works on the bench. Beta is not a reliable number. Two transistors of the very same part number can have betas of 80 and 300; beta climbs with temperature and shifts with collector current. A datasheet will quote a 3-to-1 spread without blushing. So any design whose behaviour depends on the exact value of beta is built on sand — it will work in simulation with the model's nominal beta and then drift or fail with the real part in your hand.
There is also a nastier failure lurking. If a fixed base voltage sets the current, then as the transistor warms, its Vbe drops, which lets more current through, which makes it hotter still — a runaway loop called thermal runaway that can cook the part. The cure for both problems is the same beautiful idea you met as a thermostat: negative feedback. Add an emitter resistor and the stage quietly corrects itself; if current rises, the emitter voltage rises, which pinches Vbe back down. This trick is called emitter degeneration.
This is why the next guide is about biasing: setting a stable operating point (the Q-point) with a voltage divider plus an emitter resistor, so the current is pinned by resistors you trust rather than a beta you do not. The same beta-dodging instinct shapes the building blocks ahead, too: a current mirror copies a current using matched transistors, a differential pair amplifies the difference of two inputs (the front end of every op-amp), and a Darlington pair stacks two transistors to multiply their betas when you genuinely need enormous current gain. Good design uses beta's leverage while refusing to depend on its exact value.