1

Looking at the equations of the common base amplifier circuit shown below: enter image description here

The input current should be given by the equation: $$I_e = (V_{in} - 0.7)/R_e$$

Then, the output current should be: $$I_c = \frac{\beta}{\beta + 1} I_e$$

Taking KVL on the loop at the right would give: $$V_{cc} - V_{cb} - I_cR_{load}= 0$$

So, this gives us that is directly propotional to (−0.7), but it is also limited by such that it can't increase more than it to keep the third equation valid without getting a negative . Now, my question is, I'm wondering what will happen if a big (or a small ) were present such that is high and in turn it wants to make a voltage drop across which is bigger than (considering to be approximately 0), what will happen after that if was further increased?

user3407319
  • 281
  • 1
  • 3
  • 7

3 Answers3

1

As \$R_E\$ is decreased, \$V_{out}\$ will increase, up to a point. When \$V_{out}\$ approaches \$V_{cc}-0.7V\$, the transistor will begin to enter saturation. \$V_{out}\$ will increase more slowly. \$V_{out}\$ will not increase much more than \$V_{cc}-0.2V\$. [Here I am using \$V_{cc}\$ to represent the voltage of the right hand side battery.]

If \$R_E\$ is made sufficiently low, and if \$V_{in}\$ is greater than 0.7V, then the base-emitter junction of the transistor will eventually have excessive current, and the transistor can be destroyed.

Math Keeps Me Busy
  • 18,947
  • 3
  • 19
  • 65
1

You are correct : those equations are the small signal analysis.

When you run out of VCC, the transistor will saturate, and in that case Ib will increase (or an alternative view, beta will decrease, amounts to the same thing) until the equations work again.

Ultimately Ic will be controlled by Vcc and Rc and all the rest is base current.

1

Your question is basically just this:

schematic

simulate this circuit – Schematic created using CircuitLab

Obviously, at first, the drop across \$R_\text{LOAD}\$ is \$0\:\text{V}\$ and so \$V_\text{OUT}=V_\text{CC}\$. But as you "pull" more current out of \$Q_1\$'s emitter, there's an increasing voltage drop across \$R_\text{LOAD}\$ until the point where \$V_\text{OUT}\approx 0\:\text{V}\$ (because \$I_1\cdot R_\text{LOAD}\approx V_\text{CC}\$. This is about when the BJT just starts to go into saturation.

As you pull still more current out of the emitter, the collector will drop a little bit further. But only until it gets to about one diode drop below ground. Keep in mind to make the emitter go \$60\:\text{mV}\$ still more negative (and if \$I_1\$ pulls hard enough the emitter will become still more negative), 10 times as much current must be pulled out of the emitter. And the collector cannot go more negative than the emitter itself. The BJT will be in deep saturation when the collector is within a few hundred millivolts or less of the emitter voltage. At this point the collector is barely moving (just as the emitter is barely moving.)

The collector current, in very deep saturation, is quite limited now (by the load resistance) and effectively hits a barrier and cannot increase much further. The base current continues to increase until the base current actually exceeds the collector current and it continues on in that way.

At really high currents that no one actually uses (and an indestructable BJT) the Ohmic resistances pretty much take over, though. (Usually those are neglected in simplified cases like this.)

jonk
  • 77,059
  • 6
  • 73
  • 185