#set document(title: "13.5 Phase Changes", author: "OpenStax / XYZ Homework") #set page(width: 8.5in, height: auto, margin: 1in) #import "@preview/cetz:0.5.2" #set text(font: ("STIX Two Text", "Libertinus Serif", "New Computer Modern"), size: 10.5pt, lang: "en") #show math.equation: set text(font: ("STIX Two Math", "New Computer Modern Math")) #set par(justify: true, leading: 0.62em, spacing: 0.9em) #set enum(spacing: 1.1em) // room between list items so tall inline fractions don't collide #set list(spacing: 1.1em) #set table(stroke: 0.5pt + rgb("#c7ccd3")) #let BLUE = rgb("#183B6F") // brand navy — section bars + example/solution labels (white on navy 11.09:1) #let ORANGE = rgb("#A94509") // brand primary-700 — AA-safe deep orange for TEXT (5.93:1 on white; raw brand #F37021 is 2.94:1 and must never carry text) #let RED = rgb("#DC2626") // brand error-600 #let GREEN = rgb("#059669") // brand success-600 (decoration only; small green text uses green-text #007942) #show heading.where(level: 1): it => block(width: 100%, above: 0pt, below: 16pt, fill: gradient.linear(BLUE, rgb("#2C5AA0")), inset: (x: 14pt, y: 12pt), radius: 3pt, text(fill: white, weight: "bold", size: 19pt, it.body)) #show heading.where(level: 2): it => block(width: 100%, above: 18pt, below: 10pt, fill: BLUE, inset: (x: 10pt, y: 6pt), radius: 2pt, text(fill: white, weight: "bold", size: 12pt, it.body)) #show heading.where(level: 3): it => text(fill: ORANGE, weight: "bold", size: 12.5pt, it.body) #show heading.where(level: 4): it => text(fill: BLUE, weight: "bold", size: 10.5pt, it.body) #let examplebox(label, title, body) = block(width: 100%, breakable: true, fill: rgb("#EFF1F5"), stroke: 0.5pt + rgb("#CFDDF0"), radius: 4pt, inset: 10pt, above: 12pt, below: 12pt)[ #block(below: 6pt)[#box(fill: BLUE, inset: (x: 6pt, y: 2pt), radius: 2pt, text(fill: white, weight: "bold", size: 8.5pt, label)) #h(0.4em) #strong[#title]] #body] // rail = decorative left rule (raw brand token); labelcolor = AA-safe label text shade #let notebox(label, rail, labelcolor, tint, body) = block(width: 100%, breakable: true, fill: tint, stroke: (left: 3pt + rail), inset: (left: 10pt, rest: 8pt), radius: (right: 4pt), above: 11pt, below: 11pt)[ #text(fill: labelcolor, weight: "bold", size: 7.5pt, tracking: 0.5pt)[#upper(label)] #linebreak() #body] #let solutionbox(body) = block(above: 4pt, below: 8pt)[ #text(fill: BLUE, weight: "bold", size: 8.5pt)[Solution] #linebreak() #body] #let figph(msg) = block(width: 100%, height: 60pt, fill: rgb("#f6f7f9"), stroke: (paint: rgb("#c7ccd3"), dash: "dashed"), radius: 4pt, inset: 10pt)[ #align(center + horizon, text(fill: rgb("#889"), style: "italic", size: 9pt, msg))] // Standardize inlined figure sizes: measure the natural CeTZ canvas, then scale to a // consistent envelope (aspect-aware; see build_typst.py FIG_* constants). Unlike the // print preamble, dimensions are FLOORED: in an editor a user can trim a figure to a // degenerate 1-D shape (a bare line), and w/h or tw/w would then divide by zero. #let _STD_W = 3.5 #let _WIDE_W = 5.6 #let _MAX_H = 3.4 #let _ASPECT_WIDE = 2.2 #let _UPSCALE_MAX = 1.15 #let stdfig(body) = context { let m = measure(body) let w = calc.max(m.width / 1in, 0.01) let h = calc.max(m.height / 1in, 0.01) let tw = if w / h > _ASPECT_WIDE { _WIDE_W } else { _STD_W } let s = calc.min(tw / w, _MAX_H / h, _UPSCALE_MAX) align(center, box(scale(x: s * 100%, y: s * 100%, reflow: true, body))) } #show figure: set block(breakable: false) #set figure(gap: 8pt) #show figure.caption: set text(size: 8.5pt, fill: rgb("#555")) == 13.5#h(0.6em)Phase Changes === Learning Objectives By the end of this section, you will be able to: - Interpret a phase diagram. - State Dalton’s law. - Identify and describe the triple point of a gas from its phase diagram. - Describe the state of equilibrium between a liquid and a gas, a liquid and a solid, and a gas and a solid. Up to now, we have considered the behavior of ideal gases. Real gases are like ideal gases at high temperatures. At lower temperatures, however, the interactions between the molecules and their volumes cannot be ignored. The molecules are very close (condensation occurs) and there is a dramatic decrease in volume, as seen in . The substance changes from a gas to a liquid. When a liquid is cooled to even lower temperatures, it becomes a solid. The volume never reaches zero because of the finite volume of the molecules. #figure(figph[Line graph of volume versus temperature showing the relationship for an ideal gas and a real gas. The line for an ideal gas is linear starting at absolute zero showing a linear increase in volume with temperature. The line for a real gas is linear above a temperature of negative one hundred ninety degrees Celsius and follows that of the ideal gas. But below that temperature, the graph shows an almost vertical drop in volume with temperature as the temperature drops and the gas condenses.], alt: "Line graph of volume versus temperature showing the relationship for an ideal gas and a real gas. The line for an ideal gas is linear starting at absolute zero showing a linear increase in volume with temperature. The line for a real gas is linear above a temperature of negative one hundred ninety degrees Celsius and follows that of the ideal gas. But below that temperature, the graph shows an almost vertical drop in volume with temperature as the temperature drops and the gas condenses.", caption: [A sketch of volume versus temperature for a real gas at constant pressure. The linear (straight line) part of the graph represents ideal gas behavior—volume and temperature are directly and positively related and the line extrapolates to zero volume at #math.equation(block: false, alt: "minus 273 . 15 º C")[$− "273" "." "15" "º" "C"$], or absolute zero. When the gas becomes a liquid, however, the volume actually decreases precipitously at the liquefaction point. The volume decreases slightly once the substance is solid, but it never becomes zero.]) High pressure may also cause a gas to change phase to a liquid. Carbon dioxide, for example, is a gas at room temperature and atmospheric pressure, but becomes a liquid under sufficiently high pressure. If the pressure is reduced, the temperature drops and the liquid carbon dioxide solidifies into a snow-like substance at the temperature #math.equation(block: false, alt: "minus 78 º C")[$− "78" "º" "C"$]. Solid #math.equation(block: false, alt: "CO sub 2")[$"CO"_(2)$] is called “dry ice.” Another example of a gas that can be in a liquid phase is liquid nitrogen #math.equation(block: false, alt: "open parenthesis LN sub 2 close parenthesis")[$( "LN"_(2) )$]. #math.equation(block: false, alt: "LN sub 2")[$"LN"_(2)$] is made by liquefaction of atmospheric air (through compression and cooling). It boils at 77 K #math.equation(block: false, alt: "open parenthesis – 196 º C close parenthesis")[$( – "196" "º" "C" )$] at atmospheric pressure. #math.equation(block: false, alt: "LN sub 2")[$"LN"_(2)$] is useful as a refrigerant and allows for the preservation of blood, sperm, and other biological materials. It is also used to reduce noise in electronic sensors and equipment, and to help cool down their current-carrying wires. In dermatology, #math.equation(block: false, alt: "LN sub 2")[$"LN"_(2)$] is used to freeze and painlessly remove warts and other growths from the skin. === #emph[PV] Diagrams We can examine aspects of the behavior of a substance by plotting a graph of pressure versus volume, called a #strong[#emph[PV] diagram]. When the substance behaves like an ideal gas, the ideal gas law describes the relationship between its pressure and volume. That is, #math.equation(block: true, alt: "PV equals NkT open parenthesis ideal gas close parenthesis .")[$#h(0.25em) "PV" = #h(0.25em) "NkT" #h(0.25em) ( "ideal gas" ) "."$] Now, assuming the number of molecules and the temperature are fixed, #math.equation(block: true, alt: "PV equals constant open parenthesis ideal gas, constant temperature close parenthesis .")[$"PV" = "constant" #h(0.25em) ( "ideal gas, constant temperature" ) "."$] For example, the volume of the gas will decrease as the pressure increases. If you plot the relationship #math.equation(block: false, alt: "PV equals constant")[$"PV" = "constant"$] on a #math.equation(block: false, alt: "PV")[$"PV"$] diagram, you find a hyperbola. shows a graph of pressure versus volume. The hyperbolas represent ideal-gas behavior at various fixed temperatures, and are called #emph[isotherms]. At lower temperatures, the curves begin to look less like hyperbolas—the gas is not behaving ideally and may even contain liquid. There is a #strong[critical point]—that is, a #strong[critical temperature]—above which liquid cannot exist. At sufficiently high pressure above the critical point, the gas will have the density of a liquid but will not condense. Carbon dioxide, for example, cannot be liquefied at a temperature above #math.equation(block: false, alt: "31 . 0 º C")[$"31" "." 0 "º" "C"$]. #strong[Critical pressure] is the minimum pressure needed for liquid to exist at the critical temperature. lists representative critical temperatures and pressures. #figure(figph[Graphs of pressure versus volume at six different temperatures, T one through T five and T critical. T one is the lowest temperature and T five is the highest. T critical is in the middle. Graphs show that pressure per unit volume is greater for greater temperatures. Pressure decreases with increasing volume for all temperatures, except at low temperatures when pressure is constant with increasing volume during a phase change.], alt: "Graphs of pressure versus volume at six different temperatures, T one through T five and T critical. T one is the lowest temperature and T five is the highest. T critical is in the middle. Graphs show that pressure per unit volume is greater for greater temperatures. Pressure decreases with increasing volume for all temperatures, except at low temperatures when pressure is constant with increasing volume during a phase change.", caption: [#math.equation(block: false, alt: "PV")[$"PV"$] diagrams. (a) Each curve (isotherm) represents the relationship between #math.equation(block: false, alt: "P")[$P$] and #math.equation(block: false, alt: "V")[$V$] at a fixed temperature; the upper curves are at higher temperatures. The lower curves are not hyperbolas, because the gas is no longer an ideal gas. (b) An expanded portion of the #math.equation(block: false, alt: "PV")[$"PV"$] diagram for low temperatures, where the phase can change from a gas to a liquid. The term “vapor” refers to the gas phase when it exists at a temperature below the boiling temperature.]) #figure(table( columns: 5, align: left, inset: 6pt, [Substance], [Critical temperature], [Critical pressure], [], [], [], [#math.equation(block: false, alt: "K")[$"K"$]], [#math.equation(block: false, alt: "º C")[$"º" "C"$]], [#math.equation(block: false, alt: "Pa")[$"Pa"$]], [#math.equation(block: false, alt: "atm")[$"atm"$]], [Water], [647.4], [374.3], [#math.equation(block: false, alt: "22 . 12 times 10 to the power 6")[$"22" "." "12" × "10"^(6)$]], [219.0], [Sulfur dioxide], [430.7], [157.6], [#math.equation(block: false, alt: "7 . 88 times 10 to the power 6")[$7 "." "88" × "10"^(6)$]], [78.0], [Ammonia], [405.5], [132.4], [#math.equation(block: false, alt: "11 . 28 times 10 to the power 6")[$"11" "." "28" × "10"^(6)$]], [111.7], [Carbon dioxide], [304.2], [31.1], [#math.equation(block: false, alt: "7 . 39 times 10 to the power 6")[$7 "." "39" × "10"^(6)$]], [73.2], [Oxygen], [154.8], [−118.4], [#math.equation(block: false, alt: "5 . 08 times 10 to the power 6")[$5 "." "08" × "10"^(6)$]], [50.3], [Nitrogen], [126.2], [−146.9], [#math.equation(block: false, alt: "3 . 39 times 10 to the power 6")[$3 "." "39" × "10"^(6)$]], [33.6], [Hydrogen], [33.3], [−239.9], [#math.equation(block: false, alt: "1 . 30 times 10 to the power 6")[$1 "." "30" × "10"^(6)$]], [12.9], [Helium], [5.3], [−267.9], [#math.equation(block: false, alt: "0 . 229 times 10 to the power 6")[$0 "." "229" × "10"^(6)$]], [2.27], )) === Phase Diagrams The plots of pressure versus temperatures provide considerable insight into thermal properties of substances. There are well-defined regions on these graphs that correspond to various phases of matter, so #math.equation(block: false, alt: "PT")[$"PT"$] graphs are called #strong[phase diagrams]. shows the phase diagram for water. Using the graph, if you know the pressure and temperature you can determine the phase of water. The solid lines—boundaries between phases—indicate temperatures and pressures at which the phases coexist (that is, they exist together in ratios, depending on pressure and temperature). For example, the boiling point of water is #math.equation(block: false, alt: "100 º C")[$"100" "º" "C"$] at 1.00 atm. As the pressure increases, the boiling temperature rises steadily to #math.equation(block: false, alt: "374 º C")[$"374" "º" "C"$] at a pressure of 218 atm. A pressure cooker (or even a covered pot) will cook food faster because the water can exist as a liquid at temperatures greater than #math.equation(block: false, alt: "100 º C")[$"100" "º" "C"$] without all boiling away. The curve ends at a point called the #emph[critical point], because at higher temperatures the liquid phase does not exist at any pressure. The critical point occurs at the critical temperature, as you can see for water from . The critical temperature for oxygen is #math.equation(block: false, alt: "minus 118 º C")[$− "118" "º" "C"$], so oxygen cannot be liquefied above this temperature. #figure(figph[Graph of pressure versus temperature showing the boundaries of the three phases of water, along with the triple point and critical point. The triple point, where all three phases exist, is at 0 point 006 atmospheres and 0 point 01 degrees C. The critical point is at two hundred eighteen atmospheres and three hundred seventy four degrees C. Solid water is in the P T region generally to the left (lower temperature, lower or higher pressure, from the triple point). Liquid water is generally above and to the right of the triple point (higher pressure, higher temperature). The region of water vapor is to the lower right of the triple point (lower pressure and temperature to higher temperature and pressure).], alt: "Graph of pressure versus temperature showing the boundaries of the three phases of water, along with the triple point and critical point. The triple point, where all three phases exist, is at 0 point 006 atmospheres and 0 point 01 degrees C. The critical point is at two hundred eighteen atmospheres and three hundred seventy four degrees C. Solid water is in the P T region generally to the left (lower temperature, lower or higher pressure, from the triple point). Liquid water is generally above and to the right of the triple point (higher pressure, higher temperature). The region of water vapor is to the lower right of the triple point (lower pressure and temperature to higher temperature and pressure).", caption: [The phase diagram (#math.equation(block: false, alt: "PT")[$"PT"$] graph) for water. Note that the axes are nonlinear and the graph is not to scale. This graph is simplified—there are several other exotic phases of ice at higher pressures.]) Similarly, the curve between the solid and liquid regions in gives the melting temperature at various pressures. For example, the melting point is #math.equation(block: false, alt: "0 º C")[$0 "º" "C"$] at 1.00 atm, as expected. Note that, at a fixed temperature, you can change the phase from solid (ice) to liquid (water) by increasing the pressure. Ice melts from pressure in the hands of a snowball maker. From the phase diagram, we can also say that the melting temperature of ice falls with increased pressure. When a car is driven over snow, the increased pressure from the tires melts the snowflakes; afterwards the water refreezes and forms an ice layer. At sufficiently low pressures there is no liquid phase, but the substance can exist as either gas or solid. For water, there is no liquid phase at pressures below 0.00600 atm. The phase change from solid to gas is called #strong[sublimation]. It accounts for large losses of snow pack that never make it into a river, the routine automatic defrosting of a freezer, and the freeze-drying process applied to many foods. Carbon dioxide, on the other hand, sublimates at standard atmospheric pressure of 1 atm. (The solid form of #math.equation(block: false, alt: "CO sub 2")[$"CO"_(2)$] is known as dry ice because it does not melt. Instead, it moves directly from the solid to the gas state.) All three curves on the phase diagram meet at a single point, the #strong[triple point], where all three phases exist in equilibrium. For water, the triple point occurs at 273.16 K #math.equation(block: false, alt: "open parenthesis 0 . 01 º C close parenthesis")[$( 0 "." "01" "º" "C" )$], and is a more accurate calibration temperature than the melting point of water at 1.00 atm, or 273.15 K #math.equation(block: false, alt: "open parenthesis 0 . 0 º C close parenthesis")[$( 0 "." 0 "º" "C" )$]. See for the triple point values of other substances. === Equilibrium Liquid and gas phases are in equilibrium at the boiling temperature. () If a substance is in a closed container at the boiling point, then the liquid is boiling and the gas is condensing at the same rate without net change in their relative amount. Molecules in the liquid escape as a gas at the same rate at which gas molecules stick to the liquid, or form droplets and become part of the liquid phase. The combination of temperature and pressure has to be “just right”; if the temperature and pressure are increased, equilibrium is maintained by the same increase of boiling and condensation rates. #figure(figph[Figure a shows a closed system containing a liquid and a gas. A thermometer with one end in the liquid indicates an unspecified temperature, and a pressure gauge indicates an unspecified pressure. A vector from the liquid to the gas represents the rate of vaporization, and a vector from the gas into the liquid represents the rate of condensation. The two vectors are equal in length, illustrating that the two rates are equal. Figure b is essentially the same as figure a, except that the pressure, temperature, and rates of condensation and vaporization are all greater than in figure a. The rates of vaporization and condensation in figure b are equal to each other, even though they are greater than the rates in figure a.], alt: "Figure a shows a closed system containing a liquid and a gas. A thermometer with one end in the liquid indicates an unspecified temperature, and a pressure gauge indicates an unspecified pressure. A vector from the liquid to the gas represents the rate of vaporization, and a vector from the gas into the liquid represents the rate of condensation. The two vectors are equal in length, illustrating that the two rates are equal. Figure b is essentially the same as figure a, except that the pressure, temperature, and rates of condensation and vaporization are all greater than in figure a. The rates of vaporization and condensation in figure b are equal to each other, even though they are greater than the rates in figure a.", caption: [Equilibrium between liquid and gas at two different boiling points inside a closed container. (a) The rates of boiling and condensation are equal at this combination of temperature and pressure, so the liquid and gas phases are in equilibrium. (b) At a higher temperature, the boiling rate is faster and the rates at which molecules leave the liquid and enter the gas are also faster. Because there are more molecules in the gas, the gas pressure is higher and the rate at which gas molecules condense and enter the liquid is faster. As a result the gas and liquid are in equilibrium at this higher temperature.]) #figure(table( columns: 5, align: left, inset: 6pt, [Substance], [Temperature], [Pressure], [], [], [], [#math.equation(block: false, alt: "K")[$"K"$]], [#math.equation(block: false, alt: "º C")[$"º" "C"$]], [#math.equation(block: false, alt: "Pa")[$"Pa"$]], [#math.equation(block: false, alt: "atm")[$"atm"$]], [Water], [273.16], [0.01], [#math.equation(block: false, alt: "6 . 10 times 10 squared")[$6 "." "10" × "10"^(2)$]], [0.00600], [Carbon dioxide], [216.55], [−56.60], [#math.equation(block: false, alt: "5 . 16 times 10 to the power 5")[$5 "." "16" × "10"^(5)$]], [5.11], [Sulfur dioxide], [197.68], [−75.47], [#math.equation(block: false, alt: "1 . 67 times 10 cubed")[$1 "." "67" × "10"^(3)$]], [0.0167], [Ammonia], [195.40], [−77.75], [#math.equation(block: false, alt: "6 . 06 times 10 cubed")[$6 "." "06" × "10"^(3)$]], [0.0600], [Nitrogen], [63.18], [−210.0], [#math.equation(block: false, alt: "1 . 25 times 10 to the power 4")[$1 "." "25" × "10"^(4)$]], [0.124], [Oxygen], [54.36], [−218.8], [#math.equation(block: false, alt: "1 . 52 times 10 squared")[$1 "." "52" × "10"^(2)$]], [0.00151], [Hydrogen], [13.84], [−259.3], [#math.equation(block: false, alt: "7 . 04 times 10 cubed")[$7 "." "04" × "10"^(3)$]], [0.0697], )) One example of equilibrium between liquid and gas is that of water and steam at #math.equation(block: false, alt: "100 º C")[$"100" "º" "C"$] and 1.00 atm. This temperature is the boiling point at that pressure, so they should exist in equilibrium. Why does an open pot of water at #math.equation(block: false, alt: "100 º C")[$"100" "º" "C"$] boil completely away? The gas surrounding an open pot is not pure water: it is mixed with air. If pure water and steam are in a closed container at #math.equation(block: false, alt: "100 º C")[$"100" "º" "C"$] and 1.00 atm, they would coexist—but with air over the pot, there are fewer water molecules to condense, and water boils. What about water at #math.equation(block: false, alt: "20 . 0 º C")[$"20" "." 0 "º" "C"$] and 1.00 atm? This temperature and pressure correspond to the liquid region, yet an open glass of water at this temperature will completely evaporate. Again, the gas around it is air and not pure water vapor, so that the reduced evaporation rate is greater than the condensation rate of water from dry air. If the glass is sealed, then the liquid phase remains. We call the gas phase a #strong[vapor] when it exists, as it does for water at #math.equation(block: false, alt: "20 . 0 º C")[$"20" "." 0 "º" "C"$], at a temperature below the boiling temperature. Explain why a cup of water (or soda) with ice cubes stays at #math.equation(block: false, alt: "0 º C")[$0 "º" "C"$], even on a hot summer day. #solutionbox[ The ice and liquid water are in thermal equilibrium, so that the temperature stays at the freezing temperature as long as ice remains in the liquid. (Once all of the ice melts, the water temperature will start to rise.) ] === Vapor Pressure, Partial Pressure, and Dalton’s Law #strong[Vapor pressure] is defined as the pressure at which a gas coexists with its solid or liquid phase. Vapor pressure is created by faster molecules that break away from the liquid or solid and enter the gas phase. The vapor pressure of a substance depends on both the substance and its temperature—an increase in temperature increases the vapor pressure. #strong[Partial pressure] is defined as the pressure a gas would create if it occupied the total volume available. In a mixture of gases, #emph[the total pressure is the sum of partial pressures of the component gases], assuming ideal gas behavior and no chemical reactions between the components. This law is known as #strong[Dalton’s law of partial pressures], after the English scientist John Dalton (1766–1844), who proposed it. Dalton’s law is based on kinetic theory, where each gas creates its pressure by molecular collisions, independent of other gases present. It is consistent with the fact that pressures add according to Pascal’s Principle. Thus water evaporates and ice sublimates when their vapor pressures exceed the partial pressure of water vapor in the surrounding mixture of gases. If their vapor pressures are less than the partial pressure of water vapor in the surrounding gas, liquid droplets or ice crystals (frost) form. Is energy transfer involved in a phase change? If so, will energy have to be supplied to change phase from solid to liquid and liquid to gas? What about gas to liquid and liquid to solid? Why do they spray the orange trees with water in Florida when the temperatures are near or just below freezing? #solutionbox[ Yes, energy transfer is involved in a phase change. We know that atoms and molecules in solids and liquids are bound to each other because we know that force is required to separate them. So in a phase change from solid to liquid and liquid to gas, a force must be exerted, perhaps by collision, to separate atoms and molecules. Force exerted through a distance is work, and energy is needed to do work to go from solid to liquid and liquid to gas. This is intuitively consistent with the need for energy to melt ice or boil water. The converse is also true. Going from gas to liquid or liquid to solid involves atoms and molecules pushing together, doing work and releasing energy. ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[States of Matter—Basics] Heat, cool, and compress atoms and molecules and watch as they change between solid, liquid, and gas phases in #link("https://openstax.org/l/02states_of_matter")[this simulation]. ] === Section Summary - Most substances have three distinct phases: gas, liquid, and solid. - Phase changes among the various phases of matter depend on temperature and pressure. - The existence of the three phases with respect to pressure and temperature can be described in a phase diagram. - Two phases coexist (i.e., they are in thermal equilibrium) at a set of pressures and temperatures. These are described as a line on a phase diagram. - The three phases coexist at a single pressure and temperature. This is known as the triple point and is described by a single point on a phase diagram. - A gas at a temperature below its boiling point is called a vapor. - Vapor pressure is the pressure at which a gas coexists with its solid or liquid phase. - Partial pressure is the pressure a gas would create if it existed alone. - Dalton’s law states that the total pressure is the sum of the partial pressures of all of the gases present. === Conceptual Questions A pressure cooker contains water and steam in equilibrium at a pressure greater than atmospheric pressure. How does this greater pressure increase cooking speed? Why does condensation form most rapidly on the coldest object in a room—for example, on a glass of ice water? What is the vapor pressure of solid carbon dioxide (dry ice) at #math.equation(block: false, alt: "minus 78 . 5 º C")[$− "78" "." 5 "º" "C"$]? #figure(figph[The phase diagram (pressure versus temperature graph showing the three phases) for carbon dioxide. The triple point is five point one one atmospheres and negative fifty-six point six degrees Celsius. The critical point is seventy-three atmospheres and thirty-one degrees C. The phase change from solid to vapor at standard pressure of one atmosphere is negative seventy-eight point five degrees C.], alt: "The phase diagram (pressure versus temperature graph showing the three phases) for carbon dioxide. The triple point is five point one one atmospheres and negative fifty-six point six degrees Celsius. The critical point is seventy-three atmospheres and thirty-one degrees C. The phase change from solid to vapor at standard pressure of one atmosphere is negative seventy-eight point five degrees C.", caption: [The phase diagram for carbon dioxide. The axes are nonlinear, and the graph is not to scale. Dry ice is solid carbon dioxide and has a sublimation temperature of #math.equation(block: false, alt: "minus 78 . 5 º C")[$− "78" "." 5 "º" "C"$].]) Can carbon dioxide be liquefied at room temperature (#math.equation(block: false, alt: "20 º C")[$"20" "º" "C"$])? If so, how? If not, why not? () Oxygen cannot be liquefied at room temperature by placing it under a large enough pressure to force its molecules together. Explain why this is. What is the distinction between gas and vapor?