removed openstack, i didn't do much!
[lectures/latex.git] / solid_state_physics / tutorial / 2n_01.tex
1 \pdfoutput=0
2 \documentclass[a4paper,11pt]{article}
3 \usepackage[activate]{pdfcprot}
4 \usepackage{verbatim}
5 \usepackage{a4}
6 \usepackage{a4wide}
7 \usepackage[german]{babel}
8 \usepackage[latin1]{inputenc}
9 \usepackage[T1]{fontenc}
10 \usepackage{amsmath}
11 \usepackage{ae}
12 \usepackage{aecompl}
13 \usepackage[dvips]{graphicx}
14 \graphicspath{{./img/}}
15 \usepackage{color}
16 \usepackage{pstricks}
17 \usepackage{pst-node}
18 \usepackage{rotating}
19
20 \setlength{\headheight}{0mm} \setlength{\headsep}{0mm}
21 \setlength{\topskip}{-10mm} \setlength{\textwidth}{17cm}
22 \setlength{\oddsidemargin}{-10mm}
23 \setlength{\evensidemargin}{-10mm} \setlength{\topmargin}{-1cm}
24 \setlength{\textheight}{26cm} \setlength{\headsep}{0cm}
25
26 \renewcommand{\labelenumi}{(\alph{enumi})}
27
28 \begin{document}
29
30 % header
31 \begin{center}
32  {\LARGE {\bf Materials Physics II}\\}
33  \vspace{8pt}
34  Prof. B. Stritzker\\
35  SS 2011\\
36  \vspace{8pt}
37  {\Large\bf Tutorial 1}
38 \end{center}
39
40 \section{Indirect band gap of silicon}
41
42 Some facts about silicon:
43 \begin{itemize}
44  \item Lattice constant: $a=5.43 \cdot 10^{-10} \, m$.
45  \item Silicon has an indirect band gap.
46        \begin{itemize}
47         \item The minimum of the conduction band is located at
48              $k=0.85 \frac{2 \pi}{a}$.
49        \item The maximum of the valance band is located at $k=0$.
50        \item The energy gap is $E_g=1.12 \, eV$.
51        \end{itemize}
52 \end{itemize}
53 \begin{enumerate}
54  \item Calculate the wavelength of the light necessary to lift an electron from
55        the valence to the conduction band.
56        What is the momentum of such a photon?
57  \item Calculate the phonon momentum necessary for the transition.
58        Compare the momentum values of phonon and photon.
59  \item Draw conclusions concerning optical applications.
60 \end{enumerate}
61
62 \section{Charge carrier density of semiconductors}
63
64 Calculate the charge carrier densities $n$ and $p$ for $E_{\text{c}}-\mu_{\text{F}} >> k_{\text{B}}T$ and $\mu_{\text{F}}-E_{\text{v}} >> k_{\text{B}}T$.\\\\
65 {\bf Hint:}
66 Consider the influence of these two conditions for the energy of the states, which are situated in the conduction and valence band, and the consequences for the respective occupation described by the Fermi distribution.
67 The parabolic approximation of the density of states of electrons in the conduction band and holes in the valence band (effective masses $m_n$ and $m_p$) is given by
68 $D_c(\epsilon)=\frac{1}{2\pi^2}(\frac{2m_n}{\hbar^2})^{3/2}(\epsilon-E_c)^{1/2}$ and
69 $D_v(\epsilon)=\frac{1}{2\pi^2}(\frac{2m_p}{\hbar^2})^{3/2}(E_v-\epsilon)^{1/2}$.
70 Simplify the Fermi function before calculating the integral and use the substitutions $x=(\epsilon - E_{\text{c}})/k_{\text{B}}T$ and $x=(E_{\text{v}}-\epsilon)/k_{\text{B}}T$.
71 Furthermore use the equality $\int_0^{\infty} x^{1/2} e^{-x} dx = \frac{\sqrt{\pi}}{2}$.
72
73 \end{document}