The Bipolar Transistor
A diode is a one-way valve, but a valve alone can’t amplify anything. The bipolar junction transistor (BJT), invented in 1947, was the first device that let a tiny electrical signal control a much larger one — and it’s the invention that kicked off the entire electronics revolution, decades before the MOSFET took over as the dominant transistor type in digital chips.
Two junctions, three terminals
A bipolar transistor is built from three doped regions in a row, forming two back-to-back PN junctions (see The PN Junction Diode for the single-junction building block). The most common type is the NPN transistor: a thin P-type region sandwiched between two N-type regions.
The three terminals are:
- Emitter (E) — heavily doped N-type; its job is to “emit” (inject) a large supply of electrons into the base.
- Base (B) — a very thin, lightly doped P-type region in the middle.
- Collector (C) — N-type, and typically the largest region; its job is to “collect” the electrons that make it across the base.
flowchart LR
E["Emitter (N)<br/>heavily doped"] -- "injects electrons" --> B["Base (P)<br/>thin, lightly doped"]
B -- "most electrons pass through" --> C["Collector (N)"]
IB(["small base current I_B"]) -.controls.-> B
How current amplification works
Here’s the key trick: the base is made extremely thin and lightly doped on purpose. When the emitter-base junction is forward biased (like a normal diode turning on), the emitter floods the base with electrons. Because the base is so thin, the vast majority of those electrons — often more than 99% — sweep straight across it before they get a chance to recombine with a hole, and get swept into the collector by the reverse-biased base-collector junction’s electric field.
Only a small fraction of electrons recombine in the base, and replacing those recombined electrons is what constitutes the base current, . Because a tiny base current is enough to “unlock” a large flow of electrons from emitter to collector, a small current controls a much bigger one — that’s amplification.
The amplification equation
The relationship between the base current and the resulting collector current is captured by a single parameter, the current gain (also written ):
Where:
- is the collector current — the large output current flowing from collector to emitter.
- is the base current — the small input current that “opens the valve.”
- is the current gain, typically ranging from about 50 to 200 for common small-signal transistors, determined mainly by how thin and lightly doped the base region is.
Since current has to be conserved at the three terminals, the emitter current is simply the sum of the other two: . Because is so much smaller than when is large, in practice.
Why BJTs mattered — and where they still do
BJTs were the workhorse of electronics for decades: amplifiers, radios, early computers, and early integrated circuits were all built from them. Their key limitation for digital chips is that the base current is always “wasted” — even in an idle, steady state, keeping a BJT switched on consumes a small but constant current, unlike a device that could be controlled purely by voltage with essentially zero steady-state current draw. That limitation is exactly what motivated the development of the MOSFET, the voltage-controlled device that now dominates digital logic — though BJTs remain widely used today in analog circuits, power electronics, and RF amplifiers, where their high current-driving strength and low-voltage operation are still valuable.
Key takeaways
- A bipolar transistor stacks two PN junctions into three regions: emitter, base, and collector.
- A thin, lightly doped base lets a small base current control a much larger emitter-to-collector current.
- Current gain follows , with typical values of 50–200.
- NPN transistors (electrons as majority carriers) are generally faster than PNP transistors (holes as majority carriers).
- BJTs need continuous base current to stay on, which is a key reason digital chips moved to the MOSFET instead.