Wednesday 28 December 2016

bjt - Alpha and Beta of a Transistor


So the parameter beta for a Common Emitter Amplifier is called the Current Gain and is defined as


\$\beta =\dfrac{I_{collector}}{I_{Base}}\$


\$\alpha =\dfrac{I_{collector}}{I_{Emitter}}\$


What is this \$\alpha\$ called and what is its significance?


Like for example \$\beta\$ can be treated as the amount by which a signal is getting modified.


Also maybe a question for meta but why is MathJax differently written for this site?(Answered)



Answer



\$\beta\$ is a ratio between the collector and base currents whereas \$\alpha\$ is also a ratio but between the collector and emitter currents. There is no special name for \$\alpha\$ and \$\beta\$ as they are both unit-less.


However, you may call \$\alpha\$ as the common-base gain and \$\beta\$ as the common-emitter gain.



Either way, you will usually see \$\beta\$ in the spec sheets of BJT chips.


\$\alpha\$ is always less that 1.0 because of carrier generation and recombination going through the base region of the transistor, thus, the base and collector current are always less than the emitter current.


There is a relationship between \$\alpha\$ and \$\beta\$...


\$\displaystyle \beta= \frac{\alpha}{1-\alpha}\$


(Also, I asked a question about why Mathjax is different on the EE.SE than other websites.)


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...