3

enter image description here

I needed to find time constant of the above circuit. I guess we should first draw small signal analysis.

enter image description here

The book found time constant as (RD+RL)*Cc. It says that we can find time constant using the effective resistance seen by the capacitor. I didn't get that point. Why did we add RL and RD resistances and then multiplied with Cc? How did the time constant become (RD+RL)*Cc?

Uygar Uçar
  • 51
  • 3
  • 10

2 Answers2

3

How do you calculate the time comstant?

$$\tau = RC$$

After grounding all the sources for small signal analysis, you are left with the circuit you are shown. We can consider the current source as a power supply and ignore it when calculating the time constant - its effectively the thing driving the output circuit.

So with that in mind, lets extract the region of it we are interested in. The circuit we are analysing the time constant for becomes simply:

schematic

simulate this circuit – Schematic created using CircuitLab

On the right I have simply redrawn it a little differently - circuits are topological, so as long as the connections stay the same, you can arrange the components any way you like.

This new structure should look familiar as a simple R-C circuit. So how do you find the time constant? Well, from the equation above, you simply multiply the capacitance with the resistance. What is the capacitance? \$C_c\$. What is the resistance? \$R_L + R_D\$. So what is the time constant?

Tom Carpenter
  • 63,168
  • 3
  • 139
  • 196
0

The book found time constant as (RD+RL)Cc. It says that we can find time constant using the effective resistance seen by the capacitor.

For my opinion, it is somewhat misleading to say "seen by the capacitor". Hence, I think it is more clear to say (as a general rule): We have to determine the resistor chain which is effective while the capacitor is discharging (assuming it was charged up before).

In your example, the capacitor will cause a discharging current that will go through the chain RD-Cc-RL. Hence, the effective resistance is (RD+RL). This assumes that the transistors dynamic output resistance r,out is very high if compared with RD. Taking this resistance also into account we have a total resistance of [(RD||rout)+RL].

LvW
  • 24,857
  • 2
  • 23
  • 52