Free electron and hole model of semiconductor conductivity
We will now expand the free electron model from NetLogo model 13.4.1 to model semiconductors. So, now it will be a free electron and hole model. Note a few differences between this and the original model:
- There is a
band-gap
slider. This determines how much energy it takes to excite a valence electron to create a free electron-hole pair. This happens probabilistically in the model based on temperature, set the withtemperature
slider. The higher the temperature, the more likely for an electron-hole pair to be generated. - There is no slider for scatter probability. Instead, the scatter probability is modeled as a linear function of temperature. It is displayed below the temperature slider.
Use this model to answer the questions below.