Why does the current still flow through the collector eventhough the transistor circuit has no Vcc

It's to do with the structure of a BJT transistor. Lets look at an NPN:

NPN Transistor Image Source

You have a collector region made of N-type semiconductor, a base of P-type, and an emitter of N-type. I'm not going to go into detail as it is beyond the scope of the question, but lets suffice it with a question - don't the collector and emitter look similar?

What you have done is connect the emitter to ground, and the collector to ground via a resistor. You have then applied a voltage to the base.

Normally what you would expect with a voltage on the base is for current to flow from the base to the emitter - it's basically a diode with the base being the anode and the emitter being the cathode. If the voltage at the cathode is higher than the base, this flow of current through the base-emitter junction will cause current to flow from collector to emitter.

However in your case, the collector is not at a higher potential than the base, it is at a lower potential. This is where my question comes in - much like the base-emitter junction, the base-collector junction is also a P-N junction, which is also a diode. Again the base is the anode, but this time the collector is the cathode. That means when you apply a higher voltage on the base than on the cathode, a current will flow from the base through the cathode.

You now have current flowing from the base to the cathode, through the resistor to ground, thus the mysterious current flow is identified.

To clarify further, here is your circuit if we consider the P-N junctions as diodes (*):

schematic

simulate this circuit – Schematic created using CircuitLab

You can see how the current can now flow through both the Base-Emitter diode as well as the Base-Collector diode.


In terms of why your current chart is showing the collector current as being negative, this is almost certainly down to the way you have probed the wire in your simulation.

The simulation probe will be set up so that that current flow into the collector is considered "positive". Additionally the second probe will be set up so current flow through the resistor from top to bottom is considered "positive".

However in this case current is flowing out of the collector ("negative" from probes point of view) and into the resistor ("positive" from the second probes point of view). As a result there is a discrepancy in the sign.

Basically it is like having two ammeters in series, but one wired up backwards. They will show equal but opposite readings.


Bonus Info

Now the Base-Collector current will be much lower than the Base-Emitter current, partly because you have the series resistor from collector to ground which will drop some voltage and so limit the current (much like putting a resistor in series with an LED), but also partly because the NPN structure is more complex.

The emitter is doped more heavily than the collector which means that the B-E junction will actually have a much lower forward voltage drop than the B-C junction. As a result, even without the resistor the B-C current will be considerably less than the B-E current.

In fact you can use a BJT transistor in reverse (swapping C and B), but the performance will be massively degraded.


(*) The diode view doesn't entirely represent an NPN transistor. If you stick two diodes together like that you will not end up with an NPN transistor because of the metal leads of the diode in between amongst other things. However it does accurately depict the effect you are seeing.


This is intended as a supplement to Tom's comprehensive answer, and is answered by taking a 'step back'. It's an answer about models.

A transistor is a complicated object. For many purposes, it can be simplified by replacing it with a model, which captures some, but not all, of its behaviour.

For instance, when measuring a transistor with the 'diode test' function of a DMM, the 'two diodes' model explains the measurements. But it doesn't tell you where gain comes from. The model is too simple for that.

When biassing a transistor 'normally', for instance to produce a common emitter amplifier, the 'current controlled current source' model captures much more of the behaviour, lets you calculate bias currents and amplification factors. But it's too simple and abstract to explain what happens in the OP's question.

When people use models, it's normally to capture the simplest behaviour for their purpose, and no more. As such, we can normally find corner cases which illustrate the shortcomings of any model. We then need to find a more complete model, knuckle down and analyse the complete complicated object, or decide we don't need the extra precision and find a way to work with the model's approximation (all three are done in different circumstances).

I was always amused by the model of people that my boss used when working out how many people to assign to any given engineering project, he'd replace people by 'tins of luncheon meat', which would capture the indivisibility, some of the biology, and (maybe my post-hoc, maybe his sub-text) the inability to know what you were going to get until you opened the tin and were probably disappointed. Let's see, we have a budget of 2million over 4 years, so we can afford to put 5 tins of luncheon meat on it! Even though the model somewhat over-simplifies the details, I don't recall him being any less successful with resource planning than any other project manager.