summaryrefslogtreecommitdiff
path: root/source/know/concept/bose-einstein-distribution/index.md
blob: ea5ca68c1909c602fa431f2ffc4a66a791b4aa16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
---
title: "Bose-Einstein distribution"
sort_title: "Bose-Einstein distribution"
date: 2021-07-11
categories:
- Physics
- Statistics
- Quantum mechanics
layout: "concept"
---

**Bose-Einstein statistics** describe how bosons,
which do not obey the [Pauli exclusion principle](/know/concept/pauli-exclusion-principle/),
distribute themselves across the available states
in a system at equilibrium.

Consider a single-particle state $$\ket{i}$$,
which can contain any number of bosons.
Since the occupation number $$n_i$$ is variable,
we use the [grand canonical ensemble](/know/concept/grand-canonical-ensemble/),
whose grand partition function $$\mathcal{Z}$$ is as shown below,
where $$\varepsilon_i$$ is the energy per particle,
and $$\mu$$ is the chemical potential.
We evaluate the sum in $$\mathcal{Z}$$ as a geometric series:

$$\begin{aligned}
    \mathcal{Z}
    = \sum_{m = 0}^\infty \Big( e^{-\beta (\varepsilon_i - \mu)} \Big)^{m}
    = \frac{1}{1 - e^{-\beta (\varepsilon_i - \mu)}}
\end{aligned}$$

The corresponding [thermodynamic potential](/know/concept/thermodynamic-potential/)
is the Landau potential $$\Omega$$, given by:

$$\begin{aligned}
    \Omega
    = - k T \ln{\mathcal{Z}}
    = k T \ln\!\big( 1 - e^{-\beta (\varepsilon_i - \mu)} \big)
\end{aligned}$$

The average number of particles $$\expval{n_i}$$ in $$\ket{i}$$
is then found by taking a derivative of $$\Omega$$:

$$\begin{aligned}
    \expval{n_i}
    = - \pdv{\Omega}{\mu}
    = k T \pdv{\ln{\mathcal{Z}}}{\mu}
    = \frac{e^{-\beta (\varepsilon_i - \mu)}}{1 - e^{-\beta (\varepsilon_i - \mu)}}
\end{aligned}$$

By multiplying both the numerator and the denominator by $$e^{\beta(\varepsilon_i - \mu)}$$,
we arrive at the standard form of the **Bose-Einstein distribution** $$f_B$$:

$$\begin{aligned}
    \boxed{
        \expval{n_i}
        = f_B(\varepsilon_i)
        = \frac{1}{e^{\beta (\varepsilon_i - \mu)} - 1}
    }
\end{aligned}$$

This gives the expected occupation number $$\expval{n_i}$$
of state $$\ket{i}$$ with energy $$\varepsilon_i$$,
given a temperature $$T$$ and chemical potential $$\mu$$.

{% comment %}
The corresponding variance $$\sigma^2 \equiv \expval{n_i^2} - \expval{n_i}^2$$ is found to be:

$$\begin{aligned}
    \boxed{
        \sigma^2
        = k T \pdv{\expval{n_i}}{\mu}
        = \expval{n_i} \big(1 + \expval{n_i}\!\big)
    }
\end{aligned}$$
{% endcomment %}



## References
1.  H. Gould, J. Tobochnik,
    *Statistical and thermal physics*, 2nd edition,
    Princeton.