Introduction A.H.M. Levelt University of Nijmegen

Size: px
Start display at page:

Download "Introduction A.H.M. Levelt University of Nijmegen"

Transcription

1 Introduction A.H.M. Levelt University of Nijmegen 1

2 A favorite pastime of mankind: distilling brandy in Charente (France) 2

3 The alambic explained 3

4 Distilling in the chemical lab 4

5 5 In the early 1990s the physicist Paul Meijer (CUA, Washington, DC) draw my attention to large symbolic computations in classical thermodynamics. He had noticed several exact computations in J.J. Van Laar s work, which he and then I confirmed, using Maple. He also showed me D.J. Korteweg s forgotten 1891 papers on the mathematics underlying Van der Waals theory of binary mixtures. Presently, my sister, J.M.H. Levelt Sengers (NIST, Gaithersburg, MD) and I are trying to understand Korteweg s work from a modern physical and mathematical point of view.

6 6 In the 1970s R.L. Scott and P.H. van Konynenburg studied the general Van der Waals binary mixture model, derived the complicate fundamental relations using paper and pencil, performed all further computations numerically and presented the results graphically. In my lecture(s) all aspects will be touched upon: introductory thermodynamics, Korteweg s papers and the results of Van Konynenburg and Scott. The emphasis will be on the mathematics, algorithms and visualizations, not on the often subtile physical interpretations. Cf. [[CAL 1985]] and [[JJK 2001]] for thermodynamics. I will signal open problems. Solutions are welcome

7 Photo gallery of the giants: 7

8 James Clerk Maxwell,

9 Josiah Willard Gibbs,

10 Johannes Diderik van de Waals, , Nobel Prize

11 Diederik Johannes Korteweg,

12 12 Crash course in thermodynamics Fluid = gas (vapor) and/or liquid (phase) Fluid inside cylinder with movable piston The whole au bain-marie, i.e. temperature fixed

13 13 Here we restrict ourselves to one component fluids (= one kind of molecules) Push the piston: the pressure will increase. But not always. Also vapor may condense. Pull the piston: the pressure will decrease. But not always. Also liquid may vaporize. The next diagram shows what happens

14 Figure 1: liquid, vapor, liquid+vapor 14

15 15 The graph is an isotherm = curve of constant temperature. Pulling the piston hard enough only vapor remains, the pressure continues to decrease. When pushing sufficiently, liquid starts to appear. Pushing on, more and more vapor changes into liquid and the pressure remains constant. The liquid and vapor phase coexist. When all vapor has gone, pushing the piston causes pressure to increase (steeply!).

16 16 Wanted: a good physical/mathematical model of this phenomenon In 1873 J.D. van der Waals presented in his doctoral thesis [[VdW 1873]] at the University of Amsterdam his well-known equation of state ( P + a ) V 2 (V b) = R T (1) an adaptation of P V = R T holding for ideal gases. Here a, b are constants depending on the fluid under consideration. R is the general gas constant. Alternative form of (1) P = R T V b a V 2 (2)

17 17 Graph of Van der Waals equation (2) The points with positive tangent direction are not stable: the pressure increases with the volume. Then graph does not contain the horizontal coexistence part.

18 18 Needed: extra rule(s) to describe stable equilibria In 1875 J.C. Maxwell gave such a rule. It says where the horizontal green line must be drawn: in the picture on the next slide. Area I = Area II A nice fast (Maple) algorithm solves this problem

19 Maxwell s equal areas rule 19

20 20 Maxwell s rule can be formulated in a different way. First note that Maxwell s rule is equivalent to Vg V l P d V = P 0 (V g V l ) (3) where (V l, P 0 ) is the left, (V g, P 0 ) the right endpoint of the green line segment in figure 1 Let F = F (V ) be such that df/dv = P (e.g. F = RT log(v b) a/v ). Then the graph of F has a double tangent line having direction P 0. (Check this!) The next slide shows a picture of the situation.

21 21

22 22 F is the free energy, or Helmholz energy, of our system. For an isothermic system it determines the stable phase equilibria. The following statements follow from the Second Fundamental Law of Thermodynamics: A point Q on the graph F of F corresponds to a locally stable phase when F is locally convex at Q. If the tangent line to F at Q lies below F everywhere, then Q is a (pure) globally stable phase. If a line lies below F with the exception of 2 tangent points Q 1, Q 2 (as in our case!) then again we have global stability, a mixture of the coexisting phases Q 1, Q 2.

23 23

24 24 In the previous slide a number of isotherms in our V P diagram were drawn. With increasing temperature the green line segment decreases till zero length is reached. This is the critical point (O = D ). Obviously, the critical isotherm has a point of inflexion at the critical point and the tangent line is horizontal. Hence, the d P/d V = 0 and d 2 P/d V 2 = 0 at the critical point. A small computation leads to the following critical values: V c = 3b, P c = 1 27 a b 2, T c = 8 27 Example H 2 O: T c = 374 Celsius, P c = 217 atm. a R b (4)

25 25 Introduce new reduced variables by T r = T/T c, P r = P/P c, V r = V/V c (5) In the new variables Van der Waals equation becomes P r = 8 T r V r 1 27 Vr 2 The same equation for all fluids! This is Van der Waals law of corresponding states (6) In the sequel reduced variables will be used frequently. We shall write T instead of T r, etc.

26 The curve containing O, O, O, O = D, D, D, D is the coexistence curve, the boundary of the coexistence region. To the left is the liquid phase, to the right the gas phase. 26

27 27 The equal areas algorithm P P max P 1 P 0 P min V l V g V Difference = Area I - Area II. P 0 equal areas line P 0 < P 1 < P max = Difference < 0 P min < P 1 < P 0 = Difference > 0

28 28 From the previous picture the algorithm is obvious. Choose error bound ɛ > 0. The game is played with two numbers P 1, P 2 : P min P 2 P 1 P max At the start P 1 = P max, P 2 = P min. If Difference(P 1 ) < ɛ or Difference(P 2 ) < ɛ we are done. Otherwise, take Q = (P 1 + P 2 )/2. If Difference(Q) ɛ we are done again. Otherwise, if Difference(Q) < 0 put P 1 := Q, otherwise P 2 := Q.

29 29 Computing Difference For T fixed (below critical temperature) and P 1 (resp. P 2 ) as before, solve P 1 = 8T V 1 27 V 2 for V. Let V l (resp. V g ) be the smallest (resp. largest) solution. Then Difference(P 1 ) = Vg V l P dv P 1 (V g V l ) Define F (V ) = 8T log(v 1) 27/V. Then F (V ) = P and Difference(P 1 ) = F (V l ) F (V g ) + P 1 V l P 1 V g Note that and similar for P 1 V g. P 1 V l = ( 8T V l ) Vl 2 V l

30 30 Finally, an easy computation shows Difference(P 1 ) = M(V l ) M(V g ) where M(V ) = 8T log(v 1) 54 V + 8T V 1 + 8T The algorithm is quick: it computes Table 1 in Appendix B of [[KS 1980]] in 75 secs on my notebook (ɛ = ). The average number of iterations is 15. Computing (V l, P 0 ), (V g, P 0 ) for a range of values of T, 0 < T < 1, one can draw the boundary of the coexisting region. Cf. next slide The last slide shows the vapor pressure curve: the dependence of P 0 on T.

31 Boundary of the coexistence region 31

32 Vapor pressure curve. Upper endpoint = critical point. 32

33 33 Short list of books and papers. Extended references in [KYR 1996] and [LS 2002] References [CAL 1985] Callen, H.B. Thermodynamics and an introduction to thermostatistics, 2nd ed., John Wiley & Sons (1985) [JJK 2001] Kelly, J.J. Review of Thermodynamics form Stastical Physics using Mathematica, kelly/phys603/notebooks.htm (2001) [KYR 1996] Kipnis, A. Ya., Yavelov, B. E., and Rowlinson, J.S., Van der Waals and Molecular Science, Clarendon Press, Oxford (1996) [KS 1980] Van Konynenburg, P.H., Scott, R.L. Critical lines and phase equilibria in binary Van der Waals mixtures, Phil. Trans.

34 34 Royal Soc.London, 298, (1980) [PP 1891] Korteweg, D.J. Sur les points de plissement, Archives néerlandaises des sciences exactes et naturelles (Société Hollandaise des Sciences à Haarlem), (1), 24, (1891) [TGP 1891] Korteweg, D.J. La théorie générale des plis, Archives néerlandaises, (1), 24, (1891) [TK, 2000] Kraska, T. The Internet as Lecture Demonstration Tool, [VL1 1905] Van Laar, J.J. An exact expression for the course of the spinodal curves and their plaitpoints for all temperatures, in the case of mixtures of normal substances, Proc. Kon. Acad. Amsterdam, VIII, (1905) [VL2 1905] Van Laar, J.J. On the shape of the plaitpoint curve for mixtures of normal substances, Proc. Kon. Acad. Amsterdam, VIII, (and table) (1905) [AL 1995] Levelt, A.H.M. Van der Waals, Korteweg, van Laar: a Maple

35 35 Excursion into the Thermodynamics of Binary Mixtures, Computer Algebra in Industry 2, Edited by A.M. Cohen, L. van Gastel, S.M. Verduyn Lunel. John Wiley & Sons (1995) [LS 2002] [LL 2002] Levelt Sengers, Johanna M.H. How Fluids Unmix; Discoveries by the School of Van der Waals and Kamerlingh Onnes, Edita-KNAW (Royal Netherlands Academy of Arts and Sciences) (2002) Johanna Levelt Sengers and Antonius H.M. Levelt Diederik Korteweg, Pioneer of Criticality, Physics Today, December 2002, 47-54, American Institute of Physics (2002) [PM 1989] Meijer, P.H.E., The Van der Waals equation of state around the Van Laar point, J. Chem. Phys. 90, (1989) [ROW 1988] Rowlinson, J.S. J.D. van der Waals, On the Continuity of the Gaseous and the Liquid States, Studies in Statistical Mechanics XIV. J.L. Lebowitz, Ed., North Holland, Amsterdam (1988)

36 36 [VdW 1873] Van der Waals, J.D. Over de Continuiteit van den Gas- en Vloeistoftoestand [On the Continuity of the Gaseous and Liquid States], doctoral thesis, Leiden, A.W. Sijthoff (1873) [VdW 1890] Van der Waals, J.D. Molekulartheorie eines Körpers, der aus zwei verschiedenen Stoffen besteht [Molecular theory of a substance composed of two different species], Z. Physik. Chem (1890). English translation: cf. Rowlinson 1988.

The other D.J. Korteweg: thermodynamics of binary mixtures. A.H.M. Levelt, March 2003,

The other D.J. Korteweg: thermodynamics of binary mixtures. A.H.M. Levelt, March 2003, The other D.J. Korteweg: thermodynamics of binary mixtures A.H.M. Levelt, March 2003, www.math.kun.nl/medewerkers/ahml/index.html 1 Introduction 2 A favorite pastime of mankind: distilling brandy in Charente

More information

Folds (plaits) on surfaces

Folds (plaits) on surfaces Folds (plaits) on surfaces Explanation of Korteweg s 1891 paper La théorie générale des plis (Cited TGP). Point of view now is global, i.e. no restriction to neighbourhood of plait points. Sometimes semi-local,

More information

Van Der Waals equation of state for gases and liquids Sunghoon Hong Seoul National University

Van Der Waals equation of state for gases and liquids Sunghoon Hong Seoul National University Van Der Waals equation of state for gases and liquids 2016-20324 Sunghoon Hong Seoul National University 1910 Nobel Prize Van Der Waals equation Explain state of gases and liquids "The Nobel Prize in Physics

More information

Real Gases. Sections (Atkins 6th Ed.), (Atkins 7-9th Eds.)

Real Gases. Sections (Atkins 6th Ed.), (Atkins 7-9th Eds.) Real Gases Sections 1.4-1.6 (Atkins 6th Ed.), 1.3-1.5 (Atkins 7-9th Eds.) Molecular Interactions Compression factor Virial coefficients Condensation Critical Constants Van der Waals Equation Corresponding

More information

van der Waals & Wilson

van der Waals & Wilson van der Waals & Wilson N.G. Schultheiss translated and adapted by K. Schadenberg 1 Introduction There are various ways to detect and measure particles. This module will discuss two of them, the bubble

More information

van der Waals Isotherms near T c

van der Waals Isotherms near T c van der Waals Isotherms near T c v d W loops are not physical. Why? Patch up with Maxwell construction van der Waals Isotherms, T/T c van der Waals Isotherms near T c Look at one of the van der Waals isotherms

More information

Properties of Gases. Molecular interactions van der Waals equation Principle of corresponding states

Properties of Gases. Molecular interactions van der Waals equation Principle of corresponding states Properties of Gases Chapter 1 of Atkins and de Paula The Perfect Gas States of gases Gas laws Real Gases Molecular interactions van der Waals equation Principle of corresponding states Kinetic Model of

More information

MSE 201A Thermodynamics and Phase Transformations Fall, 2008 Problem Set No. 8. Given Gibbs generals condition of equilibrium as derived in the notes,

MSE 201A Thermodynamics and Phase Transformations Fall, 2008 Problem Set No. 8. Given Gibbs generals condition of equilibrium as derived in the notes, MSE 201A hermodynamics and Phase ransformations Fall, 2008 Problem Set No. 8 Problem 1: (a) Let a homogeneous fluid with composition, {x}, be surrounded by an impermeable wall and in contact with a reservoir

More information

Vapor-liquid equilibrium

Vapor-liquid equilibrium Vapor-liquid equilibrium From Wikipedia, the free encyclopedia Vapor-liquid equilibrium, abbreviated as VLE by some, is a condition where a liquid and its vapor (gas phase) are in equilibrium with each

More information

Pressure Volume Temperature Relationship of Pure Fluids

Pressure Volume Temperature Relationship of Pure Fluids Pressure Volume Temperature Relationship of Pure Fluids Volumetric data of substances are needed to calculate the thermodynamic properties such as internal energy and work, from which the heat requirements

More information

Phases of matter and phase diagrams

Phases of matter and phase diagrams Phases of matter and phase diagrams Transition to Supercritical CO2 Water Ice Vapor Pressure and Boiling Point Liquids boil when the external pressure equals the vapor pressure. Temperature of boiling

More information

Thermodynamics I. Properties of Pure Substances

Thermodynamics I. Properties of Pure Substances Thermodynamics I Properties of Pure Substances Dr.-Eng. Zayed Al-Hamamre 1 Content Pure substance Phases of a pure substance Phase-change processes of pure substances o Compressed liquid, Saturated liquid,

More information

Basic Thermodynamics Module 1

Basic Thermodynamics Module 1 Basic Thermodynamics Module 1 Lecture 9: Thermodynamic Properties of Fluids Thermodynamic Properties of fluids Most useful properties: Properties like pressure, volume and temperature which can be measured

More information

Thermodynamics of Fluid Phase Equilibria Dr. Jayant K. Singh Department of Chemical Engineering Indian Institute of Technology, Kanpur

Thermodynamics of Fluid Phase Equilibria Dr. Jayant K. Singh Department of Chemical Engineering Indian Institute of Technology, Kanpur Thermodynamics of Fluid Phase Equilibria Dr. Jayant K. Singh Department of Chemical Engineering Indian Institute of Technology, Kanpur Lecture - 01 Review of basic concepts of thermodynamics Welcome to

More information

Lecture 4: The First Law of Thermodynamics

Lecture 4: The First Law of Thermodynamics Lecture 4: The First Law of Thermodynamics Latent Heat Last lecture, we saw that adding heat to an object does not always change the temperature of the object In some cases, the heat causes a phase change

More information

Chem 75 February, 2017 Practice Exam 2

Chem 75 February, 2017 Practice Exam 2 As before, here is last year s Exam 2 in two forms: just the questions, and then the questions followed by their solutions. 1. (2 + 6 + 8 points) At high temperature, aluminum nitride, AlN(s), decomposes

More information

Critical Properties of Isobaric Processes of Lennard-Jones Gases

Critical Properties of Isobaric Processes of Lennard-Jones Gases Critical Properties of Isobaric Processes of Lennard-Jones Gases Akira Matsumoto Department of Material Sciences, College of Integrated Arts Sciences, Osaka Prefecture University, Sakai, Osaka, 599-8531,

More information

Phase Diagrams. Department of Mechanical Engineering Indian Institute of Technology Kanpur Kanpur India

Phase Diagrams. Department of Mechanical Engineering Indian Institute of Technology Kanpur Kanpur India Phase Diagrams 1 Increasing the temperature isobarically T-v diagram of constant-pressure phase-change processes of a pure substance at various pressures numerical values are for water. 2 Temperature -

More information

4671 Sengers Voorwerkb :17 Pagina I How fluids unmix

4671 Sengers Voorwerkb :17 Pagina I How fluids unmix How fluids unmix History of Science and Scholarship in the Netherlands, volume 4 The series History of Science and Scholarship in the Netherlands presents studies on a variety of subjects in the history

More information

Chapter 1. The Properties of Gases Fall Semester Physical Chemistry 1 (CHM2201)

Chapter 1. The Properties of Gases Fall Semester Physical Chemistry 1 (CHM2201) Chapter 1. The Properties of Gases 2011 Fall Semester Physical Chemistry 1 (CHM2201) Contents The Perfect Gas 1.1 The states of gases 1.2 The gas laws Real Gases 1.3 Molecular interactions 1.4 The van

More information

CHEM 116 Phase Changes and Phase Diagrams

CHEM 116 Phase Changes and Phase Diagrams CHEM 116 Phase Changes and Phase Diagrams Lecture 4 Prof. Sevian Please turn in extra credit assignments at the very beginning of class. Today s agenda Finish chapter 10 Partial pressures Vapor pressure

More information

Unit 05 Kinetic Theory of Gases

Unit 05 Kinetic Theory of Gases Unit 05 Kinetic Theory of Gases Unit Concepts: A) A bit more about temperature B) Ideal Gas Law C) Molar specific heats D) Using them all Unit 05 Kinetic Theory, Slide 1 Temperature and Velocity Recall:

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

(b) The measurement of pressure

(b) The measurement of pressure (b) The measurement of pressure The pressure of the atmosphere is measured with a barometer. The original version of a barometer was invented by Torricelli, a student of Galileo. The barometer was an inverted

More information

Thermodynamics (Classical) for Biological Systems Prof. G. K. Suraishkumar Department of Biotechnology Indian Institute of Technology Madras

Thermodynamics (Classical) for Biological Systems Prof. G. K. Suraishkumar Department of Biotechnology Indian Institute of Technology Madras Thermodynamics (Classical) for Biological Systems Prof. G. K. Suraishkumar Department of Biotechnology Indian Institute of Technology Madras Module No. # 02 Additional Thermodynamic Functions Lecture No.

More information

Beata Staśkiewicz 1, Robert Stańczy 2,*

Beata Staśkiewicz 1, Robert Stańczy 2,* Vapor-liquid equilibrium (VLE) properties versus critical exponent theory on new approximate mathematical approach to determine the critical exponent value of the vapor-liquid coexistence curve Beata Staśkiewicz

More information

Chapter 4. Energy Analysis of Closed Systems

Chapter 4. Energy Analysis of Closed Systems Chapter 4 Energy Analysis of Closed Systems The first law of thermodynamics is an expression of the conservation of energy principle. Energy can cross the boundaries of a closed system in the form of heat

More information

Chapter 3 PROPERTIES OF PURE SUBSTANCES. Thermodynamics: An Engineering Approach, 6 th Edition Yunus A. Cengel, Michael A. Boles McGraw-Hill, 2008

Chapter 3 PROPERTIES OF PURE SUBSTANCES. Thermodynamics: An Engineering Approach, 6 th Edition Yunus A. Cengel, Michael A. Boles McGraw-Hill, 2008 Chapter 3 PROPERTIES OF PURE SUBSTANCES Thermodynamics: An Engineering Approach, 6 th Edition Yunus A. Cengel, Michael A. Boles McGraw-Hill, 2008 Objectives Introduce the concept of a pure substance. Discuss

More information

Molecular Motion and Gas Laws

Molecular Motion and Gas Laws Molecular Motion and Gas Laws What is the connection between the motion of molecules (F = ma and K = mv 2 /2) and the thermodynamics of gases (pv = nrt and U = 3nRT/2)? In this lab, you will discover how

More information

Comparison of different mixing rules for prediction of density and residual internal energy of binary and ternary Lennard Jones mixtures

Comparison of different mixing rules for prediction of density and residual internal energy of binary and ternary Lennard Jones mixtures Fluid Phase Equilibria 178 (2001) 87 95 Comparison of different mixing rules for prediction of density and residual internal energy of binary and ternary Lennard Jones mixtures Jian Chen a,, Jian-Guo Mi

More information

the quantitative and theoretical study of the properties of the elements in their various states of combination. Physical Chemistry Ira N.

the quantitative and theoretical study of the properties of the elements in their various states of combination. Physical Chemistry Ira N. CHEM 331 Physical Chemistry Fall 2013 Systems In broad strokes, we can define Physical Chemistry as: the quantitative and theoretical study of the properties of the elements in their various states of

More information

Spring 2015, Math 111 Lab 2: Exploring the Limit

Spring 2015, Math 111 Lab 2: Exploring the Limit Spring 2015, Math 111 Lab 2: William and Mary February 3, 2015 Spring 2015, Math 111 Lab 2: Outline Limit Limit Existence Example Vertical Horizontal Spring 2015, Math 111 Lab 2: Limit Limit Existence

More information

3.012 PS 7 Thermo solutions Issued: Fall 2003 Graded problems due:

3.012 PS 7 Thermo solutions Issued: Fall 2003 Graded problems due: 3.012 PS 7 Thermo solutions 3.012 Issued: 11.17.03 Fall 2003 Graded problems due: 11.26.03 Graded problems: 1. Analysis of equilibrium phases with a binary phase diagram. Shown below is the phase diagram

More information

Chem 35 - Exam II November 2, 1999 Prof. W.R. Leenstra. Please take a minute to read these instructions:

Chem 35 - Exam II November 2, 1999 Prof. W.R. Leenstra. Please take a minute to read these instructions: Chem 35 - Exam II November 2, 1999 Prof. W.R. Leenstra NAME: Please take a minute to read these instructions: This may be common sense, but I require that all answers be justified, i.e., show all your

More information

Some comments on the double retrograde vaporization

Some comments on the double retrograde vaporization J. Chem. Thermodynamics 35 (2003) 583 589 www.elsevier.com/locate/jct Some comments on the double retrograde vaporization Ulrich K. Deiters * Institute of Physical Chemistry, University of Cologne, Luxemburger

More information

Boiling Ice Lab. D) Materials A thermometer A beaker A stopwatch A hot plate Ice

Boiling Ice Lab. D) Materials A thermometer A beaker A stopwatch A hot plate Ice IP 644 Name: Date: Block: Boiling Ice Lab A) Introduction All matter can exist as a solid, liquid, or gas. The phase in which a substance exists depends on its temperature. The solid phase exists at a

More information

Ch 18. Kinetic Theory of Gases

Ch 18. Kinetic Theory of Gases Physics 5D: Heat, Thermo, Kinetics Ch 18. Kinetic Theory of Gases Prof. Joel Primack 318 ISB 459-2580 joel@physics.ucsc.edu Text Copyright Text 2009 Pearson Text Education, Text Inc. Neuschwanstein Bavaria

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

Chemical, Biochemical, and Engineering Thermodynamics

Chemical, Biochemical, and Engineering Thermodynamics Chemical, Biochemical, and Engineering Thermodynamics Fourth Edition Stanley I. Sandler University of Delaware John Wiley & Sons, Inc. Contents CHAPTER 1 INTRODUCTION 1 1.1 The Central Problems of Thermodynamics

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

Mixtures. Partial Molar Quantities

Mixtures. Partial Molar Quantities CHEM 331 Physical Chemistry Fall 2017 Mixtures Our current discussion takes up some general results for systems that are mixtures and/or open. The former involve systems that contain multiple components;

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

PETE 310 Lectures # 36 to 37

PETE 310 Lectures # 36 to 37 PETE 310 Lectures # 36 to 37 Cubic Equations of State Last Lectures Instructional Objectives Know the data needed in the EOS to evaluate fluid properties Know how to use the EOS for single and for multicomponent

More information

Section 4.2: The Mean Value Theorem

Section 4.2: The Mean Value Theorem Section 4.2: The Mean Value Theorem Before we continue with the problem of describing graphs using calculus we shall briefly pause to examine some interesting applications of the derivative. In previous

More information

Name: Regents Review Quiz #1 2016

Name: Regents Review Quiz #1 2016 Name: Regents Review Quiz #1 2016 1. Which two particle diagrams represent mixtures of diatomic elements? A) A and B B) A and C C) B and C D) B and D 2. At STP, which physical property of aluminum always

More information

Chemical Potential. Combining the First and Second Laws for a closed system, Considering (extensive properties)

Chemical Potential. Combining the First and Second Laws for a closed system, Considering (extensive properties) Chemical Potential Combining the First and Second Laws for a closed system, Considering (extensive properties) du = TdS pdv Hence For an open system, that is, one that can gain or lose mass, U will also

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

Chemical and Engineering Thermodynamics

Chemical and Engineering Thermodynamics Chemical and Engineering Thermodynamics Third Edition Stanley I. Sandler University of Delaware John Wiley & Sons, Inc. New York Chichester Weinheim Brisbane Singapore Toronto Contents NOTATION xv CHAPTER1

More information

Unit 2 review for finals

Unit 2 review for finals Unit 2 review for finals These are the topics you should know and be able to answer questions about: 1. Heating/cooling curve (phase change diagram) a. Draw a heating curve showing a solid melting to a

More information

THERMODYNAMIC CONSISTENCY TESTS FOR PHASE EQUILIBRIUM IN LIQUID SOLUTE+SUPERCRITICAL SOLVENT MIXTURES

THERMODYNAMIC CONSISTENCY TESTS FOR PHASE EQUILIBRIUM IN LIQUID SOLUTE+SUPERCRITICAL SOLVENT MIXTURES THERMODYNAMIC CONSISTENCY TESTS FOR PHASE EQUILIBRIUM IN LIQUID SOLUTE+SUPERCRITICAL SOLVENT MIXTURES José O. Valderrama 1, and Víctor H. Alvarez 1 Fac. de Ingeniería, Depto. Ing. Mecánica, Univ. de la

More information

The Maxwell Relations

The Maxwell Relations CHEM 331 Physical Chemistry Fall 2017 The Maxwell Relations We now turn to one last and very useful consequence of the thermodynamic state functions we have been considering. Each of these potentials (U,

More information

PROPERTIES OF PURE SUBSTANCES. Chapter 3. Mehmet Kanoglu. Thermodynamics: An Engineering Approach, 6 th Edition. Yunus A. Cengel, Michael A.

PROPERTIES OF PURE SUBSTANCES. Chapter 3. Mehmet Kanoglu. Thermodynamics: An Engineering Approach, 6 th Edition. Yunus A. Cengel, Michael A. Thermodynamics: An Engineering Approach, 6 th Edition Yunus A. Cengel, Michael A. Boles McGraw-Hill, 2008 Chapter 3 PROPERTIES OF PURE SUBSTANCES Mehmet Kanoglu Copyright The McGraw-Hill Companies, Inc.

More information

Imperfect Gases. NC State University

Imperfect Gases. NC State University Chemistry 431 Lecture 3 Imperfect Gases NC State University The Compression Factor One way to represent the relationship between ideal and real gases is to plot the deviation from ideality as the gas is

More information

Lecture 1: Physical Equilibria The Temperature Dependence of Vapor Pressure

Lecture 1: Physical Equilibria The Temperature Dependence of Vapor Pressure Lecture 1: Physical Equilibria The Temperature Dependence of Vapor Pressure Our first foray into equilibria is to examine phenomena associated with two phases of matter achieving equilibrium in which the

More information

Last Name or Student ID

Last Name or Student ID 10/06/08, Chem433 Exam # 1 Last Name or Student ID 1. (3 pts) 2. (3 pts) 3. (3 pts) 4. (2 pts) 5. (2 pts) 6. (2 pts) 7. (2 pts) 8. (2 pts) 9. (6 pts) 10. (5 pts) 11. (6 pts) 12. (12 pts) 13. (22 pts) 14.

More information

3.012 PS Issued: Fall 2003 Graded problems due:

3.012 PS Issued: Fall 2003 Graded problems due: 3.012 PS 7 3.012 Issued: 11.18.03 Fall 2003 Graded problems due: 11.26.03 Graded problems As usual, try as much as possible to explain in a narrative form your reasoning (as opposed to writing down bare

More information

Chapter 3 PROPERTIES OF PURE SUBSTANCES SUMMARY

Chapter 3 PROPERTIES OF PURE SUBSTANCES SUMMARY Chapter 3 PROPERTIES OF PURE SUBSTANCES SUMMARY PURE SUBSTANCE Pure substance: A substance that has a fixed chemical composition throughout. Compressed liquid (sub-cooled liquid): A substance that it is

More information

Lecture Notes 1: Physical Equilibria Vapor Pressure

Lecture Notes 1: Physical Equilibria Vapor Pressure Lecture Notes 1: Physical Equilibria Vapor Pressure Our first exploration of equilibria will examine physical equilibria (no chemical changes) in which the only changes occurring are matter changes phases.

More information

Lecture 24. Ideal Gas Law and Kinetic Theory

Lecture 24. Ideal Gas Law and Kinetic Theory Lecture 4 Ideal Gas Law and Kinetic Theory Today s Topics: Ideal Gas Law Kinetic Theory of Gases Phase equilibria and phase diagrams Ideal Gas Law An ideal gas is an idealized model for real gases that

More information

Thermodynamics of solids 5. Unary systems. Kwangheon Park Kyung Hee University Department of Nuclear Engineering

Thermodynamics of solids 5. Unary systems. Kwangheon Park Kyung Hee University Department of Nuclear Engineering Thermodynamics of solids 5. Unary systems Kwangheon ark Kyung Hee University Department of Nuclear Engineering 5.1. Unary heterogeneous system definition Unary system: one component system. Unary heterogeneous

More information

Properties of Gases. The perfect gas. States of gases Gas laws Kinetic model of gases (Ch th ed, th ed.) Real gases

Properties of Gases. The perfect gas. States of gases Gas laws Kinetic model of gases (Ch th ed, th ed.) Real gases Properties of Gases Chapter 1 of Physical Chemistry - 6th Edition P.W. Atkins. Chapter 1 and a little bit of Chapter 24 of 7th Edition. Chapter 1 and a little bit of Chapter 21 of 8th edition. The perfect

More information

361 Lec 8 Mon, 11sep17. Homework #1 Due tomorrow end of class. Office Hours today Mon 9:30-10:30, 2-3, 4-5 or by appointment or drop in.

361 Lec 8 Mon, 11sep17. Homework #1 Due tomorrow end of class. Office Hours today Mon 9:30-10:30, 2-3, 4-5 or by appointment or drop in. 361 Lec 8 Mon, 11sep17 Homework #1 Due tomorrow end of class. Office Hours today Mon 9:30-10:30, 2-3, 4-5 or by appointment or drop in. 1 361-Lec 8 Mon. 11sep17 Homework # 1 Due Tomorrow in class Guidelines:

More information

Thermal Physics. Energy and Entropy

Thermal Physics. Energy and Entropy Thermal Physics Energy and Entropy Written by distinguished physics educator, this fresh introduction to thermodynamics, statistical mechanics and the study of matter is ideal for undergraduate courses.

More information

Ideal Gas Behavior. NC State University

Ideal Gas Behavior. NC State University Chemistry 331 Lecture 6 Ideal Gas Behavior NC State University Macroscopic variables P, T Pressure is a force per unit area (P= F/A) The force arises from the change in momentum as particles hit an object

More information

The Chemical Potential

The Chemical Potential CHEM 331 Physical Chemistry Fall 2017 The Chemical Potential Here we complete our pivot towards chemical thermodynamics with the introduction of the Chemical Potential ( ). This concept was first introduced

More information

The Second Law: The Machinery

The Second Law: The Machinery The Second Law: The Machinery Chater 5 of Atkins: The Second Law: The Concets Sections 3.7-3.9 8th Ed, 3.3 9th Ed; 3.4 10 Ed.; 3E 11th Ed. Combining First and Second Laws Proerties of the Internal Energy

More information

Aus: Daniel Schroeder An introduction to thermal physics, Pearson Verlag

Aus: Daniel Schroeder An introduction to thermal physics, Pearson Verlag Ω A q B Ω B Ω total 0 00 8 0 8 8 0 8 00 99 9 0 80 8 0 8 0 98 0 80 0 8 00 97 0 0 80 0 8 0 8 9 0 79 0 88 9 0 8 0 8 0 0 0 9 0 0 9 0 77 0 9 9 88 0 8 0 00 7 0 9 0 7 0 9 9 0 Ω total ( 0 ) 7 0 0 0 00 N, q few

More information

Physics 2B Chapter 17 Notes - First Law of Thermo Spring 2018

Physics 2B Chapter 17 Notes - First Law of Thermo Spring 2018 Internal Energy o a Gas Work Done by a Gas Special Processes The First Law o Thermodynamics p Diagrams The First Law o Thermodynamics is all about the energy o a gas: how much energy does the gas possess,

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

Avoiding the cubic equation in finding the van der Waals Fluid's vapor pressures

Avoiding the cubic equation in finding the van der Waals Fluid's vapor pressures University of Connecticut DigitalCommons@UConn Chemistry Education Materials Department of Chemistry September 2017 Avoiding the cubic equation in finding the van der Waals Fluid's vapor pressures Carl

More information

Stripey Squares. Kelly Delp Ithaca College Ithaca, NY 14850, USA Abstract

Stripey Squares. Kelly Delp Ithaca College Ithaca, NY 14850, USA Abstract Stripey Squares Kelly Delp Ithaca College Ithaca, NY 14850, USA kelly.delp@gmail.com Abstract A black and white image can be represented by a matrix containing numbers between 0 and 1; we describe a way

More information

PHY101: Major Concepts in Physics I

PHY101: Major Concepts in Physics I Welcome back to PHY101: Major Concepts in Physics I Photo: S. T. Cummins Photo: S. T. Cummins Announcements Today is our final class! We will first discuss more on Chapters 14-15 and then conduct a short

More information

The Clausius-Clapeyron and the Kelvin Equations

The Clausius-Clapeyron and the Kelvin Equations PhD Environmental Fluid Mechanics Physics of the Atmosphere University of Trieste International Center for Theoretical Physics The Clausius-Clapeyron and the Kelvin Equations by Dario B. Giaiotti and Fulvio

More information

Chemistry Physical Chemistry I Fall 2018

Chemistry Physical Chemistry I Fall 2018 Chemistry 309 - Physical Chemistry I Fall 2018 Instructor: Office Hours: Dr. Samuel A. Abrash C-208 Gottwald Science Center Work: 289-8248 Home: 323-7363 Cell: 363-2597 sabrash@richmond.edu www.richmond.edu/~sabrash

More information

Thermodynamics (Classical) for Biological Systems Prof. G. K. Suraishkumar Department of Biotechnology Indian Institute of Technology Madras

Thermodynamics (Classical) for Biological Systems Prof. G. K. Suraishkumar Department of Biotechnology Indian Institute of Technology Madras Thermodynamics (Classical) for Biological Systems Prof. G. K. Suraishkumar Department of Biotechnology Indian Institute of Technology Madras Module No. # 01 Lecture No. # 01 Introduction and Review Welcome

More information

Solid to liquid. Liquid to gas. Gas to solid. Liquid to solid. Gas to liquid. +energy. -energy

Solid to liquid. Liquid to gas. Gas to solid. Liquid to solid. Gas to liquid. +energy. -energy 33 PHASE CHANGES - To understand solids and liquids at the molecular level, it will help to examine PHASE CHANGES in a little more detail. A quick review of the phase changes... Phase change Description

More information

INTRODUCTION TO MODERN THERMODYNAMICS

INTRODUCTION TO MODERN THERMODYNAMICS INTRODUCTION TO MODERN THERMODYNAMICS Dilip Kondepudi Thurman D Kitchin Professor of Chemistry Wake Forest University John Wiley & Sons, Ltd CONTENTS Preface xiii PART I THE FORMALIS1VI OF MODERN THER1VIODYNAMICS

More information

Particle Size Determinations: Dynamic Light Scattering: page 161 text

Particle Size Determinations: Dynamic Light Scattering: page 161 text Particle Size Determinations: Dynamic Light Scattering: page 161 text Dynamic light scattering (also known as Photon Correlation Spectroscopy or Quasi- Elastic Light Scattering) is a technique which can

More information

Chapter 8: Physical Equilibria

Chapter 8: Physical Equilibria Chapter 8: Physical Equilibria Our first foray into equilibria is to examine phenomena associated with two phases of matter achieving equilibrium in which the free energy in each phase is the same and

More information

Jacco Snoeijer PHYSICS OF FLUIDS

Jacco Snoeijer PHYSICS OF FLUIDS Jacco Snoeijer PHYSICS OF FLUIDS dynamics dynamics freezing dynamics freezing microscopics of capillarity Menu 1. surface tension: thermodynamics & microscopics 2. wetting (statics): thermodynamics & microscopics

More information

Lab 13: Temperature and Thermodynamics

Lab 13: Temperature and Thermodynamics Physics 2020, Spring 2005 Lab 13 page 1 of 10 Lab 13: Temperature and Thermodynamics INTRODUCTION & BACKGROUND: By now you are probably very familiar with the ideal gas law PV=nRT, or the equivalent PV=Nk

More information

Phase Transitions in Multicomponent Systems

Phase Transitions in Multicomponent Systems Physics 127b: Statistical Mechanics Phase Transitions in Multicomponent Systems The ibbs Phase Rule Consider a system with n components (different types of molecules) with r s in equilibrium. The state

More information

Agung Ari Wibowo, S.T, M.Sc THERMODYNAMICS MODEL

Agung Ari Wibowo, S.T, M.Sc THERMODYNAMICS MODEL Agung Ari Wibowo, S.T, M.Sc THERMODYNAMICS MODEL THERMODYNAMICS MODEL For the description of phase equilibria today modern thermodynamic models are available. For vapor-liquid equilibria it can bedistinguished

More information

16-1. Sections Covered in the Text: Chapter 17. Example Problem 16-1 Estimating the Thermal Energy of a gas. Energy Revisited

16-1. Sections Covered in the Text: Chapter 17. Example Problem 16-1 Estimating the Thermal Energy of a gas. Energy Revisited Heat and Work Sections Covered in the Text: Chapter 17 In this note we continue our study of matter in bulk. Here we investigate the connection between work and heat in bulk matter. Work and heat are both

More information

Syllabus and Topics Thermal Physics I Fall 2007

Syllabus and Topics Thermal Physics I Fall 2007 Syllabus and Topics 33-341 Thermal Physics I Fall 2007 Robert F. Sekerka 6416 Wean Hall, Phone 412-268-2362 sekerka@cmu.edu http://sekerkaweb.phys.cmu.edu August 27, 2007 Class Schedule: This class is

More information

Introduction to Thermodynamic States Gases

Introduction to Thermodynamic States Gases Chapter 1 Introduction to Thermodynamic States Gases We begin our study in thermodynamics with a survey of the properties of gases. Gases are one of the first things students study in general chemistry.

More information

Virial Expansion. Silicon Valley FIG March 24, Chen-Hanson Ting

Virial Expansion. Silicon Valley FIG March 24, Chen-Hanson Ting Virial Expansion Silicon Valley FIG March 24, 2018 Chen-Hanson Ting Virial Expansion This paper was uploaded to Wikipedia. Google virial expansion and you will find it. Let s first scan through it on Wiki.

More information

Module 5: "Adsoption" Lecture 25: The Lecture Contains: Definition. Applications. How does Adsorption occur? Physisorption Chemisorption.

Module 5: Adsoption Lecture 25: The Lecture Contains: Definition. Applications. How does Adsorption occur? Physisorption Chemisorption. The Lecture Contains: Definition Applications How does Adsorption occur? Physisorption Chemisorption Energetics Adsorption Isotherms Different Adsorption Isotherms Langmuir Adsorption Isotherm file:///e

More information

Thermodynamics of Liquid (Xenon + Methane) Mixtures

Thermodynamics of Liquid (Xenon + Methane) Mixtures J. Phys. Chem. B 2004, 108, 7377-7381 7377 Thermodynamics of Liquid (Xenon + Methane) Mixtures Lino M. B. Dias,, Eduardo J. M. Filipe, Clare McCabe, and Jorge C. G. Calado*, Centro de Química Estrutural,

More information

Phenomenological Theories of Nucleation

Phenomenological Theories of Nucleation Chapter 1 Phenomenological Theories of Nucleation c 2012 by William Klein, Harvey Gould, and Jan Tobochnik 16 September 2012 1.1 Introduction These chapters discuss the problems of nucleation, spinodal

More information

Helium. Characteristics of a cryogenic fluid. Name that man. Spelling Bee

Helium. Characteristics of a cryogenic fluid. Name that man. Spelling Bee Characteristics of a cryogenic fluid Critical, normal boiling, and triple point temperatures of cryogenic fluids 1. Critical, normal boiling, and triple point temperatures of cryogenic fluids. Vapor pressure

More information

Lecture 24. Ideal Gas Law and Kinetic Theory

Lecture 24. Ideal Gas Law and Kinetic Theory Lecture 4 Ideal Gas Law and Kinetic Theory Today s Topics: Ideal Gas Law Kinetic Theory of Gases Phase equilibria and phase diagrams Ideal Gas Law An ideal gas is an idealized model for real gases that

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

Ch 6 Gases 6 GASES. Property of gases. pressure = force/area

Ch 6 Gases 6 GASES. Property of gases. pressure = force/area 6 GASES Gases are one of the three states of matter, and while this state is indispensable for chemistry's study of matter, this chapter mainly considers the relationships between volume, temperature and

More information

Thermodynamics of Three-phase Equilibrium in Lennard Jones System with a Simplified Equation of State

Thermodynamics of Three-phase Equilibrium in Lennard Jones System with a Simplified Equation of State 23 Bulletin of Research Center for Computing and Multimedia Studies, Hosei University, 28 (2014) Thermodynamics of Three-phase Equilibrium in Lennard Jones System with a Simplified Equation of State Yosuke

More information

Thermodynamics Z. Suo PRESSURE

Thermodynamics  Z. Suo PRESSURE Thermodynamics http://imechanicaorg/node/288 Z Suo PESSUE We have developed a thermodynamic theory of (purely) thermal systems A thermal system has a single independent variable: energy The theory captures

More information

Energy: The ability to cause changes. thermodynamics stems from therme (heat) and dynamis (power).

Energy: The ability to cause changes. thermodynamics stems from therme (heat) and dynamis (power). Energy: The ability to cause changes. thermodynamics stems from therme (heat) and dynamis (power). Thermodynamics: The science of energy. Conservation of energy principle: During an interaction, energy

More information

Thermodynamic Functions at Isobaric Process of van der Waals Gases

Thermodynamic Functions at Isobaric Process of van der Waals Gases Thermodynamic Functions at Isobaric Process of van der Waals Gases Akira Matsumoto Department of Material Sciences, College of Integrated Arts Sciences, Osaka Prefecture University, Sakai, Osaka, 599-853,

More information

Chemistry. Lecture 10 Maxwell Relations. NC State University

Chemistry. Lecture 10 Maxwell Relations. NC State University Chemistry Lecture 10 Maxwell Relations NC State University Thermodynamic state functions expressed in differential form We have seen that the internal energy is conserved and depends on mechanical (dw)

More information

CHAPTER 17 WORK, HEAT, & FIRST LAW OF THERMODYNAMICS

CHAPTER 17 WORK, HEAT, & FIRST LAW OF THERMODYNAMICS CHAPTER 17 WORK, HEAT, and the FIRST LAW OF THERMODYNAMICS In this chapter, we will examine various thermal properties of matter, as well as several mechanisms by which energy can be transferred to and

More information