added parts of tutorial and proposed solutions 6
[lectures/latex.git] / solid_state_physics / tutorial / 1_06.tex
diff --git a/solid_state_physics/tutorial/1_06.tex b/solid_state_physics/tutorial/1_06.tex
new file mode 100644 (file)
index 0000000..a8b8987
--- /dev/null
@@ -0,0 +1,71 @@
+\pdfoutput=0
+\documentclass[a4paper,11pt]{article}
+\usepackage[activate]{pdfcprot}
+\usepackage{verbatim}
+\usepackage{a4}
+\usepackage{a4wide}
+\usepackage[german]{babel}
+\usepackage[latin1]{inputenc}
+\usepackage[T1]{fontenc}
+\usepackage{amsmath}
+\usepackage{ae}
+\usepackage{aecompl}
+\usepackage[dvips]{graphicx}
+\graphicspath{{./img/}}
+\usepackage{color}
+\usepackage{pstricks}
+\usepackage{pst-node}
+\usepackage{rotating}
+
+\setlength{\headheight}{0mm} \setlength{\headsep}{0mm}
+\setlength{\topskip}{-10mm} \setlength{\textwidth}{17cm}
+\setlength{\oddsidemargin}{-10mm}
+\setlength{\evensidemargin}{-10mm} \setlength{\topmargin}{-1cm}
+\setlength{\textheight}{26cm} \setlength{\headsep}{0cm}
+
+\renewcommand{\labelenumi}{(\alph{enumi})}
+
+\begin{document}
+
+% header
+\begin{center}
+ {\LARGE {\bf Materials Physics I}\\}
+ \vspace{8pt}
+ Prof. B. Stritzker\\
+ WS 2007/08\\
+ \vspace{8pt}
+ {\Large\bf Tutorial 6}
+\end{center}
+
+\section{Indirect band gap of silicon}
+
+Some facts about silicon:
+\begin{itemize}
+ \item Lattice constant: $a=5.43 \cdot 10^{-10} \, m$.
+ \item Silicon has an indirect band gap.
+       \begin{itemize}
+        \item The minimum of the conduction band is located at
+             $k=0.85 \frac{2 \pi}{a}$.
+       \item The maximum of the valance band is located at $k=0$.
+       \item The energy gap is $E_g=1.12 \, eV$.
+       \end{itemize}
+\end{itemize}
+\begin{enumerate}
+ \item Calculate the wavelength of the light necessary to lift an electron from
+       the valence to the conduction band.
+       What is the momentum of such a photon?
+ \item Calculate the phonon momentum necessary for the transition.
+       Compare the momentum values of phonon and photon.
+ \item Draw conclusions concerning optical applications.
+\end{enumerate}
+
+\section{\ldots}
+
+\ldots
+
+\begin{enumerate}
+ \item \ldots
+ \item \ldots
+\end{enumerate}
+
+\end{document}