You have a transistor. You want it to amplify an AC signal. Before any AC analysis, you need to put the transistor in a stable DC operating condition — biased in the active region with a chosen value of and . The choice of bias is called the operating point or Q-point ("quiescent point").
6.1 Why bias matters
Imagine a swing on a playground. You want to push it back and forth. If the swing is hanging straight down (centered), small pushes give symmetrical swings to both sides — that is the best you can do. If the swing is tilted way to one side, your pushes hit the swing's natural limit early — you get clipping. Same with a transistor: if the Q-point is too close to one of the supply rails, AC signals will clip on that side. Center the Q-point and you get the most clean swing.
For an amplifier driving a load with supply , the standard target is:
- (centered between saturation and cutoff).
- chosen for desired gain (high → high → high gain, but also more power and lower input impedance).
6.2 The load line: visualizing the Q-point
In a simple CE amplifier, the collector connects through a resistor to :
V_CC
│
R_C
│
─────┤── (output)
C
[Q]
E
│
GNDKVL on the collector branch: . Rearranging: . This is a straight line in the vs plane — the DC load line.
The Q-point is where the load line intersects the transistor's output curve for the chosen . Move up and the Q-point slides up the load line; move it down and slides down. The bias circuit is what sets to put the Q-point in the right place.
6.3 Fixed bias: simple but terrible
The simplest bias circuit: a single resistor from to the base.
V_CC
│
[R_B]
│
B [Q1]
│
E
│
GND. Then .
Why it is bad: depends linearly on . Replace your transistor with another from the same batch — might be 80 or 250. swings by a factor of three. The Q-point moves wildly. Add temperature variation (which also shifts ) and the circuit is essentially uncontrollable.
Don't use fixed bias except in textbook examples and certain low-cost digital switches.
6.4 Self-bias (voltage-divider bias): the standard
Almost every real BJT amplifier uses voltage-divider bias with an emitter resistor:
V_CC
│ │
[R1] [R_C]
│ │
B─────C [Q1]
│ │
[R2] E
│ │
GND [R_E]
│
GNDand form a voltage divider that sets the base voltage . The emitter is then at V. The emitter current is , and .
Crucially, no longer depends on . It is set by , , and — none of which involve . The transistor's can vary by 3× and your Q-point barely moves, because the emitter resistor provides negative feedback: if tries to rise, rises, the base-emitter voltage drops, and comes back down.
This is the canonical BJT amplifier bias circuit. You will see it in textbooks for the rest of your life. Memorize the topology.
6.5 Stability factor
Quantitatively, we measure how much varies with parameter by the stability factor .
For fixed bias: is huge — a 1% change in changes by 1%.
For self-bias: is much smaller — typically a 1% change in changes by 0.1% or less. The improvement comes from the emitter resistor providing negative feedback.
Detailed formulas exist for , , (sensitivity to leakage). Each is reduced by the emitter resistor. Bigger → better stability → but also more voltage dropped across the emitter, less swing available. Engineering compromise.
6.6 Bias compensation
For really demanding applications (precision references, audio output stages), you can also compensate temperature drift using elements that match the BJT's drift. A diode in the bias network whose tracks the transistor's provides automatic compensation; a thermistor on the bias divider provides another approach. Modern op-amps and bandgap references use sophisticated multi-element compensation that produces references stable to a few ppm/°C across the full automotive temperature range.
6.7 Thermal runaway
Without proper bias, BJTs can self-destruct via thermal runaway: more heat → less at fixed (-2 mV/°C) → more at fixed bias → more heat → more → 💥. The emitter resistor in self-bias prevents this.
For high-power output stages (audio amps, motor drivers), small emitter resistors (0.1–1 Ω each) called emitter ballast resistors are added to the bias network for explicit local feedback. Combined with thermal-tracking biasing (a diode on the heatsink), this keeps the transistor stable across the full temperature range.