Boltzmann Distribution: Mean Energy & Mean Square Energy

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
Berko
Messages
67
Reaction score
0

Homework Statement



Compute the mean energy and mean square energy of a free particle using the Boltzmann distribution.

Homework Equations





The Attempt at a Solution



I calculated the mean energy to be 3/2 kT by computing the mean square velocity directly from the Boltmann distribution function and then multiplying it by 1/2 m and then again multiplying by 3 to get the answer in three dimensions.

However, I cannot figure out how to compute the mean square energy as E^2 is proportional v^4 and computing it in one dimension does not allow me to simply multiply by 3 to get the answer in 3 dimensions.
 
Physics news on Phys.org
I just tried <E^2> = <(Ex+Ey+Ez)^2> = 9<Ex^2> since <Ex>=<Ey>=<Ez> and each of the three components are independent of the others.

My result was <E^2> = 27/8 k^2 T^2.

Does this make sense?
 
Last edited:
bigubau said:
No. Why 9 and not 3 ?



Cross terms. (x+y+z)^2 = x^2+y^2+z^2 +2xz +2xy +2yz
 
Well, I just recalculated.

<E^2> = <(x+y+z)^2> = <x^2+y^2+z^2+2xy+2xz+2yz> = 3<x^2> + 6<x><x> = 3<x^2> + 6<x>^2

where I used x for Ex and so on.

So, now my answer for <E^2> is 21/8 k^2 T^2