- #1
favq
- 8
- 0
Homework Statement
This problem is adapted from the book "Transistor Circuit Techniques" by G. J. Ritchie.
Given the following circuit:
(1) Calculate the AC gain of the circuit, for frequencies where C1 and C2 can be considered as short-circuits.
(2) Sketch the low-frequency response due to capacitors C1 and C2 (assuming that C1 = C2).
Homework Equations
The Attempt at a Solution
(1) Below is the AC model for the circuit, shorting the capacitors:
In the calculations below, [itex]i_{b_1}[/itex], [itex]i_{c_1}[/itex] and [itex]i_{e_1}[/itex] are respectively the base, collector and emitter currents of TR1, and [itex]i_{b_2}[/itex], [itex]i_{c_2}[/itex] and [itex]i_{e_2}[/itex] are respectively the base, collector and emitter currents of TR2.
[itex]v_{in}[/itex] can be expressed as the sum of the voltages across [itex]r_{\pi_1}[/itex] and [itex]R_4[/itex]:
[tex]v_{in} = i_{b_1}(r_{\pi_1}+(\beta+1)R_4)[/tex]
Similarly, [itex]v_{mid}[/itex] can be expressed as the sum of the voltages across [itex]r_{\pi_2}[/itex] and [itex]R_6[/itex]:
[tex]v_{mid} = i_{b_2}(r_{\pi_2}+(\beta+1)R_6)[/tex]
Applying KCL to the node labeled [itex]v_{mid}[/itex]:
[tex]i_{c_1}+\dfrac{v_{mid}}{R_3}=-i_{b_2}[/tex]
[tex]v_{mid}=-R_3(i_{b_2}+i_{c_1})=-R_3(i_{b_2}+\beta i_{b_1})[/tex]
Equating both expressions for [itex]v_{mid}[/itex]:
[tex]i_{b_2}(r_{\pi_2}+(\beta+1)R_6) = -R_3(i_{b_2}+\beta i_{b_1})[/tex]
Solving for [itex]i_{b_2}[/itex]:
[tex]i_{b_2} = \dfrac{-R_3\beta i_{b_1}}{R_3+r_{\pi_2}+(\beta+1)R_6}[/tex]
[itex]v_{out}[/itex] can be expressed as the voltage across [itex]R_6[/itex]:
[tex]v_{out} = i_{e_2}R_6=(\beta+1)i_{b_2}R_6[/tex]
Plugging in the expression for [itex]i_{b_2}[/itex]:
[tex]v_{out} = \dfrac{-\beta(\beta+1)R_3R_6 i_{b_1}}{R_3+r_{\pi_2}+(\beta+1)R_6}[/tex]
Making [itex]i_{b_1} = \dfrac{v_{in}}{(r_{\pi_1}+(\beta+1)R_4)}[/itex]:
[tex]v_{out} = \dfrac{-\beta(\beta+1)R_3R_6 v_{in}}{(R_3+r_{\pi_2}+(\beta+1)R_6)(r_{\pi_1}+(\beta+1)R_4)}[/tex]
Finally, calculating the AC gain, [itex]A=\dfrac{v_{out}}{v_{in}}[/itex]:
[tex]A=\dfrac{v_{out}}{v_{in}} = \dfrac{-\beta(\beta+1)R_3R_6}{(R_3+r_{\pi_2}+(\beta+1)R_6)(r_{\pi_1}+(\beta+1)R_4)}[/tex]
(2) This is where I'm having the most trouble. I'm not sure what the author meant by "low frequency response".
In the book, the author has used the term "low frequency response" referring to how the gain behaves as a function of frequency when the frequency is very low, so that the capacitors can't be considered as short circuits.
So, I assume that I should sketch the gain as a function of frequency, for low values of frequency. In order to try to do that, I redid the AC model to include the capacitors C1 and C2:
In the above model, I named the source voltage [itex]v_s[/itex], and [itex]v_{in}[/itex] is now just the voltage that appears in the base of TR1. The relationship between [itex]v_s[/itex] and [itex]v_{in}[/itex] is the following:
[tex]v_{in} = \dfrac{r_{in}v_s}{r_{in} + \dfrac{1}{j\omega C_1}}[/tex]
Where:
[tex]r_{in}=R_1\parallel R_2\parallel \left (r_{\pi_1}+(\beta+1)\left (R_4+R_5\parallel\dfrac{1}{j\omega C_2}\right )\right)[/tex]
Now, the gain is [itex]A_{\omega}=\dfrac{v_{out}}{v_s}[/itex]. From the expression above:
[tex]A=\dfrac{v_{out}}{v_{s}}=\dfrac{v_{out}}{v_{in}}\dfrac{r_{in}}{r_{in} + \dfrac{1}{j\omega C_1}}[/tex]
where [itex]\dfrac{v_{out}}{v_{in}}[/itex] is like the expression found for the AC gain before, but with [itex]R_4[/itex] replaced by [itex]R_4+R_5\parallel\dfrac{1}{j\omega C_2}[/itex].
[tex]A_{\omega}=\dfrac{v_{out}}{v_{s}} = \left ( \dfrac{-\beta(\beta+1)R_3R_6}{(R_3+r_{\pi_2}+(\beta+1)R_6)\left (r_{\pi_1}+(\beta+1) \left (R_4+R_5\parallel\dfrac{1}{j\omega C_2} \right ) \right )}\right ) \left (\dfrac{r_{in}}{r_{in} + \dfrac{1}{j\omega C_1}}\right )[/tex]
I'm not sure how to proceed from here. At first, I think I can conclude that, as the frequency becomes very low, the term [itex]\dfrac{r_{in}}{r_{in} + \dfrac{1}{j\omega C_1}}[/itex] approaches zero, so the gain approaches zero for very low frequencies. As the frequency increases, the gain approaches the value of the AC gain that I found in (1).
Thank you in advance.