2.4.16 · D5

Question bank — Body effect and substrate bias

1,302 words6 min readBack to topic

The one equation everything here orbits:

Here is the source-to-body voltage, the body-effect coefficient, the surface potential needed for strong inversion, and the fixed depletion charge under the channel. If any of these is fuzzy, revisit MOSFET threshold voltage and Depletion region and Poisson's equation first.


True or false — justify

The body effect only matters at high frequencies.
False. It is a DC shift of set purely by ; it changes drive current and gate delay at every speed, and appears even in a static, held-open transistor.
If the body effect term vanishes entirely.
True. The bracket becomes , so — by construction is defined as the zero-back-bias threshold.
rises linearly with .
False. It follows a square-root law because from integrating Poisson's equation; the rise is steep early and flattens out.
For an nMOS, the body effect requires the body to be at a higher potential than the source.
False. It's the opposite: the source must sit above the body () so the source-body junction is reverse-biased and the depletion layer widens.
A larger oxide capacitance weakens the body effect.
True. , so bigger (thinner oxide) means each unit of extra depletion charge costs fewer gate volts, shrinking .
Body effect can be eliminated by tying every transistor's source to its own body.
True in principle. If source and body share a node then always, killing the term — but in a shared-well CMOS process you usually cannot give every device its own isolated body.
The body-effect coefficient has units of volts.
False. Since it multiplies a difference of square-roots-of-volts to yield volts, carries units of .
Increasing channel doping makes the transistor less sensitive to substrate bias.
False. , so heavier doping means more fixed ions to expose per volt of bending — the device becomes more sensitive.
Body effect makes a MOSFET easier to turn on.
False. It raises , so for a fixed the overdrive shrinks, making the device harder to drive into strong conduction.

Spot the error

"We plug (a negative number for nMOS) into the root, so the term is negative."
The correct quantity is the positive . Putting a negative argument under the square root would give an imaginary (nonsensical) result; the physical reverse-bias magnitude is what widens depletion.
"Since and grows with bias, grows linearly with ."
itself grows as , not linearly, because Poisson's equation gives . So — sub-linear, not linear.
" — clean single root."
The baseline is missing. already accounts for the depletion charge at bending ; dropping the subtraction double-counts and inflates even at .
"Body effect is a property of BJTs where the base back-biases the emitter."
No — it is a MOSFET phenomenon involving gate/oxide/depletion charge balance; there is no oxide-capacitance or field-controlled inversion layer in a BJT.
"Since the body is a 'second gate', it can turn the channel fully on by itself."
The body is a weak, reverse-biased back-gate: it modulates by widening depletion, but it cannot inject the inversion charge the front gate creates — it only makes inversion harder or easier.
"Because contains , a higher silicon permittivity lowers ."
Wrong direction. appears in the numerator, so higher raises — it lets the depletion region store more charge per unit bending.

Why questions

Why does exposing fixed ions (not mobile carriers) raise the threshold?
The gate must supply charge to balance both inversion and depletion charge; the newly exposed immobile acceptor ions add to , so more gate voltage is "spent" before any inversion begins. See Depletion region and Poisson's equation.
Why does the increase saturate at large instead of running away?
The square-root law means each extra volt of widens depletion by an ever-smaller amount (), so the marginal gain diminishes — diminishing returns baked into the physics.
Why does the top transistor in a stacked NAND suffer body effect but the bottom one often doesn't?
The bottom device's source sits at ground (body potential), so ; the top device's source is lifted by the devices below it, giving and a raised . This is exactly why CMOS NAND gate delay grows with stack height.
Why do we use (twice the Fermi potential) rather than as the inversion condition?
Strong inversion is defined as bending the surface until the electron concentration equals the bulk hole concentration, which requires the band to bend by the full — one to reach intrinsic, another to build the mirror-image inversion layer.
Why does the flat-band voltage not appear in the body-effect increment even though it's in ?
is fixed by materials and work-function difference (see Flat-band voltage and work function); it doesn't depend on , so it cancels when we subtract the baseline and only the bias-dependent depletion term survives.
Why is body effect a threshold shift and not a channel-length effect like Channel-length modulation?
Body effect changes the vertical charge balance under the channel (how much you need to invert), while channel-length modulation changes the effective length of an already-inverted channel in saturation — different axes, different mechanisms.

Edge cases

What happens to if is made negative (source below body) on an nMOS?
This forward-biases the source-body junction, which is not a normal operating condition and can inject current; the depletion narrows and would drop, but the diode conduction makes the simple square-root model invalid.
In the limit (intrinsic body), what happens to the body effect?
, so there are essentially no fixed ions to expose and becomes independent of — the body effect disappears.
In the limit of very thin oxide (, so ), what happens to ?
: the huge gate capacitance means depletion charge is neutralised by a negligible gate voltage, so back-bias barely shifts .
What does the model predict at exactly for the slope ?
The slope is — finite and at its maximum there. The sensitivity is largest at zero bias and monotonically decreases as grows.
If a pMOS is used instead of an nMOS, does the same story hold?
Yes, with mirrored signs: the relevant bias is the source-to-body voltage that reverse-biases the (now n-type) body junction, doping becomes donor , and increases in magnitude as the reverse bias grows.

Recall One-sentence self-test

If someone claims " doubles when doubles," what single word refutes them? ::: "Square-root" — doubling raises the root argument, which raises by less than double, never proportionally.