|
|
(43 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| ==Problem 1: Three Ising spins ==
| |
| Assume three spins <math> s_1, s_2, s_3 </math> are arranged in an equilateral triangle with each spin interacting with its two neighbors. The energy expression for the Ising model in an external magnetic field <math> H </math> is given by:
| |
|
| |
|
| <math> H = -J(s_1s_2 + s_2 s_3 + s_3 s_1) - F (s_1 + s_2 + s_3) </math>
| |
|
| |
| (a) Find canonical partition function for this model.
| |
|
| |
| (b) Find average spin <math> \langle s \rangle </math>.
| |
|
| |
| (c) Find internal energy <math> E </math>.
| |
|
| |
| ==Problem 2: Spin-spin correlation function in the Ising model ==
| |
| We can gain further insight into the properties of the one-dimensional Ising model of ferromagnetism
| |
|
| |
| <math> H= - J \sum_{i=1}^N s_i s_{i+1} </math>
| |
|
| |
| by calculating the spin-spin correlation function <math> G(r) </math>
| |
|
| |
| <math> G(r) = \langle s_k s_{k+r} \rangle - \langle s_k \rangle \langle s_{k+r} \rangle </math>
| |
|
| |
| where <math> r </math> is the separation between the two spins in units of the lattice constant. The statistical average <math> \langle \ldots \rangle </math> is over all microstates. Because all lattice sites are equivalent, <math> G(r) </math> is independent of the choice of specific site <math> k </math> and depends only on the separation r (for a given temperature T and external field H). Since the average value of spin <math> \langle s_k \rangle </math> at site <math> k </math> is independent of the choice of that specific site (for periodic boundary conditions) and equals <math> m=M/N </math> (<math> M </math> is magnetization), the correlation function can also be written as:
| |
|
| |
| <math> G(r) = \langle s_k s_{k+r} \rangle - m^2 </math>.
| |
|
| |
| The spin-spin correlation function <math> G(r) </math> is a measure of the degree to which a spin at one site is correlated with a spin at another site. If the spins are not correlated, then trivially <math> G(r) = 0 </math>. At high temperatures the interaction between spins is unimportant, and hence the spins are randomly oriented in the absence of an external magnetic field. Thus in the limit <math> k_B T \gg J </math>, we expect that <math> G(r) \rightarrow 0 </math> for any r. For fixed <math> T </math> and <math> H </math>, we expect that, if spin <math> k </math> is up, then the two adjacent spins will have a greater probability of being up than down. For spins further away from spin <math> k </math>, we expect that the probability that spin at site <math> k + r </math> is up or correlated will decrease. Hence, we expect that <math> G(r) \rightarrow 0 </math> as <math> r \rightarrow \infty </math>. Note that the physical meaning of the correlation is that it can be used to express magnetic susceptibility <math> \chi \propto G(r=0) = \langle m^2
| |
| \rangle - \langle m \rangle^2 </math> as one of the response functions.
| |
|
| |
| (a) Consider an Ising chain of <math> N = 3 </math> spins with free boundary conditions which is in equilibrium with a heat bath at temperature <math> T </math> and in zero magnetic field <math> H=0 </math>. ''Enumerate'' all <math> 2^3 </math> microstates and calculate <math> G(r = 1) </math> and <math> G(r = 2) </math> for k = 1 (labeling the first spin on the left).
| |
|
| |
| (b) For one-dimensional chain of <math> N </math> Ising spins and with free boundary conditions, show that <math> G(r)=(\tanh \beta J)^r </math>. HINT: Start from:
| |
|
| |
| <math> \langle s_k s_{k+r} \rangle = \frac{1}{Z_N} \sum_{s_1=\pm 1} \sum_{s_N=\pm 1} s_k s_{k+r} \exp [ \sum_{i=1}^{N-1} \beta J s_i s_i+1] </math>
| |
|
| |
| where the partition function for N spins is:
| |
|
| |
| <math> Z_N = 2 (2 \cosh \beta J)^{N-1}</math>.
| |
|
| |
| and try to obtain <math> G(r=1) </math>, <math> G(r=2) </math>, ...
| |
|
| |
| (c) By writing <math> G(r) = e^-{r/\xi} </math> for <math> r \gg 1 </math>, extract the correlation length from your result in (b):
| |
|
| |
| \xi = - \frac{1}{\ln(\tanh \beta J)}
| |
|
| |
| in the low temperature limit <math> \beta J \gg 1 </math>.
| |
|
| |
| ==Problem 3: Two-dimensional Ising model ==
| |
| (a) Calculate the partition function for the Ising model on a square lattice for <math> N=4 </math> spins in the presence of an external magnetic field <math> H </math>. Assume that the system is in equilibrium with a heath bath at temperature T and employ periodic boundary conditions in both directions.
| |
|
| |
| (b) The <math> 4^2 =16 </math> microstates of the two-dimensional Ising model for <math> N=4 </math> can be grouped into four "ordered" states with energies <math> \pm J </math> and 12 "disordered" states with zero energy. Test the hypothesis that the phase transition occurs when the partition function of the disordered states equals that of the ordered states. What is the resulting value of <math> T_c </math>? This simple reasoning does not work as well for the Ising model in three dimensions.
| |