The BJT Hybrid-Pi Small-Signal Model
A bipolar junction transistor is a profoundly nonlinear device. The collector current follows the base-emitter voltage exponentially, , so any attempt to apply Kirchhoff's laws directly produces transcendental equations that have no closed-form solution. The hybrid-pi small-signal model is the engineering escape route. We pin the transistor to a fixed DC operating point, then treat the signal as a tiny perturbation riding on top of that bias. Over a sufficiently small excursion, the exponential curve looks like a straight line, and a straight line is something we can describe with ordinary linear resistors and a controlled source. This article builds the NPN and PNP hybrid-pi models from first principles, shows exactly how the DC bias sets every parameter, and explains when the output resistance can be neglected and when ignoring it will wreck your answer.
Where the Model Comes From: Linearizing the Exponential
The transconductance is the slope of the collector-current curve evaluated at the operating point. Differentiating the exponential relationship and evaluating at the quiescent current gives the single most important formula in transistor electronics:
Here is the thermal voltage, roughly 25 to 26 mV at room temperature. The result is striking: depends only on the bias current and the absolute temperature, not on geometry, doping, or device area. Two BJTs biased at the same have the same , period. This is fundamentally different from a MOSFET, where transconductance depends on the device dimensions and overdrive voltage. If you remember nothing else, remember that the BJT trades current for gain at a fixed exchange rate set by .
The base draws current too, related to the collector current by the forward current gain . The small-signal resistance seen looking into the base, from base to emitter, is therefore the change in divided by the change in :
Finally, real transistors are not perfect current sources. As increases, the effective base width shrinks (the Early effect), and creeps upward. The finite slope of the output characteristic is captured by the output resistance:
where is the Early voltage, typically 50 V to 200 V. The three elements — from base to emitter, a voltage-controlled current source from collector to emitter, and in parallel with that source — together form the complete hybrid-pi model.
r_pi versus r_e: A Common Point of Confusion
Many students confuse with the emitter-referred resistance . They are related but not equal. The resistance looking into the emitter (with the base grounded) is
The factor of is exactly the current gain that the base current sees. Using where you should use (or vice versa) will throw your input resistance off by two orders of magnitude. The T-model and the hybrid-pi model are equivalent; you simply must keep track of which terminal you are referring impedances to.
DC Bias First, Then Signal: The Two-Step Discipline
The single most important habit in transistor analysis is to keep the DC and AC worlds strictly separate. First you solve the DC bias circuit — with all capacitors treated as open circuits — to find the quiescent current and to confirm the transistor sits comfortably in the forward-active region. Only then do you compute the small-signal parameters, which depend entirely on that bias point. The AC analysis that follows uses a completely different circuit: DC supplies become grounds, coupling capacitors become shorts, and the transistor becomes its hybrid-pi equivalent. The two circuits look nothing alike, and trying to analyze them simultaneously is the most common way to go wrong.
This separation is justified by superposition applied to a linearized system. The DC bias establishes the operating point, and the small signal is a perturbation around it. As long as the signal swing is small enough that the exponential characteristic looks straight over the excursion, the two effects simply add and can be analyzed independently. When the signal grows large the linear approximation breaks down, harmonics appear, and the simple gain formulas no longer apply — which is why the model is called small-signal. A practical rule of thumb is to keep the base-emitter signal swing well below the thermal voltage of 25 mV; beyond that, distortion climbs quickly.
The temperature dependence hidden inside deserves a mention too. Since and rises with absolute temperature, the transconductance of a transistor held at constant current actually falls as the device heats up. In precision circuits this drift matters, and it is one of several reasons designers often fix transconductance with external resistors (degeneration) rather than relying on the bare device. Keeping these second-order realities in view distinguishes a textbook understanding from a working one.
A Fully Worked Numerical Example
Suppose an NPN transistor is biased with quiescent collector current , has current gain , and an Early voltage . Take . Then:
Now halve the bias current to and watch every parameter move: drops to 20 mS, doubles to 5 kΩ, and doubles to 200 kΩ. This is the central tradeoff of biasing — more current buys you more transconductance but lowers both the input and output resistances. The product is the intrinsic gain of the device, and notice that it is independent of bias current because both factors scale oppositely with . That intrinsic gain of 4000 (about 72 dB) is the absolute ceiling on the voltage gain of a single common-emitter stage loaded only by its own .
When Does r_o Actually Matter?
For a common-emitter stage driving a collector resistor , the gain is . If and , the parallel combination is 4.76 kΩ — only a 5% correction, so dropping is fine for a first pass. But replace with an ideal current-source load (an active load), whose resistance is comparable to or larger than , and suddenly sets the gain entirely. In cascode and current-mirror circuits, ignoring gives an infinite, meaningless gain. The rule of thumb: keep whenever the load resistance is within a factor of ten of it.
The PNP Model
The PNP hybrid-pi has identical topology and identical parameter formulas; only the polarities of the DC voltages and currents flip. In the small-signal domain — after killing DC sources and working in incremental variables — the PNP behaves exactly like the NPN. Use the magnitudes of the bias quantities:
Hybrid-Pi Parameter Summary
| Parameter | Formula | Value at I_C = 1 mA, β = 100, V_A = 100 V |
|---|---|---|
| Transconductance | 40 mS | |
| Input resistance | 2.5 kΩ | |
| Emitter resistance | ≈ 25 Ω | |
| Output resistance | 100 kΩ | |
| Intrinsic gain | 4000 |
Common Mistakes
- Forgetting to find the DC bias first. Every parameter depends on . You cannot compute or until you have solved the DC operating point and confirmed the device is in the forward-active region.
- Confusing with . They differ by a factor of . Mixing them up corrupts input- impedance calculations.
- Leaving DC sources alive. In small-signal analysis, DC voltage sources become shorts and DC current sources become opens. Forgetting this leaves spurious bias terms in your AC equations.
- Dropping blindly. It is negligible against a small , but it dominates with an active load. Know which regime you are in.
- Using . That 0.7 V is the DC turn-on voltage , not the thermal voltage. The thermal voltage is about 25 mV.
Once you are comfortable with these parameters, apply them in the common-emitter amplifier tutorial, compare them against the MOSFET small-signal model, or draw a transistor in the CircuitMath editor and let the tool generate the hybrid-pi equivalent and its KVL/KCL equations automatically.