Functions

In statistical mechanics, we will have to understand many distributions and laws with functions. In many cases, understanding the behavior of these functions is crucial to grasp the laws of statistical mechanics.

Visual Understanding of Functions

Make it Dimensionless

In most cases, datasets, functions, and equations in physics carry dimensions.

It is much easier to understand the datasets, functions and equations if we make them dimensionless. In other words, dimensionless equations and functions can reveal some more fundamental propertities of themselves and are easier to use.

This trick is extremely useful for theoretical derivations.

We plot out some most used functions in statistical physics.

  1. Boltzmann factor

    Boltzmann factor is both important and weird in statmech.

    ../_images/boltzfactor1.png

    Fig. 1 The nth order derivative of this function is always 0 at x=0, for all finite n. Then the question is, how could this function even grow to non-zero values? The reason is that we are actually dealing with infinite nth order derivatives.

    Quote from Professor Kenkre: sleeping lion!

  2. Tanh(x)

    ../_images/tanh.jpg
  3. \(1-\exp(-x)\)

    ../_images/exp1.jpg
  4. \(\cosh(1/x)-1/x\)

    ../_images/cosh1.jpg
  5. \(1/(1+1/x)\)

    ../_images/fraction1.jpg

    Fig. 2 The function approaches 1 at \(x\to \infty\)

    Example: Modified Gas Model

    The ideal gas law is determined by

    \[P V = NkT,\]

    where \(P\) is the pressure of the gas, \(V\) is the volume, \(N\) is the total number of molecules, \(T\) is the temperature, and \(k\) is the Boltzmann constant. This equation is telling us that the pressure is proportional to the temperature for a fixed bottle of gas.

    However, the idea gas model sees the gas molecules as points without any interactions between them. For real gas, molecules do interact with each other. Effectively, we have an effective size for the molecules.

    So we modified ideal gas model so that the molecules are treated as hard balls. Assuming the molecules are taking up volume \(b\) out of the total volume of the gas, we simply need to replace \(V\) with \(V-b\), i.e.,

    \[P (V - b) = N k T.\]

    We solve \(1/V\), which is

    \[\frac{1}{V} = \frac{1}{b+\frac{N k T}{P}}.\]

    Now we can plot out \(\frac{1}{V} ~ P\) and it shows a behavior just like \(1/(1+1/x)\).

  6. \(1-e^{-\alpha x}\tanh(x)\cosh(\frac{1}{x}) - \frac{1}{x}\)

    ../_images/function-1etcf.png

    Fig. 3 It is easy to prove that this function will saturate to 1 at \(x\to \infty\)

Refs & Note



Back to top

© 2021, Lei Ma | Created with Sphinx and . | Source on GitHub | Physics Notebook Datumorphism | Index | Page Source