Institute of Petroleum Engineering

Size: px
Start display at page:

Download "Institute of Petroleum Engineering"

Transcription

1 Institute of etroleum Engineering Department of Reservoir Engineering ractical training of reservoir engineering Submitted by : Supervised from : Ahoua David Christian Hussain Yaled Dr.-Ing. Viktor Reitenbach Edited by : Ahoua David Christian Hussain Yaled Adress : Osteröder Straße 36 Study program : Semester : Energy and raw materials : etroleum engineering 5 Semester Matriculation number : Ahoua David Christian : Submission date : Hussain Yaled :

2 Content Introduction Vapor liquid equilibrium Definition Applications Raoult s law Derivation (Mathematical Expression) Constraints Bubble and Dew oint Calculations in Matlab Bubble oint Calculation Dew oint Calculations Conclusion (Discussion of the Results) Bibliography / References... V Annex... VI I

3 Introduction The main goal of the following report is to present the theory of vapor-liquidequilibrium (VLE) and apply this theory in a practical manner by calculating the bubble point and dew point pressures at given temperatures.for this purpose we will use Matlab as the calculating platform, and also in order to prevent complicated equations only consider ideal vapor and liquid phase behaviors by using the Raoult s law. 1 Vapor liquid equilibrium 1.1 Definition The vapor-liquid-equilibrium is a state at which the gas and the liquid phase are in balance with each other, which indicates that the rate of vaporization ( liquid to vapor ) and condenion ( vapor to liquid ) are equal, that means the amount of substance which condene is the same amount of substance which vaporize. In addition the chemical potential is in both phase the same. For a clearly description of the vapor liquid equilibrium of pure substances, only the temperature and pressure is needed. For gas mixtures also, the composition of the vapor and liquid phases must be known. The compositions are mostly in Mol fractions, x for the liquid phase and y for the vapor phase. The vapor liquid equilibrium exist in the area between the triple point and the critical point.the pressure at the vapor liquid equilibrium is referred to as the urated vapor pressure. Mixture vapor liquid equilibriums are characterized by the fact that the composition of the liquid phase differs from the composition of the vapor phase.this effect occurs through the different volatility and therefore through the different partial pressures of the involved substances and separation processes in particular the rectification to separate mixtures. ure substances equilibrium are mostly presented in T (pressure-temperature) diagram, however the logarithm of the pressure is often plotted against the reciprocal of the temperature, because this sort of presentation approximately results in a straight line. Mixture vapor liquid equilibrium are mostly experimentally determined at constant pressure or temperature. Therefore Vapor liquid temperature of mixture are commonly presented as pressure against composition at constant temperature and for the case of 1

4 constant pressure temperature against composition. In each case for the liquid and vapor phase. 1.2 Applications Vapor-liquid equilibrium (VLE) help securing the bulk of industrial separation processes, particularly in distillation processes. VLE informations are useful in designing columns for distillation, particularly fractional distillation, which is a particular specialty of chemical engineers. Distillation is a process that use the separation or partial separation of components in a mixture with the operation of (vaporization) followed by condenion. Distillation takes advantage of differences in concentrations of components in the liquid and vapor phases. 2 Raoult s law Raoult's law is a law of thermodynamics established by French chemist François-Marie Raoult in It states that the partial vapor pressure of each component of an ideal mixture of liquids is equal to the vapor pressure of the pure component multiplied by its mole fraction in the mixture. The mathematical form of the Raoult s law is given as: i = i*xi (ideal solution) or i = i Yi (ideal gas). Where i is the partial vapor pressure of the component i in the gaseous/solution mixture (above the solution), i* is the vapor pressure of the pure component i,i is the liquid pressure of the pure component i and Xi is the liquid mole fraction of the component i, Yi is the vapor mole fraction of the component i in the mixture (in the solution). Therefore, since the partial pressures must be equal at equilibrium, we have the Raoult's Law equation for each component: Raoult s law for the component i : i*xi = i Yi 2

5 2.1 Derivation (Mathematical Expression) Originally was the Raoult s law found out as an idealized experimental law. With the utilization of the Raoult s law as the definition of an ideal solution, it is possible to figure out that the chemical potential of each component of the liquid is given by : µi = µi* + RT lnxi where µi* is the chemical potential of the component i in the pure state. This equation for the chemical potential may then be used to derive other thermodynamic properties of an ideal solution. Moreover, supposing that the vapor mixture acts as an ideal gas, it is then possible to re-drive Raoult s law as follows. If the system is in balance (equilibrium), the chemical potential of the component i has to be the same in the liquid solution and the vapor above it, that means that µi,liq = µi,vap. Supposing the liquid is an ideal solution, and using the formula for the chemical potential of a gas, gives : µi,liq* + RT lnxi = µi,vap + RT ln ( fi p ), fi represents the fugacity of the vapor of i, indicates the reference state and * indicates the pure component. For a pure i in equilibrium with its (pure) vapor, the corresponding equation is : µ i,liq * = µi,vap + RT ln ( fi p ) By subtracting both equations, the following formula is obtained : RT lnxi = RT ln ( f i ), which re-arranges to fi = xifi*. f i The fugacities can be replaced by simple pressures if the vapor of the solution behaves ideally : pi = xipi* which is Raoult s law. To summarize, it is to notice that, for the application of Raoult s law, an ideal behavior of the solution must be assumed, this assumption comes 3

6 from the fact that intermolecular forces between different molecules are equal to those between similar molecules which is the condition for an ideal solution. 2.2 Constraints 1. In case of the solution of an electrolyte this law is not applicable. 2.Raoult s law is not applicable in case of volatile solvent. 3.Raoult s law is applicable only in case of an ideal solution 4- Intermolecular forces between the components in the solution should be similar to those intermolecular forces between individual molecules. If we have a solution of A and B forces between A-A = B-B = A-B 5-The gaseous phase are assumed to be act as an ideal gas where we can use ideal gas law. 3 Bubble and Dew oint Calculations in Matlab In this notes we will explain how to perform Bubble and Dew point calculations in Matlab. Vapor (urated) ressure First of all we need the Antoine coefficients of the components which we can get either from the task or from the internet. In the following we assume the units to be in mmhg for pressure, and degrees C for temperature. In Matlab, we must first declare the Antoine coefficients and the mole fractions of the components. 4

7 all clear x Hex =0.15 x cyhex =0.2 x Hep =0.25 x cyhep =0.1 x Oct =0.15 x Non =0.15 A Hex = A cyhex = A Hep = A cyhep = A Oct = A Non = B Hex = B cyhex = B Hep = B cyhep = B Oct = B Non = C Hex = C cyhex = C Hep = C cyhep = C Oct = C Non = To calculate the urated (vapor) pressures of the components we need to implement Antoine s equation. To return pressure in bar the units are converted by dividing the equation with 750. Hex 10 (A Hex B Hex /(T+C Hex )))/750 cyhex 10 (A cyhex B cyhex /(T+C cyhex )))/750 Hep 10 (A Hep B Hep /(T+C Hep )))/750 cyhep 10 (A cyhep B cyhep /(T+C cyhep )))/750 Oct 10 (A Oct B Oct /(T+C Oct )))/750 Non 10 (A Non B Non /(T+C Non )))/750 To plot the Saturated (vapor) pressures against the temperatures we need the following code. T = linspace(57,92,2) lot(t, arrayfun( Hex, T), T, arrayfun( cyhex, T), T, arrayfun( Hep, T), T, arrayfun( cyhep, T), T, arrayfun( Oct, T), T, arrayfun( Non, T)) xlabel( Temperature [deg C] ) 5

8 ylabel( ressure [bar] ) title( Saturation (Vapor) ressure ) legend( Hexane, Cyclohexane, Heptane, Cycloheptane, Octane, Nonane, Location grid 3.1 Bubble oint Calculation At given pressure: We begin the bubble point calculation by solving the following equation x i i (T) i 1 = 0 fbub T, x) (x Hex Hex(T) + x cyhep cyhep(t) + x cyhex cyhex(t) + x Oct Oct(T) + x Hep Hep(T) + x Non Non(T) ) 1 6

9 If we have given the pressure and x, the bubble point temperature is then the value of T at which fbub(, T, x) = 0 = 100 x Hex =0.15 x cyhex =0.2 x Hep =0.25 x cyhep =0.1 x Oct =0.15 x Non =0.15 Tbub = fzero(@(t)fbub(, T, x),360) After the bubble point temperature is calculated, we can determine the vapor composition by Raoult s law. y i = i (T bub ) x i y Hex = x Hex Hex (Tbub ) y cyhex = x cyhex cyhex y Hep = x Hep Hep (Tbub ) (T bub ) 7

10 y cyhep = x cyhep cyhep y Oct = x Oct Oct (Tbub ) y Non = x Non Non (Tbub ) (T bub ) To visualize the results, the following code must be typed in. disp([ ressure:,, bar ]) disp([ Bubble oint Temperature, Tbub, degree C ]) disp([ Liquid hase Composition: ]) disp(x) disp([ Vapor hase Composition: ]) disp(y) At given temperature: If we have given the temperature T and x, then the bubble point pressure is the value at which x i i (T) = i The goal here is to find a p that isfies this equation. After calculating the vapor (urated) pressure of every component, we can then determine the partial pressure of each component. The sum of these partial pressures is then the bubble point pressure of the mixture. 8

11 T = 57 x Hex =0.15 x cyhex =0.2 x Hep =0.25 x cyhep =0.1 x Oct =0.15 x Non =0.15 Hex 10 (A Hex B Hex /(T+C Hex )))/750 cyhex 10 (A cyhex B cyhex /(T+C cyhex )))/750 Hep 10 (A Hep B Hep /(T+C Hep )))/750 cyhep 10 (A cyhep B cyhep /(T+C cyhep )))/750 Oct 10 (A Oct B Oct /(T+C Oct )))/750 Non 10 (A Non B Non /(T+C Non )))/750 Hex = x Hex Hex cyhex = x cyhex cyhex Hep = x Hep Hep cyhep = x cyhep cyhep Oct = x Oct Oct Non = x Non Non 9

12 bub = Hex + cyhex + Hep + cyhep + Oct + Non y Hex = Hex bub y cyhex = cyhex bub y Hep = Hep bub y cyhep = cyhep bub y Oct = Oct bub y Non = Non bub disp([ < Temperature:, T, degree C ]) disp([ Bubble oint ressure, bub, bar ]) disp([ Liquid hase Composition: ]) disp(x) disp([ Vapor hase Composition: ]) disp(y) 3.2 Dew oint Calculations At given pressure: To calculate the dew point at given pressure, we must first solve the following equation y i i i (T) 1 = 0 10

13 f dew (, T, x) ( y Hex Hex (T) + y cyhex cyhex (T) + y Hep Hep (T) + y cyhep cyhep (T) + y Oct Oct (T) + y Non Non (T) ) 1 At given ressure and vapor mole fractions y, the dew point temperature T dew is the value for which f dew (, T, y) = 0 = 100 y Hex = 0,15 y cyhex = 0,2 y Hep = 0,25 y cyhep = 0,1 y Oct = 0,15 y Non = 0,15 T dew = fzero(@(t) f dew (, T, y), 360) disp( Dew oint Temperature ) disp(tdew) After we calculating the dew point temperature, we can determine the liquid phase composition from Raoult s law as follows x i = y i i (T dew ) x Hex = y Hex x cyhex = y cyhex Hex (T dew ) cyhex (T dew ) 11

14 x Hep = y Hep x cyhep = y cyhep x Oct = y Oct x Non = y Non Hep (T dew ) cyhep (T dew ) Oct (T dew ) Non (T dew ) To show the results the following code must be typed in disp( ressure:,, bar ) disp ( Dew oint Temperature, T dew, degree K ) disp( Liquid hase Composition: ) disp(x) disp( Vapor hase Composition: ) disp(y) At given temperature: If we have given the temperature T and y, then the dew point pressure dew is the value at which y i i (T) i = 1 dew The goal here is to find a p that isfies these equation. With the given temperature we can therefore calculate the dew point pressure. After that the calculation of the liquid phase composition can be easily done as follows T = 57 y Hex = 0,15 y cyhex = 0,2 y Hep = 0,25 12

15 y cyhep = 0,1 y Oct = 0,15 y Non = 0,15 dew = y Hex + y cyhex Hex cyhex + y Hep Hep 1 + y cyhep cyhep + y Oct Oct + y Non Non x Hex = y Hex dew Hex x cyhex = y cyhex dew cyhex x Hep = y Hep dew Hep x cyhep = y cyhep dew cyhep x Oct = y Oct dew Oct x Non = y Non dew Non disp( Temperature:, T, degreec ) disp ( Dew oint ressure, dew, bar ) disp( Liquid hase Composition: ) disp(x) disp( Vapor hase Composition: ) disp(y) 13

16 4 Conclusion (Discussion of the Results) We have calculated the bubble point and dew point pressures of the mixture at the given temperature range C as well as the compositions of the vapor and liquid phases at bubble point and dew point pressures.as you can see, the compositions of the liquid and vapor phases differentiate from each other as stated before in the theory. It is Obvious that at the same temperature, the dew point pressures are smaller than the bubble point pressures which indicates that to reach the dew point curve, it is necessary to increase the pressure, while on the contrary for the bubble point the pressure must be decreased.however these results are only valid for ideal mixtures where Raoult s law is applicable. But in reality most mixtures don t behave ideally and therefore we can conclude that Raoult s law cannot be often applied for VLE calculations without further modifications. 14

17 Bibliography / References book.pdf ( ) mpnames=1 ( ) ( ) ns.pdf ( ) ( ) liquid_equilibrium ( ) _of_matter/solutions_and_mixtures/ideal_solutions/changes_in_vapor_ ressure%2c_raoult's_law ( ) esses/vapor-liquid_equilibrium ( ) Reservoir Engineering II Lectures by rof.l.ganzer Thermodynamics: An Engineering Approach" by Yunus A. Çengel, Michael A. Boles, p. 65 V

18 Annex E X L A N A T I O N We hereby assure that we have written this work independently and that no other than the stated sources and tools were used, and in addition that all references of work that were literally or in essence taken from other sources, are identified, and that the work in same or similar form has not yet been submitted under an examination of any authority. We confirm my agreement, with the review of this work in terms of this information through an information-technical verification test. Clausthal-Zellerfeld, 3. April 2016 Ahoua David, Hussain Yaled VI

CH2351 Chemical Engineering Thermodynamics II Unit I, II Phase Equilibria. Dr. M. Subramanian

CH2351 Chemical Engineering Thermodynamics II Unit I, II   Phase Equilibria.   Dr. M. Subramanian CH2351 Chemical Engineering Thermodynamics II Unit I, II Phase Equilibria Dr. M. Subramanian Associate Professor Department of Chemical Engineering Sri Sivasubramaniya Nadar College of Engineering Kalavakkam

More information

CH1810 Lecture #2 Vapor Pressure of Liquids and Solutions

CH1810 Lecture #2 Vapor Pressure of Liquids and Solutions CH1810 Lecture #2 Vapor Pressure of Liquids and Solutions Vaporization and Condensation Kinetic Energy and Temperature Molecules in a liquid are constantly in motion Types of motion: vibrational, and limited

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

Vapor-liquid Separation Process MULTICOMPONENT DISTILLATION

Vapor-liquid Separation Process MULTICOMPONENT DISTILLATION Vapor-liquid Separation Process MULTICOMPONENT DISTILLATION Outline: Introduction to multicomponent distillation Phase Equilibria in Multicomponent Distillation (Pg. 737) Bubble-point and dew-point calculation

More information

An Efficient Design of Multi Component Distillation Column by Approximate & Rigorous Method

An Efficient Design of Multi Component Distillation Column by Approximate & Rigorous Method An Efficient Design of Multi Component Distillation Column by Approximate & Rigorous Method Syed Mujahed Ali Rizwan Senior Lecturer in Chemistry Challenger College, Moinabad, Hyderabad. Abstract: In this

More information

Introduction: Introduction. material is transferred from one phase (gas, liquid, or solid) into another.

Introduction: Introduction. material is transferred from one phase (gas, liquid, or solid) into another. Introduction: Virtually all commercial chemical processes involve operations in which material is transferred from one phase (gas, liquid, or solid) into another. rewing a cup of Coffee (Leaching) Removal

More information

Name: Discussion Section:

Name: Discussion Section: CBE 141: Chemical Engineering Thermodynamics, Spring 2017, UC Berkeley Midterm 2 FORM B March 23, 2017 Time: 80 minutes, closed-book and closed-notes, one-sided 8 ½ x 11 equation sheet allowed lease show

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 Conservation of Energy. 4) 2 nd Law of Thermodynamics Ever-Increasing Entropy. 5) Gibbs Free

More information

The two major assumptions required to reduce VLE calculations to Raoult's law are:

The two major assumptions required to reduce VLE calculations to Raoult's law are: 10.4 SIMPLE MODELS FOR VAPOR/LIQUID EQUILIBRIUM The preceding section has described what is observed through experimental observation. When thermodynamics is applied to vapour/liquid equilibrium, the goal

More information

Phase Separation Degree of Freedom Analysis. Binary Vapor-Liquid Systems. Azeotropic Systems. - Gibbs phase rule F C P 2 -General analysis

Phase Separation Degree of Freedom Analysis. Binary Vapor-Liquid Systems. Azeotropic Systems. - Gibbs phase rule F C P 2 -General analysis Lecture 5. Single Equilibrium Stages (1) Phase Separation [Ch. 4] Degree of Freedom Analysis - Gibbs phase rule F CP2 -General analysis Binary Vapor-Liquid Systems - Examples of binary system - Phase equilibrium

More information

General Physical Chemistry I

General Physical Chemistry I General Physical Chemistry I Lecture 13 leksey Kocherzhenko pril 7, 2015" Last time " Phase diagrams" Maps showing the thermodynamically stable phases for each and," phase regions in a phase diagram are

More information

Modified Raoult's Law and Excess Gibbs Free Energy

Modified Raoult's Law and Excess Gibbs Free Energy ACTIVITY MODELS 1 Modified Raoult's Law and Excess Gibbs Free Energy Equilibrium criteria: f V i = L f i For vapor phase: f V i = y i i P For liquid phase, we may use an activity coefficient ( i ), giving:

More information

CHEMISTRY Topic #2: Thermochemistry and Electrochemistry What Makes Reactions Go? Fall 2018 Dr. Susan Findlay See Exercises in Topic 8

CHEMISTRY Topic #2: Thermochemistry and Electrochemistry What Makes Reactions Go? Fall 2018 Dr. Susan Findlay See Exercises in Topic 8 CHEMISTRY 2000 Topic #2: Thermochemistry and Electrochemistry What Makes Reactions Go? Fall 208 Dr. Susan Findlay See Exercises in Topic 8 Vapour Pressure of Pure Substances When you leave wet dishes on

More information

The Chemical Potential of Components of Solutions

The Chemical Potential of Components of Solutions CHEM 331 Physical Chemistry Fall 2017 The Chemical Potential of Components of Solutions We have shown that the Gibbs Free Energy for a solution at constant T and P can be determined from the chemical potential

More information

Colligative Properties. Vapour pressure Boiling point Freezing point Osmotic pressure

Colligative Properties. Vapour pressure Boiling point Freezing point Osmotic pressure Colligative Properties Vapour pressure Boiling point Freezing point Osmotic pressure Learning objectives Describe meaning of colligative property Use Raoult s law to determine vapor pressure of solutions

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

General Physical Chemistry I

General Physical Chemistry I General Physical Chemistry I Lecture 14 Aleksey Kocherzhenko April 9, 2015" Last time " Chemical potential " Partial molar property the contribution per mole that a substance makes to an overall property

More information

Chapter 10. Vapor/Liquid Equilibrium: Introduction

Chapter 10. Vapor/Liquid Equilibrium: Introduction Chapter 10 Vapor/Liquid Equilibrium: Introduction Preceding chapters have dealt largely with pure substances or with constant-composition mixtures. e.g., air. However, composition changes are the desired

More information

Chapter 13. Ions in aqueous Solutions And Colligative Properties

Chapter 13. Ions in aqueous Solutions And Colligative Properties Chapter 13 Ions in aqueous Solutions And Colligative Properties Compounds in Aqueous Solution Dissociation The separation of ions that occurs when an ionic compound dissolves H2O NaCl (s) Na+ (aq) + Cl-

More information

Chapter 3 PROPERTIES OF PURE SUBSTANCES

Chapter 3 PROPERTIES OF PURE SUBSTANCES Thermodynamics: An Engineering Approach Seventh Edition Yunus A. Cengel, Michael A. Boles McGraw-Hill, 2011 Chapter 3 PROPERTIES OF PURE SUBSTANCES Copyright The McGraw-Hill Companies, Inc. Permission

More information

Mass Transfer Operations I Prof. Bishnupada Mandal Department of Chemical Engineering Indian Institute of Technology, Guwahati

Mass Transfer Operations I Prof. Bishnupada Mandal Department of Chemical Engineering Indian Institute of Technology, Guwahati Mass Transfer Operations I Prof. Bishnupada Mandal Department of Chemical Engineering Indian Institute of Technology, Guwahati Module - 5 Distillation Lecture - 5 Fractional Distillation Welcome to the

More information

Chapter 3 PROPERTIES OF PURE SUBSTANCES

Chapter 3 PROPERTIES OF PURE SUBSTANCES Thermodynamics: An Engineering Approach Seventh Edition in SI Units Yunus A. Cengel, Michael A. Boles McGraw-Hill, 2011 Chapter 3 PROPERTIES OF PURE SUBSTANCES Copyright The McGraw-Hill Companies, Inc.

More information

Exam 3 Solutions. ClO g. At 200 K and a total pressure of 1.0 bar, the partial pressure ratio for the chlorine-containing compounds is p ClO2

Exam 3 Solutions. ClO g. At 200 K and a total pressure of 1.0 bar, the partial pressure ratio for the chlorine-containing compounds is p ClO2 Chemistry 360 Dr. Jean M. Standard Fall 2016 Name KEY Exam 3 Solutions 1.) (14 points) Consider the gas phase decomposition of chlorine dioxide, ClO 2, ClO 2 ( g) ClO ( g) + O ( g). At 200 K and a total

More information

DATA THAT YOU MAY USE UNITS Conventional Volume ml or cm 3 = cm 3 or 10-3 dm 3 Liter (L) = dm 3 Pressure atm = 760 torr = Pa CONSTANTS

DATA THAT YOU MAY USE UNITS Conventional Volume ml or cm 3 = cm 3 or 10-3 dm 3 Liter (L) = dm 3 Pressure atm = 760 torr = Pa CONSTANTS DATA THAT YOU MAY USE UNITS Conventional S.I. Volume ml or cm 3 = cm 3 or 0-3 dm 3 Liter (L) = dm 3 Pressure atm = 760 torr =.03 0 5 Pa torr = 33.3 Pa Temperature C 0 C = 73.5 K PV L-atm =.03 0 5 dm 3

More information

SUPeR Chemistry CH 222 Practice Exam

SUPeR Chemistry CH 222 Practice Exam SUPeR Chemistry CH 222 Practice Exam This exam has been designed to help you practice working multiple choice problems over the material that will be covered on the first CH 222 midterm. The actual exams

More information

SOLUTION CONCENTRATIONS

SOLUTION CONCENTRATIONS SOLUTION CONCENTRATIONS The amount of solute in a solution (concentration) is an important property of the solution. A dilute solution contains small quantities of solute relative to the solvent, while

More information

Chapter 5. Simple Mixtures Fall Semester Physical Chemistry 1 (CHM2201)

Chapter 5. Simple Mixtures Fall Semester Physical Chemistry 1 (CHM2201) Chapter 5. Simple Mixtures 2011 Fall Semester Physical Chemistry 1 (CHM2201) Contents The thermodynamic description of mixtures 5.1 Partial molar quantities 5.2 The thermodynamic of Mixing 5.3 The chemical

More information

Born-Haber Cycle: ΔH hydration

Born-Haber Cycle: ΔH hydration Born-Haber Cycle: ΔH hydration ΔH solution,nacl = ΔH hydration,nacl(aq) U NaCl ΔH hydration,nacl(aq) = ΔH hydration,na + (g) + ΔH hydration,cl (g) Enthalpies of Hydration 1 Sample Exercise 11.3 Use the

More information

All rights reserved. Armando B. Corripio, PhD, PE Flash Distillation Flash Drum Variables and Specifications... 2

All rights reserved. Armando B. Corripio, PhD, PE Flash Distillation Flash Drum Variables and Specifications... 2 Flash Distillation All rights reserved. Armando B. Corripio, PhD, PE. 2013 Contents Flash Distillation... 1 1 Flash Drum Variables and Specifications... 2 2 Flash Drum Balances and Equations... 4 2.1 Equilibrium

More information

Distillation Course MSO2015

Distillation Course MSO2015 Distillation Course MSO2015 Distillation Distillation is a process in which a liquid or vapour mixture of two or more substances is separated into its component fractions of desired purity, by the application

More information

Business. Final Exam Review. Competencies. Schedule Today. Most missed on Exam 3. Review Exam #3

Business. Final Exam Review. Competencies. Schedule Today. Most missed on Exam 3. Review Exam #3 Business Final Exam Review Online course evaluation (19/32 = 59%) Counts as a homework assignment (by Thurs) Professional program application Past due! Case study due today by 5 pm Leadership evaluation

More information

Business. Business. Multiphase Systems Ch. 6. P vs T Diagram: Water (pure component) P vs T Diagram: CO 2 LYNN ORR

Business. Business. Multiphase Systems Ch. 6. P vs T Diagram: Water (pure component) P vs T Diagram: CO 2 LYNN ORR Business LYNN ORR Izatt-Christensen Lecturer Former Assistant Secretary of Energy Public lecture Thursday 11 am, JSB Auditorium Technical lecture, Friday, 11 am, Varsity Theater Courtesy Corbin Critchfield

More information

Physical Chemistry Chapter 4 The Properties of Mixtures

Physical Chemistry Chapter 4 The Properties of Mixtures Physical Chemistry Chapter 4 The Properties of Mixtures by Izirwan Bin Izhab FKKSA izirwan@ump.edu.my Chapter Description Aims Determine the fugacity and fugacity coefficients for pure species using generic

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

CH361/361H Week 6 Lecture Simple and Fractional Distillation

CH361/361H Week 6 Lecture Simple and Fractional Distillation CH361/361H Week 6 Lecture Simple and Fractional Distillation Experiment II Overview: Preparation & Equilibration of Isomeric 2,3-Dimethylbutenes 1 2 3 4 H + cat. 1 2 3 4 K eq =? ΔG =? ΔH =? ΔS =? 2,3-dimethyl-2-butene

More information

Activities and Activity Coefficients

Activities and Activity Coefficients CHEM 331 Physical Chemistry Fall 017 Activities and Activity Coefficients We now finish answering the question we asked during our last lecture, what is the form of the chemical potential i (T,P,x i )

More information

Chemical Reaction Equilibrium. Stoichiometry and Extent of Reaction (Reaction Coordinate)

Chemical Reaction Equilibrium. Stoichiometry and Extent of Reaction (Reaction Coordinate) Chemical Reaction Equilibrium (CRE) Chemical Reaction Equilibrium Explain the relationship between energy and entropy in reacting systems (i.e., show why the Gibbs Free Energy is still the proper state

More information

_".. psat. Alternatively, Eq. (10.5) may be solved for Xi, in which case summing over all species yields: P=----- (10.

_.. psat. Alternatively, Eq. (10.5) may be solved for Xi, in which case summing over all species yields: P=----- (10. tion 10.5. VLE by Modified Raoult's Law 359 the,ure )OUt Bubblepoint and dewpoint calculations made with this equation are only a bit more complex than the same calculations made with Raoult's law. Activity

More information

Isobaric Vapour-Liquid Equilibrium of Binary Mixture of 1, 2-Di-chloroethane with 1-Heptanol at Kpa

Isobaric Vapour-Liquid Equilibrium of Binary Mixture of 1, 2-Di-chloroethane with 1-Heptanol at Kpa Isobaric Vapour-Liquid Equilibrium of Binary Mixture of 1, 2-Di-chloroethane with 1-Heptanol at 95.72 Kpa Sai kumar Bitta Department Of Chemical Engineering Chaitanya Bharathi Institute of Technology Guide:

More information

PHYSICAL PROPERTIES OF SOLUTIONS

PHYSICAL PROPERTIES OF SOLUTIONS PHYSICAL PROPERTIES OF SOLUTIONS Do all the exercises in your study guide. PHYSICAL PROPERTIES OF SOLUTIONS A solution is a homogeneous mixture of a solute and a solvent. A solvent is a substance that

More information

x =!b ± b2! 4ac 2a moles particles solution (expt) moles solute dissolved (calculated conc ) i =

x =!b ± b2! 4ac 2a moles particles solution (expt) moles solute dissolved (calculated conc ) i = Properties of Solution Practice Exam Solutions Name (last) (First) Read all questions before you start. Show all work and explain your answers. Report all numerical answers to the proper number of sig.

More information

Chapter 11 section 6 and Chapter 8 Sections 1-4 from Atkins

Chapter 11 section 6 and Chapter 8 Sections 1-4 from Atkins Lecture Announce: Chapter 11 section 6 and Chapter 8 Sections 1-4 from Atkins Outline: osmotic pressure electrolyte solutions phase diagrams of mixtures Gibbs phase rule liquid-vapor distillation azeotropes

More information

They provide us with the knowledge of phase composition and phase stability as a function of temperature (T), pressure (P) and composition(c).

They provide us with the knowledge of phase composition and phase stability as a function of temperature (T), pressure (P) and composition(c). They provide us with the knowledge of phase composition and phase stability as a function of temperature (T), pressure (P) and composition(c). PHASE EQUILIBRIUM one of the most important sources of information

More information

CHAPTER SIX THERMODYNAMICS Vapor-Liquid Equilibrium in a Binary System 6.2. Investigation of the Thermodynamic Properties of Pure Water

CHAPTER SIX THERMODYNAMICS Vapor-Liquid Equilibrium in a Binary System 6.2. Investigation of the Thermodynamic Properties of Pure Water CHAPTER SIX THERMODYNAMICS 6.1. Vapor-Liquid Equilibrium in a Binary System 6.2. Investigation of the Thermodynamic Properties of Pure Water 2 6.1. VAPOR-LIQUID EQUILIBRIUM IN A BINARY SYSTEM Keywords:

More information

Solution Formation. Copyright Houghton Mifflin Company.All rights reserved. Presentation of Lecture Outlines, 12 2

Solution Formation. Copyright Houghton Mifflin Company.All rights reserved. Presentation of Lecture Outlines, 12 2 Solutions Solution Formation A solution is a homogeneous mixture of two or more substances, consisting of ions or molecules. (See Animation: Solution Equilibrium). A colloid, although it also appears to

More information

Chemical Process Design / Diseño de Procesos Químicos

Chemical Process Design / Diseño de Procesos Químicos Chemical Process Design / Diseño de Procesos Químicos Topic 4.7. Flash Javier R. Viguri Fuente Eva Cifrian Bemposta Department of Chemistry and Process & Resource Engineering GER Green Engineering and

More information

Thermodynamics of Solutions Why important? Why are liquid solutions nonideal?

Thermodynamics of Solutions Why important? Why are liquid solutions nonideal? Thermodynamics of Solutions Why important? Why are liquid solutions nonideal? mixtures of different chemical components are everywhere : biochemical, geological, environmental and industrial systems chemically-reacting

More information

OTHER MOLECULAR COMPOUNDS (Hydrocarbons) *write down what is in blue

OTHER MOLECULAR COMPOUNDS (Hydrocarbons) *write down what is in blue OTHER MOLECULAR COMPOUNDS (Hydrocarbons) *write down what is in blue Compounds can be categorized into two groups Inorganic Compounds: compounds lacking carbon atoms. Ex. minerals, rocks etc. Organic Compounds:

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

CHEMISTRY XL-14A PHYSICAL EQUILIBRIUM. August 13, 2011 Robert Iafe

CHEMISTRY XL-14A PHYSICAL EQUILIBRIUM. August 13, 2011 Robert Iafe CHEMISTRY XL-14A PHYSICAL EQUILIBRIUM August 13, 2011 Robert Iafe Chapter Overview 2 Phases and Phase Transitions Solubility Colligative Properties Binary Liquid Mixtures Phases and Phase Transitions 3

More information

Gilbert Kirss Foster. Chapter 11. Properties of Solutions. Their Concentrations and Colligative Properties

Gilbert Kirss Foster. Chapter 11. Properties of Solutions. Their Concentrations and Colligative Properties Gilbert Kirss Foster Chapter 11 Properties of Solutions Their Concentrations and Colligative Properties Chapter Outline 11.1 Energy Changes when Substances Dissolve 11.2 Vapor Pressure 11.3 Mixtures of

More information

Chapter 13. Properties of Solutions. Lecture Presentation. John D. Bookstaver St. Charles Community College Cottleville, MO

Chapter 13. Properties of Solutions. Lecture Presentation. John D. Bookstaver St. Charles Community College Cottleville, MO Lecture Presentation Chapter 13 Properties of John D. Bookstaver St. Charles Community College Cottleville, MO are homogeneous mixtures of two or more pure substances. In a solution, the solute is dispersed

More information

Chemistry 2000 Lecture 11: Chemical equilibrium

Chemistry 2000 Lecture 11: Chemical equilibrium Chemistry 2000 Lecture 11: Chemical equilibrium Marc R. Roussel February 4, 2019 Marc R. Roussel Chemical equilibrium February 4, 2019 1 / 27 Equilibrium and free energy Thermodynamic criterion for equilibrium

More information

Properties of Solutions

Properties of Solutions Properties of Solutions Reading: Ch 11, section 8 Ch 12, sections 1-8 * = important homework question Homework: Chapter 11: 85*, 87 Chapter 12: 29, 33, 35, 41, 51*, 53, 55, 63*, 65, 67*, 69, 71, 75*, 79*,

More information

Name: Discussion Section:

Name: Discussion Section: CBE 141: Chemical Engineering Thermodynamics, Spring 2017, UC Berkeley Midterm 2 FORM A March 23, 2017 Time: 80 minutes, closed-book and closed-notes, one-sided 8 ½ x 11 equation sheet allowed Please show

More information

Chapter 11: Properties of Solutions - Their Concentrations and Colligative Properties. Chapter Outline

Chapter 11: Properties of Solutions - Their Concentrations and Colligative Properties. Chapter Outline Chapter 11: Properties of Solutions - Their Concentrations and Colligative Properties Chapter Outline 11.1 Energy Changes when Substances Dissolve 11.2 Vapor Pressure 11.3 Mixtures of Volatile Substances

More information

Chapter 12: Solutions. Mrs. Brayfield

Chapter 12: Solutions. Mrs. Brayfield Chapter 12: Solutions Mrs. Brayfield 12.1: Solutions Solution a homogeneous mixture of two or more substances Solvent the majority component Solute the minority component What is the solute and solvent

More information

Chemistry 201: General Chemistry II - Lecture

Chemistry 201: General Chemistry II - Lecture Chemistry 201: General Chemistry II - Lecture Dr. Namphol Sinkaset Chapter 14 Study Guide Concepts 1. Solutions are homogeneous mixtures of two or more substances. 2. solute: substance present in smaller

More information

Fuel, Air, and Combustion Thermodynamics

Fuel, Air, and Combustion Thermodynamics Chapter 3 Fuel, Air, and Combustion Thermodynamics 3.1) What is the molecular weight, enthalpy (kj/kg), and entropy (kj/kg K) of a gas mixture at P = 1000 kpa and T = 500 K, if the mixture contains the

More information

Chapter 11: Properties of Solutions - Their Concentrations and Colligative Properties. Chapter Outline

Chapter 11: Properties of Solutions - Their Concentrations and Colligative Properties. Chapter Outline Chapter 11: Properties of Solutions - Their Concentrations and Colligative Properties Chapter Outline 11.1 Energy Changes when Substances Dissolve 11.2 Vapor Pressure 11.3 Mixtures of Volatile Substances

More information

Chapter 12. Solutions and Their Behavior. Supersaturated contains more than the saturation limit (very unstable)

Chapter 12. Solutions and Their Behavior. Supersaturated contains more than the saturation limit (very unstable) Chapter 12 Solutions and Their Behavior Unsaturated holds less than maximum capacity at a given T Supersaturated contains more than the saturation limit (very unstable) Saturated maximum amount of solute

More information

EXPERIMENT 7 - Distillation Separation of a Mixture

EXPERIMENT 7 - Distillation Separation of a Mixture EXPERIMENT 7 - Distillation Separation of a Mixture Purpose: a) To purify a compound by separating it from a non-volatile or less-volatile material. b) To separate a mixture of two miscible liquids (liquids

More information

Chapter 13 Properties of Solutions

Chapter 13 Properties of Solutions Chemistry, The Central Science, 10th edition Theodore L. Brown; H. Eugene LeMay, Jr.; and Bruce E. Bursten Chapter 13 Properties of John D. Bookstaver St. Charles Community College St. Peters, MO 2006,

More information

Colligative Properties

Colligative Properties Slide 1 Colligative Properties Practical uses of solutions Slide 2 Units of Concentration Whatever units you use, the goal is the same: specify the quantity of 1 component (the solute s ) relative to the

More information

Chapter 2 Equilibria, Bubble Points, Dewpoints, Flash Calculations, and Activity Coefficients

Chapter 2 Equilibria, Bubble Points, Dewpoints, Flash Calculations, and Activity Coefficients Chapter 2 Equilibria, Bubble Points, Dewpoints, Flash Calculations, and Activity Coefficients 2.1 Vapour Pressure Calculations The basis for all phase equilibrium calculations are the vapour pressures

More information

Chapter 5. Chemistry for Changing Times, Chemical Accounting. Lecture Outlines. John Singer, Jackson Community College. Thirteenth Edition

Chapter 5. Chemistry for Changing Times, Chemical Accounting. Lecture Outlines. John Singer, Jackson Community College. Thirteenth Edition Chemistry for Changing Times, Thirteenth Edition Lecture Outlines Chemical Accounting John Singer, Jackson Community College Chemical Sentences: Equations Chemical equations represent the sentences in

More information

Chapter 11. Properties of Solutions

Chapter 11. Properties of Solutions Chapter 11 Properties of Solutions Section 11.1 Solution Composition Various Types of Solutions Copyright Cengage Learning. All rights reserved 2 Section 11.1 Solution Composition Solution Composition

More information

Lecture Presentation. Chapter 10. Gases. John D. Bookstaver St. Charles Community College Cottleville, MO Pearson Education, Inc.

Lecture Presentation. Chapter 10. Gases. John D. Bookstaver St. Charles Community College Cottleville, MO Pearson Education, Inc. Lecture Presentation Chapter 10 John D. Bookstaver St. Charles Community College Cottleville, MO Characteristics of Unlike liquids and solids, gases Expand to fill their containers. Are highly compressible.

More information

Physical Properties of Solutions

Physical Properties of Solutions Physical Properties of Solutions Physical Properties of Solutions Types of Solutions (13.1) A Molecular View of the Solution Process (13.2) Concentration Units (13.3) Effect of Temperature on Solubility

More information

Chapter 1 The Atomic Nature of Matter

Chapter 1 The Atomic Nature of Matter Chapter 1 The Atomic Nature of Matter 1-1 Chemistry: Science of Change 1-2 The Composition of Matter 1-3 The Atomic Theory of Matter 1-4 Chemical Formulas and Relative Atomic Masses 1-5 The Building Blocks

More information

Simple Mixtures. Chapter 7 of Atkins: Section

Simple Mixtures. Chapter 7 of Atkins: Section Simple Mixtures Chapter 7 of Atkins: Section 7.5-7.8 Colligative Properties Boiling point elevation Freezing point depression Solubility Osmotic Pressure Activities Solvent Activity Solute Activity Regular

More information

Thermodynamic condition for equilibrium between two phases a and b is G a = G b, so that during an equilibrium phase change, G ab = G a G b = 0.

Thermodynamic condition for equilibrium between two phases a and b is G a = G b, so that during an equilibrium phase change, G ab = G a G b = 0. CHAPTER 5 LECTURE NOTES Phases and Solutions Phase diagrams for two one component systems, CO 2 and H 2 O, are shown below. The main items to note are the following: The lines represent equilibria between

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

WEEK 6. Multiphase systems

WEEK 6. Multiphase systems WEEK 6 Multiphase systems Multiphase systems P 237. Processes usually deal with material being transferred from one phase (gas, liquid, or solid) to another. 6.1a Phase diagrams F = force on piston Water

More information

Chemistry, The Central Science, 11th edition Theodore L. Brown, H. Eugene LeMay, Jr., and Bruce E. Bursten Chapter 13 Properties of Solutions

Chemistry, The Central Science, 11th edition Theodore L. Brown, H. Eugene LeMay, Jr., and Bruce E. Bursten Chapter 13 Properties of Solutions Chemistry, The Central Science, 11th edition Theodore L. Brown, H. Eugene LeMay, Jr., and Bruce E. Bursten Chapter 13 Properties of Dr. Ayman Nafady John D. Bookstaver St. Charles Community College Cottleville,

More information

Homework 01. Phase Changes and Solutions

Homework 01. Phase Changes and Solutions HW01 - Phase Changes and Solu!ons! This is a preview of the published version of the quiz Started: Jan 16 at 1:pm Quiz Instruc!ons Homework 01 Phase Changes and Solutions Question 1 Given that you have

More information

Chapter 3 PROPERTIES OF PURE SUBSTANCES

Chapter 3 PROPERTIES OF PURE SUBSTANCES Chapter 3 PROPERTIES OF PURE SUBSTANCES PURE SUBSTANCE Pure substance: A substance that has a fixed chemical composition throughout. Air is a mixture of several gases, but it is considered to be a pure

More information

Thermodynamics IV - Free Energy and Chemical Equilibria Chemical Potential (Partial Molar Gibbs Free Energy)

Thermodynamics IV - Free Energy and Chemical Equilibria Chemical Potential (Partial Molar Gibbs Free Energy) Thermodynamics IV - Free Energy and Chemical Equilibria Chemical Potential (Partial Molar Gibbs Free Energy) increase in the Gibbs free energy of the system when 1 mole of i is added to a large amount

More information

Predictive Equation of State

Predictive Equation of State Predictive Equation of State Vapor-liquid Equilibria, Gas Solubilities, Excess Enthalpies and Phase Flash Calculations PSRK Predictive Soave-Redlich-Kwong VTPR Volume-Translated Peng-Robinson DDBSP Dortmund

More information

Note: items marked with * you should be able to perform on a closed book exam. Chapter 10 Learning Objective Checklist

Note: items marked with * you should be able to perform on a closed book exam. Chapter 10 Learning Objective Checklist Note: items marked with * you should be able to perform on a closed book exam. Chapter 10 Learning Objective Checklist Sections 10.1-10.13 find pure component properties on a binary P-x-y or T-x-y diagram.*

More information

Chemistry B11 Chapter 6 Gases, Liquids, and Solids

Chemistry B11 Chapter 6 Gases, Liquids, and Solids Chapter 6 Gases, Liquids, and Solids States of matter: the physical state of matter depends on a balance between the kinetic energy of particles, which tends to keep them apart, and the attractive forces

More information

Overview. Types of Solutions. Intermolecular forces in solution. Concentration terms. Colligative properties. Osmotic Pressure 2 / 46

Overview. Types of Solutions. Intermolecular forces in solution. Concentration terms. Colligative properties. Osmotic Pressure 2 / 46 1 / 46 2 / 46 Overview Types of Solutions. Intermolecular forces in solution Concentration terms Colligative properties Osmotic Pressure 3 / 46 Solutions and Colloids A solution is a homogeneous mixture

More information

- L. _/cit ...B N - Q. - PAD"t..t... QatJ11.81L. ><"'g. Below is a blank flow diagram of a generalized distillation column: (10 Points)

- L. _/cit ...B N - Q. - PADt..t... QatJ11.81L. ><'g. Below is a blank flow diagram of a generalized distillation column: (10 Points) Name: February 24, 2015 EXAM 1 P a g e I 1 / e Below is a blank flow diagram of a generalized distillation column: (10 Points) f -- ' Q. - -- N - - L. PAD"t..t... QatJ11.81L _/cit...b >

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 11 Problems: 11, 15, 18, 20-23, 30, 32-35, 39, 41, 43, 45, 47, 49-51, 53, 55-57, 59-61, 63, 65, 67, 70, 71, 74, 75, 78, 81, 85, 86, 93

Chapter 11 Problems: 11, 15, 18, 20-23, 30, 32-35, 39, 41, 43, 45, 47, 49-51, 53, 55-57, 59-61, 63, 65, 67, 70, 71, 74, 75, 78, 81, 85, 86, 93 Chapter 11 Problems: 11, 15, 18, 20-23, 30, 32-35, 39, 41, 43, 45, 47, 49-51, 53, 55-57, 59-61, 63, 65, 67, 70, 71, 74, 75, 78, 81, 85, 86, 93 Chapter 11 Properties of Solutions Types of mixtures: homogenous

More information

Intermolecular Forces

Intermolecular Forces Intermolecular Forces! When two molecules approach one another, they are attracted to some extent! Polar molecules are attracted through the electrostatic interaction of their dipole moments! Non-polar

More information

Chapter 11: Properties of Solutions - Their Concentrations and Colligative Properties. Chapter Outline

Chapter 11: Properties of Solutions - Their Concentrations and Colligative Properties. Chapter Outline Chapter 11: Properties of Solutions - Their Concentrations and Colligative Properties Chapter Outline 11.1 Energy Changes when Substances Dissolve 11.2 Vapor Pressure 11.3 Mixtures of Volatile Substances

More information

KEMS448 Physical Chemistry Advanced Laboratory Work. Freezing Point Depression

KEMS448 Physical Chemistry Advanced Laboratory Work. Freezing Point Depression KEMS448 Physical Chemistry Advanced Laboratory Work Freezing Point Depression 1 Introduction Colligative properties are properties of liquids that depend only on the amount of dissolved matter (concentration),

More information

Vapor Pressure & Raoult s Law. This is the pressure above a solid or liquid due to evaporation.

Vapor Pressure & Raoult s Law. This is the pressure above a solid or liquid due to evaporation. 1. What is Vapor Pressure? Vapor Pressure & Raoult s Law This is the pressure above a solid or liquid due to evaporation. 2. Can a solute affect the vapor pressure of a solvent? Yes. 3. What do solutes

More information

LECTURE 4 Variation of enthalpy with temperature

LECTURE 4 Variation of enthalpy with temperature LECTURE 4 Variation of enthalpy with temperature So far, we can only work at 25 C. Like c v we define a constant pressure heat capacity, c p, as the amount of heat energy needed to raise the temperature

More information

Chapter 13 Properties of Solutions

Chapter 13 Properties of Solutions Chemistry, The Central Science, 11th edition Theodore L. Brown, H. Eugene LeMay, Jr., and Bruce E. Bursten Chapter 13 Properties of John D. Bookstaver St. Charles Community College Cottleville, MO Chapter

More information

Chapter 12.4 Colligative Properties of Solutions Objectives List and define the colligative properties of solutions. Relate the values of colligative

Chapter 12.4 Colligative Properties of Solutions Objectives List and define the colligative properties of solutions. Relate the values of colligative Chapter 12.4 Colligative Properties of Solutions Objectives List and define the colligative properties of solutions. Relate the values of colligative properties to the concentrations of solutions. Calculate

More information

Colligative Properties

Colligative Properties Slide 1 Colligative Properties Practical uses of solutions Slide 2 Solution homogeneous mixtures composition may vary from one sample to another appears to be one substance, though really contains multiple

More information

DISTILLATION. Keywords: Phase Equilibrium, Isothermal Flash, Adiabatic Flash, Batch Distillation

DISTILLATION. Keywords: Phase Equilibrium, Isothermal Flash, Adiabatic Flash, Batch Distillation 25 DISTILLATION Keywords: Phase Equilibrium, Isothermal Flash, Adiabatic Flash, Batch Distillation Distillation refers to the physical separation of a mixture into two or more fractions that have different

More information

Chapter 3. Solution

Chapter 3. Solution Chapter 3 Eample 3.2-2 1. ---------------------------------------------------------------------------------- In an eperimental stud of the absorption of ammonia b water in a wetted-wall column, the value

More information

CHEMISTRY 443, Fall, 2014 (14F) Section Number: 10 Examination 2, November 5, 2014

CHEMISTRY 443, Fall, 2014 (14F) Section Number: 10 Examination 2, November 5, 2014 NAME: CHEMISTRY 443, Fall, 2014 (14F) Section Number: 10 Examination 2, November 5, 2014 Answer each question in the space provided; use back of page if extra space is needed. Answer questions so the grader

More information

Properties of Solutions

Properties of Solutions Properties of Solutions The Solution Process A solution is a homogeneous mixture of solute and solvent. Solutions may be gases, liquids, or solids. Each substance present is a component of the solution.

More information

Class XII Chapter 2 Solutions Chemistry

Class XII Chapter 2 Solutions Chemistry Class XII Chapter 2 Solutions Chemistry Question 2.1: Calculate the mass percentage of benzene (C 6 H 6 ) and carbon tetrachloride (CCl 4 ) if 22 g of benzene is dissolved in 122 g of carbon tetrachloride.

More information

Thinking Like a Chemist About Phase Changes UNIT 5 DAY 3

Thinking Like a Chemist About Phase Changes UNIT 5 DAY 3 Thinking Like a Chemist About Phase Changes UNIT 5 DAY 3 What are we going to learn today? First day? Get a handout from a TA after class. Thinking Like a Chemist in the context of Phase Changes Vapor

More information

Pure Substance. Properties of Pure Substances & Equations of State. Vapour-Liquid-Solid Phase Equilibrium

Pure Substance. Properties of Pure Substances & Equations of State. Vapour-Liquid-Solid Phase Equilibrium Pure Substance Properties of Pure Substances & Equations of State Dr. d. Zahurul Haq Professor Department of echanical Engineering Bangladesh University of Engineering & Technology (BUET) Dhaka-1000, Bangladesh

More information