Exploring Pressure Variations of CO2 Gas at 200°C

  • Thread starter Thread starter havenly
  • Start date Start date
  • Tags Tags
    Co2 Gas Pressure
Click For Summary
The discussion focuses on the pressure variations of CO2 gas at 200°C, specifically comparing the measured pressure of a real gas to the ideal gas pressure. The coefficients for CO2 indicate that the actual gas pressure is lower than the ideal gas pressure due to the real volume of CO2 molecules and their interactions. The calculated pressures using the van der Waals equation and the ideal gas law yield different results, leading to confusion about which statements regarding pressure deviations are true. Participants express uncertainty about the validity of specific statements regarding pressure differences and the nature of CO2's behavior as a real gas. The conversation emphasizes the need for accurate calculations and consideration of different equations of state to understand these deviations.
havenly
Messages
9
Reaction score
0
Homework Statement
CO2
Relevant Equations
vanderwaals equation p=nrt/V
A container of 0.5l containing 6 moles of CO2 are heated to 200 ° C on is interested in explaining the pressure variations between the pressure of a perfect gas and the actual value measured on a pressure gauge. The coefficients of the real gas a=3.59 [atm l2/mol2-] b=0.0427 [l /mol] indicate the only proposal that is fully true:
a. in this specific case the measured pressure and the pressure of the perfect gas are the same, it has no deviation
b.la actual gas pressure is 438.7 atm this pressure is lower than the pressure calculated by considering the gas how perfect this negative difference is due to the the fact that CO2 molecules have a real volume.
c. the pressure difference between the perfect gas and real 155.3 atm this deviation is due to the fact that CO2 molecules interact with each other and their shocks are inelastic
d. the error is of the order 6% this negative deviation is due to the fact that the molecules of CO2 have a real volume
e. la pressure difference between the perfect and real gas is 27.26 atm this deviation negative is due to the fact that CO2 molecules interact with each other and their shocks are inelastic

for the vanderwaals equation I get 437.57atm and by p=nrt/V =465.432 atm
I think a is false
 
Physics news on Phys.org
a is trivially false. What about the other statements? You are asked to identify the one which is true.
 
I think that c is also false because I don't get 155.3 B and E make me doubt How do I calculate the deviation?
 
CO2 can have a negative deviation?
 
havenly said:
CO2 can have a negative deviation?
Well you calculated it (correctly)
 
Have you tried any other equation of state model (e.g., corresponding states) for comparison?
 
Greetings to all, I am writing with a question regarding graph generation in LTSpice. I am using LTSpice XVII and am trying to plot AM-AM and AM-PM characterization for a power amplifier, but I haven't been successful yet, likely due to my lack of practice with this specific analysis. I have been using a square wave input at 8.2 MHz as the voltage waveform for my power amplifier. It is said that for a switching amplifier like Class-D, the AM-AM / AM-PM (amplitude-to-amplitude and...
Thread 'How do I determine the resistance for RLC low pass filter?'
Hi, I am trying to build a RLC low pass filter that atenuates the frequency below 4500 Hz. However, I have encountered some problem when choosing the correct R to work with. Here is the Circuit Here is the original sound. Here is my code in Matlab function Vout = myFilterCircuit(Vin,h) n_V = length(Vin); f_7 = 4470;; % Undesired frequency h_7 = h; % delta time % These are for the constant and initialization of the variables t_7 = 0:h_7:(n_V-1)*h_7; % This is the independent variable...