Q. 7.5

Question

 Consider a system consisting of a single impurity atom/ion in a semiconductor. Suppose that the impurity atom has one "extra" electron compared to the neighboring atoms, as would a phosphorus atom occupying a lattice site in a silicon crystal. The extra electron is then easily removed, leaving behind a positively charged ion. The ionized electron is called a conduction electron because it is free to move through the material; the impurity atom is called a donor, because it can "donate" a conduction electron. This system is analogous to the hydrogen atom considered in the previous two problems except that the ionization energy is much less, mainly due to the screening of the ionic charge by the dielectric behavior of the medium. 

(a) Write down a formula for the probability of a single donor atom being ionized. Do not neglect the fact that the electron, if present, can have two independent spin states. Express your formula in terms of the temperature, the ionization energy I, and the chemical potential of the "gas" of ionized electrons. 

(b) Assuming that the conduction electrons behave like an ordinary ideal gas (with two spin states per particle), write their chemical potential in terms of the number of conduction electrons per unit volume,NcV .

(c) Now assume that every conduction electron comes from an ionized donor atom. In this case the number of conduction electrons is equal to the number of donors that are ionized. Use this condition to derive a quadratic equation for Nc in terms of the number of donor atoms Nd, eliminatingµ. Solve for Nc using the quadratic formula. (Hint: It's helpful to introduce some abbreviations for dimensionless quantities. Tryx=NcNd,t=kTl and so on.)

(d) For phosphorus in silicon, the ionization energy is 0.044eV. Suppose that there are 1017 p atoms per cubic centimeter. Using these numbers, calculate and plot the fraction of ionized donors as a function of temperature. Discuss the results.

Step-by-Step Solution

Verified
Answer

(a) The formula for the probability of a single donor atom being ionized is Ps=11+2eI+μ/kT.

(b) The chemical potential in terms of the number of conduction electrons per unit volume, NcVfor  μ=kTln2VNcvQ.

(c)  For  Nc using formula is Nc=VeI/kT2vQ1+8eI/kTvQNd2V1

(d)  The plot of fraction of ionized donors as a function of temperature is 

1Part (a) step 1: Given Information

We need to find a formula for the probability of a single donor atom being ionized.

2Part (a) step 2: Simplify

Gibbs factor is given as:

Ps=e-ε-μkT

Consider a system that consists of a single impurity (atom/ion) which has three possible states, one is an unoccupied state and the other two are occupied states (spin up and spin down):

  • Unoccupied state:
     in this case the chemical potential is zero and the energy of the state is zero also, so the Gibbs factor is:

Ps=e00/kT=1

  • Occupied state (when the electron in the ground state):
    in this case substitute with ionization energy -I into ε (note that we multiply the factor by 2 since we have two electrons):

P's=2eI+μ/kT

The Grand partition function is the sum of the two Gibbs factors, that is:

Z=1+2eI+μ/kT

The probability that the donor atom is ionized equals it's Gibbs factor divided by the Grand partition function:

Ps=PsZ=11+2eI+μ/kTPs=11+2eI+μ/kT

3Part (b) step 1: Given Information

We need to find  the number of conduction electrons per unit volume, NcV.

4Part (b) step 2: Simplify

The chemical potential is given by the equation 6.93  as :

μ=kTlnVZintNcvQ

the internal partition function is 2 because we have two spin states, so the chemical potential can be reduced to:

μ=kTln2VNcvQ

5Part (c) step 1: Given Information

We need to solve for Nc using the quadratic formula.

6Part (c) step 2: Simplify

If every conduction electron comes from an ionized donor, then probability that the donor atom has is:

Ps=NcNd

use the result of part (a) to get:

NcNd=11+2eI+μ/kTNcNd=11+2eI/kTeμ/kT                                 ...(1)

now we need to use the results of part (b), as follow:

μkT=ln2VNcvQeμ/kT=2VNv

7Part (c) step 3: Calculation

Substitute into (1) get:

NcNd=11+2eIkTNcvQ2VNcNd=11+aNc

where,

a=2eI/kTvQ2V

therefore,
aNc2+Nc=NdaNc2+NcNd=0

this is a quadratic equation which can be solved using the general law, so:

Nc=1±1+4aNd2aNc=1±1+8eI/kTvQNd2V4eI/kTvQ2V

the number of conduction electrons is always positive, so:            
 =1+8eI/kTvQNd2V14eI/kTvQ2VNc=VeI/kT2vQ1+8eI/kTvQNd2V1

8Part (d) step 1: Given Information

We need to calculate and plot the fraction of ionized donors as a function of temperature. 

9Part (d) step 2: Simplify

The quantum value is given as:

vQ=h22πmkT3/2

the mass of the phosphorus atom is 31 u, where u=1.66×1027kg substitute with the givens to get (that h=6.6×10-34J.s and k=1.38×10-23J.k)

 vQ=6.626×1034Js22π31×1.66×1027kg1.38×1023J/KT3/2                          =3.086×1029T3/2m3/K3/2

now we need to simplify the result of part (c), the solution of the equation is:

Nc=1+4aNd12a

using the expansion:

1+x1+x2x28

With x=4aNd, then:

Nc=12a4aNd24aNd28Nc=NdaNd2NcNd=1aNdNcNd=12eI/kTvQNd2V

10Part (d) step 3: Calculation

Suppose we have 1017Patoms per cm3:

NdV=1×1023 atom /m3

and the ionization energy for phosphorus in silicon is I=0.044eV substitute intoNc/Nd get:

NcNd=1e0.044eV/8.62×105eV/KT1×1023×3.086×1029T3/2NcNd=1e510.44K/T3.086×106T3/2

11Part (d) 4: Simplify



To plot this function I used python, and the code is shown in the following picture: