Question

In: Mechanical Engineering

From the expressions we derived for the kinetic theory of gases, it can be shown that...

From the expressions we derived for the kinetic theory of gases, it can be shown that the fraction of gas molecules having speeds in excess of a particular speed c is

f(c) = 1 + [2*alpha/sqrt(pi)] exp(-alpha2) - erf(alpha)

where alpha = c/cm , cm is the most probable speed and erf() is the error function. Consider now 1000 H2 atoms in thermal equilibrium at 0oC. Consider the range of speeds from 0 to 3,000 m/s divided into 100 m/s intervals.

(a) Usint the equation above, plot the number of molecules in each increment

(b) Also, on your plot, show cm, c bar (average speed), and crms (rms speed)

Solutions

Expert Solution

I used matlab to solve this problem:

Matlab Code:

clc;
clear;
format long     %for more accuracy
R=8314;   %universal gas constant    
M=1;      %molecular mass of hydrogen atom
c=0:100:3000;     %velocity of atoms 0<c<3000
T=273;    %temperature (K)
cm=sqrt(2*R*T/M)   %most probable velocity
c_bar=sqrt(8*R*T/(pi*M)) %average velocity
c_rms=sqrt(3*R*T/M) %rms velocity
alpha=c./cm;     %veloicty/most probable velocity
N=1000;   %number of atoms
t=length(c); %number of velocity ranges
old_fr=0; %old fraction
for i=t:-1:1   %loop is goinf from c=3000m/s to c=0m/s
    fr = 1+(2*alpha(i)/sqrt(pi))*exp(-alpha(i)^2)-erf(alpha(i)); %finding fraction
    new_fr=fr-old_fr; %actual fraction of atoms in given range= calculated fraction of atoms - fraction of atom in higher velocuty range
    num_atom(i)=new_fr*N; %number of atom= fraction*total number of atoms
    old_fr=fr;  
end
%plotting
plot (c,num_atom,'-*','color','r');
hold on
plot(cm,0,'o','color','g')
hold on
plot(c_bar,0,'+','color','b')
hold on
plot(c_rms,0,'<','color','y')
xlabel('Velocity of atom(m/s)','FontSize', 16); ylabel('Number of atom','FontSize', 16);
title('Number of atoms in each velocity ranges ','FontSize', 20);
legend('number of atoms','most probable velocity','average velocity','rms velocity');
grid on

PLot obtained:

Please comment if any doubt or errors are coming, i will help you ..


Related Solutions

Kinetic theory of gases
Molar volume is the volume occupied by 1 mol of any (ideal) gas at standard temperature and pressure (STP: 1 atmospheric pressure, 0 °C). Show that it is 22.4 litres.
Explain how the kinetic theory of gases can be applied to measure effusion rates?
Explain how the kinetic theory of gases can be applied to measure effusion rates?
Explain the kinetic molecular theory and it's relationship with gases.
Explain the kinetic molecular theory and it's relationship with gases.
Derive/explain how thermal conductivity can be explained in terms of the kinetic theory of gases.
Derive/explain how thermal conductivity can be explained in terms of the kinetic theory of gases.
To be able to predict and calculate properties of real gases. Kinetic molecular theory makes certain...
To be able to predict and calculate properties of real gases. Kinetic molecular theory makes certain assumptions about gases that are, in fact, not true for real gases. Therefore, the measured properties of a gas are often slightly different from the values predicted by the ideal gas law. The van der Waals equation is a more exact way of calculating properties of real gases. The formula includes two constants, a and b, that are unique for each gas. The van...
Apply the Kinetic Theory of gases to explain Boyle's law, Charles' law and Dalton's law ?
Apply the Kinetic Theory of gases to explain Boyle's law, Charles' law and Dalton's law ?
Consider the following statements related to the kinetic theory of gases. Use the drop down choices...
Consider the following statements related to the kinetic theory of gases. Use the drop down choices to mark each as either true or false. You must get all five correct at the same time. 1.Gases behave most ideally at low pressures. 2.The average speed of neon atoms at room temperature is greater than the average speed of argon atoms at room temperature. 3.At a given pressure, all gases have the same average molecular speed. 4.Gases behave most ideally at high...
What is Callendar's Equation and how can we derived it from volume of expansivity?
What is Callendar's Equation and how can we derived it from volume of expansivity?
What is derived demand? Can theory around derived demand apply to other scenarios or events that...
What is derived demand? Can theory around derived demand apply to other scenarios or events that we may experience or be exposed to? Expand upon this discussion with your original thoughts, ideas and perspectives.
Kinetic Properties of a Key Enzyme of Prostaglandin Synthesis Prostaglandins are derived from the 20-carbon fatty...
Kinetic Properties of a Key Enzyme of Prostaglandin Synthesis Prostaglandins are derived from the 20-carbon fatty acid arachidonic acid in a reaction catalyzed by the enzyme prostaglandin endoperoxide synthase. The enzyme converts arachidonic acid to PGG2, the immediate precursor for many prostaglandins. The table below show the result of enzyme activity with or without an inhibitor, ibuprofen. You need first to determine the Vmax and Km, with and without the inhibitor, and then determine which type of inhibitor Ibuprofen is.  ...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT