4

A tutorial electronicsArea explains a transistor based current limiting circuit.

enter image description here

Problem is that I am not able to understand how T1 gets switched on in the fist place. To make T1 on it needs a voltage of 0.7 in its base. But to get that value, current has to flow through Resistor R(which makes the transistor T2 ON). Again for the current to flow through R, T1 has to be switched ON.

Does this circuit really work? Where am I making mistake in the assumption?

2 Answers2

14

There is a missing bias resistor from T1s collector to base:

The full circuit should look like this:

schematic

simulate this circuit – Schematic created using CircuitLab

[Update] Added calculation for bias resistor:

The bias resistor maximum value is given by \$R_{Bias} = \frac {V_{in} - V_Z} {I_Z + I_{B(max)}}\$ where \$I_Z\$ is the mimimum current to maintain the zener voltage and \$I_{B(max)}\$ is the maximum base current required for the pass transistor at maximum load.

In response to a comment: \$V_{out}\$ is given by \$V_{Z} - V_{beQ1}\$ provided the circuit is not in current limit.

Peter Smith
  • 21,923
  • 1
  • 29
  • 64
3

Haven't simulated it for you, but I would say the same thing - it won't. You need a pull-up for the base of T1 and also to forward bias the zener. LTspice is your friend!

winny
  • 13,064
  • 6
  • 46
  • 63