Solving Maxwell Boltzmann Random Number Problem

  • Context: Graduate 
  • Thread starter Thread starter jenny777
  • Start date Start date
  • Tags Tags
    Maxwell
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
1 reply · 2K views
jenny777
Messages
28
Reaction score
0
Hello,

i was given 100 x,y random numbers, and was asked to find:

Using vmin = 0, 5 *vmax as bounds on the x-axis, and P(0) = 0, P(vmax) as bounds on
the y-axis, generate a set of velocities vi where i = 1,...,n producing a set of random numbers from a distribution function. (When such a distribution function has been integrated so that its integral over all values is 1, it is called a it probability density.) Provide a table with the derived velocities, vi. Describe your procedure by working through the first x, y pair explicitly.

So, in order to generate random numbers, i generated dummy variables,
x=0.001~5, increasing by 0.001; so 5000 x values
Then I multiplied my V_max by the x values and called it a V vector.
for y values, I used the maxwell Boltzmann formula to find the probability density P(v).

Now, what am I suppose to do with the given 100 x,y sets? I'm really confused...

Any help will be greatly appreciated

Thank you!
 
Physics news on Phys.org
After finding the values, I'm asked to

Plot a graph of P(v) versus v for the above region, connecting values of the probability
density with a smooth curve. Also plot your uniformly-distributed x, y pairs. What fraction
of these pairs fall under the curve?