Brian-san
- 42
- 0
Homework Statement
a) Derive an asymptotic expression for the number of ways in which a given energy E can be distributed among a set of N, one-dimensional harmonic oscillators, the energy eigenvalues of the oscillators being (N+\frac{1}{2})\hbar\omega, n=0, 1, 2, ....
b)Find the corresponding expression for the "volume" of the relevant region of the phase space of the system. Establish the correspondence between the two results, showing that the conversion factor \omega_0 is precisely h^N.
c) In addition, derive the exact number of ways in which the energy can be divided among the N oscillators (before taking the asymptotic limit). Calculate the entropy for this system in the thermodynamic limit. Express the internal energy E in terms of the temperature T and oscillator number N, and plot this function versus T. Also, plot the heat capacity versus temperature. Find the asymptotic limits of the energy for large and small temperature.
Homework Equations
S=k_Bln\Omega (Entropy)
lnN!\approx NlnN-N (Stirling's Approximation)
The Attempt at a Solution
So for a given energy E, \frac{E}{\hbar\omega}=k, where k is a positive integer. Let m_i denote the number of oscillators whose energy (per unit \hbar\omega) is equal to i. Obviously then we know
\sum_{i=1}^k m_i=N
Now the number of possible arrangements is the total number of ways we can divide N oscillators into k groups of sizes m_1, m_2, ..., m_k. Then the number of ways to get a group of size m_1 is just
\binom{N}{m_1}
Similarly, we want m_2 oscillators of the remaining N-m_1 oscillators, which is just
\binom{N-m_1}{m_2}
Continuing this line of thought, the total number of arrangements should be
\Omega=\binom{N}{m_1}\binom{N-m_1}{m_2}...\binom{N-m_1-m_2-...-m_{k-1}}{m_K}=\frac{N!}{m_1!m_2!...m_k!}
This would then be the exact expression that is wanted in part c, right? I can get the entropy from this by using Stirling's approximation, so
S=k_B(NlnN-N-\sum_{i=1}^k(m_ilnm_i-m_i))=k_B(NlnN-\sum_{i=1}^k(m_ilnm_i))
Intuitively, I think the m's should go like
m_i=e^{-\frac{E_i}{k_BT}}
So when we sum over all i we get
N=\sum_{i=1}^ke^{-\frac{E_i}{k_BT}}
That's where I get stuck, I have a relation between N, T and E_i, but I can't figure out how to turn it into E=f(N,T). Also, I did the problem backwards finding the exact expression for the number of arrangements first (assuming it's right). Can I simply turn the exact expression into an asymptotic form, or is there a way to derive it without knowing the exact form?