Transistor circuit low-frequency response

In summary, the problem involves calculating the AC gain of a circuit for frequencies where two capacitors can be considered as short-circuits. A low-frequency response due to the capacitors is also sketched, assuming that they are equal in value. The AC model for the circuit is provided, and the gain expression is found by solving for the base currents of two transistors. The author also discusses the effect of the capacitors on the input and suggests adjusting a resistor to partially offset the loss of low frequency gain.
  • #1
favq
8
0

Homework Statement



This problem is adapted from the book "Transistor Circuit Techniques" by G. J. Ritchie.

Given the following circuit:

transistor-4-6.png


(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:

transistor-4-6-AC-model.png


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:

transistor-4-6-AC-lowfreq.png


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.
 
Physics news on Phys.org
  • #2
This looks plausible to me. My only question is why is the two stage gain expression negative. Each stage provides negative gain so two minuses should be a positive?
 
  • #3
Paul Colby said:
This looks plausible to me. My only question is why is the two stage gain expression negative. Each stage provides negative gain so two minuses should be a positive?

The TR2 stage is an emitter follower; its gain is not inverting.
 
  • #4
Ah, yes that it is, that it is.
 
  • #5
So, the effect of the cap on the input is as you've written it. As the second caps impedance becomes significant the gain of the first stage should increase. Is there a way to chose ##R_5## to partially offset the loss of low frequency gain from ##C_1##?
 
  • #6
Paul Colby said:
So, the effect of the cap on the input is as you've written it. As the second caps impedance becomes significant the gain of the first stage should increase. Is there a way to chose ##R_5## to partially offset the loss of low frequency gain from ##C_1##?
Thank you for the reply. To try to answer your question:
The gain is basically formed by two factors:
[tex]A=\left ( \dfrac{v_{out}}{v_{in}} \right ) \left (\dfrac{r_{in}}{r_{in}+\dfrac{1}{j\omega C}} \right )[/tex]
where [itex]v_s[/itex] is the input voltage, [itex]r_{in}[/itex] is the input impedance at TR1's base, and [itex]v_{in}[/itex] is the voltage at TR1's base.
Suppose the frequency is low. If I make [itex]R_5[/itex] very big, that will increase the input impedance [itex]r_{in}[/itex], so the factor [itex]r_{in} / \left ( r_{in} + \dfrac{1}{j\omega C} \right )[/itex] will approach 1. However, the factor [itex]\dfrac{v_{out}}{v_{in}}[/itex] will decrease (since now TR1's emitter impedance is higher), and will approach a minimum value of:

[tex]\dfrac{-\beta(\beta+1)R_3R_6}{(R_3+r_{\pi_2}+(\beta+1)R_6)(r_{\pi_1}+(\beta+1)(R_4+R_5))}[/tex].

On the other hand, suppose I try to make [itex]R_5[/itex] very small. In that case, [itex]\dfrac{v_{out}}{v_{in}}[/itex] will increase, approaching a maximum value of:

[tex]\dfrac{-\beta(\beta+1)R_3R_6}{(R_3+r_{\pi_2}+(\beta+1)R_6)(r_{\pi_1}+(\beta+1)R_4)}[/tex]

However, since [itex]r_{in}[/itex] will decrease, then [itex]r_{in} / \left ( r_{in} + \dfrac{1}{j\omega C} \right )[/itex] will decrease too.
It's not very clear to me how I should choose [itex]R_5[/itex].
Thank you in advance.
 
Last edited:
  • #7
I think ##R_5## is chosen mainly to set the operating point for ##Tr_1## so one can get maximal headroom on the output signal.
 
  • #8
For low frequencies there are two capacitors determining the gain.
C2 sets a finite gain even at dc, as you point out. The overall gain is essentially reduced from R3/R4 to R3/(R4 + R5). But C1 forms a 1st order low pass network. At dc the overall amplifier gain is thus zero.
 
  • #9
rude man said:
For low frequencies there are two capacitors determining the gain.
C2 sets a finite gain even at dc, as you point out. The overall gain is essentially reduced from R3/R4 to R3/(R4 + R5). But C1 forms a 1st order low pass network. At dc the overall amplifier gain is thus zero.
I rather think that C1 - together with the transistors input resistance - forms a 1st order HIGHPASS.
Hence, both capacitors have an high-pass effect - however with different time constants due to different associated resistors.
 
  • #10
LvW said:
I rather think that C1 - together with the transistors input resistance - forms a 1st order HIGHPASS.
Hence, both capacitors have an high-pass effect - however with different time constants due to different associated resistors.
I rather think you're correct - I meant high-pass for C1.

But C2 does not form a high-pass cutoff the way C1 does. C2 does not establish zero gain at zero frequency; C1 does.
The Laplace gain for C1 alone (input to base) is T1s/(T1s +1) with T1 = (R1 || R2)C1 whereas for C2 alone it's (base to output) of the form (T2s + a)/(T3s + b), with gain = R3/(R4+R5) at zero freq. instead of zero.
 
  • #11
rude man said:
I rather think you're correct - I meant high-pass for C1.

But C2 does not form a high-pass cutoff the way C1 does. C2 does not establish zero gain at zero frequency; C1 does.
The Laplace gain for C1 alone (input to base) is T1s/(T1s +1) with T1 = (R1 || R2)C1 whereas for C2 alone it's (base to output) of the form (T2s + a)/(T3s + b), with gain = R3/(R4+R5) at zero freq. instead of zero.
Yes - no dubt about this.
Nevertheless - C2 causes a highpass effect. The gain increases with frequency in the "critical" frequency region.
Of course - as you wrote - it is not a highpass with a zero. On the other hand - not too important.
It`s only - more or less - a question of classification or convention.
 

Similar threads

Replies
10
Views
2K
Replies
6
Views
2K
Replies
2
Views
1K
Replies
7
Views
2K
Replies
3
Views
2K
Replies
36
Views
4K
Replies
35
Views
5K
Back
Top