0

From what I understand, in a system $S$ described by a canonical ensemble, the probability that $S$ has energy $E$ is equal to $\frac{1}{Z}e^{-E/kT}$, where $T$ is the "temperature", $k$ the Boltzmann constant, and $Z$ the partition function. I have two questions:

1) Is it obvious that $Z = kT$, since $\int_0^{\infty}e^{-E/kT}dE = kT$?

2) I'm failing to understand where the size of $S$ comes into play. Is this energy distribution true whether $S$ is a system containing 1 or $10^{23}$ atoms? I understand that the heat bath should be much larger than either of these, but don't understand how the size of the system doesn't play a role.

I think I'm missing something...

Menachem
  • 150

1 Answers1

2

Yes, what you're missing is that the probability is defined over distinct states, not just energies. So, what $Z$ is will depend on how that is defined. For a single spin $1/2$ particle in a magnetic field there are exactly two states with energies $E_+$ and $E_-$, leading to the partition function $Z$ being $$Z = \mathrm{e}^{-E_+/kT} + \mathrm{e}^{-E_-/kT}.$$

If you're talking about a classical particle in a box with volume $V$, then distinct states are those that have distinct position $\mathbf{x}$ and momentum $p$, producing the partition function \begin{align} Z & = \int \mathrm{e}^{-p^2/(2mkT)} \operatorname{d}^3x\operatorname{d}^3p\\ & = V 4\pi \int_0^\infty \mathrm{e}^{-p^2/(2mkT)} p^2 \operatorname{d}p. \end{align}

Where the size comes into play is in both the volume, $V$, and the number of particles involved, $N$. When all of the individual particles are independent you can just raise $Z$ to the power $N$. When the particles aren't independent, you need to do more work to integrate/sum over the degrees of freedom available.

Sean E. Lake
  • 22,927