Thursday 6 July 2017

What do the arrows in transistor symbols point to (and from)?


Transistor symbols are often drawn with arrows pointing in one direction or the other, depending on type, like in the following symbols:


Transistor symbols



But what is the arrow actually pointing at? And from where are they pointing? Is it the same principle behind it in each symbol and if so, why do they sometimes point FROM the transistor and sometimes TO it?


And why do the arrows point from different origins (sometimes base, emitter, gate, source etc) in different types?


Is there any general principle behind how the arrows are directed?



Answer



For BJT's there is a PN junction between the base and emitter. The arrow indicates the order of the junction (base to emitter or emitter to base). An NPN has stacked N, P, and N doped channels. The PN junction (between base and emitter) goes from the center out. PNP likewise is the opposite.


Observations, not necessarily fact:


In a MOSFET, the body is often connected to the source. For an N-channel MOSFET, the source is N-doped and the body is P-doped, so the arrow points from the source to the body. Likewise, a P-channel MOSFET has the reverse condition. Interestingly, Wikipedia has symbols for "MOSFETS with no bulk/body" which have opposite arrow directions. I have no good explanation for why these are this way, though I suspect it might follow a similar pattern and the semiconductor topology is different from "traditional" MOSFET topologies.


Your symbols for b (FET) are JFET symbols. Here, the PN junction is between the gate and "body" (semiconductor section connecting the drain and source; I don't know what the correct for this part of a JFET is so I just called it the body because it takes the bulk volume of the JFET). For an N-channel, the gate is P-doped and the body is N-doped, so the arrow points from the gate in. The P-channel JFET is the opposite so the arrow points out of the gate.


I've never used unijunction transistors (case d), but looking at the wikipedia page shows a similar doping structure as the JFET, the only difference the lack of an insulated gate (names also have changed, apparently it follows the "BJT" type naming of base and emitter). I would not be surprised if the arrow direction convention follows the order of the PN junction (wasn't immediately obvious to me which type the example structure on Wikipedia was for).


Additional info:



Bipolar Junction Transistors


MOSFET


JFET


unijunction transistors


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...