Abstract
Two different combinatorial models of particles that are free to move on a finite number of distinguishable lattice points have been shown. Average pressures at the boundaries for the two models have been calculated using statistical mechanical principles. The difference in average pressures from the two models has been deemed significant and interesting results have been shown. The model has been interpreted as 'radiation pressure of a finite numbers of photons present in a 1-dimensional internally reflecting tube of various finite lengths.'
Introduction
What is pressure?
Pressure ($p$) of gas results from particles in motion colliding with the walls of a container. Pressure is a derived physical quantity with the SI units $kg\ m^{-1}s^{-2}=Nm^{-2} =1Pa$. 1 Pascal corresponds to a 1 Newton force applied uniformly over an area of $1m^2$.
Note: It is known that photons can also exert pressure.
In order to study this, let's model a finite number of photons in a 1-dimensional tube of finite length:
This may be modelled from first principles of statistical mechanics and the calculations may be performed using Python3.7 using Spyder5 IDE. I tried searching for 'pressure of photons in a tube' and did not find any results. Perhaps we are doing something new here!
A simplified model in 1D
Consider $n$ point particles confined on integer points between the boundaries $x=0$ and $x=N$, making $N+1$ lattice points.
Say, whenever a particle is at the left boundary ($x=0$), a 'unit pressure' is applied at the boundary. Thus, pressure exerted when $j$ particles are present at the left boundary is $j$.
Labeled particles
- Particles are labeled.
- Multiple particles can exist at the same point.
- Particles cannot cross the boundaries.
Since each of the $n$ particles may be present at any one of the $N+1$ points ($0,1,2,\cdots,N$), there are $(N+1)^n$ possible arrangements.
Assumption: Each of these arrangements is equally likely.
The number of arrangements in which $j$ particles are presented at the left boundary ($N=0$) is $\binom{n}{j}N^{n-j}$: there are $\binom{n}{j}$ ways of choosing the $j$ particles present at the left boundary, and $N^{n-j}$ ways of arranging the remaining $n-j$ particles at the remaining $N$ lattice points $(1,2,\cdots,N)$.
Average pressure can be calculated as $$ \langle p\rangle =\dfrac{\Sigma_j j\binom{n}{j}(N^{n-j})}{(N+1)^n} $$
Unlabeled Particles
- Particles are unlabeled.
- Multiple particles can exist at the same point.
- Particles cannot cross the boundaries.
I found this useful formula for number of ways in which $k$ indistinguishable particles can be placed into $n$ distinguishable boxes:
$$ \binom {k+n-1}{n-1} $$
We have to place $n$ indistinguishable particles into $N+1$ boxes. Thus $k \mapsto n$ and $n \mapsto (N+1)$:
$$ \binom {n+(N+1)-1}{(N+1)-1} = \binom {n+N}{N} $$
Assumption: Each of these arrangements is equally likely.
The number of arrangements in which $j$ particles are presented at the left boundary $(N=0)$ is $\binom {(n-j)+N-1}{N-1}$: we are placing the remaining $n-j$ particles at the remaining $N$ lattice points $(1,2,\cdots,N)$.
Average pressure can be calculated as
$$ \langle p\rangle =\dfrac{\Sigma_j j\binom {(n-j)+N-1}{N-1})}{\binom {n+N}{N}} $$
Interesting results
Labeling the particles should have no effect on the pressure. However, when we take the same measurement of pressure (for same $n$ and $N$) for the cases of labeled and unlabeled particles, we find that the pressure values actually differ. Since $\langle p \rangle (n,-N)$ is a monotonically increasing function, we may also plot the differences of pressure for labeling and not labeling the particles against the pressure measurements arranged according to the average values of the pressures obtained from the two models:
Note: Though the fluctuations are very small $(\approx 1e{-13}\%)$, it seems that the pressure difference fluctuates more (around zero) when the values of pressure are higher. It may just be numerical error, but, as far as I know, python values are reliable upto $1e{-16}$.
Here's why I don't think that this is a numerical error: Consider the ratio
$$ \dfrac{\langle p_{\text{l}} \rangle -\langle p_{\text{u}} \rangle}{\dfrac{\langle p_{\text{l}} \rangle +\langle p_{\text{u}} \rangle}{2}} = 2\dfrac{\dfrac{\Sigma_j j\binom{n}{j}(N^{n-j})}{{(N+1)^n}} - \dfrac{\Sigma_j j\binom {(n-j)+N-1}{N-1})}{\binom {n+N}{N}}}{\dfrac{\Sigma_j j\binom{n}{j}(N^{n-j})}{{(N+1)^n}} + \dfrac{\Sigma_j j\binom {(n-j)+N-1}{N-1})}{\binom {n+N}{N}}} $$
where $\langle p_{\text{l}} \rangle$ and $\langle p_{\text{u}} \rangle$ are the average values of pressure from the labeled and the unlabeled model, respectively.
If we plot this ratio of the difference and average of pressures from the two models, the graph undeniably shows regular patterns:
Note: This is a function of the type $z = 2\dfrac{x-y}{x+y}$
Question
Why does pressure change upon labeling the particles?
Further Reading
Statistical models for finite particles in a finite number of distinguishable boxes