Skip to content

Commit a50e724

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 44f173f commit a50e724

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: physics/speeds_of_gas_molecules.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@
1818
1919
The average speed can be calculated by integrating the Maxwell-Boltzmann distribution
2020
from 0 to infinity and dividing by the total number of molecules. The result is:
21-
21+
2222
.. math:: v_{avg} = \sqrt{\frac{8RT}{\pi M}}
2323
2424
The most probable speed is the speed at which the Maxwell-Boltzmann distribution
2525
is at its maximum. This can be found by differentiating the Maxwell-Boltzmann
2626
distribution with respect to :math:`v` and setting the result equal to zero. The result is:
27-
27+
2828
.. math:: v_{mp} = \sqrt{\frac{2RT}{M}}
2929
3030
The root-mean-square speed is another measure of the average speed
3131
of the molecules in a gas. It is calculated by taking the square root
3232
of the average of the squares of the speeds of the molecules. The result is:
33-
33+
3434
.. math:: v_{rms} = \sqrt{\frac{3RT}{M}}
3535
3636
Here we have defined functions to calculate the average and

0 commit comments

Comments
 (0)