1

I am having a hard time time understanding the meaning behind Microstates and Macrostates, I am in search of a simple, intuitive yet accurate definition of these terms .

And why does the formula $$N!/(n_1!*n_2!*n_3!.....).$$ give you the number of Microstates. I am familiar with Permutations and Combinations, so what is actually happening here though?

And why is the entropy given by $$S=k_b\ln \Omega,$$ where $\Omega$ is the number of Microstates and $k_b$ the Boltzmann constant.

Why should we get the value of Entropy by multiplying the Boltzmann Constant with the number of Microstates ?

I am introductory Physics Student who is interested in learning Physics. I am familiar with Calc 1, 2 and AP physics courses. I hope the explanations are at that level.

And is there any book in Statistical Menchanics that is akin to Theoretical Minimum by Leonard Susskind.

devCharaf
  • 695

2 Answers2

1

Considering a system of $N$ particles, we will have at lest $3N$ degrees of freedom to deal with. These are the 3 possible translation direction ($x,y,z$) for each particle. We could have more if the particles have som internal degrees of freedom, like spin in quantum mechanics. If one wants to specify these exact quantities, then one should solve the Shrödinger equation for this system. The resulting state is what is referred to as the microstate.

It's obvious to say that solving the microstate of a system might be complicated and irrelevant.

The macrostate on the other hand is what could be observed on the macroscopic level, like temperature, pressure ... . In general, a macrostate is enough to describe a certain system.

Now for the Boltzmann formula for entropy, there are many things we can deduce from it. First of all, it captures the additivity of entropy. Say that you put to systems with $\Omega_i$ number of possible microstates each. then the total number of microstates is $\Omega=\Omega_1\times\Omega_2$. Given the additivity property of the $\log$, you can see that $$S = S_1 + S_2$.$ Another thing is that when the number of combinations is $\Omega=1$ then the entropy is $0$. There is a good simple proof here for the formula.

As of the Boltzmann constant, once we prove the linearity $S\propto\ln\Omega$, then this constant is found through experiments.

devCharaf
  • 695
1

There are many questions here so I will stick to answering the one about the multinomial coefficient $$\binom{N}{n_1,n_2,\cdots,n_m}\equiv\frac{N!}{n_1!n_2!\cdots n_m!},\quad N=n_1+n_2+\cdots+n_m.$$ This quantity may be interpretted as the number of unique ways of arranging $N$ items into $m$ categories with $n_i$ items in the $i$th category. For example, we may have $N=6$ balls with $m=3$ different colours and want to know the number of ways of arranging $n_1=1$ orange balls, $n_2=3$ blue balls, and $n_3=2$ purple balls; the answer is $6!/(1!3!2!)=60$ unique arrangements.

This can be derived directly from the knowledge that the binomial coefficient tells us how many ways there are of arranging $N$ into one category with $n_1$ items and another category with $n_2=N-n_1$ items, $\binom{N}{n_1}=\frac{N!}{n_1!(N-n_1)!}=\binom{N}{n_1,n_2}$. Then, one may realize that there is actually another category with which we want to subdivide our $n_2$ items, say into $n_2^*$ items with one label and $n_3\equiv n_2-n_2^*$ with another, and regular binomial coefficients tell us that there are $\binom{n_2}{n_2^*}=n_2!/(n_2^*! n_3!)$ ways of doing that, so the total number of possibilities is now $$\binom{N}{n_1}\times\binom{n_2}{n_2^*}=\frac{N!}{n_1! n_2!}\times\frac{n_2!}{n_2^*!n_3!}=\frac{N!}{n_1!n_2^*!n_3!}=\binom{N}{n_1,n_2^*,n_3}.$$ Continuing and subdividing $n_3$ into two categories, by induction, we find that the regular binomial coefficients lead us to this definition and interpretation of multinomial coefficients as above.

So in the case of finding the number of microstates, we want to know the number of unique methods in which the particles can be arranged. Consider that we have $n_1$ particles of type $1$, $n_2$ particles of type $2$, all the up until $n_m$ particles of type $m$. Then the number of unique ways in which they can be arranged is $\binom{N=n_1+n_2+\cdots +n_m}{n_1,n_2,\cdots,n_M}$, which tells you the number of microstates.