Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

What will happen if for a BJT transistor it's Emitter terminal is treated as collector and collector as Emitter in a common Emitter amplifier circuit?

share|improve this question

1 Answer

up vote 12 down vote accepted

Short answer

It will work but will have a lower \$\beta\$ (beta)

Why?

The BJT is formed by two p-n junction (either npn or pnp), so at a first glance it's symmetrical. But both the concentration of dopant and the size of the regions (and more important: the area of the junctions) is different for the three regions. So it simply won't work at the full potential. (like using a reversed lever)

Wiki about BJT: look especially the section Structure and the reverse-active operating mode

The lack of symmetry is primarily due to the doping ratios of the emitter and the collector. The emitter is heavily doped, while the collector is lightly doped, allowing a large reverse bias voltage to be applied before the collector–base junction breaks down. The collector–base junction is reverse biased in normal operation. The reason the emitter is heavily doped is to increase the emitter injection efficiency: the ratio of carriers injected by the emitter to those injected by the base. For high current gain, most of the carriers injected into the emitter–base junction must come from the emitter.


Another note: classical BJTs are created stacking the three regions in a linear way (see picture in the left), but modern bipolars, realized in surface (MOS) technology, will have also a different shape for collector and emitter (in the right):

enter image description here

In the left a traditional BJT, in the right a BJT in MOS technology (also called Bi-CMOS when both transistors are used in the same die)

So the behavior will be even more affected.

share|improve this answer
3  
WARNING: most transistors are specified with Vbe reverse breakdown of only a few volts. So for an NPN, if you lower the base below the emitter by 5 or 6 volts, you can damage the part. Just checked a few transistors for Vbe reverse breakdown abs max: 2N3904, 2N4401, -> 6V. BC548, 2N5087, 2N4403, bc807 -> 5V. But some RF transistors are lower: MMBT918 is 3V max, MPS5179 is 2.5V max. – Jason S Apr 16 '12 at 16:56

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.