You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Bipolar Transistor (BJT) is made of three doped silicon regions. The outer two regions are doped with the same polarity while the middle region is doped with opposite polarity. Therefore, there is a PNP and NPN bipolar transistor. In this document, we will abstract away the physical behaviors of the BJT and model it with a small and large signal model when it's in the region of operation.
1. Bipolar Transistor Summary
NPN Bipolar Transistor
Forward-Active Region:
$$V_{BE} > 0$$
$$V_{CE} > V_{BE}$$
Large Signal Models
$$I_B = \frac{1}{\beta} I_C$$
$$I_C = I_s e^{\frac{V_{BE}}{V_T}}$$
$$I_E = \frac{\beta + 1}{\beta} I_C$$
$$\beta \in [50, 200]$$
$$V_T = 26 \space mV$$
PNP Bipolar Transistor
Forward-Active Region:
$$V_{EB} > 0$$
$$V_{EC} > V_{EB}$$
Large Signal Model
$$I_B = \frac{1}{\beta} I_C$$
$$I_C = I_s e^{\frac{V_{EB}}{V_T}}$$
$$I_E = \frac{\beta + 1}{\beta} I_C$$
$$\beta \in [50, 200]$$
Small Signal Model: Same for NPN and PNP
$$g_m = \frac{I_C}{V_T}$$
$$r_{\pi} = \frac{\beta}{g_m}$$
$$r_o = \frac{V_A}{I_C}$$
2. NPN Regions of Operation - Forward Active Region
NPN BJT Requirement
Base-emitter junction is forward-biased ($V_{BE} > 0$)
Base-collector junction is reverse-biased ($V_{BC} < 0$)
$$V_B - V_C < 0$$
$$\implies V_B < V_C$$
$$\implies V_B - V_E < V_C - V_E$$
$$\implies V_{BE} < V_{CE}$$
In summary,
$$V_{BE} < V_{CE}$$$$V_{BE} > 0$$
Collector Current
$$I_C \approx I_s e^{\frac{V_{BE}}{V_T}}$$
where $V_T = \frac{kT}{q} \approx 26 \space mV$ at 300 K
Ideally, the collector current is not a function of $V_{CE}$. We want it to be a voltage-dependent current source that depends on $V_{BE}$.
Large Signal Model
Since $V_{BE} > 0$, the base-emitter junction is forward-biased and resembles a diode. Also, the collector current is modeled by the $I_C$ equation, which depends on $V_{BE}$.
Therefore, a diode is placed between the base and emitter and a voltage-controlled current source is placed between the collector and emitter.
The cause and effect relationship:$$V_{BE} \to I_C \to I_B \to I_E$$
The base-emitter voltage generates a collector current, which requires a proportional base current, and they combines to the emitter current.
$$I_C = \beta I_B$$
$$I_E = \frac{\beta + 1}{\beta} I_C$$
$\beta$ is the current gain of the transistor because it shows how much the current gain is amplified. The $\beta$ of npn transistor typically ranges from 50 to 200.
The base-emitter junction is modelled as a diode because the collector current equation is approximately the same as the diode equation.
The small signal model describes the behavior of the transistor when a small perturbation of voltages (EX: Sinusoidal perturbation) is applied to the transistor nodes.
$g_m$ is the Transconductance, as it measures how well the transistor converts voltage to current. Therefore, it's the slope in the $I_C$ vs $V_{BE}$ graph.
We say the transistor is biased at a collector current $I_C$, meaning that the device carries a bias current of $I_C$ in the absence of signals.
$r_{\pi}$ is the resistance between the base and emitter.
$r_o$ is the early effect resistance between the collector and emitter.