Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Transistors have absolute maximum voltage spec's on their datasheets. The reverse-biased emitter-base junction is usually spec'd at 5V or 6V. A higher voltage (as Jony showed) causes the junction to have avalanche breakdown (like a zener diode). The avalanche breakdown causes hot spots on the emitter-base junction and since it is not designed to dissipate heat like the collector is then the transistor is slowly damaged.Were they able to still operate normally under negative current and voltage?
A circuit where this happens repeatedly is an astable multivibrator where Vcc>Veb(br). Most transistor models do not include breakdown. I have created a transistor model that has Vbe breakdown modeled. I'm attaching a sim which has these transistors in it. Not only do the base-emitter junctions break down repeatedly, the current can be hundreds of milliamps each time.Hi,
As audio guru pointed out, the transistor can easily get damaged with an out of spec reverse voltage.
This is interesting because what happens is you might not even notice the damage to the transistor after a brief reverse Vbe that is higher than its data sheet rating. The effect can be noticed sometimes in the decrease in gain but the transistor still appears to work normally with a casual test. It's only when you go to try to get the transistor working in a circuit that requires the full spec's of the transistor (like gain and frequency response) that you can notice the difference.
For example, using a transistor in an RF oscillator circuit it might work just fine, but after a brief reverse Vbe voltage a little higher than the data sheet spec and then try to use that transistor in that same RF oscillator circuit and it probably wont work. This only takes a brief reverse voltage too, maybe less than a quarter second or even less.
So what happens is the transistor does get damaged but it doesnt look like sometimes it until you give it a full test of its capabilities. This happens with LEDs too sometimes. They still work for a while after a higher than normal reverse voltage but then one day you go to turn it on and it doesnt work at all, not even dim but completely dead.
Unfortunately the reverse Vbe can happen so easily, just by mixing up the transistor base and emitter leads and connecting it to a circuit. Suddenly it sees more than 5v reverse voltage across the base and emitter. Then after realizing the 'small' problem and fixing the leads, the transistor doesnt work as well anymore and has to be completely replaced.
This is also one of the reasons that in higher power drive circuits the drive transistors are changed when the main power transistor blows out even though the drive circuit transistors dont appear to be damaged. The damage isnt immediately apparent.
*
.subckt 2N3904bd 1 2 3
Q1 1 2 3 0 2N3904
D1 3 2 IdealZener6V
.model D D
.lib C:\Program Files\LTC\SwCADIII\lib\cmp\standard.dio
.model NPN NPN
.model PNP PNP
.lib C:\Program Files\LTC\SwCADIII\lib\cmp\standard.bjt
.model IdealZener6V D (Ron=10 Roff=1e12 Vfwd=6)
.ends
Ah, so that's why all my appliances tend to fail the day after the warranty expiresI work in the consumer appliance field where reliability isn't exactly the first priority. As a result we are often testing at the limits of a rating and sometimes beyond it. Issues with components found being pushed too hard get addressed but time to market is often such a high priority that some reliabiity issues are often missed until after the first production run.
Hi Jony,
Sorry i could not open your .asc file are you sure it is an asc file from LT spice or something else?
It's quite a coincidence that you were able to measure the breakdown voltage of four transistors in different modes of operation and all four started to breakdown at exactly 5.5ma each. I guess it's possible but i would have expected at least some difference.
Could it be that the breakdown voltages are really a little lower than that?
Also, did you check the frequency response and gain of each transistor before and after the breakdown tests?
As you can see, it's a very simplistic model. It may not model everything that happens when the BE junction breaks down, but it suffices for some situations, such as the sim I posted.@Roff
Thanks for sharing that spice model. I posted a query some months ago regarding modelling junction breakdown and didn't get very far with it.