Intuition The one core idea
When you can't track every particle, you instead count how many microscopic arrangements look the same from outside — and the arrangement with the most ways to happen is what you almost always measure. Everything below is just the vocabulary and the pictures you need before that sentence makes full sense.
This page assumes nothing . Every letter, every symbol, every piece of notation the parent note leans on is built here from the ground up, in an order where each idea rests on the one before it.
Before any physics, we need one fact about counting.
Intuition Choices multiply
If you make one choice with a options, then a second independent choice with b options, the number of combined outcomes is a × b — not a + b . Two coins: 2 ways for the first, 2 for the second, 2 × 2 = 4 total patterns. Look at the tree in the figure below: every branch splits into the same number of twigs, so the twigs multiply level by level.
Definition The multiplication (product) rule
If a process is a sequence of independent stages with n 1 , n 2 , … options each, the total number of outcomes is the product n 1 × n 2 × ⋯ .
Picture: a branching tree — each level multiplies the number of leaves.
Why the topic needs it: the parent's Ω total = 2 N is exactly this rule applied N times (2 × 2 × ⋯ ).
Intuition How many ways to line things up?
Line up N distinct objects. The first slot has N choices, the next has N − 1 (one is used up), then N − 2 , and so on down to 1 . By the multiplication rule these multiply together.
N ! = N × ( N − 1 ) × ( N − 2 ) × ⋯ × 2 × 1
Read "N factorial". It is the number of orderings (arrangements in a row) of N distinct objects.
Special case you must know: 0 ! = 1 (there is exactly one way to arrange nothing — do nothing).
Picture: filling N boxes left-to-right, the pool of remaining objects shrinking by one each step.
Why the topic needs it: ( n N ) is built entirely out of factorials.
Worked example Small factorials
1 ! = 1 , 2 ! = 2 , 3 ! = 6 , 4 ! = 24 . Notice 4 ! = 4 × 3 ! = 4 × 6 = 24 : each factorial contains the previous one.
This is the workhorse of the whole topic, so we build it slowly.
n , ignore the order"
Sometimes we want the number of ways to pick a group of n items out of N , where the order inside the group does not matter (a committee of 3 is the same committee no matter who you name first). Start from all N ! orderings, then cancel the orderings you accidentally overcounted.
WHAT we do: take N ! (all orderings of everyone). WHY it overcounts: we only care which n are chosen. The n chosen ones can be internally shuffled in n ! ways without changing the group, and the N − n left-behind ones in ( N − n )! ways — all of those give the same choice. So we divide those away:
( 2 4 ) by hand
( 2 4 ) = 2 ! 2 ! 4 ! = 2 × 2 24 = 6
Exactly the six "2 heads" patterns in the parent's four-coin table. Every case is covered: ( 0 4 ) = 1 , ( 1 4 ) = 4 , ( 2 4 ) = 6 , ( 3 4 ) = 4 , ( 4 4 ) = 1 .
Common mistake Forgetting the order does NOT matter
Why it feels right: it looks like you should keep all N ! arrangements.
The fix: for a macrostate "how many are up", the labels among the ups are invisible — so divide by n ! and ( N − n )! . Keeping them would count the same macrostate many times.
Definition Sigma notation
∑ n = 0 N f ( n ) = f ( 0 ) + f ( 1 ) + f ( 2 ) + ⋯ + f ( N )
The big Greek Σ means "add up". The letter under it (n = 0 ) is where the counter starts ; the number on top (N ) is where it stops ; f ( n ) is the thing being added for each value.
Picture: a machine that walks n from bottom to top, dropping each f ( n ) into a running total.
Why the topic needs it: the sanity check n = 0 ∑ N ( n N ) = 2 N uses it.
2 N is monstrous, not just "big"
2 N means multiply 2 by itself N times. Add one more coin and the count doubles . That doubling-per-particle is why Ω for real systems (N ∼ 1 0 23 ) is a number with astronomically many digits — you can never list those states, only count them.
Intuition Equal-weight counting
If every microstate is equally likely (the fundamental postulate ), then the chance of a macrostate is just its share of the total: how many microstates it owns, divided by all microstates.
Intuition Why the peak gets sharper with more particles
As N grows the bell curve of P ( n ) keeps its centre at N /2 but its width grows only like N . So the relative width, width/ centre ∼ N / N = 1/ N , shrinks toward zero. That is why a big system is always found at its most-probable macrostate — the very meaning of equilibrium. (Details live in Binomial and Gaussian distributions .)
These are the "few numbers a lab instrument reads" — the ingredients of a macrostate .
Definition The bulk variables
N = number of particles (a count; picture: how many molecules in the box).
V = volume (space the system occupies; picture: the size of the box in litres).
E = total energy (all kinetic + potential energy added up; picture: a fixed budget shared among particles).
T = temperature (how hot; picture: a thermometer reading — deeply, it is how entropy responds to added energy ).
P = pressure (force per area on the walls; picture: a gauge needle).
Why the topic needs them: a macrostate is named by a small handful of these, e.g. Ω ( E , V , N ) .
For a classical system, one microstate is a single point listing every position q and momentum p : ( q 1 , p 1 , … , q 3 N , p 3 N ) . The space of all such points is phase space — 6 N axes for N particles in 3D.
Picture: a dot drifting through an enormous multi-dimensional room; the room's regions are studied by Phase space and Liouville's theorem .
Why the topic needs it: it makes "a complete microscopic specification" a precise geometric object you can measure the size of.
Binomial coefficient N choose n
Equilibrium is the most probable macrostate
Test yourself — cover the right side and answer out loud.
What does the multiplication rule say? Independent choices multiply: n 1 × n 2 × ⋯ , not add.
What is N ! and what does it count? N × ( N − 1 ) × ⋯ × 1 — the number of orderings of N distinct objects.
What is 0 ! ? 1 — there is exactly one way to arrange nothing.
Write ( n N ) in factorials. n ! ( N − n )! N ! .
Why do we divide by n ! ( N − n )! ? To cancel orderings inside the chosen and unchosen groups, since order does not matter for a macrostate.
Compute ( 2 4 ) . 6 .
What does ∑ n = 0 N f ( n ) mean? Add f ( 0 ) + f ( 1 ) + ⋯ + f ( N ) .
Why is the total number of microstates 2 N ? Each of N objects has 2 independent choices; choices multiply.
What is ∑ n = 0 N ( n N ) ? 2 N — the bins add back to all microstates.
How do you turn a count into a probability here? P ( n ) = Ω ( n ) / Ω total , valid because all microstates are equally likely.
Which symbols name a macrostate? A few bulk variables like E , V , N (or T , P , N ).
What is a phase-space point? One microstate: all positions and momenta ( q 1 , p 1 , … , q 3 N , p 3 N ) .
What is Ω ? The number of microstates consistent with a macrostate — the central object of the topic.