Solutions for lecture 14 exercises¶
from matplotlib import pyplot as plt import numpy as np from math import pi
Exercise 1: Crossover between extrinsic and intrinsic regimes¶
Question 1.¶
Law of mass action:
Charge balance condition:
Question 2.¶
Since \(E_G \gg k_B T\), we can only use the law of mass action. But the question offers us another piece of information - we are around \(|N_D-N_A| \approx n_i\). That means that we are near the transition between extrinsic and intrinsic regimes. In this regime we can neglect \(n_D\) and \(n_A\) in this exercise, just like in the lecture. Writing \(n_e n_h = n_i^2\) and \(n_e - n_h = N_D - N_A\) and solving these together, we obtain
where \(D = N_D - N_A\).
For \(n_i \gg |N_D - N_A|\) we recover the intrinsic regime, while the opposite limit gives the extrinsic expressions.
Question 3.¶
If \(D \ll n_i\), then the doping is not important and results of intrinsic are reproduced. Contrarily, if \(D \gg n_i\), it's mostly the doping that determines \(n_e\) and \(n_h\). The thermal factor becomes unimportant. Check both cases with lecture notes approximated solutions by doing a Taylor expansion.
Exercise 2: Donor ionization¶
Question 1.¶
If all the dopants are ionized (\(n_D \approx 0\)), the Fermi level is given by the expression for the extrinsic regime from the lecture.
Question 2.¶
The desired fraction is
Question 3.¶
Using \(n_D \sim N_D\) we get
For germanium at room temperature \((E_C - E_D)/k_B T \approx 1/3\) (as derived in the lecture), and therefore as long as \(N_D - N_A \ll N_C \sim 1\%\), assuming that all donors are ionized is safe.
Exercise 3: Performance of a diode¶
Question 1.¶
Intrinsic semiconductors have no impurities. Adding dopant atoms creates extra unbounded electrons/holes depending on the n/p dopant atom added. Impurity eigenstates appear and the \(E_F\) level shifts (up/down for added donors/acceptors).
To make a diode a p-n junction is needed (extrinsic semiconductors). Drawing a diagram is very helpful.
Question 2.¶
Under reverse bias only two processes carry out current: electrons that may be thermally excited into the conduction band (p-doped side) and holes that may be thermally excited into the valence band (n-doped side).
Question 3.¶
Exercise 4: Quantum well heterojunction in detail¶
Question 1.¶
- Include the energy bands here. You can find them at the book's section 18.2
Question 2.¶
This a "particle in a box" problem.
Here and below \(E_h\) is the energy of a hole in the valence band.
Question 3.¶
Question 4.¶
This is a 2D electron/hole gas, therefore the DOS per unit area expression is the same as in 2D parabolic dispersion:
Question 5.¶
\(L\) can be found here using previous questions, by setting:
By choosing the correct \(n\), \(k_x\) and \(k_y\), \(L\) can be found as \(\approx 6.85\) nm
Question 6.¶
For a laser, one wants to fix the emission wavelength to a certain value. With this setup, the band gap is "easy" to design (set by \(L\), which is fixed).
Question 7.¶
If donor impurities are put outside of the well (on both sides, for example) the donated electrons can reduce their energies by falling into the well, but the ionized dopants remain behind. This gives an advanttage because an extremely high mobility for electrons can be obtained within the quantum well (there are no ionized dopants in the well to scatter off of). This is called modulation doping.