Analog design

bias point (operating point)

Before a transistor can amplify anything, you have to wake it up and hold it in the right posture. The bias point — often called the Q-point, for quiescent — is the set of steady DC voltages and currents you deliberately establish at every terminal when no signal is present. Think of it like setting a swing in gentle motion at the middle of its arc: once it's poised there, the tiniest push (your AC signal) sends it swinging cleanly up and down. Your real signal is a small wiggle that rides on top of these DC values, and the whole point of biasing is to park the device in its useful amplifying region — for a MOSFET, that means saturation (also called the active region), where the drain current responds strongly to the gate voltage but barely cares about the drain voltage.

Get the bias wrong and the amplifier either goes deaf or shouts garbage. Starve the transistor of current and it slips out of saturation into triode or subthreshold, where its transconductance gm collapses and you get almost no gain. Set the DC output too close to a supply rail and even a modest signal swing slams into the ceiling or floor, clipping the waveform flat. Both gain and headroom are inherited from the Q-point: the small-signal transconductance is set directly by the bias current (in the square-law region gm = 2*Id/Vov, where Vov = Vgs − Vth is the overdrive), and the intrinsic voltage gain gm*ro likewise lives or dies with where you parked the device.

Because everything downstream — gain, swing, noise, bandwidth — flows from this DC posture, finding the operating point is the very first thing any analog designer (and any SPICE simulation) does. You solve for the DC equilibrium first, then linearize around it to study the small AC signal. A good bias is also a stable one: it must hold its position across temperature, supply variation, and part-to-part spread, which is exactly why analog circuits lean so heavily on current mirrors and bandgap references to pin the bias down rather than trusting a lone resistor.

.op   ; solve the DC bias point first, then check Vds > Vov on each device

In SPICE, .op finds the quiescent currents and voltages; your AC signal is analyzed as a small perturbation around that point.

A pro habit: always run the DC operating-point solve and confirm every transistor is actually in saturation with sane currents before you trust any gain, bandwidth, or noise number from an AC analysis — a circuit biased in the wrong region simulates fine numerically but amplifies nothing.

Also called
Q-pointquiescent pointDC operating point