Simple particle exchange: Einstein solid

Introduction

Consider a simple system known as the Einstein or harmonic solid. The energy of each particle in an Einstein solid is restricted to the positive integers. That is, each particle may have energy 0, 1, 2, … The particles do not interact.

    One advantage of the Einstein solid is that it is easy to calculate the number of microstates Ω(E,N) for a given number of particles N and energy E.

.

    Consider two Einstein solids A and B that allow particles to move from one solid to the other, but not energy. That is, the two systems are surrounded by insulating, rigid, and impermeable outer walls and are separated from each other by a wall that allows particles to move through it, but no energy. This constraint is unphysical, but it will be useful conceptually for understanding the chemical potential. The program counts the number of ways that the particles can be distributed between the two systems. NA is the number of oscillators in system A and NB is the number in system B.

    The total number of microstates Ω(EA,EA) accessible to the composite system with subsystems A and N with fixed energy EA and EB and number of particles NA and NB is

Ω(EA, EB) = ΩA(EAB(EB).

Because the composite system is isolated, its accessible microstates are equally probable. Hence, the probability PA(NA) that subsystem A has particle number NA is

PA(NA) = ΩA(NAB(N - NA)/Ω.

    The output of the program is a plot of PA(NA) and the corresponding table of data.

Problems

  1. Suppose that EA = 8, EB = 5 and N = 10. View the Data Table. For what value of NA does the total system have the maximum number of microstates? The chemical potential over kT is computed as the negative numerical derivative of the ln Ωi with respect to Ni. How do the chemical potentials compare when the number of states is a maximum?
  2. We will assume that equilibrium is the state with the maximum number of microstates. If a system starts out with unequal chemical potential, do the particles move from the solid with higher chemical potential to that with lower chemical potential or vice versa?
  3. Repeat for other values of EA, EB and N, and verify that the same qualitative behavior occurs. Under what conditions does PA(NA) become sharply peaked?

Reference

Java Classes

Updated 14 April 2010.