Chapter 4 Distillation

Size: px
Start display at page:

Download "Chapter 4 Distillation"

Transcription

1 Chapter 4 Distillation 4. Vapor Liquid Equilibrium Relations The equilibrium in vapor-liquid equilibrium is restricted b the phase rule. For a binar miture in two phases, the degree of freedom F is given b F m π (4.-) As an eample we will use the benzene-toluene, vapor-liquid sstem. The four variables are temperature, pressure, the mole fraction of the more volatile component in the vapor and liquid phases. Benzene is the more volatile component in the benzene-toluene sstem. If the pressure is fied at 200 kpa, onl one more variable can be set. If we set the temperature, the mole fraction of benzene (component ) can be determined from the following relations: sat PP and sat P2 P (4.-2a, b) sat sat In these epressions, P 200 kpa, P and P 2 are the vapor pressures of benzene and toluene at the specified temperature, respectivel. For ideal solution such as benzene-toluene sstem, the bubble and dew point temperatures of the miture will be between the saturation temperatures of benzene and toluene. At 200 kpa, the saturation temperatures of benzene and toluene are K and K, respectivel. If we set the miture temperature at 400 K, P sat kpa and P sat kpa. Equations (4.-2a, b) become and (4.-3a, b) Solving these two equations, we obtain and The vapor-liquid equilibrium relations for benzene ()-toluene (2) at a total pressure of 200 kpa are given as a boiling-point T diagram shown in Figure 4.-. The upper curve is the saturated vapor curve (the dew-point curve) and the lower curve is the saturated liquid curve (the bubblepoint curve). The region between these two curve is the two-phase region. In Figure 4.-, if we start with a cold liquid miture of 0.27 and heat the miture, it will start to boil at 400 K, and the composition of the first vapor in equilibrium is As we continue boiling, the composition in the remaining liquid miture will decrease since is richer in benzene. If we start with a hot gas miture of and cool the miture, it will start to condense at 400 K, and the composition of the first liquid drop in equilibrium is As we continue condensing, the composition in the remaining gas miture will increase since is richer in toluene. The T diagram for an ideal miture can be calculated from the pure vapor-pressure data as illustrated in Eample

2 Figure 4.- Calculated T diagram of benzene and toluene at 200 kpa. Eample Construct a T diagram for a miture of benzene and toluene at 200 kpa. Benzene and toluene mitures ma be considered as ideal. Data: Vapor pressure, P sat, data: ln P sat A B/(T + C), where P sat is in kpa and T is in K. Compound A B C Benzene () Toluene (2) Solution The temperature for the T diagram should be between the boiling points of benzene and toluene given b T boil log(200) K T 2 boil K log(200) 4-2

3 The simplest procedure is to choose a temperature T between K and K, evaluate the vapor pressures, and solve for and from the following equations: i i P sat i (E-) P At 400 K, the vapor pressure of benzene and toluene are given b P sat ep( /( )) kpa P sat 2 ep( /( )) kpa Therefore K.7608 (E-) K 2 ( ) ( ) (E-) Substituting Eq. (E-2) into (E-) ields Therefore K K 2 ( ) K2 K K K The Matlab program listed in Table E4.- plots the T diagram shown in Figure 4.-. Table E % Eample 4.-, T diagram for benzene-toluene miture at 200 kpa % P200; % kpa A[ ]; B[ ]; C[ ]; % Boling point at 200 kpa TbB./(A-log(P))-C; fprintf('boiling point of Benzene at P %g, Tb %6.2f C\n',P,Tb()) fprintf('boiling point of Toluene at P %g, Tb %6.2f C\n',P,Tb(2)) Tlinspace(Tb(),Tb(2),50); Kep(A()-B()./(T+C()))/P; K2ep(A(2)-B(2)./(T+C(2)))/P; (-K2)./(K-K2); K.*; minround(tb()-);maround(tb(2)+); 4-3

4 % Solve for and at T 400 K T400; Kep(A()-B()./(T+C()))/P; K2ep(A(2)-B(2)./(T+C(2)))/P; (-K2)/(K-K2); K*; plot(,t,,t,':',[0 ],[T T],'--',[ ],[min T],'--',[ ],[min T],'--') ais([0 min ma]); grid on label(',');label('t(k)') legend('saturated liquid','saturated vapor') When deviations from Raoult s law are large enough, the T and T curves can go through a maimum or a minimum. The etreme point (either minimum or maimum) is called azeotrope where the liquid mole fraction is equal to the vapor mole fraction for each species: i i (4.-) A sstem that ehibits a maimum in pressure (positive deviations from Raoult s law) will ehibits a minimum in temperature called minimum boiling azeotrope as shown the top part of Figure 4.- for a miture of chloroform and heane. The P diagram is plotted at 38 K and the T diagram is plotted at atm. This is the case when the like interaction is stronger than the unlike interaction between the molecules. The miture will require less energ to go to the vapor phase and hence will boil at a lower temperature that that of the pure components. If the unlike interaction is stronger than the like interaction we have negative deviations from Raoult s law and the sstem will ehibit a minimum in pressure or a maimum in temperature called maimum boiling azeotrope. A miture of acetone and chloroform shows this behavior in the bottom part of Figure 4.-. The P diagram is plotted at 328 K and the T diagram is plotted at atm. The data for vapor pressure and Wilson model are from the Thermosolver program b Koretsk. This program can also plot P and T diagrams for different mitures. Table 4.- lists the Matlab program used to produce Figure

5 Chloroform-Heane Chloroform-Heane P(atm) 0.5 T(K) , , P(atm) Acetone-Chloroform T(K) Acetone-Chloroform , , Figure 4.-2 Top: minimum boiling azeotrope for chloroform and n-heane sstem. Bottom: maimum boiling azeotrope for acetone and chloroform sstem Table % Figure 4.-2: Construct a T diagram for chloroform () and heane (2) miture % at a total pressure (atm) of P ; % Use the Wilson equation with parameters G2.2042; G ; % Vapor pressure data: P(atm), T(K) psat 'ep( /(t-46.4))'; p2sat 'ep( /(t-48.78))'; % Estimate boiling points Tb /( log(P))+46.4; Tb /( log(P))+48.78; [ ]; 2linspace(.02,.92,46); 3[ ]; p[ 2 3];nplength(p); pp;tpp; Tp()Tb2;Tp(np)Tb; dt.0; TTb2; 4-5

6 for i2:np p(i);2-; % Evaluate activit coefficients tem + 2*G2; tem2 2 + *G2; gam ep(-log(tem)+2*(g2/tem-g2/tem2)); gam2 ep(-log(tem2)+*(g2/tem2-g2/tem)); for k:20 ft*gam*eval(psat)+2*gam2*eval(p2sat)-p; TT+dT; ft2*gam*eval(psat)+2*gam2*eval(p2sat)-p; dft(ft2-ft)/dt; etft/dft; TT-dT-eT; if abs(et)<.00, break,end end Tp(i)T; p(i)*gam*eval(psat)/p; fprintf('t(k) %8.2f, %8.4f; %8.4f, iteration %g\n',t,,p(i),k) end subplot(2,2,2); plot(p,tp,p,tp,':') ais([ ]) label(',');label('t(k)');title('chloroform-heane') grid on legend('','') % % Construct a P diagramfor chloroform () and heane (2) miture % at a temperature (K) of T38; pvapeval(psat);p2vapeval(p2sat); p2-p; tem p + p2*g2; tem2 p2 + p*g2; gam ep(-log(tem)+p2.*(g2./tem-g2./tem2)); gam2 ep(-log(tem2)+p.*(g2./tem2-g2./tem)); pp.*gam*pvap;p2p2.*gam2*p2vap; Ppp+p2;pp./Pp; subplot(2,2,); plot(p,pp,p,pp,':') ais([ ]) label(',');label('p(atm)');title('chloroform-heane') grid on legend('','',2) % % Figure 4.-2: Construct a T diagramfor acetone () and chloroform (2) miture % at a total pressure (atm) of P ; % Use the Wilson equation with parameters G2.324; G2.734; % Vapor pressure data: P(atm), T(K) psat 'ep( /(t-35.93))'; p2sat 'ep( /(t-46.4))'; % Estimate boiling points 4-6

7 Tb /(0.079-log(P))+35.93; Tb /( log(P))+46.4; [ ]; 2linspace(.02,.92,46); 3[ ]; p[ 2 3];nplength(p); pp;tpp; Tp()Tb2;Tp(np)Tb; dt.0; TTb2; for i2:np p(i);2-; % Evaluate activit coefficients tem + 2*G2; tem2 2 + *G2; gam ep(-log(tem)+2*(g2/tem-g2/tem2)); gam2 ep(-log(tem2)+*(g2/tem2-g2/tem)); for k:20 ft*gam*eval(psat)+2*gam2*eval(p2sat)-p; TT+dT; ft2*gam*eval(psat)+2*gam2*eval(p2sat)-p; dft(ft2-ft)/dt; etft/dft; TT-dT-eT; if abs(et)<.00, break,end end Tp(i)T; p(i)*gam*eval(psat)/p; fprintf('t(k) %8.2f, %8.4f; %8.4f, iteration %g\n',t,,p(i),k) end subplot(2,2,4); plot(p,tp,p,tp,':') ais([ ]) label(',');label('t(k)');title('acetone-chloroform') grid on legend('','') % % Construct a P diagramfor acetone () and chloroform (2) miture % at a temperature (K) of T328; pvapeval(psat);p2vapeval(p2sat); p2-p; tem p + p2*g2; tem2 p2 + p*g2; gam ep(-log(tem)+p2.*(g2./tem-g2./tem2)); gam2 ep(-log(tem2)+p.*(g2./tem2-g2./tem)); pp.*gam*pvap;p2p2.*gam2*p2vap; Ppp+p2;pp./Pp; subplot(2,2,3); plot(p,pp,p,pp,':') ais([ ]) label(',');label('p(atm)');title('acetone-chloroform') grid on legend('','',2) 4-7

8 4.2 Single-Stage Equilibrium Contact for Vapor-Liquid Sstem Consider an equilibrium stage where a vapor stream V 2 is in contact with a liquid stream L 0. The two streams V and L leaving the equilibrium stage is in equilibrium. The compositions in streams V and L must be solved from the material balance, the energ balance, and the equilibrium relations. For a binar miture of A and B, if sensible heat effects are small and the latent heats of both compounds are the same, then when mole of A condenses, mole of B must vaporize. Hence, the total molar flow V will equal the total molar flow V 2. Similarl, the total molar flow L will equal the total molar flow L 0. This situation is called constant molal overflow (CMO). When CMO is valid, the compositions in streams V and L can be solved from onl the material balance and the equilibrium relations. The energ balance is not required since it is satisfied when the material balance is satisfied. L 0 V Equilibrium stage L V 2 Figure 4.- Schematic of an equilibrium stage. Eample A vapor at the dew point and 200 kpa containing a mole fraction of 0.40 benzene () and 0.60 toluene (2) and 00 kmol total is brought into contact with 0 kmol of a liquid at the boiling point containing a mole fraction of 0.30 benzene and 0.70 toluene. The two streams are contacted in a single stage, and the outlet streams leave in equilibrium with each other. Assume constant molar overflow, calculate the amounts and compositions of the eit streams. Data: Vapor pressure, P sat, data: ln P sat A B/(T + C), where P sat is in kpa and T is in K. Compound A B C Benzene () Toluene (2) Solution For CMO, L L 0 0 kmol, V 2 V 00 kmol. Making a balance on benzene gives L V 2 2 L + V 0(0.30) + 00(0.40) (E-) Since the two streams V and L are in equilibrium, we have 4-8

9 sat P ep( /(T )) (E-2) sat P ( ) ( )ep( /(T )) (E-3) The three equations (E-,2,3) can be solved for T,, and either b graphical or numerical method. A) Graphical method We can choose a range of temperatures between the boiling point of pure benzene (377.3 K) and pure toluene ( K) and solve equations (E-,2) for, and then plot versus to obtain the equilibrium curve. We then plot the material balance equation (E-) to obtain the operating line. The intersection of the equilibrium curve and the operating line provides the composition and of the streams eiting the equilibrium stage. The following is a procedure to obtain a point on the equilibrium curve: At 400 K, the vapor pressure of benzene and toluene are given b Therefore P sat ep( /( )) kpa P 2 sat ep( /( )) kpa K.7608 (E-2) K 2 ( ) ( ) (E-3) Substituting Eq. (E-3) into (E-2) ields Therefore K K 2 ( ) K2 K K K Figures E4.2-a, and b show the intersection of the equilibrium curve and the operating line. The intersection point can be zoom in as shown in Figure E4.2-b with and The Matlab program is listed in Table E

10 Figure E4.2-a Equilibrium diagram for benzene-toluene miture at 200 kpa Figure E4.2-b Equilibrium diagram for benzene-toluene miture at 200 kpa Table E4.2- Matlab program for Figure E4.2-a,b % Eample 4.2-, Composition of benzene-toluene miture at 200 kpa leaving an equilibrium stage % P200; % kpa A[ ]; B[ ]; C[ ]; % Boling point at 200 kpa TbB./(A-log(P))-C; 4-0

11 fprintf('boiling point of Benzene at P %g, Tb %6.2f C\n',P,Tb()) fprintf('boiling point of Toluene at P %g, Tb %6.2f C\n',P,Tb(2)) % Solve for equilibrium curve Tlinspace(Tb(),Tb(2),50); Kep(A()-B()./(T+C()))/P; K2ep(A(2)-B(2)./(T+C(2)))/P; (-K2)./(K-K2); K.*; % Solve for operating line p[ ]; p *p; plot(,,':',p,p) ais([0 0 ]); grid on label(', mole fraction of benzene in liquid phase');label('') legend('equilibrium curve','operating line',2) B) Numerical method. We need to solve the following equations: ep( /(T )) (E-) (E-2) 200( ) ( )ep( /(T )) (E-3) Substituting (E-) into (E-2) and (E-3) we obtain ep( /(T )) 0 (E-2a) ( )ep( /(T )) 0 (E-3a) Equations (E-2a, and E-3a) can be solved b the following Matlab statement >> pfminsearch('estage',[.5 400]) p The function estage is written as follow function estage(p) p(); Tp(2); f46-220*-*ep( /(t )); f *-(-)*ep( /(t )); f*f+f2*f2; Therefore and (0.264)

12 4.3 Simple Batch or Differential Distillation In a simple batch (or, more precisel, semi-batch) distillation unit, liquid is first charged to a heated kettle. The liquid charge is boiled slowl and the vapors are withdrawn as rapidl as the form to a condenser, where the condensed vapor (distillate) is collected. The first portion of vapor condensed will be richest in the more volatile component A. As vaporization proceeds, the vaporized product becomes leaner in A. Initiall, a charge of L i moles of a binar miture with a mole fraction i of the more volatile component A is placed in the still. At an given time, L is the moles of liquid left in the still with composition. V is the instant vapor flow rate leaving the still with the mole fraction of the more volatile component A. The vapor leaving the still ma be considered to be in equilibrium with the remaining liquid. Eample A semi-batch distillation unit is charged with 00 mol of a 60 mol% benzene-40 mol% toluene miture. At an given instant, the benzene mole fraction in the vapor flow rate,, and the benzene mole fraction in the remaining liquid,, are related b the equilibrium relation Derive an equation relating the amount of liquid remaining in the still to the mole fraction of benzene in this liquid. Solution Step #: Define the sstem.. Sstem: Moles L of liquid left in the still with composition Let V ɺ moles vapor rate to condenser mole fraction of the more volatile component in the vapor L moles of liquid in the still mole fraction of the more volatile component in the liquid L The composition in the still pot changes with time with as the mole fraction of benzene in the liquid phase. 4-2

13 Step #2: Find equation that relates L to. At an given instant, the mole of benzene in the still is L. A benzene balance will give an equation relating the amount of liquid remaining in the still to the mole fraction of benzene in this liquid. Step #3: Appl the benzene balance. d ( L) V ɺ (E-) dt Total balance is required since there are more than one unknown in Eq. (E-) dl V ɺ dt The product rule of derivative can be applied to the LHS of Eq. (E-) d dl L + V ɺ dt dt (E-2) V ɺ and can be eliminated from Eq.(E-2) b using the total balance and the equilibrium relation. d dl L + dt dt 2.6 dl +.6 dt d L dt 2.6 dl dl +.6 dt dt dl dt dl L d d d.6( ) The epression +.6.6( ) can be epanded b partial fraction +.6.6( ) a.6 + b +.6 a( ) + b(.6) 0 > a > 2.6.6b > b 2.6/.6 4-3

14 +.6.6( ) ( ) dl L 2.6 d + d.6( ).6 Step #4: Specif the boundar conditions for the differential equation. At L 00, 0.6 Step #5: Solve the resulting equation and verif the solution. L 00 dl L d d +.6.6( 0 ) ln L 2.6 ln ln( ) L ln ln.625 ln ln L A plot of L versus ( ) shows that the liquid remaining in the still becomes progressivel leaner in benzene; when L 0, ( ) (pure toluene). 4-4

vap H = RT 1T 2 = 30.850 kj mol 1 100 kpa = 341 K

vap H = RT 1T 2 = 30.850 kj mol 1 100 kpa = 341 K Thermodynamics: Examples for chapter 6. 1. The boiling point of hexane at 1 atm is 68.7 C. What is the boiling point at 1 bar? The vapor pressure of hexane at 49.6 C is 53.32 kpa. Assume that the vapor

More information

Chem 420/523 Chemical Thermodynamics Homework Assignment # 6

Chem 420/523 Chemical Thermodynamics Homework Assignment # 6 Chem 420/523 Chemical hermodynamics Homework Assignment # 6 1. * Solid monoclinic sulfur (S α ) spontaneously converts to solid rhombic sulfur (S β ) at 298.15 K and 0.101 MPa pressure. For the conversion

More information

ORGANIC LABORATORY TECHNIQUES 10 10.1. NEVER distill the distillation flask to dryness as there is a risk of explosion and fire.

ORGANIC LABORATORY TECHNIQUES 10 10.1. NEVER distill the distillation flask to dryness as there is a risk of explosion and fire. ORGANIC LABORATORY TECHNIQUES 10 10.1 DISTILLATION NEVER distill the distillation flask to dryness as there is a risk of explosion and fire. The most common methods of distillation are simple distillation

More information

Phase Equilibrium: Fugacity and Equilibrium Calculations. Fugacity

Phase Equilibrium: Fugacity and Equilibrium Calculations. Fugacity Phase Equilibrium: Fugacity and Equilibrium Calculations (FEC) Phase Equilibrium: Fugacity and Equilibrium Calculations Relate the fugacity and the chemical potential (or the partial molar Gibbs free energy)

More information

48 Practice Problems for Ch. 17 - Chem 1C - Joseph

48 Practice Problems for Ch. 17 - Chem 1C - Joseph 48 Practice Problems for Ch. 17 - Chem 1C - Joseph 1. Which of the following concentration measures will change in value as the temperature of a solution changes? A) mass percent B) mole fraction C) molality

More information

So T decreases. 1.- Does the temperature increase or decrease? For 1 mole of the vdw N2 gas:

So T decreases. 1.- Does the temperature increase or decrease? For 1 mole of the vdw N2 gas: 1.- One mole of Nitrogen (N2) has been compressed at T0=273 K to the volume V0=1liter. The gas goes through the free expansion process (Q = 0, W = 0), in which the pressure drops down to the atmospheric

More information

Everest. Leaders in Vacuum Booster Technology

Everest. Leaders in Vacuum Booster Technology This article has been compiled to understand the process of Solvent Recovery process generally carried out at low temperatures and vacuum. In many chemical processes solute is to be concentrated to high

More information

Thermodynamics of Mixing

Thermodynamics of Mixing Thermodynamics of Mixing Dependence of Gibbs energy on mixture composition is G = n A µ A + n B µ B and at constant T and p, systems tend towards a lower Gibbs energy The simplest example of mixing: What

More information

EXERCISES. 16. What is the ionic strength in a solution containing NaCl in c=0.14 mol/dm 3 concentration and Na 3 PO 4 in 0.21 mol/dm 3 concentration?

EXERCISES. 16. What is the ionic strength in a solution containing NaCl in c=0.14 mol/dm 3 concentration and Na 3 PO 4 in 0.21 mol/dm 3 concentration? EXERISES 1. The standard enthalpy of reaction is 512 kj/mol and the standard entropy of reaction is 1.60 kj/(k mol) for the denaturalization of a certain protein. Determine the temperature range where

More information

The Ideal Solution. ChemActivity T15

The Ideal Solution. ChemActivity T15 ChemActivity T15 The Ideal Solution Focus Question: An equi-molar mixture of benzene and toluene is prepared. What will be the composition of the vapor in equilibrium with this solution? Model 1: Benzene

More information

μ α =μ β = μ γ = =μ ω μ α =μ β =μ γ = =μ ω Thus for c components, the number of additional constraints is c(p 1) ( ) ( )

μ α =μ β = μ γ = =μ ω μ α =μ β =μ γ = =μ ω Thus for c components, the number of additional constraints is c(p 1) ( ) ( ) Phase Diagrams 1 Gibbs Phase Rule The Gibbs phase rule describes the degrees of freedom available to describe a particular system with various phases and substances. To derive the phase rule, let us begin

More information

Distillation vaporization sublimation. vapor pressure normal boiling point.

Distillation vaporization sublimation. vapor pressure normal boiling point. Distillation Distillation is an important commercial process that is used in the purification of a large variety of materials. However, before we begin a discussion of distillation, it would probably be

More information

Distillation Principles

Distillation Principles Distillation Principles Definition of distillation, Types of columns, Simple Distillation methods (Flash, batch, Steam), Basic distillation Equipment and operation, Column internal, Reboilers, Distillation

More information

Sample Test 1 SAMPLE TEST 1. CHAPTER 12

Sample Test 1 SAMPLE TEST 1. CHAPTER 12 13 Sample Test 1 SAMPLE TEST 1. CHAPTER 12 1. The molality of a solution is defined as a. moles of solute per liter of solution. b. grams of solute per liter of solution. c. moles of solute per kilogram

More information

6. 2. Unit 6: Physical chemistry of spectroscopy, surfaces and chemical and phase equilibria

6. 2. Unit 6: Physical chemistry of spectroscopy, surfaces and chemical and phase equilibria 6. 2 Phase equilibria Many industrial processes involve several phases in equilibrium gases, liquids, solids and even different crystalline forms of the solid state. Predicting the number of phases present

More information

Performing Multi - Phase Mass and Energy Balances

Performing Multi - Phase Mass and Energy Balances Performing Multi-Phase Mass and Energy Balances (Separations) Performing Multi - Phase Mass and Energy Balances Using thermodynamics in mass / energy balance problems means that additional equations are

More information

CHEM 36 General Chemistry EXAM #1 February 13, 2002

CHEM 36 General Chemistry EXAM #1 February 13, 2002 CHEM 36 General Chemistry EXAM #1 February 13, 2002 Name: Serkey, Anne INSTRUCTIONS: Read through the entire exam before you begin. Answer all of the questions. For questions involving calculations, show

More information

Figure 56. Simple mixing process with process specification for the outlet stream.

Figure 56. Simple mixing process with process specification for the outlet stream. Flowsheet Analysis One of the most useful functions of process simulators is the ability to manipulate and analyze the different design variables to determine the required value or study its effect on

More information

Chemistry 212 VAPOR PRESSURE OF WATER LEARNING OBJECTIVES

Chemistry 212 VAPOR PRESSURE OF WATER LEARNING OBJECTIVES Chemistry 212 VAPOR PRESSURE OF WATER LEARNING OBJECTIVES The learning objectives of this experiment are to explore the relationship between the temperature and vapor pressure of water. determine the molar

More information

Lecture 9 Solving Material Balances Problems Involving Non-Reactive Processes

Lecture 9 Solving Material Balances Problems Involving Non-Reactive Processes CHE 31. INTRODUCTION TO CHEMICAL ENGINEERING CALCULATIONS Lecture 9 Solving Material Balances Problems Involving Non-Reactive Processes Component and Overall Material Balances Consider a steady-state distillation

More information

Calorimetry: Heat of Vaporization

Calorimetry: Heat of Vaporization Calorimetry: Heat of Vaporization OBJECTIVES INTRODUCTION - Learn what is meant by the heat of vaporization of a liquid or solid. - Discuss the connection between heat of vaporization and intermolecular

More information

MOLECULAR WEIGHT BY BOILING POINT ELEVATION

MOLECULAR WEIGHT BY BOILING POINT ELEVATION MOLECULAR WEIGHT BY BOILING POINT ELEVATION BACKGROUND This experiment demonstrates the use of colligative properties. The goal is to measure the molecular weight of a non-volatile solute by determining

More information

Section 7.2 Linear Programming: The Graphical Method

Section 7.2 Linear Programming: The Graphical Method Section 7.2 Linear Programming: The Graphical Method Man problems in business, science, and economics involve finding the optimal value of a function (for instance, the maimum value of the profit function

More information

4-1 Copyright Richard M. Felder, Lisa G. Bullard, and Michael D. Dickey (2014)

4-1 Copyright Richard M. Felder, Lisa G. Bullard, and Michael D. Dickey (2014) Balances on Multiphase Systems A B, B C A feedstock, B desired product, C byproduct (waste) B(v) to purification and packaging Distillation Column A(g) A(g) A(g),B(g),C(g) B(l), C(l) 80 o F 900 o F 700

More information

Define conversion and space time. Write the mole balances in terms of conversion for a batch reactor, CSTR, PFR, and PBR.

Define conversion and space time. Write the mole balances in terms of conversion for a batch reactor, CSTR, PFR, and PBR. CONERSION ND RECTOR SIZING Objectives: Deine conversion and space time. Write the mole balances in terms o conversion or a batch reactor, CSTR, PR, and PBR. Size reactors either alone or in series once

More information

Answer, Key Homework 6 David McIntyre 1

Answer, Key Homework 6 David McIntyre 1 Answer, Key Homework 6 David McIntyre 1 This print-out should have 0 questions, check that it is complete. Multiple-choice questions may continue on the next column or page: find all choices before making

More information

Problem Set #3. Assigned September 6, 2013 Due Friday, September 13, 2013. Please show all work for credit

Problem Set #3. Assigned September 6, 2013 Due Friday, September 13, 2013. Please show all work for credit Problem Set #3 Assigned September 6, 013 Due Frida, September 13, 013 Please show all work for credit To warm up or practice tr the Atkins Eercises, which are generall simple one step problems Partial

More information

13.3 Factors Affecting Solubility Solute-Solvent Interactions Pressure Effects Temperature Effects

13.3 Factors Affecting Solubility Solute-Solvent Interactions Pressure Effects Temperature Effects Week 3 Sections 13.3-13.5 13.3 Factors Affecting Solubility Solute-Solvent Interactions Pressure Effects Temperature Effects 13.4 Ways of Expressing Concentration Mass Percentage, ppm, and ppb Mole Fraction,

More information

Thermodynamics. Thermodynamics (Th)

Thermodynamics. Thermodynamics (Th) Thermodynamics (Th) Thermodynamics Thermodynamics can be used to make the number of necessary measurements smaller, or to make the type of measurement easier. It turns out that volumetric flowrates are

More information

Chapter 11 Properties of Solutions

Chapter 11 Properties of Solutions Chapter 11 Properties of Solutions 11.1 Solution Composition A. Molarity moles solute 1. Molarity ( M ) = liters of solution B. Mass Percent mass of solute 1. Mass percent = 1 mass of solution C. Mole

More information

Chapter 13. Properties of Solutions

Chapter 13. Properties of Solutions Sample Exercise 13.1 (p. 534) By the process illustrated below, water vapor reacts with excess solid sodium sulfate to form the hydrated form of the salt. The chemical reaction is Na 2 SO 4(s) + 10 H 2

More information

Experiment 5: Phase diagram for a three-component system (Dated: April 12, 2010)

Experiment 5: Phase diagram for a three-component system (Dated: April 12, 2010) Experiment 5: Phase diagram for a three-component system (Dated: April 12, 2010) I. INTRODUCTION It is sometimes necessary to know the mutual solubilities of liquids in a two-phase system. For example,

More information

a) Use the following equation from the lecture notes: = ( 8.314 J K 1 mol 1) ( ) 10 L

a) Use the following equation from the lecture notes: = ( 8.314 J K 1 mol 1) ( ) 10 L hermodynamics: Examples for chapter 4. 1. One mole of nitrogen gas is allowed to expand from 0.5 to 10 L reversible and isothermal process at 300 K. Calculate the change in molar entropy using a the ideal

More information

Experiment 1: Colligative Properties

Experiment 1: Colligative Properties Experiment 1: Colligative Properties Determination of the Molar Mass of a Compound by Freezing Point Depression. Objective: The objective of this experiment is to determine the molar mass of an unknown

More information

Final Exam CHM 3410, Dr. Mebel, Fall 2005

Final Exam CHM 3410, Dr. Mebel, Fall 2005 Final Exam CHM 3410, Dr. Mebel, Fall 2005 1. At -31.2 C, pure propane and n-butane have vapor pressures of 1200 and 200 Torr, respectively. (a) Calculate the mole fraction of propane in the liquid mixture

More information

Thermodynamics. Chapter 13 Phase Diagrams. NC State University

Thermodynamics. Chapter 13 Phase Diagrams. NC State University Thermodynamics Chapter 13 Phase Diagrams NC State University Pressure (atm) Definition of a phase diagram A phase diagram is a representation of the states of matter, solid, liquid, or gas as a function

More information

Review of Chemical Equilibrium Introduction

Review of Chemical Equilibrium Introduction Review of Chemical Equilibrium Introduction Copyright c 2016 by Nob Hill Publishing, LLC This chapter is a review of the equilibrium state of a system that can undergo chemical reaction Operating reactors

More information

Core Maths C3. Revision Notes

Core Maths C3. Revision Notes Core Maths C Revision Notes October 0 Core Maths C Algebraic fractions... Cancelling common factors... Multipling and dividing fractions... Adding and subtracting fractions... Equations... 4 Functions...

More information

EXPERIMENT 15: Ideal Gas Law: Molecular Weight of a Vapor

EXPERIMENT 15: Ideal Gas Law: Molecular Weight of a Vapor EXPERIMENT 15: Ideal Gas Law: Molecular Weight of a Vapor Purpose: In this experiment you will use the ideal gas law to calculate the molecular weight of a volatile liquid compound by measuring the mass,

More information

Experiment 12E LIQUID-VAPOR EQUILIBRIUM OF WATER 1

Experiment 12E LIQUID-VAPOR EQUILIBRIUM OF WATER 1 Experiment 12E LIQUID-VAPOR EQUILIBRIUM OF WATER 1 FV 6/26/13 MATERIALS: PURPOSE: 1000 ml tall-form beaker, 10 ml graduated cylinder, -10 to 110 o C thermometer, thermometer clamp, plastic pipet, long

More information

Name Class Date. In the space provided, write the letter of the term or phrase that best completes each statement or best answers each question.

Name Class Date. In the space provided, write the letter of the term or phrase that best completes each statement or best answers each question. Assessment Chapter Test A Chapter: States of Matter In the space provided, write the letter of the term or phrase that best completes each statement or best answers each question. 1. The kinetic-molecular

More information

Chapter 12 - Liquids and Solids

Chapter 12 - Liquids and Solids Chapter 12 - Liquids and Solids 12-1 Liquids I. Properties of Liquids and the Kinetic Molecular Theory A. Fluids 1. Substances that can flow and therefore take the shape of their container B. Relative

More information

Chapter 7 : Simple Mixtures

Chapter 7 : Simple Mixtures Chapter 7 : Simple Mixtures Using the concept of chemical potential to describe the physical properties of a mixture. Outline 1)Partial Molar Quantities 2)Thermodynamics of Mixing 3)Chemical Potentials

More information

Fractional Distillation and Gas Chromatography

Fractional Distillation and Gas Chromatography Fractional Distillation and Gas Chromatography Background Distillation The previous lab used distillation to separate a mixture of hexane and toluene based on a difference in boiling points. Hexane boils

More information

EXAMINATION Luleå University of Technology

EXAMINATION Luleå University of Technology EXAMINATION Luleå University of Technology Course: B0004K Course name: Unit Operations Date: 2013-01-14 Time: 9.00 15.00 Aid: Del A: Inga hjälpmedel (no help materials) Del B: Christie J Geankoplis, Transport

More information

Surface Tension. the surface tension of a liquid is the energy required to increase the surface area a given amount

Surface Tension. the surface tension of a liquid is the energy required to increase the surface area a given amount Tro, Chemistry: A Molecular Approach 1 Surface Tension surface tension is a property of liquids that results from the tendency of liquids to minimize their surface area in order to minimize their surface

More information

Dortmund Data Bank (DDB) DDB Software Package (DDBSP)

Dortmund Data Bank (DDB) DDB Software Package (DDBSP) Showcase on Technology Dortmund Data Bank (DDB) DDB Software Package (DDBSP) Practical Application of Distillation Synthesis for NOx Reduction, Energy Cost Savings, & Improved Environmental Compliance

More information

The first law: transformation of energy into heat and work. Chemical reactions can be used to provide heat and for doing work.

The first law: transformation of energy into heat and work. Chemical reactions can be used to provide heat and for doing work. The first law: transformation of energy into heat and work Chemical reactions can be used to provide heat and for doing work. Compare fuel value of different compounds. What drives these reactions to proceed

More information

We will study the temperature-pressure diagram of nitrogen, in particular the triple point.

We will study the temperature-pressure diagram of nitrogen, in particular the triple point. K4. Triple Point of Nitrogen I. OBJECTIVE OF THE EXPERIMENT We will study the temperature-pressure diagram of nitrogen, in particular the triple point. II. BAKGROUND THOERY States of matter Matter is made

More information

Simulation of Multistage Countercurrent Liquid-Liquid Extraction

Simulation of Multistage Countercurrent Liquid-Liquid Extraction Leonardo Journal of Sciences ISSN 1583-0233 Issue 20, January-June 2011 p. 79-94 Simulation of Multistage Countercurrent Liquid-Liquid Extraction Annasaheb WARADE 1*, Ravindra GAIKWAD 1, Rajiv SAPKAL 2

More information

DISTANCE, CIRCLES, AND QUADRATIC EQUATIONS

DISTANCE, CIRCLES, AND QUADRATIC EQUATIONS a p p e n d i g DISTANCE, CIRCLES, AND QUADRATIC EQUATIONS DISTANCE BETWEEN TWO POINTS IN THE PLANE Suppose that we are interested in finding the distance d between two points P (, ) and P (, ) in the

More information

SECTION 2.2. Distance and Midpoint Formulas; Circles

SECTION 2.2. Distance and Midpoint Formulas; Circles SECTION. Objectives. Find the distance between two points.. Find the midpoint of a line segment.. Write the standard form of a circle s equation.. Give the center and radius of a circle whose equation

More information

Physical Chemistry Laboratory I CHEM 445 Experiment 6 Vapor Pressure of a Pure Liquid (Revised, 01/09/06)

Physical Chemistry Laboratory I CHEM 445 Experiment 6 Vapor Pressure of a Pure Liquid (Revised, 01/09/06) 1 Physical Chemistry Laboratory I CHEM 445 Experiment 6 Vapor Pressure of a Pure Liquid (Revised, 01/09/06) The vapor pressure of a pure liquid is an intensive property of the compound. That is, the vapor

More information

Phase Diagrams & Thermodynamics

Phase Diagrams & Thermodynamics Phase Diagrams & Thermodynamics A phase diagram is a graphical representation of the equilibrium state of a system using the intensive variables T and i while p is kept constant. The equilibrium may be

More information

Development of a model for the simulation of Organic Rankine Cycles based on group contribution techniques

Development of a model for the simulation of Organic Rankine Cycles based on group contribution techniques ASME Turbo Expo Vancouver, June 6 10 2011 Development of a model for the simulation of Organic Rankine ycles based on group contribution techniques Enrico Saverio Barbieri Engineering Department University

More information

Determination of Molar Mass by Boiling Point Elevation of Urea Solution

Determination of Molar Mass by Boiling Point Elevation of Urea Solution Determination of Molar Mass by Boiling Point Elevation of Urea Solution CHRISTIAN E. MADU, PhD AND BASSAM ATTILI, PhD COLLIN COLLEGE CHEMISTRY DEPARTMENT Purpose of the Experiment Determine the boiling

More information

CHEMICAL EQUILIBRIUM (ICE METHOD)

CHEMICAL EQUILIBRIUM (ICE METHOD) CHEMICAL EQUILIBRIUM (ICE METHOD) Introduction Chemical equilibrium occurs when opposing reactions are proceeding at equal rates. The rate at which the products are formed from the reactants equals the

More information

More than 80 years ago, McCabe and Thiele

More than 80 years ago, McCabe and Thiele isualizing the McCabe-Thiele Diagram Paul M. Mathias Fluor Corp. Use this spreadsheet-based visualization and interactive analysis of the McCabe-Thiele diagram to understand the foundations of distillation

More information

Chapter 5: Diffusion. 5.1 Steady-State Diffusion

Chapter 5: Diffusion. 5.1 Steady-State Diffusion : Diffusion Diffusion: the movement of particles in a solid from an area of high concentration to an area of low concentration, resulting in the uniform distribution of the substance Diffusion is process

More information

Chapter 3. Table E-1. Equilibrium data for SO 2 at 1 atm and 20 o C. x 0.000564.000842.001403.001965.00279.00420 y 0.0112.01855.0342.0513.0775.

Chapter 3. Table E-1. Equilibrium data for SO 2 at 1 atm and 20 o C. x 0.000564.000842.001403.001965.00279.00420 y 0.0112.01855.0342.0513.0775. Chapter 3 Example 3.2-5. ---------------------------------------------------------------------------------- Sulfur dioxide produced by the combustion of sulfur in air is absorbed in water. Pure SO 2 is

More information

Standard Test Method for Vapor Pressure 1

Standard Test Method for Vapor Pressure 1 Designation: E 1194 01 Standard Test Method for Vapor Pressure 1 This standard is issued under the fixed designation E 1194; the number immediately following the designation indicates the year of original

More information

SAMPLE. Polynomial functions

SAMPLE. Polynomial functions Objectives C H A P T E R 4 Polnomial functions To be able to use the technique of equating coefficients. To introduce the functions of the form f () = a( + h) n + k and to sketch graphs of this form through

More information

k 2f, k 2r C 2 H 5 + H C 2 H 6

k 2f, k 2r C 2 H 5 + H C 2 H 6 hemical Engineering HE 33 F pplied Reaction Kinetics Fall 04 Problem Set 4 Solution Problem. The following elementary steps are proposed for a gas phase reaction: Elementary Steps Rate constants H H f,

More information

5. Which temperature is equal to +20 K? 1) 253ºC 2) 293ºC 3) 253 C 4) 293 C

5. Which temperature is equal to +20 K? 1) 253ºC 2) 293ºC 3) 253 C 4) 293 C 1. The average kinetic energy of water molecules increases when 1) H 2 O(s) changes to H 2 O( ) at 0ºC 3) H 2 O( ) at 10ºC changes to H 2 O( ) at 20ºC 2) H 2 O( ) changes to H 2 O(s) at 0ºC 4) H 2 O( )

More information

AP CHEMISTRY 2007 SCORING GUIDELINES. Question 2

AP CHEMISTRY 2007 SCORING GUIDELINES. Question 2 AP CHEMISTRY 2007 SCORING GUIDELINES Question 2 N 2 (g) + 3 F 2 (g) 2 NF 3 (g) ΔH 298 = 264 kj mol 1 ; ΔS 298 = 278 J K 1 mol 1 The following questions relate to the synthesis reaction represented by the

More information

2. Why does the solubility of alcohols decrease with increased carbon chain length?

2. Why does the solubility of alcohols decrease with increased carbon chain length? Colligative properties 1 1. What does the phrase like dissolves like mean. 2. Why does the solubility of alcohols decrease with increased carbon chain length? Alcohol in water (mol/100g water) Methanol

More information

Partner: Jack 17 November 2011. Determination of the Molar Mass of Volatile Liquids

Partner: Jack 17 November 2011. Determination of the Molar Mass of Volatile Liquids Partner: Jack 17 November 2011 Determination of the Molar Mass of Volatile Liquids Purpose: The purpose of this experiment is to determine the molar mass of three volatile liquids. The liquid is vaporized

More information

LESSON EIII.E EXPONENTS AND LOGARITHMS

LESSON EIII.E EXPONENTS AND LOGARITHMS LESSON EIII.E EXPONENTS AND LOGARITHMS LESSON EIII.E EXPONENTS AND LOGARITHMS OVERVIEW Here s what ou ll learn in this lesson: Eponential Functions a. Graphing eponential functions b. Applications of eponential

More information

INVESTIGATIONS AND FUNCTIONS 1.1.1 1.1.4. Example 1

INVESTIGATIONS AND FUNCTIONS 1.1.1 1.1.4. Example 1 Chapter 1 INVESTIGATIONS AND FUNCTIONS 1.1.1 1.1.4 This opening section introduces the students to man of the big ideas of Algebra 2, as well as different was of thinking and various problem solving strategies.

More information

1) What is the overall order of the following reaction, given the rate law?

1) What is the overall order of the following reaction, given the rate law? PRACTICE PROBLEMS FOR TEST 2 (March 11, 2009) 1) What is the overall order of the following reaction, given the rate law? A) 1st order B) 2nd order C) 3rd order D) 4th order E) 0th order 2NO(g) + H 2(g)

More information

In order to solve this problem it is first necessary to use Equation 5.5: x 2 Dt. = 1 erf. = 1.30, and x = 2 mm = 2 10-3 m. Thus,

In order to solve this problem it is first necessary to use Equation 5.5: x 2 Dt. = 1 erf. = 1.30, and x = 2 mm = 2 10-3 m. Thus, 5.3 (a) Compare interstitial and vacancy atomic mechanisms for diffusion. (b) Cite two reasons why interstitial diffusion is normally more rapid than vacancy diffusion. Solution (a) With vacancy diffusion,

More information

x y The matrix form, the vector form, and the augmented matrix form, respectively, for the system of equations are

x y The matrix form, the vector form, and the augmented matrix form, respectively, for the system of equations are Solving Sstems of Linear Equations in Matri Form with rref Learning Goals Determine the solution of a sstem of equations from the augmented matri Determine the reduced row echelon form of the augmented

More information

Higher. Polynomials and Quadratics 64

Higher. Polynomials and Quadratics 64 hsn.uk.net Higher Mathematics UNIT OUTCOME 1 Polnomials and Quadratics Contents Polnomials and Quadratics 64 1 Quadratics 64 The Discriminant 66 3 Completing the Square 67 4 Sketching Parabolas 70 5 Determining

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. A.P. Chemistry Practice Test: Ch. 11, Solutions Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) Formation of solutions where the process is

More information

Gibbs Free Energy and Chemical Potential. NC State University

Gibbs Free Energy and Chemical Potential. NC State University Chemistry 433 Lecture 14 Gibbs Free Energy and Chemical Potential NC State University The internal energy expressed in terms of its natural variables We can use the combination of the first and second

More information

LN 10. 3.091 Introduction to Solid State Chemistry. Lecture Notes No. 10 PHASE EQUILIBRIA AND PHASE DIAGRAMS

LN 10. 3.091 Introduction to Solid State Chemistry. Lecture Notes No. 10 PHASE EQUILIBRIA AND PHASE DIAGRAMS 3.091 Introduction to Solid State Chemistry Lecture Notes No. 10 PHASE EQUILIBRIA AND PHASE DIAGRAMS * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Sources

More information

Vapor Pressure Measurement of Supercooled Water

Vapor Pressure Measurement of Supercooled Water 1871 Vapor Pressure Measurement of Supercooled Water N. FUKUTA AND C. M. GRAMADA Department of Meteorology, University of Utah, Salt Lake City, Utah (Manuscript received 6 June 2002, in final form 25 February

More information

Chapter 18 Homework Answers

Chapter 18 Homework Answers Chapter 18 Homework Answers 18.22. 18.24. 18.26. a. Since G RT lnk, as long as the temperature remains constant, the value of G also remains constant. b. In this case, G G + RT lnq. Since the reaction

More information

Graphing Quadratic Equations

Graphing Quadratic Equations .4 Graphing Quadratic Equations.4 OBJECTIVE. Graph a quadratic equation b plotting points In Section 6.3 ou learned to graph first-degree equations. Similar methods will allow ou to graph quadratic equations

More information

1. a. standard form of a parabola with. 2 b 1 2 horizontal axis of symmetry 2. x 2 y 2 r 2 o. standard form of an ellipse centered

1. a. standard form of a parabola with. 2 b 1 2 horizontal axis of symmetry 2. x 2 y 2 r 2 o. standard form of an ellipse centered Conic Sections. Distance Formula and Circles. More on the Parabola. The Ellipse and Hperbola. Nonlinear Sstems of Equations in Two Variables. Nonlinear Inequalities and Sstems of Inequalities In Chapter,

More information

Test 5 Review questions. 1. As ice cools from 273 K to 263 K, the average kinetic energy of its molecules will

Test 5 Review questions. 1. As ice cools from 273 K to 263 K, the average kinetic energy of its molecules will Name: Thursday, December 13, 2007 Test 5 Review questions 1. As ice cools from 273 K to 263 K, the average kinetic energy of its molecules will 1. decrease 2. increase 3. remain the same 2. The graph below

More information

EXPERIMENT 12: Empirical Formula of a Compound

EXPERIMENT 12: Empirical Formula of a Compound EXPERIMENT 12: Empirical Formula of a Compound INTRODUCTION Chemical formulas indicate the composition of compounds. A formula that gives only the simplest ratio of the relative number of atoms in a compound

More information

Fugacity, Activity, and Standard States

Fugacity, Activity, and Standard States Fugacity, Activity, and Standard States Fugacity of gases: Since dg = VdP SdT, for an isothermal rocess, we have,g = 1 Vd. For ideal gas, we can substitute for V and obtain,g = nrt ln 1, or with reference

More information

f x a 0 n 1 a 0 a 1 cos x a 2 cos 2x a 3 cos 3x b 1 sin x b 2 sin 2x b 3 sin 3x a n cos nx b n sin nx n 1 f x dx y

f x a 0 n 1 a 0 a 1 cos x a 2 cos 2x a 3 cos 3x b 1 sin x b 2 sin 2x b 3 sin 3x a n cos nx b n sin nx n 1 f x dx y Fourier Series When the French mathematician Joseph Fourier (768 83) was tring to solve a problem in heat conduction, he needed to epress a function f as an infinite series of sine and cosine functions:

More information

5.2 Inverse Functions

5.2 Inverse Functions 78 Further Topics in Functions. Inverse Functions Thinking of a function as a process like we did in Section., in this section we seek another function which might reverse that process. As in real life,

More information

Solving Systems of Equations

Solving Systems of Equations Solving Sstems of Equations When we have or more equations and or more unknowns, we use a sstem of equations to find the solution. Definition: A solution of a sstem of equations is an ordered pair that

More information

Solving Quadratic Equations by Graphing. Consider an equation of the form. y ax 2 bx c a 0. In an equation of the form

Solving Quadratic Equations by Graphing. Consider an equation of the form. y ax 2 bx c a 0. In an equation of the form SECTION 11.3 Solving Quadratic Equations b Graphing 11.3 OBJECTIVES 1. Find an ais of smmetr 2. Find a verte 3. Graph a parabola 4. Solve quadratic equations b graphing 5. Solve an application involving

More information

Problem Set 4 Solutions

Problem Set 4 Solutions Chemistry 360 Dr Jean M Standard Problem Set 4 Solutions 1 Two moles of an ideal gas are compressed isothermally and reversibly at 98 K from 1 atm to 00 atm Calculate q, w, ΔU, and ΔH For an isothermal

More information

Liquid-Liquid Extraction (LLX)

Liquid-Liquid Extraction (LLX) Liquid-Liquid Extraction (LLX) Extraction is a liquid-liquid operation. It is a process of transferring a solute from one liquid phase to another immiscible or partially miscible liquid in contact with

More information

Chapter 2 Chemical and Physical Properties of Sulphur Dioxide and Sulphur Trioxide

Chapter 2 Chemical and Physical Properties of Sulphur Dioxide and Sulphur Trioxide Chapter 2 Chemical and Physical Properties of Sulphur Dioxide and Sulphur Trioxide 2.1 Introduction In order to appreciate the impact of the properties of liquid sulphur dioxide and liquid sulphur trioxide

More information

Algebra 2 Unit 8 (Chapter 7) CALCULATORS ARE NOT ALLOWED

Algebra 2 Unit 8 (Chapter 7) CALCULATORS ARE NOT ALLOWED Algebra Unit 8 (Chapter 7) CALCULATORS ARE NOT ALLOWED. Graph eponential functions. (Sections 7., 7.) Worksheet 6. Solve eponential growth and eponential decay problems. (Sections 7., 7.) Worksheet 8.

More information

15.1. Exact Differential Equations. Exact First-Order Equations. Exact Differential Equations Integrating Factors

15.1. Exact Differential Equations. Exact First-Order Equations. Exact Differential Equations Integrating Factors SECTION 5. Eact First-Order Equations 09 SECTION 5. Eact First-Order Equations Eact Differential Equations Integrating Factors Eact Differential Equations In Section 5.6, ou studied applications of differential

More information

Kinetic Molecular Theory of Matter

Kinetic Molecular Theory of Matter Kinetic Molecular Theor of Matter Heat capacit of gases and metals Pressure of gas Average speed of electrons in semiconductors Electron noise in resistors Positive metal ion cores Free valence electrons

More information

10.1. Solving Quadratic Equations. Investigation: Rocket Science CONDENSED

10.1. Solving Quadratic Equations. Investigation: Rocket Science CONDENSED CONDENSED L E S S O N 10.1 Solving Quadratic Equations In this lesson you will look at quadratic functions that model projectile motion use tables and graphs to approimate solutions to quadratic equations

More information

CHAPTER 14 THE CLAUSIUS-CLAPEYRON EQUATION

CHAPTER 14 THE CLAUSIUS-CLAPEYRON EQUATION CHAPTER 4 THE CAUIU-CAPEYRON EQUATION Before starting this chapter, it would probably be a good idea to re-read ections 9. and 9.3 of Chapter 9. The Clausius-Clapeyron equation relates the latent heat

More information

FUNDAMENTALS OF ENGINEERING THERMODYNAMICS

FUNDAMENTALS OF ENGINEERING THERMODYNAMICS FUNDAMENTALS OF ENGINEERING THERMODYNAMICS System: Quantity of matter (constant mass) or region in space (constant volume) chosen for study. Closed system: Can exchange energy but not mass; mass is constant

More information

Synthesis of Isopentyl Acetate

Synthesis of Isopentyl Acetate Experiment 8 Synthesis of Isopentyl Acetate Objectives To prepare isopentyl acetate from isopentyl alcohol and acetic acid by the Fischer esterification reaction. Introduction Esters are derivatives of

More information

Phase Diagram of tert-butyl Alcohol

Phase Diagram of tert-butyl Alcohol Phase Diagram of tert-butyl Alcohol Bill Ponder Department of Chemistry Collin College Phase diagrams are plots illustrating the relationship of temperature and pressure relative to the phase (or state

More information

States of Matter CHAPTER 10 REVIEW SECTION 1. Name Date Class. Answer the following questions in the space provided.

States of Matter CHAPTER 10 REVIEW SECTION 1. Name Date Class. Answer the following questions in the space provided. CHAPTER 10 REVIEW States of Matter SECTION 1 SHORT ANSWER Answer the following questions in the space provided. 1. Identify whether the descriptions below describe an ideal gas or a real gas. ideal gas

More information

Problem Set 3 Solutions

Problem Set 3 Solutions Chemistry 360 Dr Jean M Standard Problem Set 3 Solutions 1 (a) One mole of an ideal gas at 98 K is expanded reversibly and isothermally from 10 L to 10 L Determine the amount of work in Joules We start

More information