CarnotVDWB.nb 1. Carnot Knowledge. Hal Harris Department of Chemistry University of Missouri-St. Louis St. Louis, Missouri

Size: px
Start display at page:

Download "CarnotVDWB.nb 1. Carnot Knowledge. Hal Harris Department of Chemistry University of Missouri-St. Louis St. Louis, Missouri"

Transcription

1 CarnotVDWB.nb 1 Carnot Knowledge This is the second part of this worksheet and describes the Carnot cycle for methane Hal Harris Department of Chemistry University of Missouri-St. Louis St. Louis, Missouri hharris@umsl.edu Copyright 2001 by the Division of Chemical Education, Inc., American Chemical Society. All rights reserved. For classroom use by teachers, one copy per student in the class may be made free of charge. Write to JCE Online, jceonline@chem.wisc.edu, for permission to place a document, free of charge, on a class Intranet. Translated from Mathcad to Mathematica by: Laura Rachel Yindra, Journal of Chemical Education, University of Wisconsin-Madison, August Carnot cycle for methane In this second notebook, we'll develop the Carnot cycle for methane, as a van der Waals gas, in a parallel to what was done in Part 1 of "Carnot Knowledge." Students should have mastered the concepts in Part 1 and completed the exercises at the end of that notebook. Here in Part 2 we develop the method using an equation of state for real gases. After completing this notebook a student can create notebooks for other gases using other equations of state. The vdw equation of state is: P:=R*T / (V-b) - a / V^2 We will use the same variable names, except that the subscript labels will begin with VDW These are the vdw constants for methane 5 : In[1]:= << Miscellaneous`Units`

2 CarnotVDWB.nb 2 In[2]:= a:= Convert@2.283 Atmosphere Liter 2, Bar Liter 2 D In[3]:= b:= Liter 10 2 and its heat capacity 5 at 298 K is In[4]:= C PVDW := Joule Kelvin In[5]:= P1 := 20 Bar; P2 := 4 Bar In[6]:= R:= Liter Bar Kelvin Step a In the first, isothermal step of the cycle, we need the initial and final volumes of the gas, as the pressure changes from P1 to P2. The vdw equation is not as convenient for calculating volume as it ispressure, since there is the possibility of three different roots. We will write the equation of state in polynomial form, and find roots corresponding to P1 and P2. In[7]:= T hot := 400 Kelvin In[8]:= f@v_d := ab+ av HR T hot + P1 bl V 2 + P1 V 3 In[9]:= In[10]:= Out[10]= V VDW1 := x ê. Solve@f@xD 0, xd V VDW1 = V Liter In[11]:= f@v_d := ab+ av HR T hot + P2 bl V 2 + P2 V 3 In[12]:= In[13]:= Out[13]= In[14]:= V VDW2 := x ê. Solve@f@xD 0, xd V VDW2 = V Liter i:= Range@0, 100D In[15]:= v VDW12 := v VDW12 = V VDW i HV VDW2 V VDW1 L General::spell1 : Possible spelling error: new symbol name "VDW12" is similar to existing symbol "VDW2". More Convert and strip units to graph In[16]:= p VDW12 := p VDW12 = R T hot v VDW12 b a v2 VDW12

3 CarnotVDWB.nb 3 At each volume, we calculate the corresponding pressure. In[17]:= In[18]:= Out[18]= In[19]:= ta := ta = TableA9 v VDW12PxT 10 3 Liter, p VDW12PxT =, 8x, 1, 101<E Bar $TextStyle = FontColor RGBColor@0, 0, 0D FontColor RGBColor@0, 0, 0D << Graphics`FilledPlot` In[20]:= plot1 = FilledListPlot@ta, Fills RGBColor@1, 0, 0D, PlotRange 80, 2 10^6<, Frame True, FrameLabel 8"v VDW12 ", "p VDW12 "<D p VDW v VDW12 Out[20]= In[21]:= Out[21]= w VDW12 = ConvertA 2 Hp VDW12PxT + p VDW12 Px + 1TL Hv VDW12 Px + 1T v VDW12 PxTL, JouleE x= Joule Interlude: Derivations In this section of the notebook are derivations of equations that are needed for the calculations involving nonideal gases. In order to find the relationship between P and V in a reversible adiabatic change, we need an expression for dp/dv at constant S in terms of the measured properties of the fluid. See Reference (1), pp

4 CarnotVDWB.nb 4 HdP ê dvl S ê HdP ê dvl T ê dvl P HdP ê dsl V D ê dvl P HdP ê dtl V ] = HdS ê dtl P ê HdS ê dtl V =g where g = Cp/Cv Here we used the mathematical relationships: Hdz ê dxl y Hdx ê dyl z Hdy ê dzl x = -1 and Hdw ê dxl y / Hdz ê dxl y = Hdw ê dzl y ] Therefore, HdP ê dvl S = g HdP ê dvl T and this equation can be integrated step-by-step. For an ideal gas, PV = RT and HdP ê dvl S = -g P/V, whereas for a VdW gas, p = RT v b a v 2 dp dv = RT Hv bl 2 + 2a v 3 at constant T (isothermal) dp dv = RTγ Hv bl 2 at constant S (adiabatic) + 2aγ v 3 We also need HdT ê dvl S so that we can integrate both T and P versus volume. From Reference (2), p. 108, HdT ê dpl S = - HdS ê dpl T / HdS ê dtl P = T/Cp HdV ê dtl P and HdT ê dvl S = - HdS ê dvl T / HdS ê dtl V = -T/Cv HdP ê dtl V. For a VdW gas, HdP ê dtl V = R / (V-b), so that HdT ê dvl S = - RT/Cv(V-b). dt dv = RT Cv Hv bl T cool1 V3 ê T T = RêCv 1 êhv bl v T hot V2 LogA T V3 b cool R Log@ E = V2 b D Cv T hot T cool = V3 b R LogA V2 b E Cv T hot This is the equation used to calculate the intermediate temperatures (T cool ) during the adiabatic steps for the vdw gas.

5 CarnotVDWB.nb 5 End Interlude Step b The exponent "3/2" in the equation for V3 is the ratio Cv/R for a monatomic gas. for methane, Cp=35.31 J/K mol at 298K; Cv=Cd-R (This is apporzimately true for real gases as well as ideal ones. See Reference 2, p.107.) In[22]:= In[23]:= Cv := Cv = Convert@C PVDW, Bar Liter ê KelvinD R Cv ê R Convert::temp : Warning: Convert@old,newD converts units of temperature. ConvertTemperature@temp,old,newD converts absolute temperature. Out[23]= The heat capacities are actually temerature-dependent, but we'll neblect that. (It would not be too difficult to incorporate.) Cv / R Log[T cole /T hot ]=Log[V2 / V3] In[24]:= In[25]:= Out[25]= T cold := 300 Kelvin V VDW3 = V VDW2 J T CvêR hot N T cold Liter In[26]:= v VDW23 := v VDW23 = V VDW2 + i V VDW3 V VDW2 100 General::spell1 : Possible spelling error: new symbol name "VDW23" is similar to existing symbol "VDW3". More As the volume changes from V VDW2 to V VDW3, the temperature and the pressure both change. The relationships needed are derived in the column at the right. In[27]:= T VDW23 := T VDW23 = R LogA v VDW23 b V VDW2 b E Cv T hot In[28]:= p VDW23 := p VDW23 = R T VDW23 v VDW23 b a v2 VDW23 In[29]:= Out[29]= plot2 = FilledListPlot@ Table@8v 10^ 3 Liter^ 1, p Bar^ 1<, 8x, 1, 101<D, Fills RGBColor@0, 0, 1D, DisplayFunction IdentityD

6 CarnotVDWB.nb 6 In[30]:= Show@plot1, plot2, DisplayFunction $DisplayFunction, FrameLabel 8"v VDW12,v VDW23 ", "p VDW12,p VDW23 "<D p V DW1 2,p VDW v VDW12,v VDW23 Out[30]= In[31]:= Out[31]= w VDW23 = ConvertA Joule j=1 2 Hp VDW23PjT + p VDW23 Pj + 1TL Hv VDW23 Pj + 1T v VDW23 PjTL, JouleE Step c In[32]:= Out[32]= V VDW4 = V VDW1 J T CvêR hot N T cold Liter In[33]:= Out[33]= In[34]:= V VDW Liter j:= Range@0, 200D In[35]:= v VDW34 := v VDW34 = V VDW j HV VDW3 V VDW4 L General::spell1 : Possible spelling error: new symbol name "VDW34" is similar to existing symbol "VDW4". More In[36]:= p VDW34 := p VDW34 = R T cold v VDW34 b a v2 VDW34 In[37]:= Out[37]= w VDW34 = ConvertA 2 Hp VDW34PxT + p VDW34 Px + 1TL Hv VDW34 Px + 1T v VDW34 PxTL, JouleE x= Joule

7 CarnotVDWB.nb 7 In[38]:= Out[38]= In[39]:= plot3 = FilledListPlot@ Reverse@Table@8v 10^ 3 Liter^ 1, p Bar^ 1<, 8x, 1, 201<DD, Fills RGBColor@1, 1, 1D, DisplayFunction IdentityD Show@plot1, plot2, plot3, DisplayFunction $DisplayFunction, FrameLabel 8"v VDW12,v VDW23,v VDW34 ", "p VDW12,p VDW23,p VDW34 "<D p V DW1 2,p V DW2 3,p VDW v VDW12,v VDW23,v VDW34 Out[39]= Step d In[40]:= In[41]:= Meter3 V1 := ConvertA, LiterE 10 3 v VDW41 := v VDW41 = V VDW4 i V VDW4 V1 99 General::spell1 : Possible spelling error: new symbol name "VDW41" is similar to existing symbol "VDW1". More In[42]:= T VDW41 := T VDW41 = R LogA v VDW41 b V VDW4 b E Cv T cold In[43]:= p VDW41 := p VDW41 = R T VDW41 v VDW41 b a v2 VDW41 In[44]:= Out[44]= plot4 = FilledListPlot@ Reverse@Table@8v 10^ 3 Liter^ 1, p Bar^ 1<, 8x, 1, 101<DD, Fills RGBColor@1, 1, 1D, DisplayFunction IdentityD

8 CarnotVDWB.nb 8 In[45]:= Show@plot1, plot2, plot3, plot4, DisplayFunction $DisplayFunction, FrameLabel 8"v VDW12,v VDW23,v VDW34,v VDW41 ", "p VDW12,p VDW23,p VDW34,p VDW41 "<D p V DW1 2,p V DW2 3,p V DW3 4,p VDW v VDW12,v VDW23,v VDW34,v VDW41 Out[45]= In[46]:= In[47]:= Out[47]= 99 1 w VDW41 := w VDW41 = ConvertA 2 Hp VDW41PxT + p VDW41 Px + 1TL Hv VDW41 Px + 1T v VDW41 PxTL, JouleE x=1 w VDWnet = w VDW12 + w VDW23 + w VDW34 + w VDW Joule In[48]:= Out[48]= w VDW Joule In[49]:= Out[49]= w VDW Joule In[50]:= Out[50]= w VDW Joule In[51]:= Out[51]= w VDW Joule Because q = -w for step a, we could use -w VDW12. The calculation at left is an alternative evaluation. In[52]:= Out[52]= V VDW2J RT hot q VDWh = ConvertA V VDW1 v b N v, JouleE i V VDW2 j k V VDW1 Liter^ Joule Liter^ 1 i a Bar 1 Liter 2 y j k HvL 2 z vy z 100 Joule { { In[53]:= Out[53]= w VDW Joule

9 CarnotVDWB.nb 9 In[54]:= ξ VDW = Abs@w VDWnet Joule^ 1D Joule q VDWh Out[54]= The difference in efficiency between this and the monatomic ideal gas is presumably a reflection of numerical integration error, the approximations that the heat capacity is constant, and that Cp-Cv=R. Of course, both of them should be given by e=1-t cold /T hot =1-300/400=0.25 One of the interesting aspects of the comparison between ideal and vdw gases is that, while the efficiency is determined by the temperatures and is equal for the two cases, both of the the adiabatic work terms are larger for the vdw gas. Which parameter of the model causes this to be so? References 1. A. B. Pippard, The Elements of Classical Thermodynamics (Cambridge University Press, 1961) 2. Gilbert Newton Lewis and Merle Randall (revised by Kenneth S. Pitzer and Leo Brewer) Thermodynamics, Second Edition (Mc Graw-Hill, 1961) 3. Robert G. Mortimer Physical Chemistry, Second Edition (Harcourt Academic Press, 2000) 4. R. Stephen Berry, Stuart A. Rice, and John Ross Physical Chemistry, Second Edition, (Oxford University Press, 2000) 5. Peter Atkins Physical Chemistry, Sixth Edition (W. H. Freeman, 1998) 6. Walter Dannhauser, "PVT Behavior of Real Gases" Journal of Chemical Education J. L. Pauley and Elwyn H. Davis, "P-V-T Isotherms of Real Gases", Journal of Chemical Education In[55]:= ClearAll@R, P1, a, b, f, i, ta, plot1, Cv, plot2, j, plot3, V1, plot4d

CarnotVDWA.nb 1. Carnot Knowledge. Hal Harris Department of Chemistry University of Missouri-St. Louis St. Louis, Missouri

CarnotVDWA.nb 1. Carnot Knowledge. Hal Harris Department of Chemistry University of Missouri-St. Louis St. Louis, Missouri CarnotVDWA.nb 1 Carnot Knowledge This is the first part of this worksheet and describes the Carnot cycle for an ideal gas Hal Harris Department of Chemistry University of Missouri-St. Louis St. Louis,

More information

Carnot Knowledge Hal Harris Department of Chemistry University of Missouri-St. Louis St. Louis, Missouri

Carnot Knowledge Hal Harris Department of Chemistry University of Missouri-St. Louis St. Louis, Missouri Department of Chemistry University of Missouri-St. Louis St. Louis, Missouri 6311 hharris@umsl.edu Copyright 001 by the Division of Chemical Education, Inc., American Chemical Society. All rights reserved.

More information

Place in the Curriculum. Introduction. 1 Modified:9/30/03. Jeffrey Draves Created: 12/1/02

Place in the Curriculum. Introduction. 1 Modified:9/30/03. Jeffrey Draves Created: 12/1/02 Heat, Work and Entropy: A Molecular Level Illustration Dr. Jeffrey A. Draves Monmouth College Department of Chemistry 700 E. Broadway Monmouth, Il 6462 jeffd@monm.edu Copyright 2004 by the Division of

More information

Variational Methods Applied to the Particle in a Box

Variational Methods Applied to the Particle in a Box variational.nb Variational Methods Applied to the Particle in a Box W. Tandy Grubbs, Department of Chemistry, Unit 87, Stetson University, Deand, F 37 (wgrubbs@stetson.edu) Copyright by the Division of

More information

Intermolecular Potentials and The Second Virial Coefficient

Intermolecular Potentials and The Second Virial Coefficient Intermolecular Potentials and The Second Virial Coefficient Patrick L. Holt Department of Chemistry & Physics Bellarmine University Louisville, Kentucky 40205 pholt@bellarmine.edu Copyright 2004 by the

More information

The Gibbs Free Energy of a Chemical Reaction System as a Function of the Extent of Reaction and the Prediction of Spontaneity

The Gibbs Free Energy of a Chemical Reaction System as a Function of the Extent of Reaction and the Prediction of Spontaneity The Gibbs Free Energy of a Chemical Reaction System as a Function of the Extent of Reaction and the Prediction of Spontaneity by Arthur Ferguson Department of Chemistry Worcester State College 486 Chandler

More information

Visualizing Particle-in-a-Box Wavefunctions

Visualizing Particle-in-a-Box Wavefunctions Particle-in-a-box-5.nb 1 Visualizing Particle-in-a-Box Wavefunctions By Edmund L. Tisko Department of Chemistry University of Nebraska at Omaha Omaha, NE 68182 etisko@unomaha.edu Translated and modified

More information

Fourier transforms of molecular vibrations

Fourier transforms of molecular vibrations Fourier transforms of molecular vibrations Part II: The Frequency Spectrum of an Anharmonic 'Morse' Oscillator W. Tandy Grubbs, Department of Chemistry, Unit 8271, Stetson University, DeLand, FL 3272 (william.grubbs@stetson.edu)

More information

Fourier transforms of molecular vibrations

Fourier transforms of molecular vibrations Fourier transforms of molecular vibrations Part I: An Introduction to the Harmonic Oscillator and Fourier Transforms W. Tandy Grubbs, Department of Chemistry, Unit 827, Stetson University, DeLand, FL 32720

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

Created: 2/3/96 Modified: September 29, Author: Theresa Julia Zielinski Page 1

Created: 2/3/96 Modified: September 29, Author: Theresa Julia Zielinski Page 1 Exploring Orthonormal Functions by Theresa Julia Zielinski Department of Chemistry, Medical Technology, and Physics Monmouth University West Long Branch, NJ 7764-898 tzielins@monmouth.edu Copyright 7 by

More information

Enthalpy and Adiabatic Changes

Enthalpy and Adiabatic Changes Enthalpy and Adiabatic Changes Chapter 2 of Atkins: The First Law: Concepts Sections 2.5-2.6 of Atkins (7th & 8th editions) Enthalpy Definition of Enthalpy Measurement of Enthalpy Variation of Enthalpy

More information

CHEMISTRY DEPARTMENT, PORTLAND STATE UNIVERSITY

CHEMISTRY DEPARTMENT, PORTLAND STATE UNIVERSITY CHEMISTRY DEPARTMENT, PORTLAND STATE UNIVERSITY CHEMISTRY 440/540, PHYSICAL CHEMISTRY. FALL, 2014 Venue: CR 250 Instructor: R. H. Simoyi (SB2 372) Syllabus: The chapters and page numbers referred to in

More information

Vibronic Spectra of Diatomic Molecules and the Birge-Sponer Extrapolation

Vibronic Spectra of Diatomic Molecules and the Birge-Sponer Extrapolation Vibronic Spectra of Diatomic Molecules and the Birge-Sponer Extrapolation George M Shalhoub Department of Chemistry LaSalle University Philadelphia, PA 9 shalhoub@lasalleedu and Theresa Julia Zielinski

More information

Introduction to Franck-Condon Factors

Introduction to Franck-Condon Factors Introduction to Franck-Condon Factors Theresa Julia Zielinski Monmouth University Department of Chemistry, Medical Technology, and Physics West Long Branch, NJ 07764 tzielins@monmouth.edu and La Salle

More information

(prev) (top) (next) (Throughout, we will assume the processes involve an ideal gas with constant n.)

(prev) (top) (next) (Throughout, we will assume the processes involve an ideal gas with constant n.) 1 of 9 8/22/12 9:51 PM (prev) (top) (next) Thermodynamics 1 Thermodynamic processes can be: 2 isothermal processes, ΔT = 0 (so P ~ 1 / V); isobaric processes, ΔP = 0 (so T ~ V); isovolumetric or isochoric

More information

The Iodine Spectrum. and

The Iodine Spectrum. and The Iodine Spectrum George Long Department of Chemistry Indiana University of Pennsylvania Indiana, PA 15705 grlong@grove.iup.edu and Department of Chemistry, Medical Technology, and Physics Monmouth University

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

UNIVERSITY OF SOUTHAMPTON

UNIVERSITY OF SOUTHAMPTON UNIVERSITY OF SOUTHAMPTON PHYS1013W1 SEMESTER 2 EXAMINATION 2014-2015 ENERGY AND MATTER Duration: 120 MINS (2 hours) This paper contains 8 questions. Answers to Section A and Section B must be in separate

More information

Chapter 2 First Law Formalism

Chapter 2 First Law Formalism Chapter 2 First Law Formalism 2.1 The Special Character of State Variables A gas can be characterized by a set of state variables. Some, such as temperature, pressure, and volume, are measured directly

More information

Thermodynamics part III.

Thermodynamics part III. Thermodynamics part III. a.) Fenomenological thermodynamics macroscopic description b.) Molecular thermodynamics microscopic description b1.) kinetical gas theory b2.) statistical thermodynamics Laws of

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

UNIVERSITY OF SOUTHAMPTON

UNIVERSITY OF SOUTHAMPTON UNIVERSITY OF SOUTHAMPTON PHYS1013W1 SEMESTER 2 EXAMINATION 2014-2015 ENERGY AND MATTER Duration: 120 MINS (2 hours) This paper contains 8 questions. Answers to Section A and Section B must be in separate

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

Honors Physics. Notes Nov 16, 20 Heat. Persans 1

Honors Physics. Notes Nov 16, 20 Heat. Persans 1 Honors Physics Notes Nov 16, 20 Heat Persans 1 Properties of solids Persans 2 Persans 3 Vibrations of atoms in crystalline solids Assuming only nearest neighbor interactions (+Hooke's law) F = C( u! u

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

Section 4.1 Polynomial Functions and Models. Copyright 2013 Pearson Education, Inc. All rights reserved

Section 4.1 Polynomial Functions and Models. Copyright 2013 Pearson Education, Inc. All rights reserved Section 4.1 Polynomial Functions and Models Copyright 2013 Pearson Education, Inc. All rights reserved 3 8 ( ) = + (a) f x 3x 4x x (b) ( ) g x 2 x + 3 = x 1 (a) f is a polynomial of degree 8. (b) g is

More information

First Law CML 100, IIT Delhi SS. The total energy of the system. Contribution from translation + rotation + vibrations.

First Law CML 100, IIT Delhi SS. The total energy of the system. Contribution from translation + rotation + vibrations. Internal Energy he total energy of the system. Contribution from translation + rotation + vibrations. Equipartition theorem for the translation and rotational degrees of freedom. 1/ k B Work Path function,

More information

(Heat capacity c is also called specific heat) this means that the heat capacity number c for water is 1 calorie/gram-k.

(Heat capacity c is also called specific heat) this means that the heat capacity number c for water is 1 calorie/gram-k. Lecture 23: Ideal Gas Law and The First Law of Thermodynamics 1 (REVIEW) Chapter 17: Heat Transfer Origin of the calorie unit A few hundred years ago when people were investigating heat and temperature

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

18.13 Review & Summary

18.13 Review & Summary 5/2/10 10:04 PM Print this page 18.13 Review & Summary Temperature; Thermometers Temperature is an SI base quantity related to our sense of hot and cold. It is measured with a thermometer, which contains

More information

Temperature Thermal Expansion Ideal Gas Law Kinetic Theory Heat Heat Transfer Phase Changes Specific Heat Calorimetry Heat Engines

Temperature Thermal Expansion Ideal Gas Law Kinetic Theory Heat Heat Transfer Phase Changes Specific Heat Calorimetry Heat Engines Temperature Thermal Expansion Ideal Gas Law Kinetic Theory Heat Heat Transfer Phase Changes Specific Heat Calorimetry Heat Engines Zeroeth Law Two systems individually in thermal equilibrium with a third

More information

Physics Fall Mechanics, Thermodynamics, Waves, Fluids. Lecture 32: Heat and Work II. Slide 32-1

Physics Fall Mechanics, Thermodynamics, Waves, Fluids. Lecture 32: Heat and Work II. Slide 32-1 Physics 1501 Fall 2008 Mechanics, Thermodynamics, Waves, Fluids Lecture 32: Heat and Work II Slide 32-1 Recap: the first law of thermodynamics Two ways to raise temperature: Thermally: flow of heat Energy

More information

EDEXCEL NATIONAL CERTIFICATE/DIPLOMA. PRINCIPLES AND APPLICATIONS of THERMODYNAMICS NQF LEVEL 3 OUTCOME 2 -ENERGY TRANSFER

EDEXCEL NATIONAL CERTIFICATE/DIPLOMA. PRINCIPLES AND APPLICATIONS of THERMODYNAMICS NQF LEVEL 3 OUTCOME 2 -ENERGY TRANSFER EDEXCEL NATIONAL CERTIFICATE/DIPLOMA PRINCIPLES AND APPLICATIONS of THERMODYNAMICS NQF LEEL OUTCOME -ENERGY TRANSFER TUTORIAL - CLOSED THERMODYNAMIC SYSTEMS CONTENT Be able to quantify energy transfer

More information

Revision Guide for Chapter 13

Revision Guide for Chapter 13 Matter: very simple Revision Guide for Chapter Contents Student s Checklist Revision Notes Ideal gas... Ideal gas laws... Assumptions of kinetic theory of gases... 5 Internal energy... 6 Specific thermal

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

A) 2.0 atm B) 2.2 atm C) 2.4 atm D) 2.9 atm E) 3.3 atm

A) 2.0 atm B) 2.2 atm C) 2.4 atm D) 2.9 atm E) 3.3 atm Name: Date: 1. On a cold day ( 3 C), the gauge pressure on a tire reads 2.0 atm. If the tire is heated to 27 C, what will be the absolute pressure of the air inside the tire? A) 2.0 atm B) 2.2 atm C) 2.4

More information

Thermodynamics & Statistical Mechanics SCQF Level 9, U03272, PHY-3-ThermStat. Thursday 24th April, a.m p.m.

Thermodynamics & Statistical Mechanics SCQF Level 9, U03272, PHY-3-ThermStat. Thursday 24th April, a.m p.m. College of Science and Engineering School of Physics H T O F E E U D N I I N V E B R U S I R T Y H G Thermodynamics & Statistical Mechanics SCQF Level 9, U03272, PHY-3-ThermStat Thursday 24th April, 2008

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

Radiative Transfer Chapter 3, Hartmann

Radiative Transfer Chapter 3, Hartmann Radiative Transfer Chapter 3, Hartmann Shortwave Absorption: Clouds, H 2 0, O 3, some CO 2 Shortwave Reflection: Clouds, surface, atmosphere Longwave Absorption: Clouds, H 2 0, CO 2, CH 4, N 2 O Planck

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

Exploring Fourier Transform Techniques with Mathcad Document 1: Introduction to the Fourier Transform

Exploring Fourier Transform Techniques with Mathcad Document 1: Introduction to the Fourier Transform Exploring Fourier Transform Techniques with Mathcad Document : Introduction to the Fourier Transform by Mark Iannone Department of Chemistry Millersville University Millersville, PA 7-3 miannone@maraudermillersvedu

More information

PHYsics 1150 Homework, Chapter 14, Thermodynamics Ch 14: 1, 17, 26, 27, 37, 44, 46, 52, 58

PHYsics 1150 Homework, Chapter 14, Thermodynamics Ch 14: 1, 17, 26, 27, 37, 44, 46, 52, 58 PHYsics 1150 Homework, Chapter 14, Thermodynamics Ch 14: 1, 17, 6, 7, 37, 44, 46, 5, 58 14.1 An ideal gas is sealed in a rigid container at 5 C and. What will its temperature be when the pressure is incresed

More information

5. We use the following relation derived in Sample Problem Entropy change of two blocks coming to equilibrium:

5. We use the following relation derived in Sample Problem Entropy change of two blocks coming to equilibrium: Chapter 20 5. We use the following relation derived in Sample Problem Entropy change of two blocks coming to equilibrium: Tf S = mc ln. Ti (a) The energy absorbed as heat is given by Eq. 19-14. Using Table

More information

Name: Discussion Section:

Name: Discussion Section: CBE 141: Chemical Engineering Thermodynamics, Spring 2018, UC Berkeley Midterm 1 February 13, 2018 Time: 80 minutes, closed-book and closed-notes, one-sided 8 ½ x 11 equation sheet allowed Please show

More information

1985B4. A kilogram sample of a material is initially a solid at a temperature of 20 C. Heat is added to the sample at a constant rate of 100

1985B4. A kilogram sample of a material is initially a solid at a temperature of 20 C. Heat is added to the sample at a constant rate of 100 1985B4. A 0.020-kilogram sample of a material is initially a solid at a temperature of 20 C. Heat is added to the sample at a constant rate of 100 joules per second until the temperature increases to 60

More information

Chapter 15 Thermal Properties of Matter

Chapter 15 Thermal Properties of Matter Chapter 15 Thermal Properties of Matter To understand the mole and Avogadro's number. To understand equations of state. To study the kinetic theory of ideal gas. To understand heat capacity. To learn and

More information

CHEM 231. Physical Chemistry I NJIT Fall Semester, Prerequisites: Chem 126 or 123, Phys 111 Co requisite: Math 211

CHEM 231. Physical Chemistry I NJIT Fall Semester, Prerequisites: Chem 126 or 123, Phys 111 Co requisite: Math 211 CHEM 231 Physical Chemistry I NJIT Fall Semester, 2017 Prerequisites: Chem 126 or 123, Phys 111 Co requisite: Math 211 Textbook: Chapters to be covered: Instructor: Goals: Prerequisites: Course Outline:

More information

Process Nature of Process

Process Nature of Process AP Physics Free Response Practice Thermodynamics 1983B. The pv-diagram above represents the states of an ideal gas during one cycle of operation of a reversible heat engine. The cycle consists of the following

More information

PHY214 Thermal & Kinetic Physics Duration: 2 hours 30 minutes

PHY214 Thermal & Kinetic Physics Duration: 2 hours 30 minutes BSc Examination by course unit. Friday 5th May 01 10:00 1:30 PHY14 Thermal & Kinetic Physics Duration: hours 30 minutes YOU ARE NOT PERMITTED TO READ THE CONTENTS OF THIS QUESTION PAPER UNTIL INSTRUCTED

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

Potential Barriers and Tunneling

Potential Barriers and Tunneling Potential Barriers and Tunneling Mark Ellison Department of Chemistry Wittenberg University Springfield, OH 45501 mellison@wittenberg.edu Copyright 004 by the Division of Chemical Education, Inc., American

More information

The first law of thermodynamics. U = internal energy. Q = amount of heat energy transfer

The first law of thermodynamics. U = internal energy. Q = amount of heat energy transfer Thermodynamics Investigation of the energy transfer by heat and work and how natural systems behave (Q) Heat transfer of energy due to temp differences. (W) Work transfer of energy through mechanical means.

More information

Version 001 HW 15 Thermodynamics C&J sizemore (21301jtsizemore) 1

Version 001 HW 15 Thermodynamics C&J sizemore (21301jtsizemore) 1 Version 001 HW 15 Thermodynamics C&J sizemore 21301jtsizemore 1 This print-out should have 38 questions. Multiple-choice questions may continue on the next column or page find all choices before answering.

More information

Introduction to thermodynamics

Introduction to thermodynamics Chapter 6 Introduction to thermodynamics Topics First law of thermodynamics Definitions of internal energy and work done, leading to du = dq + dw Heat capacities, C p = C V + R Reversible and irreversible

More information

Phys 22: Homework 10 Solutions W A = 5W B Q IN QIN B QOUT A = 2Q OUT 2 QOUT B QIN B A = 3Q IN = QIN B QOUT. e A = W A e B W B A Q IN.

Phys 22: Homework 10 Solutions W A = 5W B Q IN QIN B QOUT A = 2Q OUT 2 QOUT B QIN B A = 3Q IN = QIN B QOUT. e A = W A e B W B A Q IN. HRK 26.7 Summarizing the information given in the question One way of doing this is as follows. W A = 5W Q IN A = Q IN Q OU A = 2Q OU Use e A = W A Q IN = QIN A QOU Q IN A A A and e = W Q IN = QIN QOU

More information

1. What is the value of the quantity PV for one mole of an ideal gas at 25.0 C and one atm?

1. What is the value of the quantity PV for one mole of an ideal gas at 25.0 C and one atm? Real Gases Thought Question: How does the volume of one mole of methane gas (CH4) at 300 Torr and 298 K compare to the volume of one mole of an ideal gas at 300 Torr and 298 K? a) the volume of methane

More information

Lecture 5. PHYC 161 Fall 2016

Lecture 5. PHYC 161 Fall 2016 Lecture 5 PHYC 161 Fall 2016 Ch. 19 First Law of Thermodynamics In a thermodynamic process, changes occur in the state of the system. Careful of signs! Q is positive when heat flows into a system. W is

More information

Work and heat. Expansion Work. Heat Transactions. Chapter 2 of Atkins: The First Law: Concepts. Sections of Atkins

Work and heat. Expansion Work. Heat Transactions. Chapter 2 of Atkins: The First Law: Concepts. Sections of Atkins Work and heat Chapter 2 of Atkins: The First Law: Concepts Sections 2.3-2.4 of Atkins Expansion Work General Expression for Work Free Expansion Expansion Against Constant Pressure Reversible Expansion

More information

More Thermodynamics. Specific Specific Heats of a Gas Equipartition of Energy Reversible and Irreversible Processes

More Thermodynamics. Specific Specific Heats of a Gas Equipartition of Energy Reversible and Irreversible Processes More Thermodynamics Specific Specific Heats of a Gas Equipartition of Energy Reversible and Irreversible Processes Carnot Cycle Efficiency of Engines Entropy More Thermodynamics 1 Specific Heat of Gases

More information

Physics 123 Unit #2 Review

Physics 123 Unit #2 Review Physics 123 Unit #2 Review I. Definitions & Facts thermal equilibrium ideal gas thermal energy internal energy heat flow heat capacity specific heat heat of fusion heat of vaporization phase change expansion

More information

Chapter 4 ENERGY ANALYSIS OF CLOSED SYSTEMS

Chapter 4 ENERGY ANALYSIS OF CLOSED SYSTEMS Thermodynamics: An Engineering Approach Seventh Edition in SI Units Yunus A. Cengel, Michael A. Boles McGraw-Hill, 2011 Chapter 4 ENERGY ANALYSIS OF CLOSED SYSTEMS Copyright The McGraw-Hill Companies,

More information

Irreversible Processes

Irreversible Processes Lecture 15 Heat Engines Review & Examples p p b b Hot reservoir at T h p a a c adiabats Heat leak Heat pump Q h Q c W d V 1 V 2 V Cold reservoir at T c Lecture 15, p 1 Irreversible Processes Entropy-increasing

More information

The first law of thermodynamics continued

The first law of thermodynamics continued Lecture 7 The first law of thermodynamics continued Pre-reading: 19.5 Where we are The pressure p, volume V, and temperature T are related by an equation of state. For an ideal gas, pv = nrt = NkT For

More information

Lecture 15. Available Work and Free Energy. Lecture 15, p 1

Lecture 15. Available Work and Free Energy. Lecture 15, p 1 Lecture 15 Available Work and Free Energy U F F U -TS Lecture 15, p 1 Helpful Hints in Dealing with Engines and Fridges Sketch the process (see figures below). Define and Q c and W by (or W on ) as positive

More information

Ch. 19: The Kinetic Theory of Gases

Ch. 19: The Kinetic Theory of Gases Ch. 19: The Kinetic Theory of Gases In this chapter we consider the physics of gases. If the atoms or molecules that make up a gas collide with the walls of their container, they exert a pressure p on

More information

The First Law of Thermodynamics

The First Law of Thermodynamics Chapter 19 The First Law of Thermodynamics PowerPoint Lectures for University Physics, Thirteenth Edition Hugh D. Young and Roger A. Freedman Lectures by Wayne Anderson Goals for Chapter 19 To represent

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

Speed Distribution at CONSTANT Temperature is given by the Maxwell Boltzmann Speed Distribution

Speed Distribution at CONSTANT Temperature is given by the Maxwell Boltzmann Speed Distribution Temperature ~ Average KE of each particle Particles have different speeds Gas Particles are in constant RANDOM motion Average KE of each particle is: 3/2 kt Pressure is due to momentum transfer Speed Distribution

More information

7. (2) Of these elements, which has the greatest number of atoms in a mole? a. hydrogen (H) b. oxygen (O) c. iron (Fe) d. gold (Au) e. all tie.

7. (2) Of these elements, which has the greatest number of atoms in a mole? a. hydrogen (H) b. oxygen (O) c. iron (Fe) d. gold (Au) e. all tie. General Physics I Exam 5 - Chs. 13,14,15 - Heat, Kinetic Theory, Thermodynamics Dec. 14, 2010 Name Rec. Instr. Rec. Time For full credit, make your work clear to the grader. Show formulas used, essential

More information

Scientists and Their Discoveries: The Ideal Gas Law Poster Illustrated Teacher's Guide

Scientists and Their Discoveries: The Ideal Gas Law Poster Illustrated Teacher's Guide Scientists and Their Discoveries: The Ideal Gas Law Poster Illustrated Teacher's Guide #35-1170 Paper #35-1171 Laminated Background Gas Law Basics Matter most frequently takes the form of a solid, liquid,

More information

Atkins / Paula Physical Chemistry, 8th Edition. Chapter 3. The Second Law

Atkins / Paula Physical Chemistry, 8th Edition. Chapter 3. The Second Law Atkins / Paula Physical Chemistry, 8th Edition Chapter 3. The Second Law The direction of spontaneous change 3.1 The dispersal of energy 3.2 Entropy 3.3 Entropy changes accompanying specific processes

More information

Chemistry 452 July 23, Enter answers in a Blue Book Examination

Chemistry 452 July 23, Enter answers in a Blue Book Examination Chemistry 45 July 3, 014 Enter answers in a Blue Book Examination Midterm Useful Constants: 1 Newton=1 N= 1 kg m s 1 Joule=1J=1 N m=1 kg m /s 1 Pascal=1Pa=1N m 1atm=10135 Pa 1 bar=10 5 Pa 1L=0.001m 3 Universal

More information

There are six problems on the exam. Do all of the problems. Show your work

There are six problems on the exam. Do all of the problems. Show your work CHM 3400 Fundamentals o Physical Chemistry First Hour Exam There are six problems on the exam. Do all o the problems. Show your work R = 0.08206 L. atm/mole. K N A = 6.022 x 10 23 R = 0.08314 L. bar/mole.

More information

Irreversible Processes

Irreversible Processes Lecture 15 Heat Engines Review & Examples p p b b Hot reservoir at T h p a a c adiabats Heat leak Heat pump Q h Q c W d V 1 V 2 V Cold reservoir at T c Lecture 15, p 1 Irreversible Processes Entropy-increasing

More information

Outline Review Example Problem 1 Example Problem 2. Thermodynamics. Review and Example Problems. X Bai. SDSMT, Physics. Fall 2013

Outline Review Example Problem 1 Example Problem 2. Thermodynamics. Review and Example Problems. X Bai. SDSMT, Physics. Fall 2013 Review and Example Problems SDSMT, Physics Fall 013 1 Review Example Problem 1 Exponents of phase transformation 3 Example Problem Application of Thermodynamic Identity : contents 1 Basic Concepts: Temperature,

More information

4.1 LAWS OF MECHANICS - Review

4.1 LAWS OF MECHANICS - Review 4.1 LAWS OF MECHANICS - Review Ch4 9 SYSTEM System: Moving Fluid Definitions: System is defined as an arbitrary quantity of mass of fixed identity. Surrounding is everything external to this system. Boundary

More information

CHEM Thermodynamics. Work. There are two ways to change the internal energy of a system:

CHEM Thermodynamics. Work. There are two ways to change the internal energy of a system: There are two ways to change the internal energy of a system: Thermodynamics Work 1. By flow of heat, q Heat is the transfer of thermal energy between and the surroundings 2. By doing work, w Work can

More information

What is thermodynamics? and what can it do for us?

What is thermodynamics? and what can it do for us? What is thermodynamics? and what can it do for us? The overall goal of thermodynamics is to describe what happens to a system (anything of interest) when we change the variables that characterized the

More information

Free expansion (Joule); Constant U Forced expansion (Joule-Kelvin); Constant H. Joule-Kelvin coefficient - heating or cooling on JK expansion?

Free expansion (Joule); Constant U Forced expansion (Joule-Kelvin); Constant H. Joule-Kelvin coefficient - heating or cooling on JK expansion? ...Thermodynamics Adiabats: How c P and c V get into the exponent PV γ Free expansion (Joule); Constant U Forced expansion (Joule-Kelvin); Constant H Joule-Kelvin coefficient - heating or cooling on JK

More information

5.60 Thermodynamics & Kinetics Spring 2008

5.60 Thermodynamics & Kinetics Spring 2008 MIT OpenCourseWare http://ocw.mit.edu 5.60 Thermodynamics & Kinetics Spring 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. 5.60 Spring 2008 Lecture

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

Outline of the Course

Outline of the Course Outline of the Course 1) Review and Definitions 2) Molecules and their Energies 3) 1 st Law of Thermodynamics 4) 2 nd Law of Thermodynamics 5) Gibbs Free Energy 6) Phase Diagrams and REAL Phenomena 7)

More information

Potential Concept Questions

Potential Concept Questions Potential Concept Questions Phase Diagrams Equations of State Reversible Processes Molecular Basis of Heat Capacity State Functions & Variables Temperature Joules Experiment for conversion of one form

More information

Distinguish between an isothermal process and an adiabatic process as applied to an ideal gas (2)

Distinguish between an isothermal process and an adiabatic process as applied to an ideal gas (2) 1. This question is about thermodynamic processes. (a) Distinguish between an isothermal process and an adiabatic process as applied to an ideal gas.......... An ideal gas is held in a container by a moveable

More information

UNIVERSITY OF SOUTHAMPTON VERY IMPORTANT NOTE. Section A answers MUST BE in a separate blue answer book. If any blue

UNIVERSITY OF SOUTHAMPTON VERY IMPORTANT NOTE. Section A answers MUST BE in a separate blue answer book. If any blue UNIVERSITY OF SOUTHAMPTON PHYS1013W1 SEMESTER 2 EXAMINATION 2011/12 ENERGY AND MATTER SOLUTIONS Duration: 120 MINS VERY IMPORTANT NOTE Section A answers MUST BE in a separate blue answer book. If any blue

More information

Chapter 6 Thermodynamic Properties of Fluids

Chapter 6 Thermodynamic Properties of Fluids Chapter 6 Thermodynamic Properties of Fluids Initial purpose in this chapter is to develop from the first and second laws the fundamental property relations which underlie the mathematical structure of

More information

Outline Review Example Problem 1. Thermodynamics. Review and Example Problems: Part-2. X Bai. SDSMT, Physics. Fall 2014

Outline Review Example Problem 1. Thermodynamics. Review and Example Problems: Part-2. X Bai. SDSMT, Physics. Fall 2014 Review and Example Problems: Part- SDSMT, Physics Fall 014 1 Review Example Problem 1 Exponents of phase transformation : contents 1 Basic Concepts: Temperature, Work, Energy, Thermal systems, Ideal Gas,

More information

Physics 231. Topic 14: Laws of Thermodynamics. Alex Brown Dec MSU Physics 231 Fall

Physics 231. Topic 14: Laws of Thermodynamics. Alex Brown Dec MSU Physics 231 Fall Physics 231 Topic 14: Laws of Thermodynamics Alex Brown Dec 7-11 2015 MSU Physics 231 Fall 2015 1 8 th 10 pm correction for 3 rd exam 9 th 10 pm attitude survey (1% for participation) 10 th 10 pm concept

More information

Work and heat. Heat Transactions Calorimetry Heat Capacity. Last updated: Sept. 24, 2018, slide 1

Work and heat. Heat Transactions Calorimetry Heat Capacity. Last updated: Sept. 24, 2018, slide 1 Work and heat Chapter 2 of Atkins: The First Law: Concepts Sections 2.3-2.4 of Atkins (7th, 8th & 9th editions) Section 2.1 of Atkins (10th, 11th editions) Expansion Work General Expression for Work Free

More information

Chap. 3 The Second Law. Spontaneous change

Chap. 3 The Second Law. Spontaneous change Chap. 3 The Second Law Spontaneous change Some things happen naturally; some things don t. the spontaneous direction of change, the direction of change that does not require work to be done to bring it

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

Thermodynamics. Joule-Thomson effect Ideal and Real Gases. What you need: Complete Equipment Set, Manual on CD-ROM included

Thermodynamics. Joule-Thomson effect Ideal and Real Gases. What you need: Complete Equipment Set, Manual on CD-ROM included Ideal Real Gases Thermodynamics 30600 What you can learn about Real gas Intrinsic energy Gay-Lussac theory Throttling Van der Waals equation Van der Waals force Inverse Inversion temperature Principle:

More information

QUIZZES RIEPJCPIγPJEJJJY

QUIZZES RIEPJCPIγPJEJJJY Che 3021 Thermodynamics I QUIZZES RIEPJCPIγPJEJJJY QUIZ 1. Find Molecular Weights: 1 1 CO 2 2 NaCl 3 Aspirin C 9 H 8 O 4 CO2 = NaCl = C9H8O4 = PIgPJC Quiz 1. Temperature conversion 1 Convert 94 o F, to

More information

Thermodynamic Processes and Thermochemistry

Thermodynamic Processes and Thermochemistry General Chemistry Thermodynamic Processes and Thermochemistry 박준원교수 ( 포항공과대학교화학과 ) 이번시간에는! Systems, states, and processes The first law of thermodynamics: internal energy, work, and heat Heat capacity,

More information

Thermodynamics. AP Physics B

Thermodynamics. AP Physics B Thermodynamics AP Physics B ork done by a gas Suppose you had a piston filled with a specific amount of gas. As you add heat, the temperature rises and thus the volume of the gas expands. The gas then

More information

IT IS THEREFORE A SCIENTIFIC LAW.

IT IS THEREFORE A SCIENTIFIC LAW. Now we talk about heat: Zeroth Law of Thermodynamics: (inserted after the 3 Laws, and often not mentioned) If two objects are in thermal equilibrium with a third object, they are in thermal equilibrium

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

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

Entropy in Macroscopic Systems

Entropy in Macroscopic Systems Lecture 15 Heat Engines Review & Examples p p b b Hot reservoir at T h p a a c adiabats Heat leak Heat pump Q h Q c W d V 1 V 2 V Cold reservoir at T c Lecture 15, p 1 Review Entropy in Macroscopic Systems

More information