2.4.8 · D4Thermodynamics & Statistical Mechanics (Advanced)

Exercises — Statistical mechanics — microstate, macrostate

2,623 words12 min readBack to topic

A quick reminder of the only two formulas we lean on, so nothing is used before it is named:

Figure — Statistical mechanics — microstate, macrostate

The bar chart above is our map: height = , the number of microstates behind each macrostate. Notice how the middle towers over the edges — that single fact is what every exercise below is really probing.


L1 — Recognition

Exercise 1.1 (L1)

For a system of coins, classify each of the following as a microstate or a macrostate: (a) "HTH" (b) "two heads" (c) the full list idea applied to coins, i.e. a named face for every coin (d) "".

Recall Solution

A microstate is the complete ordered pattern (which specific coin shows what). A macrostate is a bulk count you could read off without knowing individual coins.

  • (a) "HTH" — the exact face of each of the 3 coins → microstate.
  • (b) "two heads" — only the count macrostate.
  • (c) a named face for every coin → microstate.
  • (d) "" — a count → macrostate.

Exercise 1.2 (L1)

Without computing, which macrostate of coins has the most microstates, and which has the fewest? Just point to the answer using the shape of the bars.

Recall Solution

Most: the count nearest the middle, or (both tie at ). Fewest: the extremes and , each with exactly microstate. The bar chart is symmetric and peaks in the middle — that is all you need to recognise the answer.


L2 — Application

Exercise 2.1 (L2)

For two-state objects, compute (a) the total number of microstates, and (b) the multiplicity of the macrostate .

Recall Solution

(a) Total . Why: each of 6 objects doubles the count. (b) So 15 of the 64 microstates show exactly two ups.

Exercise 2.2 (L2)

Using the same , write out the full multiplicity table for and verify the sum equals .

Recall Solution

Sum Why the check works: summing multiplicities over all macrostates must rebuild every microstate exactly once — this is the binomial theorem with .

Exercise 2.3 (L2)

What is the probability, in equilibrium, of observing the macrostate (three ups) for ? Use the fundamental postulate.

Recall Solution

The fundamental postulate says every accessible microstate is equally likely, so The peak macrostate carries of the probability — more than any other single macrostate.


L3 — Analysis

Exercise 3.1 (L3)

For , compute the ratio and explain in words what this ratio is measuring.

Recall Solution

and , so the ratio is . What it measures: the "balanced" macrostate () is realised in 252 times as many ways as the "all down" extreme. Under the equal-microstate postulate, the balanced macrostate is therefore 252× more likely. This ratio of multiplicities is exactly what makes equilibrium overwhelming — and it is the raw material of entropy differences, since $S=k\ln\Omega$ turns a ratio of into a difference of entropies.

Exercise 3.2 (L3)

The parent note claims the relative width of the peak scales like . For a fair binomial (), the standard deviation of is and the mean is . Compute the relative width for and for , and state what this implies for observing anything other than .

Recall Solution

Relative width .

  • : → the up-count typically lands within of half.
  • : → within . Implication: as grows, the fractional wobble shrinks like . For lab-sized the fluctuations are — utterly unmeasurable. You always see the peak macrostate: that is equilibrium. (This is the Gaussian limit of the binomial.)

The figure below plots this shrinking relative width against on log–log axes. Trace the cyan curve: it slides steadily downward, and the two amber dots mark exactly the and answers we just computed. The straight-line-on-log-axes shape is the visual signature of the power law — every tenfold rise in drops the relative wobble by about a factor of three.

Figure — Statistical mechanics — microstate, macrostate

Exercise 3.3 (L3)

For , verify by direct listing that and identify each microstate. Then explain why "which coin is up" is invisible to the macrostate.

Recall Solution

The four microstates with exactly one up (call up , down ): That is . Why order is invisible to the macrostate: the macrostate only records the number ; it never asks which slot. The four patterns differ microscopically but are identical macroscopically — a perfect miniature of "many micros, one macro."


L4 — Synthesis

Exercise 4.1 (L4)

Two isolated spin systems, A with and B with , are placed in contact so that the total number of ups is fixed at (energy exchange = ups exchange). The joint macrostate is " ups in A" (then B has ). Compute the multiplicity of each joint macrostate , find the most probable split, and confirm the totals with the Vandermonde identity .

Recall Solution

Joint multiplicity :

product
0 1 1 1
1 4 4 16
2 6 6 36
3 4 4 16
4 1 1 1

Most probable split: (product ) — energy shared equally, exactly what "thermal equilibrium" should mean. Check: . Synthesis point: the joint system, treated as one pool of 8 spins with 4 ups, has microstates; splitting by "how many are in A" just partitions those 70. The equilibrium split maximises , which by maximises — the second law emerging from pure counting. This partitioned counting is exactly the microcanonical logic.

Exercise 4.2 (L4)

An ideal gas has . If the volume is doubled at fixed , by what factor does change, and by how much does the entropy change? Take mole ; give in J/K.

Recall Solution

First, the constant we need. Boltzmann's constant (sometimes written ) is the fixed conversion factor that turns "a count of microstates" into thermodynamic entropy in $S=k\ln\Omega$. Its value is It is tiny because a single microstate carries only a minuscule amount of entropy; you need Avogadro-many of them to reach everyday J/K.

Now the counting. , so doubling multiplies by (each of the particles independently gains twice the room, and choices multiply): Entropy change: Numerically This is the textbook entropy of free expansion — and it dropped straight out of counting position cells . Counting predicts thermodynamics.


L5 — Mastery

Exercise 5.1 (L5)

Estimate the probability of a 1% relative fluctuation for a macroscopic sample, to feel the crushing sharpness of equilibrium. For spins, use the Gaussian approximation of the binomial: with , . Compute the exponent for a fluctuation of (i.e. 1% of the mean) and interpret.

Recall Solution

A 1% fluctuation means . Measure it in units of : the number of standard deviations is For : . The exponent is . So — a probability so small it has no physical meaning. A 1% fluctuation in a macroscopic sample never happens in the age of the universe. This is the statistical bedrock of irreversibility.

Exercise 5.2 (L5)

Peak-height scaling. Using Stirling's approximation , show that the most probable multiplicity for even satisfies , and hence the peak probability . Evaluate for and compare to the exact value.

Recall Solution

Step 1 — write the log of the central binomial. Since , Step 2 — insert Stirling with its tail (we keep this tail because it is exactly what produces the factor at the end). For the numerator, For each factorial in the denominator, replace : Step 3 — subtract. Multiply the denominator line by 2 and subtract from the numerator line: The and cancel. Group the "big" logs: . That is where the (the same scale as ) comes from. Step 4 — collect the leftover terms, which produce the : Putting Steps 3–4 together: Step 5 — divide by (subtract ) to get the peak probability: Step 6 — evaluate. For : Exact: . Agreement to — Stirling nails it. Mastery insight: the peak probability falls like , yet the peak still dominates because every other macrostate falls even faster — the distribution as a whole collapses to a spike of relative width (Exercise 3.2). This is the binomial → Gaussian crossover in action.

Exercise 5.3 (L5)

Conceptual capstone. In one paragraph, explain to the L1 version of yourself why "equilibrium is the most probable macrostate" is not a physical law you must postulate, but a near-certainty forced by counting — and where the only genuine postulate enters.

Recall Solution

The microstates keep changing constantly (the microscopic pattern of ups is never still). The only postulate is that in equilibrium each accessible microstate is equally likely — no pattern is favoured. Given that even-handedness, macrostates are not equal: a macrostate's chance is just its share of microstates, . Because is astronomically peaked at the balanced count (the tower), almost every microstate belongs to that one macrostate. So you see it not by decree but by sheer weight of numbers — the relative width shrinks like until any deviation is impossible to observe. "Equilibrium" is simply "wherever the microstates overwhelmingly are." The lone assumption is equal microstate probability; every other conclusion — the peak, its sharpness, irreversibility — is pure arithmetic riding on that one even-handed rule.


Recall Self-test summary (open only after finishing)
  • L1: microstate = ordered pattern; macrostate = a count. Peak in the middle, valleys at the extremes.
  • L2: total ; ; .
  • L3: ratios of drive probability; relative width shrinks.
  • L4: independent systems → multiply , add ; gas gives on doubling .
  • L5: Gaussian/Stirling quantify the spike; the only postulate is equal microstate probability.

Connections