Question

P.V=n.R.T this is the equation used for ideal gases.This equation gives the state of real gases...

P.V=n.R.T this is the equation used for ideal gases.This equation gives the state of real gases approx.

The more accurate equation for real gases is by van der Waals ( P+a/v2).(v-b)=R.T

v=V/n=molar volume,R=0.08207 lt.atm/mol.K ideal gaz constant,a=3.592,b=0.04267,T=320 K,P=2.2 atm

write a program that finds the volume of v (molar volume) of 1 mol of carbon monoxide gas in a container at T = 320 K temperature and P = 2.2 atm pressure and compares the ideal gas equation with p.v = n.r.t

please could you write in a c++ ?

0 0
Add a comment Improve this question Transcribed image text
Answer #1

The C++ Program Given below

#include<iostream>
using namespace std;
int main()
{
  
   float n=1,R=0.08207,T=320,P=2.2;
   float v;
   v=(n*R*T/P);
   cout<<"The MOLAR volume in lit ="<< v <<"L" ;  
}

The output is

The Molar Volume in lit=11.9375L

Add a comment
Know the answer?
Add Answer to:
P.V=n.R.T this is the equation used for ideal gases.This equation gives the state of real gases...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • In general, real gases behave most ideally at temperatures and pressures. The behavior of real gases...

    In general, real gases behave most ideally at temperatures and pressures. The behavior of real gases can be described using the van der Waals equation [P+(ma/V2](V-nb) = nRT The values of a and bare given below for the two real gases xenon and argon The gas in which deviations from ideal behavior due to intermolecular forces are expected to be the largest is The gas that would be expected to behave least like an ideal gas at high pressures is...

  • Which of the following statements about the Ideal Gas Law and the van der Waals equation...

    Which of the following statements about the Ideal Gas Law and the van der Waals equation are true? (i) The van der Waals equation corrects for deviations in the value of 'R'. (i) The Ideal Gas Law is best applied at low temperature and high pressure. (ii) The van der Waals equation is best applied to real (non-ideal) gases. (iv) The van der Waals equation corrects for the volume of gas molecules. (v) All gases behave identically according to the...

  • ​The van der Waals equation of state for a real gas is (P+

    The van der Waals equation of state for a real gas is (P+ ) (V - nb) = nRT At what pressure will 1.00 mole of CH4 be in a 10.0 L container at 298 K assuming CH4 is a real gas. (van der Waals constants for CH4 are α = -2.253 L2 atm mol-2. b = 0.04278 L mol-1)  2.43 atm  2.28 atm  2.51 atm  24.5 atm  0.440 atm

  • ant 8-8: The Behavior of Real (Non-Ideal) Gases A 9.642 mol sample of argon gas is...

    ant 8-8: The Behavior of Real (Non-Ideal) Gases A 9.642 mol sample of argon gas is maintained in a 0.8464 L container at 302.4 K. What is the pressure in atm calculated using the van der Waals' equation for Ar gas under these conditions? For Ar, a = 1.345 L'atm/mol2 and b = 3.219x10-2 L/mol. atm

  • Use the van der Waals equation and the ideal gas equation to calculate the volume of...

    Use the van der Waals equation and the ideal gas equation to calculate the volume of 1.000 mol of neon at a pressure of 500.0 bar and a temperature of 355.0 K. (Hint: One way to solve the van der Waals equation for V is to use successive approximations. Use the ideal gas law to get a preliminary estimate for V ITS 500BAR use bar please not ATM

  • According to the ideal gas law, a 0.9832 mol sample of carbon dioxide gas in a...

    According to the ideal gas law, a 0.9832 mol sample of carbon dioxide gas in a 1.975 L container at 271.4 K should exert a pressure of 11.09 atm. By what percent does the pressure calculated using the van der Waals' equation differ from the ideal pressure? For CO2 gas, a = 3.592 L'atm/mol and b=4.267x102 L/mol. Hint: % difference = 100*(P ideal - Pvan der Waals)/P ideal

  • The van der Waals equation of state was designed (by Dutch physicist Johannes van der Waals) to predict the relationship between pressure p

     The van der Waals equation of state was designed (by Dutch physicist Johannes van der Waals) to predict the relationship between pressure p, volume V and temperature T for gases better than the Ideal Gas Law does:  The van der Waals equation of state. R stands for the gas constant and n for moles of gas. The parameters a and b must be determined for each gas from experimental data.  Use the van der Waals equation to answer the questions in the table...

  • In general, real gases behave most ideally at temperatures and pressures. The behavior of real gases...

    In general, real gases behave most ideally at temperatures and pressures. The behavior of real gases can be described using the van der Waals equation [P+(nʼa/V2)](V-nb) = nRT The values of a and b are given below for the two real gases oxygen and methane. The gas in which deviations from ideal behavior due to intermolecular forces are expected to be the smallest is The gas that would be expected to behave most like an ideal gas at high pressures...

  • The ideal gas law describes the relationship among the volume of an ideal gas (V), its...

    The ideal gas law describes the relationship among the volume of an ideal gas (V), its pressure (P), its absolute temperature (T), and number of moles (n): PV=nRT Under standard conditions, the ideal gas law does a good job of approximating these properties for any gas. However, the ideal gas law does not account for all the properties of real gases such as intermolecular attraction and molecular volume, which become more pronounced at low temperatures and high pressures. The van...

  • The van der Waals equation of state was designed (by Dutch physicist Johannes van der Waals)...

    The van der Waals equation of state was designed (by Dutch physicist Johannes van der Waals) to predict the relationship between press temperature T for gases better than the Ideal Gas Law does: b) - RT The van der Waals equation of state. R stands for the gas constant and n for moles of gas The parameters a and b must be determined for each gas from experimental data. Use the van der Waals equation to answer the questions in...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT