Skip to content
    from matplotlib import pyplot as plt 
import numpy as np
from math import pi
  

Solutions for lecture 14 exercises

Exercise 1: Crossover between extrinsic and intrinsic regimes

Subquestion 1

Law of mass action:

nenh=12(kBTπ2)3(memh)3/2eβEgap

Charge balance condition:

nenh+nDnA=NDNA

Subquestion 2

Since EGkBT, we can only use the law of mass action. But the question offers us another piece of information - we are around |NDNA|ni. That means that we are near the transition between extrinsic and intrinsic regimes. Because the dopants stop being ionized at very low temperatures (see next exercise), we can neglect nD and nA in this exercise, just like in the lecture. Writing nenh=ni2 and nenh=NDNA and solving these together, we obtain

ne=12(D2+4ni2+D),nh=12(D2+4ni2D)

where D=NDNA.

For ni|NDNA| we recover the intrinsic regime, while the opposite limit gives the extrinsic expressions.

Subquestion 3

If D<<ni, then the doping is not important and results of intrinsic are reproduced. Contrarily, if D>>ni, it's mostly the doping that determines ne and nh. The thermal factor becomes unimportant. Check both cases with lecture notes approximated solutions by doing a Taylor expansion.

Exercise 2: Donor ionization

Subquestion 1

If all the dopants are ionized (nD=0), the Fermi level gets shifted up towards the conduction band.

This result can be obtained when using results in Exercise 1 - Subquestion 2 and the following:

nenh=NDNA
To find EF

Solve now for EF using ne and nh expressions obtained in the previous lecture.

Subquestion 2

Now,

nD=ND1e(EDEF)/kBT+1

Subquestion 3

Because not all dopants are ionized, the charge conservation eq. becomes:

nenh+nD=NDNA

Doing the same as in subquestion 1, an expression for EF can be found.

Values

For Germanium at T=300K, ni=2.4×1013cm3 This can be obtained when plugging me=0.55me, mh=0.37me and T=300K in the results here.

Exercise 3: Performance of a diode

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

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

Subquestion 3

Is(T)eEgap/kBT

Exercise 4: Quantum well heterojunction in detail

Subquestion 1

* Include the energy bands here. You can find them at the book's section 18.2

Subquestion 2

This a "particle in a box" problem.

22me2Ψe=(EeEc)Ψe22mh2Ψh=(EvEh)Ψh

Subquestion 3

\begin{align} E_e = E_c + \frac{\hbar^2}{2m_e^{\ast}} ((\frac{\pi n}{L})^2+k_x^2+k_y^2) E_h = E_v - \frac{\hbar^2}{2m_h^{\ast}} ((\frac{\pi n}{L})^2+k_x^2+k_y^2)

Subquestion 4

This is a 2D electron/hole gas. Apply 2D density of states (constant).

ge=4πme2,gh=4πmh2

Subquestion 5

L can be found here using previous subquestions. Setting

EeEhEc+Ev=1eV=22(πnL2+kx2+ky2)(1me+1mh)

By choosing the correct n, kx and ky, L can be found as 6.85 nm approx.

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

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