Statistical mechanics - microstates & entropy

Brian-san
Messages
42
Reaction score
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?
 
Physics news on Phys.org
Brian-san said:
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
This does not seem right to me. How many oscillators can have energy k?
 
The oscillators can have energy in amounts of \hbar\omega, 2\hbar\omega, ... k\hbar\omega, the only constraint being that the total energy of all oscillators is E. m_1 is counting the number or oscillators with energy \hbar\omega, similarly for the other m's.

For example say we had 6 oscillators and E=11\hbar\omega, then one distribution of energy might be {1, 1, 2, 5, 1, 1} and in this case we have m_1=4, m_2=1, m_5=1, m_i=0 (i=3, 4, 6, 7, 8, 9, 10, 11). Summing all the m's gives back 6, the total number of oscillators. I believe this is true in general as each of the N oscillators can only be in one of the m_i subsets, so summing over the number of oscillators in each subset should return the total number or oscillators. The only problem is this might be complicated by the fact I realized E can have half integer values for odd N.

The only other thought I had was we know
E=\sum_{i=1}^N\hbar\omega(n_i+\frac{1}{2})=\hbar\omega\left(\frac{N}{2}+\sum_{i=1}^Nn_i\right)

So the number of ways to distribute the energy between the oscillators is equal to the number of non-negative integer solutions for the expression
\sum_{i=1}^Nn_i=k, k=\frac{E}{\hbar\omega}-\frac{N}{2}

After some searching on google, I found a formula for the number of solutions that can be proven by induction (k will always be an integer as E will be half integer for odd N and integer for even N),
\Omega=\binom{k+N-1}{k}=\binom{\frac{E}{\hbar\omega}+\frac{N}{2}-1}{\frac{E}{\hbar\omega}-\frac{N}{2}}=\frac{\left(\frac{E}{\hbar\omega}+\frac{N}{2}-1\right)!}{\left(\frac{E}{\hbar\omega}-\frac{N}{2}\right)!\left(N-1\right)!}

If this is correct, the entropy can be found for large N by using Stirling's approximation, but how would you get an asymptotic form for just \Omega from the above expression?
 
For example say we had 6 oscillators and , then one distribution of energy might be {1, 1, 2, 5, 1, 1} and in this case we have . Summing all the m's gives back 6, the total number of oscillators. I believe this is true in general as each of the N oscillators can only be in one of the subsets, so summing over the number of oscillators in each subset should return the total number or oscillators. The only problem is this might be complicated by the fact I realized E can have half integer values for odd N.
Can't some of the oscillators have 0 energy? Maybe I'm wrong about this, but I would assume that when E=0 all the oscillators have 1/2\hbar\omega energy since they can never have zero energy. In that case, you wouldn't have to worry about the half integer multiples since energy units come in integer multiples.

But now that I think of it your summation would work with that change as long as you summed starting with i=0 instead of i=1. Not sure if that helps...
 
JaWiB said:
Can't some of the oscillators have 0 energy?

No, the ground state energy of a 1D harmonic oscillator is \frac{\hbar\omega}{2}, the oscillators can't have an energy less than their ground state energy.

Brian-san said:
The oscillators can have energy in amounts of \hbar\omega, 2\hbar\omega, ... k\hbar\omega, the only constraint being that the total energy of all oscillators is E.

You are missing all the half-integer multiples here. This, combined with the fact that E must a half-integer multiple of \hbar\omega for odd N, is responsible for the failure of your original method.

The only other thought I had was we know
E=\sum_{i=1}^N\hbar\omega(n_i+\frac{1}{2})=\hbar\omega\left(\frac{N}{2}+\sum_{i=1}^Nn_i\right)

So the number of ways to distribute the energy between the oscillators is equal to the number of non-negative integer solutions for the expression
\sum_{i=1}^Nn_i=k, k=\frac{E}{\hbar\omega}-\frac{N}{2}

After some searching on google, I found a formula for the number of solutions that can be proven by induction (k will always be an integer as E will be half integer for odd N and integer for even N),
\Omega=\binom{k+N-1}{k}=\binom{\frac{E}{\hbar\omega}+\frac{N}{2}-1}{\frac{E}{\hbar\omega}-\frac{N}{2}}=\frac{\left(\frac{E}{\hbar\omega}+\frac{N}{2}-1\right)!}{\left(\frac{E}{\hbar\omega}-\frac{N}{2}\right)!\left(N-1\right)!}

If this is correct, the entropy can be found for large N by using Stirling's approximation, but how would you get an asymptotic form for just \Omega from the above expression?

This looks correct to me. To find an asymptotic expression for \Omega, try taking the natural logarithm of both sides of your equation and calculating \lim_{N\to\infty}\ln(\Omega) first.
 
gabbagabbahey said:
No, the ground state energy of a 1D harmonic oscillator is \frac{\hbar\omega}{2}, the oscillators can't have an energy less than their ground state energy.
Ah right, what I meant was to treat the lowest possible energy of the system as having zero energy, in which case
The oscillators can have energy in amounts of \hbar\omega, 2\hbar\omega, ... k\hbar\omega, the only constraint being that the total energy of all oscillators is E. is counting the number or oscillators with energy , similarly for the other m's.
would be correct, right? Either way, the OP can ignore me since it sounds like you have a better grasp of the problem than I do.
 
Brian-san said:
\Omega=\binom{k+N-1}{k}=\binom{\frac{E}{\hbar\omega}+\frac{N}{2}-1}{\frac{E}{\hbar\omega}-\frac{N}{2}}=\frac{\left(\frac{E}{\hbar\omega}+\frac{N}{2}-1\right)!}{\left(\frac{E}{\hbar\omega}-\frac{N}{2}\right)!\left(N-1\right)!}

If this is correct, the entropy can be found for large N by using Stirling's approximation, but how would you get an asymptotic form for just \Omega from the above expression?
So if we apply Stirling's approximation,
ln\Omega=\left(\frac{E}{\hbar\omega}+\frac{N}{2}-1\right)ln\left(\frac{E}{\hbar\omega}+\frac{N}{2}-1\right)-\left(\frac{E}{\hbar\omega}+\frac{N}{2}-1\right)-\left(\frac{E}{\hbar\omega}-\frac{N}{2}\right)ln\left(\frac{E}{\hbar\omega}-\frac{N}{2}\right)+\left(\frac{E}{\hbar\omega}-\frac{N}{2}\right)-\left(N-1\right)ln\left(N-1\right)+\left(N-1\right)
ln\Omega=\left(\frac{E}{\hbar\omega}+\frac{N}{2}-1\right)ln\left(\frac{E}{\hbar\omega}+\frac{N}{2}-1\right)-\left(\frac{E}{\hbar\omega}-\frac{N}{2}\right)ln\left(\frac{E}{\hbar\omega}-\frac{N}{2}\right)-\left(N-1\right)ln\left(N-1\right)
ln\Omega=ln\left(\frac{(k+N-1)^{(k+N-1)}}{k^k(N-1)^{(N-1)}}\right)
\Omega=\frac{(k+N-1)^{(k+N-1)}}{k^k(N-1)^{(N-1)}}=\frac{\left(\frac{E}{\hbar\omega}+\frac{N}{2}-1\right)^{\left(\frac{E}{\hbar\omega}+\frac{N}{2}-1\right)}}{\left(\frac{E}{\hbar\omega}-\frac{N}{2}\right)^{\left(\frac{E}{\hbar\omega}-\frac{N}{2}\right)}(N-1)^{(N-1)}}

These expressions are pretty unweildly, but I think some simplification can be done,
\Omega=\left(\frac{\frac{E}{\hbar\omega}+\frac{N}{2}-1}{\frac{E}{\hbar\omega}-\frac{N}{2}}\right)^{\frac{E}{\hbar\omega}-\frac{N}{2}}\left(\frac{\frac{E}{\hbar\omega}+\frac{N}{2}-1}{N-1}\right)^{N-1}=\left(1-\frac{N-1}{\frac{E}{\hbar\omega}-\frac{N}{2}}\right)^{\frac{E}{\hbar\omega}-\frac{N}{2}}\left(\frac{\frac{E}{\hbar\omega}-\frac{N}{2}}{N-1}-1\right)^{N-1}

I want to try and simplify further, as taking derivatives of S to find T looks to be quite tedious in this form, but it appears to be in it's most simple form. This will serve as the asymptotic form for part a then, right? So,
\Omega=\frac{\left(\frac{E}{\hbar\omega}+\frac{N}{2}-1\right)!}{\left(\frac{E}{\hbar\omega}-\frac{N}{2}\right)!\left(N-1\right)!}

should be the exact number of ways to distribute energy as requested in part c?
 
Back
Top