Electronic – Why is the transistor ON when charge is only going to the base

transistors

schematic

simulate this circuit – Schematic created using CircuitLab

I am using an NPN transistor (2N4401).

In the above schematic, charge is only coming in through the base, and not the collector.

My LED is dim, but still lit. Is this the expected behavior of a transistor, or am I doing something wrong?

My expectation was that there should be no charge flowing through the emitter since the collector is not connected. Obviously, when the collector has charge applied, but the base does not, then the LED does not light up. This is expected, but it's also happening the other way around.

Best Answer

In such a circuit the emitter current equals the collector current PLUS the base current:

Ie = Ic + Ib

In normal situations the collector current is much larger than the base current, hence by good approximation

Ie = Ic

But in your case the collector current is zero, so the first equation degrades to

Ie = Ib

Which is exactly what you see: a very small current through the LED.

Another way to look at your circuit is to replace the b-e of the transistor with a diode. This gives the same results.