Transistor Small-Signal Models
Small-signal models let you analyze how a BJT responds to tiny AC signals riding on top of its DC bias. Instead of dealing with the transistor's full nonlinear behavior, you replace it with a linear circuit made of resistors and controlled sources. This only works when the AC signal is small enough that the transistor stays in its active region, close to the Q-point you've already set with DC biasing.
Hybrid-π Model and T-Model
The hybrid-π model is the one you'll use most often in this course. It replaces the transistor with:
- A voltage-controlled current source:
- An input resistance between base and emitter:
- An output resistance between collector and emitter:
You connect these elements between the transistor's three terminals, and the rest of the circuit stays the same. This model works well for low- and mid-frequency analysis, which is where most intro-level problems live.
The T-model is an alternative that looks at things from the emitter's perspective. It uses:
- A resistance in the emitter leg (where , typically a small value)
- A current-controlled current source
The T-model can be more intuitive for certain circuit configurations (like common-base), but both models describe the same transistor behavior. For most problems in an intro course, the hybrid-π model is your go-to.
AC Equivalent Circuit and Small-Signal Parameters
To actually do small-signal analysis, you build an AC equivalent circuit. Here's the process:
- Find the DC operating point (Q-point). Solve for , , and using your DC biasing techniques.
- Calculate the small-signal parameters (, , ) from the Q-point values.
- Replace the transistor with its small-signal model (hybrid-π or T-model).
- Short all DC voltage sources and open all DC current sources, since they don't contribute to the AC signal.
- Analyze the resulting linear circuit using standard techniques (KVL, KCL, voltage dividers, etc.) to find voltage gain, input resistance, or whatever the problem asks for.
The three core small-signal parameters you need to know:
- Transconductance : How effectively the transistor converts a small change in into a change in .
- Base-emitter resistance : The small-signal resistance looking into the base.
- Collector-emitter resistance : The output resistance of the transistor, which accounts for the slight dependence of on .
In all of these, is the thermal voltage, approximately 25–26 mV at room temperature, and is the Early voltage, a device parameter typically in the range of 50–200 V.
.svg.png)
Key Transistor Parameters
Transconductance ()
Transconductance tells you how much the collector current changes for a small change in base-emitter voltage. A higher means the transistor is a more sensitive amplifier.
Since at room temperature, a transistor biased at has:
Notice that is directly proportional to the collector current. If you double , you double . This is why the choice of Q-point directly affects your amplifier's gain.

Base-Emitter Resistance () and Collector-Emitter Resistance ()
is the dynamic resistance seen looking into the base terminal. It relates to through :
For the same 1 mA bias point with :
Higher collector current means lower , which means the base draws more AC current from whatever is driving it.
models the fact that isn't perfectly constant as changes (this is the Early effect). It acts as a large resistance in parallel with the current source in the hybrid-π model:
With and , you get . Because is usually much larger than the load resistance, it's often ignored in first-pass calculations. But for more accurate analysis or high-gain designs, it matters.
Small-Signal Analysis
Frequency Response
Everything above assumes the signal frequency is low enough that internal capacitances don't matter. At higher frequencies, two parasitic capacitances inside the BJT start to affect performance:
- (base-emitter capacitance): This is the larger of the two and sits in parallel with in the hybrid-π model.
- (base-collector capacitance): Smaller in value, but its effect gets multiplied by the voltage gain of the stage (this is the Miller effect, which you may encounter later).
At low frequencies, these capacitances act like open circuits and have negligible effect. As frequency increases, they provide low-impedance paths that shunt signal current away from the controlled source, reducing the transistor's gain.
The unity-gain frequency () is the frequency where the transistor's short-circuit current gain drops to 1:
A transistor with a higher can amplify at higher frequencies. For a typical small-signal BJT, might be several hundred MHz to a few GHz. If your signal frequency is well below , you can safely ignore the capacitances and use the simpler resistor-and-current-source model.
Quick check for exams: Calculate , , and first from the Q-point. Then draw the AC equivalent circuit with the transistor replaced by the hybrid-π model. Most intro-level problems won't require you to include and unless the problem specifically asks about frequency response.