Taylor made small-signal circuits
1. BJT Ebers-Moll model equation
Briefly review the true pn junction diode equation from day09_diode-equation.pdf. Also review the section Tourbook: BJT Circuit Models.
Comments on these as reminders:
-
The E-M model has no notion of operating modes — it works for all conditions. This is better for accuracy but obviously a pain for intuitive understanding and hand calculations.
-
The current and voltage variables' capitalization mean this is the total value (DC + AC).
-
\(I_S\) is a transistor parameter in units of amperes, it is not a “real” current.
-
\(V_T = \frac{k_B T}{q}\) depends only on temperature.
-
There are two betas, usually βF ≫ βR, and thus also αF > αR.
Also review the Tourbook section about the Ebers-Moll model and its approximation in forward active mode.
How and when can we drop the “−1”? |
2. Large-signal circuit analysis
It is totally fine to simply use the full transistor equation to find the voltage at node out
.
For this small circuit, the math isn’t so bad.
Sketch what this function looks like.
2.1. Potential inside the exponential
Substitute \(v_{BE}\) with \((V_{BE} + v_{be})\) in equation \(\eqref{eq-ic}\) and pay close attention to the symbol capitalization.[1]
Notice the sleight of hand that happened! It really wasn’t changing \(I_S \rightarrow I_C\), it was the changing of \(v_{BE}\) to \(v_{be}\). The \(I_C\) is simply another substitution when we saw the DC term showing up after the \(v_{BE}\) expansion. |
3. Towards gm
Expand the function \(\eqref{e-full}\) about \(v_{be} = 0\) in a Taylor series.[2]
Taylor | transistor |
---|---|
x |
\(v_{be}\) |
a |
0 |
\(f(x)\) |
\(I_C \exp\left(\frac{v_{be}}{V_T}\right)\) |
Work out the first several terms of the series:
n | \(f^{(n)}\) | \(f^{(n)}(a)\) | \(\dfrac{f^{(n)}(a)}{n!} (x-a)^n\) |
---|---|---|---|
0 |
\(I_C \exp\left(\dfrac{v_{be}}{V_T}\right)\) |
\(I_C\) |
\(I_C\) |
1 |
\(I_C \exp\left(\dfrac{v_{be}}{V_T}\right) \dfrac{1}{V_T}\) |
\(\dfrac{I_C}{V_T}\) |
\(\dfrac{I_C}{V_T} v_{be}\) |
2 |
\(I_C \exp\left(\dfrac{v_{be}}{V_T}\right) \left(\dfrac{1}{V_T}\right)^2\) |
\(\dfrac{I_C}{V_T^2}\) |
\(\dfrac{I_C}{2 V_T^2} v_{be}^2\) |
3 |
\(I_C \exp\left(\dfrac{v_{be}}{V_T}\right) \left(\dfrac{1}{V_T}\right)^3\) |
\(\dfrac{I_C}{V_T^3}\) |
\(\dfrac{I_C}{6 V_T^3} v_{be}^3\) |
… |
… |
… |
… |
Assemble the terms and include only n = 0 and n = 1:
Equation \(\eqref{e-vccs}\) precisely describes the behavior of a voltage-controlled current source with transconductance \(g_m = \dfrac{I_C}{V_T}\).
3.1. Substitute back into circuit analysis
Equation \(\eqref{e-full}\) represents the exact shape of the output voltage over the range of vBE corresponding to active mode.
Substitute the iC approximation of \(\eqref{e-iC-approx}\) into \(\eqref{e-iC}\).
Notice, I beg of you, that there are two parts to the output voltage’s total value: the part that Doesn’t Change in response to vbe, and the part that Always Changes. Split them apart.
Take the original circuit of Figure 2.
-
Find the small-signal equivalent circuit and
-
gain \(A_v = v_{out} / v_{be}\).
Set \(g_m = I_C / V_T\) and revel in the wonder that is the idea of small-signal equivalent circuits.
(↑↑↑ space for you to do this yourself)
4. How does rπ and ro work?
These are for you to do (as acdc03)!
It is the relationship between base current and base-emitter voltage. |