7

The devices below are both n polarity devices, the BJT is a NPN and the MOSFET is a NMOS.

  1. For the BJT in cut-off, why do we have to assume \$V_{ce}>0\$?

  2. For the MOSFET in cut-off, why do we have to assume \$V_{GS}<V_{th}\$ and \$V_{DS} > 0\$?

Where VGS is the gate-source voltage and Vth is the threshold voltage.

schematic

simulate this circuit – Schematic created using CircuitLab

apalopohapa
  • 8,419
  • 2
  • 29
  • 39
pyler
  • 367
  • 3
  • 7
  • 18

2 Answers2

3

A simple model for you is to think of the term cutoff to mean that the device is "cut off" or not operating or not controlling that pin (the collector in the NPN or the Drain in the NMOS). In both of those cases it just means that the pin can take any value that it wants or is imposed upon it by other circuitry. So it really means that \$ V_{DS}>= 0\$ and \$V_{CE} >= 0 \$ i.e. any value it wants.

placeholder
  • 29,982
  • 10
  • 63
  • 110
3

For the BJT in cut-off, why do we have to assume \$V_{ce}>0\$?

If the NPN is in cut-off (as defined by very low base current \$I_{b}\$), its C-E behaves as an open circuit, so its voltage will be determined by whatever it is connected to, be it negative or positive (so \$V_{ce}>0\$ is not required).

However, if the external circuitry tries to make \$V_{ce}\$ negative, \$V_{bc}\$ may become positively biased and \$I_{b}\$ will increase by flowing to the collector. In this case the BJT will no longer be in cut-off, and the behavior will be as if the C-E terminals were reversed, but with much lower performance, breakdown limits, and overall specs.

The following graph should help:

enter image description here

(source)

Also, see BJT in Reverse Active Mode of Operation for a related discussion.

For the MOSFET in cut-off, why do we have to assume \$V_{GS}<V_{th}\$ and \$V_{DS} > 0\$?

\$V_{GS}<V_{th}\$ pretty much defines the cut-off region (very little current will flow), and \$V_{DS} > 0\$ is required because if it is sufficiently negative, current will flow via the body diode from source to drain. So the condition should really be \$V_{DS} > -Vdiode\$.

This graph should help you visualize this behavior:

enter image description here

apalopohapa
  • 8,419
  • 2
  • 29
  • 39
  • You are misusing the term "pinch-off". Pinch off happens in saturation when the lateral e-field affect the gates control along the length of the channel. The channel is said to "pinch-off". The state in which the channel is cut-off is the triode (just below Vth) and translinear (Vgs ~= 0) regions. – placeholder Oct 16 '13 at 19:28