the mpi publication, finally!
[lectures/latex.git] / solid_state_physics / tutorial / 1_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 I}\\}
33  \vspace{8pt}
34  Prof. B. Stritzker\\
35  WS 2007/08\\
36  \vspace{8pt}
37  {\Large\bf Tutorial 1}
38 \end{center}
39
40 \section{Free electron in a box}
41 Our understanding of condensed matter is based on the idea of heavy, positively charged ions and light, negatively charged valence electrons.
42 In order to describe such a system of interacting particles you have to solve the full Hamiltonian
43 \begin{eqnarray}
44  H &=& H_{ion} + H_{el} + H_{ion-el} \nonumber \\
45    &=& H_{ion,kin} + H_{ion-ion} + H_{el,kin} + H_{el-el} + H_{ion-el} \nonumber
46 \end{eqnarray}
47 which accounts for the ionic and electronic subsystem as well as the coupling between these two.
48 Obviously, without any approximation this problem is not solvable.
49
50 {\bf Born-Oppenheimer} or {\bf adiabatic approximation:}
51 Lighter valence electrons move much faster than the nuclei and thus follow the ionic motion adiabatically.
52 For the electrons the nuclei appear fixed in position.
53 On the other way round the electrons appear blurred to the nuclei adding an extra term to an effective potential.
54 This approach is basically switching off the interaction of electrons and lattice vibrations.
55
56 {\bf Independent electron approximation:}
57 Having separated the ionic and electronic degrees of freedom the Hamiltonian still involves all electronic coordinates which results in a many-particle wave function as a solution of the Schr"odinger equation depending on the positions of all electrons.
58 By completely neglecting the electron-electron interaction the idealized Hamiltonian can be written as a sum over single particle Hamiltonians
59 \[
60  H = \sum_i - \frac{\hbar^2}{2m} \nabla_i^2 + v_{ext}({\bf r}_i)
61 \]
62 where $v_{ext}$ is the combination of ion-electron and a constant ion-ion interaction.
63
64 Using these approximations it is sufficient to consider a single electron located in an effective time-independent potential constituted by the static ions and all other electrons.
65 Since most materials condense into almost perfect periodic arrays the periodicity should also hold for the potential style.
66
67 Within this tutorial even the periodic potential is simplified.
68 Consider a single particle (mass $m$) enclosed in a box (side length $L=\mathcal{V}^{1/3}$) where the potential is zero inside the box and infinite at the surface.
69
70 \begin{enumerate}
71  \item Write down the Schr"odinger equation and boundary conditions
72        for the particle enclosed in the box.
73  \item Find a solution of the Schr"odinger equation.
74        Write down the wave function and energy eigenvalues. 
75        {\bf Hint:} Apply separation of variables:
76        $\Psi({\bf r})=F_x(x)F_y(y)F_z(z)$.
77  \item Write down the wave function of the ground state and calculate the
78        zero-point energy (energy of the ground state).
79  \item What are the values allowed for $k_x$, $k_y$ and $k_z$
80        in reciprocal space?
81        Sketch a cross section perpendicular to the $k_x$ and $k_y$ axis
82        showing some values allowed for $k_x$ and $k_y$.
83 \end{enumerate}
84
85 \section{Reciprocal lattice}
86
87 Show that the volume $V_{rec}$ of the unit cell of the reciprocal lattice is given by $V_{rec} = (2\pi)^3/V_{real}$, where $V_{real}$ is the volume of the unit cell in real space.
88 {\bf Hint:} Use the relation $a \times (b \times c) = b(ac)-c(ab)$ and $a(b \times c)=b(c \times a)$.
89
90 \end{document}