Biasing Circuits
DC biasing sets the transistor's steady-state conditions so it operates in the active region, where it can actually amplify signals. Without proper biasing, a BJT can sit in cutoff (off) or saturation (fully on), neither of which is useful for amplification. The biasing circuit determines the base current, which in turn controls the collector current and the voltage across the transistor.
Fixed Bias Configuration
This is the simplest way to bias a BJT. A single base resistor connects the base terminal to a DC supply voltage . The base current is:
where is the base-emitter voltage (roughly 0.7 V for silicon BJTs). The collector current follows from the transistor's current gain:
A collector resistor then limits the collector current and sets the collector-emitter voltage .
The big drawback of fixed bias is that varies significantly between individual transistors and with temperature. Since depends directly on , the Q-point shifts whenever changes. This makes fixed bias unstable for practical designs.
Voltage Divider Bias Configuration
This is the most commonly used biasing configuration because it largely eliminates the dependence on . Two resistors, and , form a voltage divider from to ground, setting the base voltage to approximately:
An emitter resistor is included, and the emitter voltage follows the base voltage:
The emitter current (and therefore the collector current, since ) is then:
Notice that doesn't appear in this expression. As long as the divider current is much larger than the base current (the "stiff divider" condition), the Q-point stays nearly constant regardless of variations or temperature changes. The emitter resistor provides negative feedback: if tries to increase, rises, which reduces and pulls back down.
Emitter Bias Configuration
Sometimes called emitter-stabilized bias, this configuration adds an emitter resistor to the fixed bias circuit. The resistor introduces the same negative feedback described above, improving stability over plain fixed bias.
- The voltage drop across reduces the effective , providing self-correction against current changes.
- A bypass capacitor is often placed in parallel with . For DC, the capacitor is an open circuit, so the stabilizing effect of remains. For AC signals, the capacitor shorts out , preventing it from reducing the amplifier's voltage gain.

Collector Feedback Bias Configuration
Here, a feedback resistor connects the collector directly back to the base. This creates a self-correcting loop:
- If increases, the voltage drop across increases.
- That causes to decrease.
- Since connects to the collector, the base voltage also decreases.
- Lower base voltage means less , which pulls back down.
This negative feedback stabilizes the Q-point without needing a voltage divider network. It's a good middle ground between the simplicity of fixed bias and the stability of voltage divider bias.
Operating Point Analysis
Q-Point and Load Line
The Q-point (quiescent point) is the DC operating point of the transistor when no AC signal is applied. It's defined by two values: and . Choosing the right Q-point matters because it determines how much signal swing the amplifier can handle before clipping.
The load line is a straight line drawn on the transistor's output characteristic curves (the vs. graph). It represents every possible combination of and that the external circuit allows. The Q-point sits where the load line intersects the curve for the actual base current .

How to Draw the DC Load Line
Start with KVL around the collector-emitter loop:
(If there's an emitter resistor, replace with .) This is a linear equation in and , so it plots as a straight line. You only need two points:
- -axis intercept: Set . Then . This is the cutoff point.
- -axis intercept: Set . Then . This is the saturation point.
Connect these two points with a straight line. The slope is .
AC Load Line
When an AC signal is present, coupling capacitors and external load resistors change the effective resistance the transistor sees. The AC load line has a steeper slope of:
where is the parallel combination of the collector resistor and the external load. The AC load line passes through the Q-point but has a different slope than the DC load line. It shows the range of and swing during signal amplification.
For maximum symmetric output swing (equal clipping on both halves), you want the Q-point centered on the AC load line, not the DC load line.
Bias Stability
Stability Factor
The stability factor measures how sensitive the collector current is to changes in transistor parameters. It's commonly defined with respect to as:
A smaller means the Q-point barely moves when changes, which is what you want. Another common definition relates to changes in the leakage current :
For an ideal, perfectly stable circuit, . For fixed bias, can approach , which is very poor.
Here's how the configurations compare in terms of stability:
| Configuration | Relative Stability | Typical |
|---|---|---|
| Fixed bias | Poor | |
| Emitter bias | Moderate | Depends on |
| Collector feedback | Good | Reduced by feedback |
| Voltage divider bias | Best (with stiff divider) | Close to 1 |
The voltage divider configuration with a properly chosen gives the best stability for most practical amplifier designs. That's why it's the default choice in many circuits you'll encounter.