Mathematical methods in statistical mechanics
Probability
Definitions and axioms
- A random variable is a variable which has a set of possible outcomes . These can be
- discrete, like rolling a die , or
- continuous, like the velocity of a particle
- An event is any subset of outcomes .
- has a probability associated with it.
- e.g., what is the probability of rolling either a 1 or a 3 if I have a fair die? .
- Define a set of axioms for this function
- positivity:
- additivity:
- normalization:
- For discrete:
- For continuous:
- Objective vs subjective probabilities
- objective probability: obtained experimentally from relative frequencies.
- subjective probability: obtained from a theoretical estimate.
- subjective probabilities will be critical in our studies of statistical mechanics.
Counting events
Permutations are ordered arrangements of members of a set.
Example: How many ways are there to arrange the last three letters of the alphabet?
We need to calculate the number of different sequences we can make using the letters x, y, z.
We can choose one of three letters for the first element of the sequence. Once we choose one of the three, we’ve used up one letter. Now there are only two ways to choose the second element of the sequence. Finally, once we’ve used up two letters, there’s only a single letter left to put in the last “spot” of the sequence. So there are ways to arrange the last three letters.
In general, there are ways to arrange distinguishable elments in a sequence.
Combinations are unique compositions of members of a set. Here, order does not matter.
Example: How many different ways are there to arrange the letters that spell the word “cheese”?
If the e’s were distinguishable from one another, then we would have ways of arranging the letters. However, this means that we count as different from . That’s no good! We need to correct for the over-counting by dividing by the number of ways to arrange just the e’s.
In general, if you have objects that belong to one of categories and there are objects in each category, the number of unique compositions of the set is given by
Example: Bose Einstein statistics. How many ways can n indistinguishable particles be arrange into M boxes?
Enumerating all the possibilities is just too hard! Luckily, we can do something a little tricky.
- Lay out the particles in a row.
- Divide up the particles with partitions. This is effectively the same thing as putting the particles into boxes (draw it!)
Now we just have two sets of objects: particles and partitions.
Important Probability Distributions
First, how do we define expectation values?
These integrations can get very complex. If you’re interested in clever ways to find mean, variance, and higher moments, check out this.
Gaussian
Gaussian/normal distribution:
We’ll see a lot more of this distribution because
-
momentum goes as in energy
-
probability goes as the exponential of energy in statistical mechanics:
Binomial
Discrete random variable with two outcomes and . The probability of obtaining exactly occurences of is given by:
Poisson
The probability of achieving successes in time is given by
is the rate of success per unit time. This is a limiting case of the binomial distribution where
- the number of trials is much larger than the number of successes .
- and
The easiest thing to do is to consider an example. Let’s consider radioactive decay. This is a process in which . We ask “what is the probability of observing exactly decays in time ?”
- Split up your time interval into very small segments of size .
- Make them so small that only one event occurs in the interval . Assume that the probability of success is proportional to the interval , i.e.,
- Then we can treat this as a binomial! Ultimately, you end up using the characteristic function of the binomial in the and what pops out is the Poisson distribution.
So much is being left out here! For more details, check out this document.
Practice on your own
- What is the probability of obtaining a royal flush in poker?
- What is the probability of rolling a 1 on the first roll or a 4 on the second roll? Hint: use
- The Khan Academy may be of interest.