PHYS Statistical Mechanics I Assignment 1 Solutions

Size: px
Start display at page:

Download "PHYS Statistical Mechanics I Assignment 1 Solutions"

Transcription

1 PHYS Statistical Mechanics I Assignment 1 Solutions 1. That was an easy 5 points, eh? 2. (a) First of all let s assume that the gas is made up of mostly nitrogen (diatomic) molecules, which is correct for air. A bit of searching on the web (actually wikipedia) gives the following values for the van der Waals coefficients: a J m 3 /mol 2, b m 3 /kmol= m 3 /mol. I hate moles, though. We know that Avogadro s constant N A = mol 1 converts to numbers of particles, so a J m 3 /molecule 2 and b m 3 /molecule. Let s check that the units work out. Obviously, b must have the same units as volume, so that s good. We also need a/v 2 to have the same units as pressure. With a in units of J m 3 this gives a/v 2 in units of J/m 3. Pressure is force per unit area or N/m 2 but 1 N=1 J/m so pressure has units of energy per unit volume and we are o.k. By the way, these parameters have important physical meanings. In particular, you can think of b (in units of volume per molecule) as the effective volume taken up by a single molecule, as if it were a spherical infinitely hard ball. So the accessible volume in the ideal gas law is then reduced by the sum of the volumes of all the particles. Assuming that the volume of the molecule is (4/3)πr 3 = , one obtains the hard-core radius r m, or about about 2.5 angstroms. This is consistent with the actual size of a molecule! The parameter a measures the attraction of the particles; for a > 0 the atoms repel each other and thereby increase the effective pressure, and vice versa. In the meantime, atmospheric pressure is P 0 = J/m 3 and room temperature is, say, T 0 = 300 K. Assuming a volume of V 0 = 1 m 3, then neglecting the van der Waals coefficients the ideal gas law becomes N ( J/K ) (300 K) = ( J/m 3 ) (1 m 3 ) which gives N molecules of gas. This was a reasonable assumption since a/v0 2 P 0 and b V 0. We ll assume from now on that this is our value of N and it remains fixed. With the value of N, we can now calculate the van der Waals coefficients for the full system: a = ( ) 2 J m J m 3 and b m m 3. An alternative way of thinking of this is that with N = , there are N/N A 40.7 moles of gas in 1 m 3. So a = J m 3 ; likewise for b. (b) Before we plot anything it is important to render this equation completely unitless, because computers don t know anything about units! Clearly b has units of volume so: ( Nk B T = b P + a ) ( ) ( V V 2 b 1 = b P + a ) b 2 V 2 (V 1),

2 where I have defined the dimensionless volume V V/b. Because V has no units a/b 2 must have units of pressure: Nk B T = ba ( b 2 P b 2 a + 1 ) V 2 (V 1) = a ( P + 1 ) b V 2 (V 1), where P P b 2 /a using the values for a and b above. Finally, a/b must have units of energy because these are the units of the left side. So I can define the dimensionless temperature T = Nk B T b/a to give me the final dimensionless van der Waals equation ( T = P + 1 ) V 2 (V 1). We can now solve for the pressure: P = T V 1 1 V 2. At this point we can start plotting the pressure as a function of volume for various temperatures. This is done on the attached Mathematica notebook. We need to be sure that we are plotting in the requested range, though: 0.1V 0 V V 0. In terms of the rescaled volumes, the range is 0.1V 0 /b V V 0 /b or 62.8 V 628. Likewise, T at room temperature is T (f) Plots of the curves show that the pressure decreases like 1/V, as expected from the ideal gas model and the van der Waals model for a, b 1. So the slope of the P V curve vanishes for V. For sufficiently low temperatures, though, the van der Waals coefficients can change the behaviour. In fact, the curve will be such that the slope could vanish even for finite P. The attached Mathematica notebook does the calculations, but let s summarize them here (I won t usually do this!). Taking the derivative of P with respect to V gives the critical temperature T c = 2(V 1) 2 V 3. Plugging this into the expression for the pressure gives P c = V 2 V 3. For the slope to be zero at finite P, the curve must take the shape of a squashy S. This means that the curvature around P c must also be zero. Setting the second derivative of P with respect to V to zero gives critical values for both temperature and volume: T c = 8/27 and V c = 3. This in turn gives P c = 1/27. Reverting back to the unitful variables gives T c = 8a/27Nk B b, V c = 3b, and P c = a/27b 2. Plugging in the numbers found in part (a) (mutiplying by the number of particles in each case to get the values for the full system) gives T c 128 K, V c m 3, and P c Pa which is approximately 33 atmospheres. So: cold, small, and high pressure! Sounds like a perfect combination of parameters to turn a gas into a fluid or a solid.

3 Assignment 1 Solutions (2b) First let s solve for the pressure in terms of the volume using the unitless version of the van der Waals equation: Clear T, P, V rhs P 1 V^2 V 1 ans FullSimplify Solve rhs T, P P 1 V 2 1 V P T 1 V 1 V 2 P P. ans 1 T 1 V 1 V 2 Now plot the results for room temperature. Note the range in the unitless variables: k ^ 23 Num ^ 25 a ^ 49 Num^2 b ^ 29 Num T Num k 300 b a plot1 Plot P, V, 62.8,

4 2 ass1sol.nb Ok, this looks like what we would expect for an ideal gas. (2c) Now let s obtain the values of the pressure at discrete volume points: For i 1, i 10, V i 62.8; Vval i V; Pval i P; i ; ; tab Table Vval i, Pval i, i, 1, 10 plot2 ListPlot tab 62.8, , 125.6, , 188.4, , 251.2, 75616, 314., 20569, 376.8, , 439.6, , 502.4, , 565.2, , 628., (2d) The plots look the same; let s check by plotting them on the same figure: Show plot1, plot (2e) Now let s lower the temperature until something interesting happens. I find that on this volume scale, we need to lower the unitless temperature to 0.2:

5 ass1sol.nb 3 T 0.2; Plot P, V, 1, Clearly there is a dip in the pressure where there wasn t before! (2f) Now let s solve for the critical value of the temperature. First take the derivative of the pressure with respect to volume, and set it to zero: Clear T, V ; ans1 FullSimplify D P, V ans2 FullSimplify D ans1, V T 2 1 V 2 V 3 2 T 1 V 3 6 V 4 ans1b FullSimplify Solve ans1 0, T T 2 1 V 2 V 3 T T. ans1b V 2 V 3 This gives a critical pressure: FullSimplify P 2 V V 3 Clearly the critical volume ought to be larger than 2! It turns out that the point at which the slope vanishes also must correspond to an inflection point, so we can also set the second derivative of the pressure with respect to volume to zero:

6 4 ass1sol.nb T.; V.; ans2b FullSimplify Solve ans1 0, ans2 0, T, V T, V T, V. ans2b 1 P T 8, V , What is the numerical value of the critical temperature? N This is very close to the empirical value found in part (2e) where the curve started looking different from that of the ideal gas. Now substitute the results for the original (unitful) variables: Tc T a b Num k Vc V b Pc P a b^2 Pc

Quick Review 1. Properties of gases. 2. Methods of measuring pressure of gases. 3. Boyle s Law, Charles Law, Avogadro s Law. 4. Ideal gas law.

Quick Review 1. Properties of gases. 2. Methods of measuring pressure of gases. 3. Boyle s Law, Charles Law, Avogadro s Law. 4. Ideal gas law. Quick Review 1. Properties of gases. 2. Methods of measuring pressure of gases. 3. Boyle s Law, Charles Law, Avogadro s Law. 4. Ideal gas law. 5. Dalton s law of partial pressures. Kinetic Molecular Theory

More information

Real Gases 1. The value of compressibility factor for one mole of a gas under critical states is 1) 3/8 2) 2/3 3) 8/27 4) 27/8 2. an der Waal s equation for one mole of CO2 gas at low pressure will be

More information

ε tran ε tran = nrt = 2 3 N ε tran = 2 3 nn A ε tran nn A nr ε tran = 2 N A i.e. T = R ε tran = 2

ε tran ε tran = nrt = 2 3 N ε tran = 2 3 nn A ε tran nn A nr ε tran = 2 N A i.e. T = R ε tran = 2 F1 (a) Since the ideal gas equation of state is PV = nrt, we can equate the right-hand sides of both these equations (i.e. with PV = 2 3 N ε tran )and write: nrt = 2 3 N ε tran = 2 3 nn A ε tran i.e. T

More information

Chapter 18 Thermal Properties of Matter

Chapter 18 Thermal Properties of Matter Chapter 18 Thermal Properties of Matter In this section we define the thermodynamic state variables and their relationship to each other, called the equation of state. The system of interest (most of the

More information

Physics 5D PRACTICE FINAL EXAM Fall 2013

Physics 5D PRACTICE FINAL EXAM Fall 2013 Print your name: Physics 5D PRACTICE FINAL EXAM Fall 2013 Real Exam is Wednesday December 11 Thimann Lecture 3 4:00-7:00 pm Closed book exam two 8.5x11 sheets of notes ok Note: Avogadro s number N A =

More information

Regression I - the least squares line

Regression I - the least squares line Regression I - the least squares line The difference between correlation and regression. Correlation describes the relationship between two variables, where neither variable is independent or used to predict.

More information

What is Temperature?

What is Temperature? What is Temperature? Observation: When objects are placed near each other, they may change, even if no work is done. (Example: when you put water from the hot tap next to water from the cold tap, they

More information

Kinetic Theory of Aether Particles

Kinetic Theory of Aether Particles Chapter 2 Kinetic Theory of Aether Particles 2.1 Basic Concepts and Assumptions This chapter will derive energy density and pressure from particles collision on a surface based on kinetic theory. Kinetic

More information

Physics 333, Thermal and Statistical Physics: Homework #2 Solutions Manual

Physics 333, Thermal and Statistical Physics: Homework #2 Solutions Manual Physics 333, Thermal and Statistical Physics: Homework #2 Solutions Manual 1. n 5 = 0 n 5 = 1 n 5 = 2 n 5 = 3 n 5 = 4 n 5 = 5 d n 5,0,0,0,0 4 0 0 0 0 1 5 4,1,0,0,0 12 4 0 0 4 0 20 3,2,0,0,0 12 0 4 4 0

More information

Example Problems: 1.) What is the partial pressure of: Total moles = 13.2 moles 5.0 mol A 7.0 mol B 1.2 mol C Total Pressure = 3.

Example Problems: 1.) What is the partial pressure of: Total moles = 13.2 moles 5.0 mol A 7.0 mol B 1.2 mol C Total Pressure = 3. 5.6 Dalton s Law of Partial Pressures Dalton s Law of Partial Pressure; The total pressure of a gas is the sum of all its parts. P total = P 1 + P + P 3 + P n Pressures are directly related to moles: n

More information

Satish Chandra. Unit I, REAL GASES. Lecture Notes Dated: Dec 08-14, Vander-Waals Gas

Satish Chandra. Unit I, REAL GASES. Lecture Notes Dated: Dec 08-14, Vander-Waals Gas Vander-Waals Gas Lecture Notes Dated: Dec 08-14, 01 Many equations have been proposed which describe the pvt relations of real gases more accurately than does the equation of state of an ideal gas. Some

More information

Kinetic theory of the ideal gas

Kinetic theory of the ideal gas Appendix H Kinetic theory of the ideal gas This Appendix contains sketchy notes, summarizing the main results of elementary kinetic theory. The students who are not familiar with these topics should refer

More information

Chapter 10 Gases. Measurement of pressure: Barometer Manometer Units. Relationship of pressure and volume (Boyle s Law)

Chapter 10 Gases. Measurement of pressure: Barometer Manometer Units. Relationship of pressure and volume (Boyle s Law) Chapter 10 Gases Conditions of ideal gases: Ideal gases have no attractive forces between the molecules. the atoms volume taken into account when looking at the volume a gas occupies. Low pressure and

More information

Kinetic Molecular Theory and Gas Law Honors Packet. Name: Period: Date: Requirements for honors credit: Read all notes in packet

Kinetic Molecular Theory and Gas Law Honors Packet. Name: Period: Date: Requirements for honors credit: Read all notes in packet Kinetic Molecular Theory and Gas Law Honors Packet Name: Period: Date: Requirements for honors credit: Read all notes in packet Watch the 10 Brighstorm videos shown on the right and take Cornell notes

More information

= mol NO 2 1 mol Cu Now we use the ideal gas law: atm V = mol L atm/mol K 304 K

= mol NO 2 1 mol Cu Now we use the ideal gas law: atm V = mol L atm/mol K 304 K CHEM 101A ARMSTRONG SOLUTIONS TO TOPIC C PROBLEMS 1) This problem is a straightforward application of the combined gas law. In this case, the temperature remains the same, so we can eliminate it from the

More information

T ice T water T water = T ice =0 0 C. e =1

T ice T water T water = T ice =0 0 C. e =1 Given 1 kg of water at 100 0 C and a very large (very very large) block of ice at 0 0 C. A reversible heat engine absorbs heat from the water and expels heat to the ice until work can no longer be extracted

More information

Chapter 5. The Gas Laws

Chapter 5. The Gas Laws Chapter 5 The Gas Laws 1 Pressure Force per unit area. Gas molecules fill container. Molecules move around and hit sides. Collisions are the force. Container has the area. Measured with a barometer. 2

More information

4. All questions are NOT ofequal value. Marks available for each question are shown in the examination paper.

4. All questions are NOT ofequal value. Marks available for each question are shown in the examination paper. THE UNIVERSITY OF NEW SOUTH WALES SCHOOL OF PHYSICS \1111~11\llllllllllllftllll~flrllllllllll\11111111111111111 >014407892 PHYS2060 THER1\1AL PHYSICS FINAL EXAMINATION SESSION 2 - NOVEMBER 2010 I. Time

More information

3-3: The Behavior of Gases. 8 th Grade Physical Sciences

3-3: The Behavior of Gases. 8 th Grade Physical Sciences 8 th Grade Physical Sciences How Gas Behaves To understand how a gas behaves, we must first remind ourselves about volume, temperature, and pressure Volume How much space it takes up m 3 - meters cubed

More information

q 2 Da This looks very similar to Coulomb doesn t it? The only difference to Coulomb is the factor of 1/2.

q 2 Da This looks very similar to Coulomb doesn t it? The only difference to Coulomb is the factor of 1/2. Born Lets now think about a somewhat different, but related problem that is associated with the name Born. Using a name (usually the name of the guy who first discovered or solved the problem) to describe

More information

Calculate the mass of L of oxygen gas at 25.0 C and 1.18 atm pressure.

Calculate the mass of L of oxygen gas at 25.0 C and 1.18 atm pressure. 142 Calculate the mass of 22650 L of oxygen gas at 25.0 C and 1.18 atm pressure. Volume of a 10'x10'x8' room 1) First, find the MOLES of gas using the ideal gas equation and the information given. 2) Convert

More information

Name: Mr. Dolgos Regents Chemistry NOTE PACKET. Unit 5: Moles & Stoichiometry

Name: Mr. Dolgos Regents Chemistry NOTE PACKET. Unit 5: Moles & Stoichiometry Name: Mr. Dolgos Regents Chemistry NOTE PACKET Unit 5: Moles & Stoichiometry 1 UNIT 5: MOLES & STOICHIOMETRY VOCABULARY: 1. Mole 2. Formula mass (FM) 3. Gram formula mass (GFM) 4. Coefficient 5. Subscript

More information

TOPIC 2. Topic 2. States of Matter (I) - Gases. 1

TOPIC 2. Topic 2. States of Matter (I) - Gases. 1 Chemistry TOPIC 2 States of Matter (I) - Gases Topic 2. States of Matter (I) - Gases. 1 Contents 1. Introduction 2. Pressure measurement 3. The Ideal Gas equation 4. Efusion and Diffusion 5. Kinetic Molecular

More information

X α = E x α = E. Ω Y (E,x)

X α = E x α = E. Ω Y (E,x) LCTUR 4 Reversible and Irreversible Processes Consider an isolated system in equilibrium (i.e., all microstates are equally probable), with some number of microstates Ω i that are accessible to the system.

More information

18.01 Single Variable Calculus Fall 2006

18.01 Single Variable Calculus Fall 2006 MIT OpenCourseWare http://ocw.mit.edu 8.0 Single Variable Calculus Fall 2006 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. Lecture 0 8.0 Fall 2006 Lecture

More information

Gases. and all other variables are directly proportional. a. From what laws is this equation derived?

Gases. and all other variables are directly proportional. a. From what laws is this equation derived? Gases 1. What is the Ideal Gas Law Equation? and all other variables are directly proportional a. From what laws is this equation derived? i. Boyle s Law relationship between pressure and volume ii. Charles

More information

UNIT 5: MOLES & STOICHIOMETRY

UNIT 5: MOLES & STOICHIOMETRY *KEY* UNIT 5: MOLES & STOICHIOMETRY *KEY* VOCABULARY: 1. Mole 2. Formula mass (FM) 3. Gram formula mass (GFM) 4. Coefficient 5. Subscript 6. Species 7. Law of conservation of mass 8. Law of conservation

More information

Energy functions and their relationship to molecular conformation. CS/CME/BioE/Biophys/BMI 279 Oct. 3 and 5, 2017 Ron Dror

Energy functions and their relationship to molecular conformation. CS/CME/BioE/Biophys/BMI 279 Oct. 3 and 5, 2017 Ron Dror Energy functions and their relationship to molecular conformation CS/CME/BioE/Biophys/BMI 279 Oct. 3 and 5, 2017 Ron Dror Yesterday s Nobel Prize: single-particle cryoelectron microscopy 2 Outline Energy

More information

Chapter 20 The Second Law of Thermodynamics

Chapter 20 The Second Law of Thermodynamics Chapter 20 The Second Law of Thermodynamics When we previously studied the first law of thermodynamics, we observed how conservation of energy provided us with a relationship between U, Q, and W, namely

More information

Gases and Kinetic Theory

Gases and Kinetic Theory Gases and Kinetic Theory Chemistry 35 Fall 2000 Gases One of the four states of matter Simplest to understand both physically and chemically Gas Properties Low density Fluid Can be defined by their: 1.

More information

Molecular Dynamics. A very brief introduction

Molecular Dynamics. A very brief introduction Molecular Dynamics A very brief introduction Sander Pronk Dept. of Theoretical Physics KTH Royal Institute of Technology & Science For Life Laboratory Stockholm, Sweden Why computer simulations? Two primary

More information

Introduction to Weather: Moisture in the Air Vapor Pressure and Dew Point

Introduction to Weather: Moisture in the Air Vapor Pressure and Dew Point IDS 102 Winter 2008 Introduction to Weather: Moisture in the Air Vapor Pressure and Dew Point During fall quarter we covered the topic of pressure and it has been a while since the, so let s review a couple

More information

UNIVERSITY COLLEGE LONDON. University of London EXAMINATION FOR INTERNAL STUDENTS. For The Following Qualifications:-

UNIVERSITY COLLEGE LONDON. University of London EXAMINATION FOR INTERNAL STUDENTS. For The Following Qualifications:- UNIVERSITY COLLEGE LONDON University of London EXAMINATION FOR INTERNAL STUDENTS For The Following Qualifications:- B.Sc. M.Sci. Physics 1B28: Thermal Physics COURSE CODE : PHYSIB28 UNIT VALUE : 0.50 DATE

More information

Efficiency of the Carnot Cycle at Maximum Power Output. Introduction. Module 3, Lesson 2

Efficiency of the Carnot Cycle at Maximum Power Output. Introduction. Module 3, Lesson 2 Module 3, Lesson 2 Efficiency of the Carnot Cycle at Maximum Power Output Objective: Be the end of this lesson you will be able to identify and describe some of the basic thermodynamic processes. To facilitate

More information

C H E M 1 CHEM 101-GENERAL CHEMISTRY CHAPTER 5 GASES INSTR : FİLİZ ALSHANABLEH

C H E M 1 CHEM 101-GENERAL CHEMISTRY CHAPTER 5 GASES INSTR : FİLİZ ALSHANABLEH C H E M 1 CHEM 101-GENERAL CHEMISTRY CHAPTER 5 GASES 0 1 INSTR : FİLİZ ALSHANABLEH CHAPTER 5 GASES Properties of Gases Pressure History and Application of the Gas Laws Partial Pressure Stoichiometry of

More information

S.No Property Solid Liquid Gas 1 Shape Definite shape Indefinite shape Indefinite shape 2 Volume Definite Volume Definite Volume Indefinite Volume

S.No Property Solid Liquid Gas 1 Shape Definite shape Indefinite shape Indefinite shape 2 Volume Definite Volume Definite Volume Indefinite Volume Thus matter is classified mainly into three categories depending upon its physical state namely solid, liquid and gaseous states. Distinction between three states of matter: S.No Property Solid Liquid

More information

Calculations involving masses Notes

Calculations involving masses Notes Edexcel GCSE Chemistry Topic 1: Key concepts in chemistry Calculations involving masses Notes www.pmt.education 1.41 Describe the limitations of particular representations and models, to include dot and

More information

Fall 2004 Physics 3 Tu-Th Section

Fall 2004 Physics 3 Tu-Th Section Fall 2004 Physics 3 Tu-Th Section Claudio Campagnari Lecture 3: 30 Sep. 2004 Web page: http://hep.ucsb.edu/people/claudio/ph3-04/ 1 Sound Sound = longitudinal wave in a medium. The medium can be anything:

More information

3. Argon. Introduction

3. Argon. Introduction Teachers guide 1. Food 35 35 3. Argon Introduction Teachers who have not used the problems before should read the section Using the problems before starting. Prior knowledge Familiarity with Avogadro s

More information

CHEMISTRY 2A Exam II

CHEMISTRY 2A Exam II Name Student ID Number TA Name Lab Section Winter 016 Enderle CHEMISTRY A Exam II Instructions: CLOSED BOOK EXAM! No books, notes, or additional scrap paper are permitted. All information required is contained

More information

(2) The volume of molecules is negligible in comparison to the volume of gas. (3) Molecules of a gas moves randomly in all direction.

(2) The volume of molecules is negligible in comparison to the volume of gas. (3) Molecules of a gas moves randomly in all direction. 9.1 Kinetic Theory of Gases : Assumption (1) The molecules of a gas are identical, spherical and perfectly elastic point masses. (2) The volume of molecules is negligible in comparison to the volume of

More information

Thermodynamics 1 Lecture Note 1

Thermodynamics 1 Lecture Note 1 Thermodynamics 1 Lecture Note 1 March 02, 2015 Kwang Kim Yonsei University kbkim@yonsei.ac.kr 39 8 7 34 53 Y O N Se I 88.91 16.00 14.01 78.96 126.9 Scientific Thinking - System under investigation - Description

More information

Introduction to Weather Moisture in the Air Vapor Pressure and Dew Point

Introduction to Weather Moisture in the Air Vapor Pressure and Dew Point Introduction to Weather Moisture in the Air Vapor Pressure and Dew Point No study of weather would be complete without a discussion of precipitation. Here in Seattle it seems like it can rain for days

More information

Warm-Up. 1)Convert the following pressures to pressures in standard atmospheres:

Warm-Up. 1)Convert the following pressures to pressures in standard atmospheres: Warm-Up 1)Convert the following pressures to pressures in standard atmospheres: A. 151.98 kpa B. 456 torr Conversions 1 atm=101.3 kpa= 760 mm Hg= 760 torr Standard temp. & pressure = 1 atm & 0 C (STP)

More information

#29: Logarithm review May 16, 2009

#29: Logarithm review May 16, 2009 #29: Logarithm review May 16, 2009 This week we re going to spend some time reviewing. I say re- view since you ve probably seen them before in theory, but if my experience is any guide, it s quite likely

More information

5.2 Infinite Series Brian E. Veitch

5.2 Infinite Series Brian E. Veitch 5. Infinite Series Since many quantities show up that cannot be computed exactly, we need some way of representing it (or approximating it). One way is to sum an infinite series. Recall that a n is the

More information

General Physical Chemistry I

General Physical Chemistry I General Physical Chemistry I Lecture 5 Aleksey Kocherzhenko February 10, 2015" Last time " Diffusion, effusion, and molecular collisions" Diffusion" Effusion" Graham s law: " " " 1 2 r / M " (@ fixed T

More information

If the dividing wall were allowed to move, which of the following statements would not be true about its equilibrium position?

If the dividing wall were allowed to move, which of the following statements would not be true about its equilibrium position? PHYS 213 Exams Database Midterm (A) A block slides across a rough surface, eventually coming to a stop. 1) What happens to the block's internal thermal energy and entropy? a. and both stay the same b.

More information

Gases and Kinetic Molecular Theory

Gases and Kinetic Molecular Theory 1 Gases and Kinetic Molecular Theory 1 CHAPTER GOALS 1. Comparison of Solids, Liquids, and Gases. Composition of the Atmosphere and Some Common Properties of Gases 3. Pressure 4. Boyle s Law: The Volume-Pressure

More information

PHYSICS DEPARTMENT, PRINCETON UNIVERSITY PHYSICS 301 FINAL EXAMINATION. January 13, 2005, 7:30 10:30pm, Jadwin A10 SOLUTIONS

PHYSICS DEPARTMENT, PRINCETON UNIVERSITY PHYSICS 301 FINAL EXAMINATION. January 13, 2005, 7:30 10:30pm, Jadwin A10 SOLUTIONS PHYSICS DEPARTMENT, PRINCETON UNIVERSITY PHYSICS 301 FINAL EXAMINATION January 13, 2005, 7:30 10:30pm, Jadwin A10 SOLUTIONS This exam contains five problems. Work any three of the five problems. All problems

More information

A tricky node-voltage situation

A tricky node-voltage situation A tricky node-voltage situation The node-method will always work you can always generate enough equations to determine all of the node voltages. The method we have outlined well in almost all cases, but

More information

2. Estimate the amount of heat required to raise the temperature of 4 kg of Aluminum from 20 C to 30 C

2. Estimate the amount of heat required to raise the temperature of 4 kg of Aluminum from 20 C to 30 C 1. A circular rod of length L = 2 meter and diameter d=2 cm is composed of a material with a heat conductivity of! = 6 W/m-K. One end is held at 100 C, the other at 0 C. At what rate does the bar conduct

More information

Chapter 1 Review of Equations and Inequalities

Chapter 1 Review of Equations and Inequalities Chapter 1 Review of Equations and Inequalities Part I Review of Basic Equations Recall that an equation is an expression with an equal sign in the middle. Also recall that, if a question asks you to solve

More information

Gases. Measuring Temperature Fahrenheit ( o F): Exceptions to the Ideal Gas Law. Kinetic Molecular Theory

Gases. Measuring Temperature Fahrenheit ( o F): Exceptions to the Ideal Gas Law. Kinetic Molecular Theory Ideal gas: a gas in which all collisions between atoms or molecules are perfectly elastic (no energy lost) there are no intermolecular attractive forces Think of an ideal gas as a collection of perfectly

More information

Problem 1 (10 points)

Problem 1 (10 points) y x CHEN 1703 - HOMEWORK 4 Submit your MATLAB solutions via the course web site. Be sure to include your name and UNID in your m-file. Submit each solution seperately. Also be sure to document your solutions

More information

Lecture Presentation. Chapter 10. Gases. James F. Kirby Quinnipiac University Hamden, CT Pearson Education, Inc.

Lecture Presentation. Chapter 10. Gases. James F. Kirby Quinnipiac University Hamden, CT Pearson Education, Inc. Lecture Presentation Chapter 10 James F. Kirby Quinnipiac University Hamden, CT Characteristics of Physical properties of gases are all similar. Composed mainly of nonmetallic elements with simple formulas

More information

N H 2 2 NH 3 and 2 NH 3 N H 2

N H 2 2 NH 3 and 2 NH 3 N H 2 Chemical Equilibrium Notes (Chapter 18) So far, we ve talked about all chemical reactions as if they go only in one direction. However, as with many things in life, chemical reactions can go both in the

More information

Name. Objective 1: Describe, at the molecular level, the difference between a gas, liquid, and solid phase.

Name. Objective 1: Describe, at the molecular level, the difference between a gas, liquid, and solid phase. Unit 6 Notepack States of Matter Name Unit 4 Objectives 1. Describe, at the molecular level, the difference between a gas, liquid, and solid phase. (CH 10) 2. Describe states of matter using the kinetic

More information

CHAPTER 16 A MACROSCOPIC DESCRIPTION OF MATTER

CHAPTER 16 A MACROSCOPIC DESCRIPTION OF MATTER CHAPTER 16 A MACROSCOPIC DESCRIPTION OF MATTER This brief chapter provides an introduction to thermodynamics. The goal is to use phenomenological descriptions of the microscopic details of matter in order

More information

In the y direction, the forces are balanced, which means our force equation is simply F A = F C.

In the y direction, the forces are balanced, which means our force equation is simply F A = F C. Unit 3: Dynamics and Gravitation DYNAMICS Dynamics combine the concept of forces with our understanding of motion (kinematics) to relate forces to acceleration in objects. Newton s Second Law states that

More information

Max-min Word Problems

Max-min Word Problems Ma-min Word Problems In this section, we ll use our results on maima and minima for functions to do word problems which involve finding the largest or smallest value of lengths, areas, volumes, costs,

More information

The broad topic of physical metallurgy provides a basis that links the structure of materials with their properties, focusing primarily on metals.

The broad topic of physical metallurgy provides a basis that links the structure of materials with their properties, focusing primarily on metals. Physical Metallurgy The broad topic of physical metallurgy provides a basis that links the structure of materials with their properties, focusing primarily on metals. Crystal Binding In our discussions

More information

12. Heat of melting and evaporation of water

12. Heat of melting and evaporation of water VS 12. Heat of melting and evaporation of water 12.1 Introduction The change of the physical state of a substance in general requires the absorption or release of heat. In this case, one speaks of a first

More information

Chapter 10 Notes: Gases

Chapter 10 Notes: Gases Chapter 10 Notes: Gases Watch Bozeman Videos & other videos on my website for additional help: Big Idea 2: Gases 10.1 Characteristics of Gases Read p. 398-401. Answer the Study Guide questions 1. Earth

More information

Physics 114 Exam 1 Fall 2015

Physics 114 Exam 1 Fall 2015 Physics 114 Exam 1 Fall 015 Name: For grading purposes (do not write here): Question 1. 1... 3. 3. Problem Answer each of the following questions and each of the problems. Points for each question and

More information

Chapter 11 Gases 1 Copyright McGraw-Hill 2009

Chapter 11 Gases 1 Copyright McGraw-Hill 2009 Chapter 11 Gases Copyright McGraw-Hill 2009 1 11.1 Properties of Gases The properties of a gas are almost independent of its identity. (Gas molecules behave as if no other molecules are present.) Compressible

More information

PV = nrt where R = universal gas constant

PV = nrt where R = universal gas constant Ideal Gas Law Dd Deduced dfrom Combination of Gas Relationships: V 1/P, Boyle's Law V, Charles's Law V n, Avogadro'sLaw Therefore, V nt/p or PV nt PV = nrt where R = universal gas constant The empirical

More information

Lecture Presentation. Chapter 10. Gases. James F. Kirby Quinnipiac University Hamden, CT Pearson Education

Lecture Presentation. Chapter 10. Gases. James F. Kirby Quinnipiac University Hamden, CT Pearson Education Lecture Presentation Chapter 10 2015 Pearson Education James F. Kirby Quinnipiac University Hamden, CT Characteristics of Physical properties of gases are all similar. Composed mainly of nonmetallic elements

More information

Physics 360 Review 3

Physics 360 Review 3 Physics 360 Review 3 The test will be similar to the second test in that calculators will not be allowed and that the Unit #2 material will be divided into three different parts. There will be one problem

More information

THERMODYNAMICS Lecture 2: Evaluating properties

THERMODYNAMICS Lecture 2: Evaluating properties THERMODYNAMICS Lecture 2: Evaluating properties Pierwsza strona Macroscopic properties of the matter Properties of the matter will change if V, p and T will change. Substances can exist in different phases,

More information

The Condensing Stirling Cycle Heat Engine

The Condensing Stirling Cycle Heat Engine The Condensing Stirling Cycle Heat Engine Matthew Marko mattdmarko@gmail.com Abstract The Stirling thermodynamic heat engine cycle is modified, where instead of an ideal gas, a real, monatomic working

More information

OSU Physics Department Comprehensive Examination #115

OSU Physics Department Comprehensive Examination #115 1 OSU Physics Department Comprehensive Examination #115 Monday, January 7 and Tuesday, January 8, 2013 Winter 2013 Comprehensive Examination PART 1, Monday, January 7, 9:00am General Instructions This

More information

Relative Motion (a little more than what s in your text, so pay attention)

Relative Motion (a little more than what s in your text, so pay attention) Lab Activity Relative Motion (a little more than what s in your tet, so pay attention) Relative motion is something we use everyday, but we don t really think about it. For eample, passing a truck on the

More information

PHYS 101 Lecture 34 - Physical properties of matter 34-1

PHYS 101 Lecture 34 - Physical properties of matter 34-1 PHYS 101 Lecture 34 - Physical properties of matter 34-1 Lecture 34 - Physical properties of matter What s important: thermal expansion elastic moduli Demonstrations: heated wire; ball and ring; rulers

More information

NY Times 11/25/03 Physics L 22 Frank Sciulli slide 1

NY Times 11/25/03 Physics L 22 Frank Sciulli slide 1 NY Times /5/03 slide Thermodynamics and Gases Last Time specific heats phase transitions Heat and Work st law of thermodynamics heat transfer conduction convection radiation Today Kinetic Theory of Gases

More information

Gases. Characteristics of Gases. Unlike liquids and solids, gases

Gases. Characteristics of Gases. Unlike liquids and solids, gases Gases Characteristics of Gases Unlike liquids and solids, gases expand to fill their containers; are highly compressible; have extremely low densities. 1 Pressure Pressure is the amount of force applied

More information

CHEMISTRY NOTES Chapter 12. The Behavior of Gases

CHEMISTRY NOTES Chapter 12. The Behavior of Gases Goals : To gain an understanding of : 1. The kinetic theory of matter. 2. Avogadro's hypothesis. 3. The behavior of gases and the gas laws. NOTES: CHEMISTRY NOTES Chapter 12 The Behavior of Gases The kinetic

More information

New feature on the course website

New feature on the course website New feature on the course website The goal of this is not to try to provide a comprehensive energy news service - you can find these online. I ll try to post a new article on some interestng topic the

More information

The process of analysing a circuit using the Laplace technique can be broken down into a series of straightforward steps:

The process of analysing a circuit using the Laplace technique can be broken down into a series of straightforward steps: Analysis of a series RLC circuit using Laplace Transforms Part. How to do it. The process of analysing a circuit using the Laplace technique can be broken down into a series of straightforward steps:.

More information

Physics 9 Spring 2011 Midterm 1 Solutions

Physics 9 Spring 2011 Midterm 1 Solutions Physics 9 Spring 2011 Midterm 1 s For the midterm, you may use one sheet of notes with whatever you want to put on it, front and back. Please sit every other seat, and please don t cheat! If something

More information

7/16/2012. Characteristics of Gases. Chapter Five: Pressure is equal to force/unit area. Manometer. Gas Law Variables. Pressure-Volume Relationship

7/16/2012. Characteristics of Gases. Chapter Five: Pressure is equal to force/unit area. Manometer. Gas Law Variables. Pressure-Volume Relationship 7/6/0 Chapter Five: GASES Characteristics of Gases Uniformly fills any container. Mixes completely with any other gas. Exerts pressure on its surroundings. When subjected to pressure, its volume decreases.

More information

UNIT 5 States of matter I. Questions carrying one mark

UNIT 5 States of matter I. Questions carrying one mark UNIT 5 States of matter I. Questions carrying one mark 5. What are van der Waals forces? 5.2 What type of van der Waals force exists between HCl molecules? 5.3 Between which type of molecules does dipole

More information

Big-oh stuff. You should know this definition by heart and be able to give it,

Big-oh stuff. You should know this definition by heart and be able to give it, Big-oh stuff Definition. if asked. You should know this definition by heart and be able to give it, Let f and g both be functions from R + to R +. Then f is O(g) (pronounced big-oh ) if and only if there

More information

STEP Support Programme. Statistics STEP Questions: Solutions

STEP Support Programme. Statistics STEP Questions: Solutions STEP Support Programme Statistics STEP Questions: Solutions 200 S Q2 Preparation (i) (a) The sum of the probabilities is, so we have k + 2k + 3k + 4k k 0. (b) P(X 3) P(X 3) + P(X 4) 7 0. (c) E(X) 0 ( +

More information

Physics 213. Practice Final Exam Spring The next two questions pertain to the following situation:

Physics 213. Practice Final Exam Spring The next two questions pertain to the following situation: The next two questions pertain to the following situation: Consider the following two systems: A: three interacting harmonic oscillators with total energy 6ε. B: two interacting harmonic oscillators, with

More information

Chapter 2 Experimental sources of intermolecular potentials

Chapter 2 Experimental sources of intermolecular potentials Chapter 2 Experimental sources of intermolecular potentials 2.1 Overview thermodynamical properties: heat of vaporization (Trouton s rule) crystal structures ionic crystals rare gas solids physico-chemical

More information

Dr. Back. Nov. 3, 2009

Dr. Back. Nov. 3, 2009 Dr. Back Nov. 3, 2009 Please Don t Rely on this File! In you re expected to work on these topics mostly without computer aid. But seeing a few better pictures can help understanding the concepts. A copy

More information

Engineering Physics 1 Dr. B. K. Patra Department of Physics Indian Institute of Technology-Roorkee

Engineering Physics 1 Dr. B. K. Patra Department of Physics Indian Institute of Technology-Roorkee Engineering Physics 1 Dr. B. K. Patra Department of Physics Indian Institute of Technology-Roorkee Module-05 Lecture-02 Kinetic Theory of Gases - Part 02 (Refer Slide Time: 00:32) So, after doing the angular

More information

KINETIC THEORY OF GASES

KINETIC THEORY OF GASES KINETIC THEORY OF GASES Boyle s Law: At constant temperature volume of given mass of gas is inversely proportional to its pressure. Charle s Law: At constant pressure volume of a given mass of gas is directly

More information

4.1 Inverse Variation Models

4.1 Inverse Variation Models 4.1. Inverse Variation Models www.ck1.org 4.1 Inverse Variation Models Learning Objectives Distinguish direct and inverse variation. Graph inverse variation equations. Write inverse variation equations.

More information

Gaseous States of Matter

Gaseous States of Matter Gaseous States of Matter Semester-1 : ICY-101: CHEMISTRY-I, Unit III Dr. Tapta Kanchan Roy Assistant Professor Department of Chemistry & Chemical Sciences Central University of Jammu 1 The simplest state

More information

PHYSICS - CLUTCH CH 19: KINETIC THEORY OF IDEAL GASSES.

PHYSICS - CLUTCH CH 19: KINETIC THEORY OF IDEAL GASSES. !! www.clutchprep.com CONCEPT: ATOMIC VIEW OF AN IDEAL GAS Remember! A gas is a type of fluid whose volume can change to fill a container - What makes a gas ideal? An IDEAL GAS is a gas whose particles

More information

Gases, Their Properties and the Kinetic Molecular Theory

Gases, Their Properties and the Kinetic Molecular Theory Up to this point of the school year we have covered mostly just two of the four states of matter we mentioned at the beginning. Those, of course, are solids and liquids. While plasmas are pretty neat,

More information

SAMPLE EXERCISE 10.1 Converting Units of Pressure. SAMPLE EXERCISE 10.1 continued

SAMPLE EXERCISE 10.1 Converting Units of Pressure. SAMPLE EXERCISE 10.1 continued SAMPLE EXERCISE 10.1 Converting Units of Pressure (a) Convert 0.357 atm to torr. (b) Convert 6.6 10 2 torr to atm. (c) Convert 147.2 kpa to torr. Analyze: In each case we are given the pressure in one

More information

Solids, Liquids and Gases

Solids, Liquids and Gases WHY? Why is water usually a liquid and not a gas? Why does liquid water boil at such a high temperature for such a small molecule? Why does ice float on water? Why do snowflakes have 6 sides? Why is I

More information

Phase Diagrams: Conditions for Equilibrium (CfE)

Phase Diagrams: Conditions for Equilibrium (CfE) Phase Equilibrium: Conditions for Equilibrium (CfE) Phase Diagrams: Conditions for Equilibrium (CfE) Write down the conditions for equilibrium for: a pure single phase system, a pure multi-phase system,

More information

A. Temperature: What is temperature? Distinguish it from heat.

A. Temperature: What is temperature? Distinguish it from heat. Dr. W. Pezzaglia Physics 8C, Spring 014 Page 1 Las Positas College Lecture #11 & 1: Temperature 014Mar08 Lecture Notes 014Feb 5 and 7 on Temperature A. Temperature: What is temperature? Distinguish it

More information

Sample Question: A point in empty space is near 3 charges as shown. The distances from the point to each charge are identical.

Sample Question: A point in empty space is near 3 charges as shown. The distances from the point to each charge are identical. A point in empty space is near 3 charges as shown. The distances from the point to each charge are identical. A. Draw a vector showing the direction the electric field points. y +2Q x B. What is the angle

More information

Physics 20 Homework 2 SIMS 2016

Physics 20 Homework 2 SIMS 2016 Physics 20 Homework 2 SIMS 2016 Due: Saturday, August 20 th 1. In class, we ignored air resistance in our discussion of projectile motion. Now, let s derive the relevant equation of motion in the case

More information

CH352 Assignment 3: Due Thursday, 27 April 2017

CH352 Assignment 3: Due Thursday, 27 April 2017 CH352 Assignment 3: Due Thursday, 27 April 2017 Prof. David Coker Thursday, 20 April 2017 Q1 Adiabatic quasi-static volume and temperature changes in ideal gases In the last assignment you showed that

More information