TFM
- 1,016
- 0
Homework Statement
Calculate the integral
\left v\langle\right\rangle = \int^\infty_0 v f(v) dv.
The function
f(v)
describing the actual distribution of molecular speeds is called the Maxwell-Boltzmann distribution,
f(v) = 4\pi (\frac{m}{2\pi kT})^3^/^2 v^2 e^{-mv^2/2kt}
(Hint: Make the change of variable
v^2 = x
and use the tabulated integral
\int^\infty _0 x^ne^\alpha^x dx = \frac{n}{\alpha^n^+^1}
where n is a positive integer and \alpha is a positive constant.)
Express your answer in terms of the variables T, m, and appropriate constants.
Homework Equations
The Attempt at a Solution
I think I have got some way in, but I am not sure how to go from here:
firstly the:
4\pi (\frac{m}{2\pi kT})^{3/2}
is a constant, so can put in c for now
f(v) = (c) v^2 e^{-mv^2/2kt}
ANd can remove from the integration
v = c \int^\infty_0 v (v^2 e^{-mv^2/2kt}) dv
then, replace v^2 with x:
v = c \int^\infty_0 v (x e^{-mx/2kt}) dv
and change the integration,
x = v^2, thus \frac{dx}{dv} = 2x thus dv = \frac{dx}{2v}
Which gives:
v = c \int^\infty_0 v (x e^{-mx/2kt}) \frac{dx}{2v}
and
v = c \int^\infty_0 (x e^{-mx/2kt}) \frac{dx}{2}
Taking out the half:
v = c/2 \int^\infty_0 x e^{-mx/2kt} dx
rearraniging for the tabulated integral,
\alpha = -\frac{m}{2kt}
So:
v = c/2 \int^\infty_0 x e^{-\alpha x} dx
Which can be integrated using tabulated given in question:
c/2 \left[\frac{1}{\alpha^2}\right]
Putting back \alpha
c/2 \left[\frac{1}{(- \frac{m}{2kt})^2}\right]
And:
c/2 \left[\frac{1}{(- \frac{m^2}{4k^2t^2})}\right]
Which I believe can go around to:
c/2 (\frac{4k^2 t^2}{m^2})
Putting back the c:
(4\pi (\frac{m}{2\pi kT})^3^/^2)/2 (\frac{4k^2 t^2}{m^2})
Which I think can be rarranged a bit more to give:
(2\pi (\frac{m}{2\pi kT})^3^/^2) (\frac{4k^2 t^2}{m^2})
But I am not quite sure where to go from here.
Any ideas? Does it look right?
TFM